pub struct PowerControlActionsUpdate {
pub oem: Option<PowerControlOemActionsUpdate>,
}Expand description
Update struct corresponding to PowerControlActions
Fields§
§oem: Option<PowerControlOemActionsUpdate>Implementations§
Trait Implementations§
Source§impl Debug for PowerControlActionsUpdate
impl Debug for PowerControlActionsUpdate
Source§impl Default for PowerControlActionsUpdate
impl Default for PowerControlActionsUpdate
Source§fn default() -> PowerControlActionsUpdate
fn default() -> PowerControlActionsUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PowerControlActionsUpdate
impl RefUnwindSafe for PowerControlActionsUpdate
impl Send for PowerControlActionsUpdate
impl Sync for PowerControlActionsUpdate
impl Unpin for PowerControlActionsUpdate
impl UnsafeUnpin for PowerControlActionsUpdate
impl UnwindSafe for PowerControlActionsUpdate
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