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