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