pub struct DirectoryReader { /* private fields */ }Expand description
An asynchronous directory reader. Call Self::next repeatedly instead
of collecting the directory into memory.
Implementations§
Source§impl DirectoryReader
impl DirectoryReader
Auto Trait Implementations§
impl !RefUnwindSafe for DirectoryReader
impl !UnwindSafe for DirectoryReader
impl Freeze for DirectoryReader
impl Send for DirectoryReader
impl Sync for DirectoryReader
impl Unpin for DirectoryReader
impl UnsafeUnpin for DirectoryReader
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