#[repr(C)]pub struct PathKey {
pub type_: NodeTag,
pub pk_eclass: *mut EquivalenceClass,
pub pk_opfamily: Oid,
pub pk_strategy: c_int,
pub pk_nulls_first: bool,
}Fields§
§type_: NodeTag§pk_eclass: *mut EquivalenceClass§pk_opfamily: Oid§pk_strategy: c_int§pk_nulls_first: boolTrait Implementations§
impl Copy for PathKey
Auto Trait Implementations§
impl !Send for PathKey
impl !Sync for PathKey
impl Freeze for PathKey
impl RefUnwindSafe for PathKey
impl Unpin for PathKey
impl UnsafeUnpin for PathKey
impl UnwindSafe for PathKey
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