#[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: Type,
pub recheckqual: *mut List,
}
Fields§
§scan: Scan
§indexid: Oid
§indexqual: *mut List
§indexorderby: *mut List
§indextlist: *mut List
§indexorderdir: Type
§recheckqual: *mut List
Trait Implementations§
Source§impl Clone for IndexOnlyScan
impl Clone for IndexOnlyScan
Source§fn clone(&self) -> IndexOnlyScan
fn clone(&self) -> IndexOnlyScan
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 IndexOnlyScan
impl Debug for IndexOnlyScan
Source§impl Default for IndexOnlyScan
impl Default for IndexOnlyScan
Source§impl Display for IndexOnlyScan
impl Display for IndexOnlyScan
Source§impl PgNode for IndexOnlyScan
impl PgNode for IndexOnlyScan
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for IndexOnlyScan
Auto Trait Implementations§
impl Freeze for IndexOnlyScan
impl RefUnwindSafe for IndexOnlyScan
impl !Send for IndexOnlyScan
impl !Sync for IndexOnlyScan
impl Unpin for IndexOnlyScan
impl UnwindSafe for IndexOnlyScan
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