Struct pgx_pg_sys::FunctionScanState
source · [−]#[repr(C)]pub struct FunctionScanState {
pub ss: ScanState,
pub eflags: c_int,
pub ordinality: bool,
pub simple: bool,
pub ordinal: int64,
pub nfuncs: c_int,
pub funcstates: *mut FunctionScanPerFuncState,
pub argcontext: MemoryContext,
}Fields
ss: ScanStateeflags: c_intordinality: boolsimple: boolordinal: int64nfuncs: c_intfuncstates: *mut FunctionScanPerFuncStateargcontext: MemoryContextTrait Implementations
sourceimpl Clone for FunctionScanState
impl Clone for FunctionScanState
sourcefn clone(&self) -> FunctionScanState
fn clone(&self) -> FunctionScanState
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 FunctionScanState
impl Debug for FunctionScanState
sourceimpl Default for FunctionScanState
impl Default for FunctionScanState
sourceimpl Display for FunctionScanState
impl Display for FunctionScanState
sourceimpl PgNode for FunctionScanState
impl PgNode for FunctionScanState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for FunctionScanState
Auto Trait Implementations
impl RefUnwindSafe for FunctionScanState
impl !Send for FunctionScanState
impl !Sync for FunctionScanState
impl Unpin for FunctionScanState
impl UnwindSafe for FunctionScanState
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