pub struct WatchGuard { /* private fields */ }Expand description
Keeps the filesystem watcher alive; dropping it stops watching.
Auto Trait Implementations§
impl Freeze for WatchGuard
impl RefUnwindSafe for WatchGuard
impl Send for WatchGuard
impl Sync for WatchGuard
impl Unpin for WatchGuard
impl UnsafeUnpin for WatchGuard
impl UnwindSafe for WatchGuard
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