pub struct WatcherId(/* private fields */);
Trait Implementations§
impl Eq for WatcherId
impl StructuralPartialEq for WatcherId
Auto Trait Implementations§
impl Freeze for WatcherId
impl RefUnwindSafe for WatcherId
impl Send for WatcherId
impl Sync for WatcherId
impl Unpin for WatcherId
impl UnwindSafe for WatcherId
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