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