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