#[repr(C)]pub struct WorkTableScanState {
pub ss: ScanState,
pub rustate: *mut RecursiveUnionState,
}
Fields§
§ss: ScanState
§rustate: *mut RecursiveUnionState
Trait Implementations§
Source§impl Clone for WorkTableScanState
impl Clone for WorkTableScanState
Source§fn clone(&self) -> WorkTableScanState
fn clone(&self) -> WorkTableScanState
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 WorkTableScanState
impl Debug for WorkTableScanState
Source§impl Default for WorkTableScanState
impl Default for WorkTableScanState
Source§impl Display for WorkTableScanState
impl Display for WorkTableScanState
Source§impl PgNode for WorkTableScanState
impl PgNode for WorkTableScanState
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for WorkTableScanState
Auto Trait Implementations§
impl Freeze for WorkTableScanState
impl RefUnwindSafe for WorkTableScanState
impl !Send for WorkTableScanState
impl !Sync for WorkTableScanState
impl Unpin for WorkTableScanState
impl UnwindSafe for WorkTableScanState
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