Struct pgx_pg_sys::IndexOnlyScan
source · [−]#[repr(C)]pub struct IndexOnlyScan {
pub scan: Scan,
pub indexid: Oid,
pub indexqual: *mut List,
pub indexorderby: *mut List,
pub indextlist: *mut List,
pub indexorderdir: ScanDirection,
pub recheckqual: *mut List,
}Fields
scan: Scanindexid: Oidindexqual: *mut Listindexorderby: *mut Listindextlist: *mut Listindexorderdir: ScanDirectionrecheckqual: *mut ListTrait Implementations
sourceimpl Clone for IndexOnlyScan
impl Clone for IndexOnlyScan
sourcefn clone(&self) -> IndexOnlyScan
fn clone(&self) -> IndexOnlyScan
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 IndexOnlyScan
impl Debug for IndexOnlyScan
sourceimpl Default for IndexOnlyScan
impl Default for IndexOnlyScan
sourceimpl Display for IndexOnlyScan
impl Display for IndexOnlyScan
sourceimpl PgNode for IndexOnlyScan
impl PgNode for IndexOnlyScan
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for IndexOnlyScan
Auto Trait Implementations
impl RefUnwindSafe for IndexOnlyScan
impl !Send for IndexOnlyScan
impl !Sync for IndexOnlyScan
impl Unpin for IndexOnlyScan
impl UnwindSafe for IndexOnlyScan
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