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