pub struct WatchCheck;Expand description
A check to watch a directory for changes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WatchCheck
impl RefUnwindSafe for WatchCheck
impl Send for WatchCheck
impl Sync for WatchCheck
impl Unpin for WatchCheck
impl UnwindSafe for WatchCheck
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