#[repr(C)]pub struct WindowFuncExprState {
pub type_: NodeTag,
pub wfunc: *mut WindowFunc,
pub args: *mut List,
pub aggfilter: *mut ExprState,
pub wfuncno: c_int,
}
Fields§
§type_: NodeTag
§wfunc: *mut WindowFunc
§args: *mut List
§aggfilter: *mut ExprState
§wfuncno: c_int
Trait Implementations§
Source§impl Clone for WindowFuncExprState
impl Clone for WindowFuncExprState
Source§fn clone(&self) -> WindowFuncExprState
fn clone(&self) -> WindowFuncExprState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WindowFuncExprState
impl Debug for WindowFuncExprState
Source§impl Default for WindowFuncExprState
impl Default for WindowFuncExprState
Source§impl Display for WindowFuncExprState
impl Display for WindowFuncExprState
Source§impl PgNode for WindowFuncExprState
impl PgNode for WindowFuncExprState
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for WindowFuncExprState
Auto Trait Implementations§
impl Freeze for WindowFuncExprState
impl RefUnwindSafe for WindowFuncExprState
impl !Send for WindowFuncExprState
impl !Sync for WindowFuncExprState
impl Unpin for WindowFuncExprState
impl UnwindSafe for WindowFuncExprState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more