Struct pgx_pg_sys::BitmapOrPath
source · [−]#[repr(C)]pub struct BitmapOrPath {
pub path: Path,
pub bitmapquals: *mut List,
pub bitmapselectivity: Selectivity,
}Fields
path: Pathbitmapquals: *mut Listbitmapselectivity: SelectivityTrait Implementations
sourceimpl Clone for BitmapOrPath
impl Clone for BitmapOrPath
sourcefn clone(&self) -> BitmapOrPath
fn clone(&self) -> BitmapOrPath
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 BitmapOrPath
impl Debug for BitmapOrPath
sourceimpl Default for BitmapOrPath
impl Default for BitmapOrPath
sourceimpl Display for BitmapOrPath
impl Display for BitmapOrPath
sourceimpl PgNode for BitmapOrPath
impl PgNode for BitmapOrPath
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for BitmapOrPath
Auto Trait Implementations
impl RefUnwindSafe for BitmapOrPath
impl !Send for BitmapOrPath
impl !Sync for BitmapOrPath
impl Unpin for BitmapOrPath
impl UnwindSafe for BitmapOrPath
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