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