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