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