Struct notify::null::NullWatcher
source · [−]pub struct NullWatcher;
Expand description
Stub Watcher
implementation
Events are never delivered from this watcher.
Trait Implementations
sourceimpl Watcher for NullWatcher
impl Watcher for NullWatcher
sourcefn new_raw(tx: Sender<RawEvent>) -> Result<NullWatcher>
fn new_raw(tx: Sender<RawEvent>) -> Result<NullWatcher>
Create a new watcher in raw mode. Read more
sourcefn new(tx: Sender<DebouncedEvent>, delay: Duration) -> Result<NullWatcher>
fn new(tx: Sender<DebouncedEvent>, delay: Duration) -> Result<NullWatcher>
Create a new debounced watcher with a delay
. Read more
Auto Trait Implementations
impl RefUnwindSafe for NullWatcher
impl Send for NullWatcher
impl Sync for NullWatcher
impl Unpin for NullWatcher
impl UnwindSafe for NullWatcher
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more