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