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