Struct notify::inotify::INotifyWatcher
source · pub struct INotifyWatcher(/* private fields */);
Expand description
Watcher implementation based on inotify
Trait Implementations§
source§impl Drop for INotifyWatcher
impl Drop for INotifyWatcher
source§impl Watcher for INotifyWatcher
impl Watcher for INotifyWatcher
source§fn new_raw(tx: Sender<RawEvent>) -> Result<INotifyWatcher>
fn new_raw(tx: Sender<RawEvent>) -> Result<INotifyWatcher>
Create a new watcher in raw mode. Read more
source§fn new(tx: Sender<DebouncedEvent>, delay: Duration) -> Result<INotifyWatcher>
fn new(tx: Sender<DebouncedEvent>, delay: Duration) -> Result<INotifyWatcher>
Create a new debounced watcher with a
delay
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for INotifyWatcher
impl Send for INotifyWatcher
impl Sync for INotifyWatcher
impl Unpin for INotifyWatcher
impl UnwindSafe for INotifyWatcher
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