pub struct AssemblyDataOemActions {
pub additional_properties: AdditionalProperties,
}Expand description
The available OEM-specific actions for this resource.
This type shall contain the available OEM-specific actions for this resource.
Fields§
§additional_properties: AdditionalPropertiesTrait Implementations§
Source§impl Debug for AssemblyDataOemActions
impl Debug for AssemblyDataOemActions
Source§impl<'de> Deserialize<'de> for AssemblyDataOemActions
impl<'de> Deserialize<'de> for AssemblyDataOemActions
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 AssemblyDataOemActions
impl RefUnwindSafe for AssemblyDataOemActions
impl Send for AssemblyDataOemActions
impl Sync for AssemblyDataOemActions
impl Unpin for AssemblyDataOemActions
impl UnsafeUnpin for AssemblyDataOemActions
impl UnwindSafe for AssemblyDataOemActions
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