pub struct PowerControlOemActions {
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 PowerControlOemActions
impl Debug for PowerControlOemActions
Source§impl<'de> Deserialize<'de> for PowerControlOemActions
impl<'de> Deserialize<'de> for PowerControlOemActions
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
impl Send for PowerControlOemActions
SAFETY: All generated data types are Send
impl Sync for PowerControlOemActions
SAFETY: All generated data types are Sync
Auto Trait Implementations§
impl Freeze for PowerControlOemActions
impl RefUnwindSafe for PowerControlOemActions
impl Unpin for PowerControlOemActions
impl UnsafeUnpin for PowerControlOemActions
impl UnwindSafe for PowerControlOemActions
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