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