#[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: ScanState
§fdw_recheck_quals: *mut ExprState
§pscan_len: Size
§resultRelInfo: *mut ResultRelInfo
§fdwroutine: *mut FdwRoutine
§fdw_state: *mut c_void
Trait Implementations§
Source§impl Clone for ForeignScanState
impl Clone for ForeignScanState
Source§fn clone(&self) -> ForeignScanState
fn clone(&self) -> ForeignScanState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ForeignScanState
impl Debug for ForeignScanState
Source§impl Default for ForeignScanState
impl Default for ForeignScanState
Source§impl Display for ForeignScanState
impl Display for ForeignScanState
Source§impl PgNode for ForeignScanState
impl PgNode for ForeignScanState
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for ForeignScanState
Auto Trait Implementations§
impl Freeze for ForeignScanState
impl RefUnwindSafe for ForeignScanState
impl !Send for ForeignScanState
impl !Sync for ForeignScanState
impl Unpin for ForeignScanState
impl UnwindSafe for ForeignScanState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more