Struct pgx_pg_sys::ForeignScanState
source · [−]#[repr(C)]pub struct ForeignScanState {
pub ss: ScanState,
pub fdw_recheck_quals: *mut ExprState,
pub pscan_len: Size,
pub resultRelInfo: *mut ResultRelInfo,
pub fdwroutine: *mut FdwRoutine,
pub fdw_state: *mut c_void,
}Fields
ss: ScanStatefdw_recheck_quals: *mut ExprStatepscan_len: SizeresultRelInfo: *mut ResultRelInfofdwroutine: *mut FdwRoutinefdw_state: *mut c_voidTrait Implementations
sourceimpl Clone for ForeignScanState
impl Clone for ForeignScanState
sourcefn clone(&self) -> ForeignScanState
fn clone(&self) -> ForeignScanState
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 ForeignScanState
impl Debug for ForeignScanState
sourceimpl Default for ForeignScanState
impl Default for ForeignScanState
sourceimpl Display for ForeignScanState
impl Display for ForeignScanState
sourceimpl PgNode for ForeignScanState
impl PgNode for ForeignScanState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ForeignScanState
Auto Trait Implementations
impl RefUnwindSafe for ForeignScanState
impl !Send for ForeignScanState
impl !Sync for ForeignScanState
impl Unpin for ForeignScanState
impl UnwindSafe for ForeignScanState
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