Struct pgx_pg_sys::SeqScanState
source · [−]Fields
ss: ScanStatepscan_len: SizeTrait Implementations
sourceimpl Clone for SeqScanState
impl Clone for SeqScanState
sourcefn clone(&self) -> SeqScanState
fn clone(&self) -> SeqScanState
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SeqScanState
impl Debug for SeqScanState
sourceimpl Default for SeqScanState
impl Default for SeqScanState
sourceimpl Display for SeqScanState
impl Display for SeqScanState
sourceimpl PgNode for SeqScanState
impl PgNode for SeqScanState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for SeqScanState
Auto Trait Implementations
impl RefUnwindSafe for SeqScanState
impl !Send for SeqScanState
impl !Sync for SeqScanState
impl Unpin for SeqScanState
impl UnwindSafe for SeqScanState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more