Struct pgx_pg_sys::WindowFuncExprState
source · [−]#[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_: NodeTagwfunc: *mut WindowFuncargs: *mut Listaggfilter: *mut ExprStatewfuncno: c_intTrait Implementations
sourceimpl Clone for WindowFuncExprState
impl Clone for WindowFuncExprState
sourcefn clone(&self) -> WindowFuncExprState
fn clone(&self) -> WindowFuncExprState
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for WindowFuncExprState
impl Debug for WindowFuncExprState
sourceimpl Default for WindowFuncExprState
impl Default for WindowFuncExprState
sourceimpl Display for WindowFuncExprState
impl Display for WindowFuncExprState
sourceimpl PgNode for WindowFuncExprState
impl PgNode for WindowFuncExprState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for WindowFuncExprState
Auto Trait Implementations
impl RefUnwindSafe for WindowFuncExprState
impl !Send for WindowFuncExprState
impl !Sync for WindowFuncExprState
impl Unpin for WindowFuncExprState
impl UnwindSafe for WindowFuncExprState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more