pub struct NotifyWatcher;Expand description
Watcher backed by the notify crate for real filesystem monitoring.
Implementations§
Source§impl NotifyWatcher
impl NotifyWatcher
Trait Implementations§
Source§impl Clone for NotifyWatcher
impl Clone for NotifyWatcher
Source§fn clone(&self) -> NotifyWatcher
fn clone(&self) -> NotifyWatcher
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NotifyWatcher
impl Debug for NotifyWatcher
Source§impl Default for NotifyWatcher
impl Default for NotifyWatcher
Source§fn default() -> NotifyWatcher
fn default() -> NotifyWatcher
Returns the “default value” for a type. Read more
Source§impl Watcher for NotifyWatcher
impl Watcher for NotifyWatcher
impl Copy for NotifyWatcher
Auto Trait Implementations§
impl Freeze for NotifyWatcher
impl RefUnwindSafe for NotifyWatcher
impl Send for NotifyWatcher
impl Sync for NotifyWatcher
impl Unpin for NotifyWatcher
impl UnwindSafe for NotifyWatcher
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