pub struct TokioDirEntry(/* private fields */);Trait Implementations§
Source§impl Debug for TokioDirEntry
impl Debug for TokioDirEntry
Source§impl<'a> FloppyDirEntry<'a, TokioFloppyDisk> for TokioDirEntry
impl<'a> FloppyDirEntry<'a, TokioFloppyDisk> for TokioDirEntry
fn file_name(&self) -> OsString
fn file_type<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<<TokioFloppyDisk as FloppyDisk<'a>>::FileType>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn metadata<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<TokioMetadata>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn path(&self) -> PathBuf
fn ino(&self) -> u64
Auto Trait Implementations§
impl Freeze for TokioDirEntry
impl RefUnwindSafe for TokioDirEntry
impl Send for TokioDirEntry
impl Sync for TokioDirEntry
impl Unpin for TokioDirEntry
impl UnwindSafe for TokioDirEntry
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