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