pub struct FileWatch { /* private fields */ }Expand description
A live watch. Dropping it stops the watching, which is how opening another file replaces the old watch rather than accumulating them.
Auto Trait Implementations§
impl Freeze for FileWatch
impl RefUnwindSafe for FileWatch
impl Send for FileWatch
impl Sync for FileWatch
impl Unpin for FileWatch
impl UnsafeUnpin for FileWatch
impl UnwindSafe for FileWatch
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