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