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