Struct nethsm_sdk_rs::models::system_info::SystemInfo
source · pub struct SystemInfo {
pub software_version: String,
pub software_build: String,
pub firmware_version: String,
pub hardware_version: String,
pub device_id: String,
pub ak_pub: Value,
pub pcr: Value,
}Fields§
§software_version: String§software_build: String§firmware_version: String§hardware_version: String§device_id: String§ak_pub: Value§pcr: ValueImplementations§
Trait Implementations§
source§impl Clone for SystemInfo
impl Clone for SystemInfo
source§fn clone(&self) -> SystemInfo
fn clone(&self) -> SystemInfo
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 SystemInfo
impl Debug for SystemInfo
source§impl Default for SystemInfo
impl Default for SystemInfo
source§fn default() -> SystemInfo
fn default() -> SystemInfo
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SystemInfo
impl<'de> Deserialize<'de> for SystemInfo
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 SystemInfo
impl PartialEq for SystemInfo
source§fn eq(&self, other: &SystemInfo) -> bool
fn eq(&self, other: &SystemInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SystemInfo
impl Serialize for SystemInfo
impl StructuralPartialEq for SystemInfo
Auto Trait Implementations§
impl RefUnwindSafe for SystemInfo
impl Send for SystemInfo
impl Sync for SystemInfo
impl Unpin for SystemInfo
impl UnwindSafe for SystemInfo
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