Struct pgrx_pg_sys::SemiAntiJoinFactors
source · #[repr(C)]pub struct SemiAntiJoinFactors {
pub outer_match_frac: Selectivity,
pub match_count: Selectivity,
}
Fields§
§outer_match_frac: Selectivity
§match_count: Selectivity
Trait Implementations§
source§impl Clone for SemiAntiJoinFactors
impl Clone for SemiAntiJoinFactors
source§fn clone(&self) -> SemiAntiJoinFactors
fn clone(&self) -> SemiAntiJoinFactors
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 SemiAntiJoinFactors
impl Debug for SemiAntiJoinFactors
source§impl Default for SemiAntiJoinFactors
impl Default for SemiAntiJoinFactors
source§fn default() -> SemiAntiJoinFactors
fn default() -> SemiAntiJoinFactors
Returns the “default value” for a type. Read more
impl Copy for SemiAntiJoinFactors
Auto Trait Implementations§
impl Freeze for SemiAntiJoinFactors
impl RefUnwindSafe for SemiAntiJoinFactors
impl Send for SemiAntiJoinFactors
impl Sync for SemiAntiJoinFactors
impl Unpin for SemiAntiJoinFactors
impl UnwindSafe for SemiAntiJoinFactors
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