pub struct HclDevicePlatformSettingsV2StaticSmbios {
pub system_manufacturer: String,
pub system_product_name: String,
pub system_version: String,
pub system_sku_number: String,
pub system_family: String,
pub bios_lock_string: String,
pub memory_device_serial_number: String,
}
Fields§
§system_manufacturer: String
§system_product_name: String
§system_version: String
§system_sku_number: String
§system_family: String
§bios_lock_string: String
§memory_device_serial_number: String
Trait Implementations§
Source§impl Default for HclDevicePlatformSettingsV2StaticSmbios
impl Default for HclDevicePlatformSettingsV2StaticSmbios
Source§fn default() -> HclDevicePlatformSettingsV2StaticSmbios
fn default() -> HclDevicePlatformSettingsV2StaticSmbios
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HclDevicePlatformSettingsV2StaticSmbios
impl<'de> Deserialize<'de> for HclDevicePlatformSettingsV2StaticSmbios
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 HclDevicePlatformSettingsV2StaticSmbios
impl RefUnwindSafe for HclDevicePlatformSettingsV2StaticSmbios
impl Send for HclDevicePlatformSettingsV2StaticSmbios
impl Sync for HclDevicePlatformSettingsV2StaticSmbios
impl Unpin for HclDevicePlatformSettingsV2StaticSmbios
impl UnwindSafe for HclDevicePlatformSettingsV2StaticSmbios
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