pub struct SWatcher {
pub rx: Receiver<Vec<SEvent>>,
/* private fields */
}Expand description
A simplified watcher struct containing a receiver for file system events and an internal debouncer.
Fields§
§rx: Receiver<Vec<SEvent>>Auto Trait Implementations§
impl !RefUnwindSafe for SWatcher
impl !UnwindSafe for SWatcher
impl Freeze for SWatcher
impl Send for SWatcher
impl Sync for SWatcher
impl Unpin for SWatcher
impl UnsafeUnpin for SWatcher
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