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 Freeze for SWatcher
impl !RefUnwindSafe for SWatcher
impl Send for SWatcher
impl Sync for SWatcher
impl Unpin for SWatcher
impl !UnwindSafe 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