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