pub struct HclDevicePlatformSettingsV2 {
pub static: HclDevicePlatformSettingsV2Static,
pub dynamic: HclDevicePlatformSettingsV2Dynamic,
}
Fields§
§static: HclDevicePlatformSettingsV2Static
§dynamic: HclDevicePlatformSettingsV2Dynamic
Trait Implementations§
Source§impl Debug for HclDevicePlatformSettingsV2
impl Debug for HclDevicePlatformSettingsV2
Source§impl Default for HclDevicePlatformSettingsV2
impl Default for HclDevicePlatformSettingsV2
Source§fn default() -> HclDevicePlatformSettingsV2
fn default() -> HclDevicePlatformSettingsV2
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HclDevicePlatformSettingsV2
impl<'de> Deserialize<'de> for HclDevicePlatformSettingsV2
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 HclDevicePlatformSettingsV2
impl RefUnwindSafe for HclDevicePlatformSettingsV2
impl Send for HclDevicePlatformSettingsV2
impl Sync for HclDevicePlatformSettingsV2
impl Unpin for HclDevicePlatformSettingsV2
impl UnwindSafe for HclDevicePlatformSettingsV2
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