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