Struct vfs::directory::entry_container::DirectoryWatcher
source · pub struct DirectoryWatcher { /* private fields */ }
Expand description
A type-preserving wrapper around fuchsia_async::Channel
.
Implementations§
Trait Implementations§
source§impl Debug for DirectoryWatcher
impl Debug for DirectoryWatcher
Auto Trait Implementations§
impl Freeze for DirectoryWatcher
impl !RefUnwindSafe for DirectoryWatcher
impl Send for DirectoryWatcher
impl Sync for DirectoryWatcher
impl Unpin for DirectoryWatcher
impl !UnwindSafe for DirectoryWatcher
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