#[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
impl Copy for IdentifySystemCmd
Auto Trait Implementations§
impl Freeze for IdentifySystemCmd
impl RefUnwindSafe for IdentifySystemCmd
impl Send for IdentifySystemCmd
impl Sync for IdentifySystemCmd
impl Unpin for IdentifySystemCmd
impl UnwindSafe for IdentifySystemCmd
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