pub struct GetSysInfo { /* private fields */ }
Trait Implementations§
Source§impl Clone for GetSysInfo
impl Clone for GetSysInfo
Source§fn clone(&self) -> GetSysInfo
fn clone(&self) -> GetSysInfo
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 GetSysInfo
impl Debug for GetSysInfo
Source§impl<'de> Deserialize<'de> for GetSysInfo
impl<'de> Deserialize<'de> for GetSysInfo
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
Source§impl PartialEq for GetSysInfo
impl PartialEq for GetSysInfo
Source§impl Serialize for GetSysInfo
impl Serialize for GetSysInfo
impl StructuralPartialEq for GetSysInfo
Auto Trait Implementations§
impl Freeze for GetSysInfo
impl RefUnwindSafe for GetSysInfo
impl Send for GetSysInfo
impl Sync for GetSysInfo
impl Unpin for GetSysInfo
impl UnwindSafe for GetSysInfo
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