Struct pgx_pg_sys::WorkTableScanState
source · [−]#[repr(C)]pub struct WorkTableScanState {
pub ss: ScanState,
pub rustate: *mut RecursiveUnionState,
}Fields
ss: ScanStaterustate: *mut RecursiveUnionStateTrait Implementations
sourceimpl Clone for WorkTableScanState
impl Clone for WorkTableScanState
sourcefn clone(&self) -> WorkTableScanState
fn clone(&self) -> WorkTableScanState
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 WorkTableScanState
impl Debug for WorkTableScanState
sourceimpl Default for WorkTableScanState
impl Default for WorkTableScanState
sourceimpl Display for WorkTableScanState
impl Display for WorkTableScanState
sourceimpl PgNode for WorkTableScanState
impl PgNode for WorkTableScanState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for WorkTableScanState
Auto Trait Implementations
impl RefUnwindSafe for WorkTableScanState
impl !Send for WorkTableScanState
impl !Sync for WorkTableScanState
impl Unpin for WorkTableScanState
impl UnwindSafe for WorkTableScanState
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