#[repr(C)]pub struct SeqScanState {
pub ss: ScanState,
pub pscan_len: Size,
}
Fields§
§ss: ScanState
§pscan_len: Size
Trait Implementations§
Source§impl Clone for SeqScanState
impl Clone for SeqScanState
Source§fn clone(&self) -> SeqScanState
fn clone(&self) -> SeqScanState
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 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
impl Copy for SeqScanState
Auto Trait Implementations§
impl Freeze for SeqScanState
impl RefUnwindSafe for SeqScanState
impl !Send for SeqScanState
impl !Sync for SeqScanState
impl Unpin 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