pub struct DirEntry<'dir> { /* private fields */ }Expand description
Information about an entry in a directory.
This is tied to the lifetime of the OwnedDir, and will be invalidated on the
next call to readdir.
Implementations§
Trait Implementations§
impl<'dir> Eq for DirEntry<'dir>
impl<'dir> StructuralPartialEq for DirEntry<'dir>
Auto Trait Implementations§
impl<'dir> Freeze for DirEntry<'dir>
impl<'dir> RefUnwindSafe for DirEntry<'dir>
impl<'dir> !Send for DirEntry<'dir>
impl<'dir> !Sync for DirEntry<'dir>
impl<'dir> Unpin for DirEntry<'dir>
impl<'dir> UnwindSafe for DirEntry<'dir>
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