#[repr(C)]pub struct BitmapHeapScan {
pub scan: Scan,
pub bitmapqualorig: *mut List,
}Fields§
§scan: Scan§bitmapqualorig: *mut ListTrait Implementations§
Source§impl Clone for BitmapHeapScan
impl Clone for BitmapHeapScan
Source§fn clone(&self) -> BitmapHeapScan
fn clone(&self) -> BitmapHeapScan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BitmapHeapScan
Source§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
Auto Trait Implementations§
impl !Send for BitmapHeapScan
impl !Sync for BitmapHeapScan
impl Freeze for BitmapHeapScan
impl RefUnwindSafe for BitmapHeapScan
impl Unpin for BitmapHeapScan
impl UnsafeUnpin 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