pub struct IoFileWatcher { /* private fields */ }Expand description
A simple polling file watcher (in-memory simulation).
Implementations§
Source§impl IoFileWatcher
impl IoFileWatcher
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoFileWatcher
impl RefUnwindSafe for IoFileWatcher
impl Send for IoFileWatcher
impl Sync for IoFileWatcher
impl Unpin for IoFileWatcher
impl UnsafeUnpin for IoFileWatcher
impl UnwindSafe for IoFileWatcher
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