pub struct WatcherId(/* private fields */);
Trait Implementations§
source§impl PartialEq for WatcherId
impl PartialEq 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§
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