pub struct GetInfoCommand {}Available on crate features
experimental and SystemInfo only.Expand description
Returns information about the system.
Implementations§
Trait Implementations§
Source§impl Clone for GetInfoCommand
impl Clone for GetInfoCommand
Source§fn clone(&self) -> GetInfoCommand
fn clone(&self) -> GetInfoCommand
Returns a duplicate 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 Command for GetInfoCommand
impl Command for GetInfoCommand
Source§impl Debug for GetInfoCommand
impl Debug for GetInfoCommand
Source§impl Default for GetInfoCommand
impl Default for GetInfoCommand
Source§fn default() -> GetInfoCommand
fn default() -> GetInfoCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetInfoCommand
impl<'de> Deserialize<'de> for GetInfoCommand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetInfoCommand
impl RefUnwindSafe for GetInfoCommand
impl Send for GetInfoCommand
impl Sync for GetInfoCommand
impl Unpin for GetInfoCommand
impl UnwindSafe for GetInfoCommand
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