Struct pgx_pg_sys::ProjectSetState
source · [−]#[repr(C)]pub struct ProjectSetState {
pub ps: PlanState,
pub elems: *mut *mut Node,
pub elemdone: *mut ExprDoneCond,
pub nelems: c_int,
pub pending_srf_tuples: bool,
pub argcontext: MemoryContext,
}Fields
ps: PlanStateelems: *mut *mut Nodeelemdone: *mut ExprDoneCondnelems: c_intpending_srf_tuples: boolargcontext: MemoryContextTrait Implementations
sourceimpl Clone for ProjectSetState
impl Clone for ProjectSetState
sourcefn clone(&self) -> ProjectSetState
fn clone(&self) -> ProjectSetState
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 ProjectSetState
impl Debug for ProjectSetState
sourceimpl Default for ProjectSetState
impl Default for ProjectSetState
sourceimpl Display for ProjectSetState
impl Display for ProjectSetState
sourceimpl PgNode for ProjectSetState
impl PgNode for ProjectSetState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ProjectSetState
Auto Trait Implementations
impl RefUnwindSafe for ProjectSetState
impl !Send for ProjectSetState
impl !Sync for ProjectSetState
impl Unpin for ProjectSetState
impl UnwindSafe for ProjectSetState
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