pub struct NotifyFileWatcher { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for NotifyFileWatcher
impl Debug for NotifyFileWatcher
Source§impl Drop for NotifyFileWatcher
impl Drop for NotifyFileWatcher
Source§impl FileWatcher for NotifyFileWatcher
impl FileWatcher for NotifyFileWatcher
Auto Trait Implementations§
impl Freeze for NotifyFileWatcher
impl RefUnwindSafe for NotifyFileWatcher
impl Send for NotifyFileWatcher
impl Sync for NotifyFileWatcher
impl Unpin for NotifyFileWatcher
impl UnsafeUnpin for NotifyFileWatcher
impl UnwindSafe for NotifyFileWatcher
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