Struct virtual_fs::DirEntry
source · pub struct DirEntry {
pub path: PathBuf,
pub metadata: Result<Metadata>,
}
Fields§
§path: PathBuf
§metadata: Result<Metadata>
Implementations§
Trait Implementations§
source§impl PartialEq<DirEntry> for DirEntry
impl PartialEq<DirEntry> for DirEntry
impl Eq for DirEntry
impl StructuralEq for DirEntry
impl StructuralPartialEq for DirEntry
Auto Trait Implementations§
impl RefUnwindSafe for DirEntry
impl Send for DirEntry
impl Sync for DirEntry
impl Unpin for DirEntry
impl UnwindSafe for DirEntry
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.