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