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