pub enum RebootWatcherEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RebootWatcherEvent
impl RefUnwindSafe for RebootWatcherEvent
impl Send for RebootWatcherEvent
impl Sync for RebootWatcherEvent
impl Unpin for RebootWatcherEvent
impl UnwindSafe for RebootWatcherEvent
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