#[repr(C)]pub struct BitmapIndexScan {
pub scan: Scan,
pub indexid: Oid,
pub isshared: bool,
pub indexqual: *mut List,
pub indexqualorig: *mut List,
}
Fields§
§scan: Scan
§indexid: Oid
§indexqual: *mut List
§indexqualorig: *mut List
Trait Implementations§
Source§impl Clone for BitmapIndexScan
impl Clone for BitmapIndexScan
Source§fn clone(&self) -> BitmapIndexScan
fn clone(&self) -> BitmapIndexScan
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 BitmapIndexScan
impl Debug for BitmapIndexScan
Source§impl Default for BitmapIndexScan
impl Default for BitmapIndexScan
Source§impl Display for BitmapIndexScan
impl Display for BitmapIndexScan
Source§impl PgNode for BitmapIndexScan
impl PgNode for BitmapIndexScan
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for BitmapIndexScan
Auto Trait Implementations§
impl Freeze for BitmapIndexScan
impl RefUnwindSafe for BitmapIndexScan
impl !Send for BitmapIndexScan
impl !Sync for BitmapIndexScan
impl Unpin for BitmapIndexScan
impl UnwindSafe for BitmapIndexScan
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