pub struct AsyncStdDirEntry { /* private fields */ }
Expand description
Async-std specific RuntimeDirEntry
implementation.
Trait Implementations§
Source§impl RuntimeDirEntry for AsyncStdDirEntry
impl RuntimeDirEntry for AsyncStdDirEntry
Source§fn file_name(&self) -> OsString
fn file_name(&self) -> OsString
Returns the file name of this directory entry without any
leading path component(s).
Source§fn file_type(&self) -> impl Future<Output = Result<FileType>> + Send
fn file_type(&self) -> impl Future<Output = Result<FileType>> + Send
Returns the file type for the file that this entry points at. Read more
Auto Trait Implementations§
impl Freeze for AsyncStdDirEntry
impl RefUnwindSafe for AsyncStdDirEntry
impl Send for AsyncStdDirEntry
impl Sync for AsyncStdDirEntry
impl Unpin for AsyncStdDirEntry
impl UnwindSafe for AsyncStdDirEntry
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