Struct pgx_pg_sys::IdentifySystemCmd
source · [−]#[repr(C)]pub struct IdentifySystemCmd {
pub type_: NodeTag,
}Fields
type_: NodeTagTrait Implementations
sourceimpl Clone for IdentifySystemCmd
impl Clone for IdentifySystemCmd
sourcefn clone(&self) -> IdentifySystemCmd
fn clone(&self) -> IdentifySystemCmd
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 IdentifySystemCmd
impl Debug for IdentifySystemCmd
sourceimpl Default for IdentifySystemCmd
impl Default for IdentifySystemCmd
sourceimpl Display for IdentifySystemCmd
impl Display for IdentifySystemCmd
sourceimpl PgNode for IdentifySystemCmd
impl PgNode for IdentifySystemCmd
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for IdentifySystemCmd
Auto Trait Implementations
impl RefUnwindSafe for IdentifySystemCmd
impl Send for IdentifySystemCmd
impl Sync for IdentifySystemCmd
impl Unpin for IdentifySystemCmd
impl UnwindSafe for IdentifySystemCmd
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