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