pub struct ReadDir { /* private fields */ }
Expand description
Reads the the entries in a directory.
Trait Implementations§
Source§impl FusedStream for ReadDir
impl FusedStream for ReadDir
Source§fn is_terminated(&self) -> bool
fn is_terminated(&self) -> bool
Returns
true
if the stream should no longer be polled.Source§impl Stream for ReadDir
impl Stream for ReadDir
impl<'pin> Unpin for ReadDirwhere
PinnedFieldsOf<__ReadDir<'pin>>: Unpin,
Auto Trait Implementations§
impl !Freeze for ReadDir
impl !RefUnwindSafe for ReadDir
impl Send for ReadDir
impl Sync for ReadDir
impl !UnwindSafe for ReadDir
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