pub struct NotifyWatcher { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Watcher for NotifyWatcher
impl Watcher for NotifyWatcher
fn next_event(&mut self, timeout_ms: u32) -> Result<Option<WatchEvent>>
Auto Trait Implementations§
impl !Sync for NotifyWatcher
impl Freeze for NotifyWatcher
impl RefUnwindSafe for NotifyWatcher
impl Send for NotifyWatcher
impl Unpin for NotifyWatcher
impl UnsafeUnpin 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