Struct pgx_pg_sys::UniqueState
source · [−]Fields
ps: PlanStateeqfunction: *mut ExprStateTrait Implementations
sourceimpl Clone for UniqueState
impl Clone for UniqueState
sourcefn clone(&self) -> UniqueState
fn clone(&self) -> UniqueState
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 UniqueState
impl Debug for UniqueState
sourceimpl Default for UniqueState
impl Default for UniqueState
sourceimpl Display for UniqueState
impl Display for UniqueState
sourceimpl PgNode for UniqueState
impl PgNode for UniqueState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for UniqueState
Auto Trait Implementations
impl RefUnwindSafe for UniqueState
impl !Send for UniqueState
impl !Sync for UniqueState
impl Unpin for UniqueState
impl UnwindSafe for UniqueState
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