Struct pgrx_pg_sys::UniqueState
source · #[repr(C)]pub struct UniqueState {
pub ps: PlanState,
pub eqfunction: *mut ExprState,
}
Fields§
§ps: PlanState
§eqfunction: *mut ExprState
Trait Implementations§
source§impl Clone for UniqueState
impl Clone for UniqueState
source§fn clone(&self) -> UniqueState
fn clone(&self) -> UniqueState
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 UniqueState
impl Debug for UniqueState
source§impl Default for UniqueState
impl Default for UniqueState
source§impl Display for UniqueState
impl Display for UniqueState
source§impl PgNode for UniqueState
impl PgNode for UniqueState
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for UniqueState
Auto Trait Implementations§
impl Freeze for UniqueState
impl RefUnwindSafe for UniqueState
impl !Send for UniqueState
impl !Sync for UniqueState
impl Unpin for UniqueState
impl UnwindSafe for UniqueState
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