pub struct UpdateFirmware;Expand description
Marker type for the UpdateFirmware action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateFirmware
impl RefUnwindSafe for UpdateFirmware
impl Send for UpdateFirmware
impl Sync for UpdateFirmware
impl Unpin for UpdateFirmware
impl UnsafeUnpin for UpdateFirmware
impl UnwindSafe for UpdateFirmware
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