pub struct WatcherId(_);
Trait Implementations
sourceimpl PartialEq<WatcherId> for WatcherId
impl PartialEq<WatcherId> for WatcherId
impl Eq for WatcherId
impl StructuralEq for WatcherId
impl StructuralPartialEq for WatcherId
Auto Trait Implementations
impl RefUnwindSafe for WatcherId
impl Send for WatcherId
impl Sync for WatcherId
impl Unpin for WatcherId
impl UnwindSafe for WatcherId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more