pub struct OemActions {
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 OemActions
impl Debug for OemActions
Source§impl<'de> Deserialize<'de> for OemActions
impl<'de> Deserialize<'de> for OemActions
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 OemActions
impl RefUnwindSafe for OemActions
impl Send for OemActions
impl Sync for OemActions
impl Unpin for OemActions
impl UnsafeUnpin for OemActions
impl UnwindSafe for OemActions
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