#[repr(C)]pub struct WorkTableScanState {
pub ss: ScanState,
pub rustate: *mut RecursiveUnionState,
}Fields§
§ss: ScanState§rustate: *mut RecursiveUnionStateTrait Implementations§
Source§impl Clone for WorkTableScanState
impl Clone for WorkTableScanState
Source§fn clone(&self) -> WorkTableScanState
fn clone(&self) -> WorkTableScanState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WorkTableScanState
Source§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
Auto Trait Implementations§
impl !Send for WorkTableScanState
impl !Sync for WorkTableScanState
impl Freeze for WorkTableScanState
impl RefUnwindSafe for WorkTableScanState
impl Unpin for WorkTableScanState
impl UnsafeUnpin 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