pub struct WatchError;
Trait Implementations§
Source§impl ErrorKind for WatchError
impl ErrorKind for WatchError
Auto Trait Implementations§
impl Freeze for WatchError
impl RefUnwindSafe for WatchError
impl Send for WatchError
impl Sync for WatchError
impl Unpin for WatchError
impl UnwindSafe for WatchError
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