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