pub struct Directory<'volume> { /* private fields */ }
Expand description
A directory that contains zero or more DirEntry
’s.
Implementations§
source§impl<'volume> Directory<'volume>
impl<'volume> Directory<'volume>
Trait Implementations§
source§impl<'volume> PartialEq<Directory<'volume>> for Directory<'volume>
impl<'volume> PartialEq<Directory<'volume>> for Directory<'volume>
impl<'volume> Eq for Directory<'volume>
impl<'volume> StructuralEq for Directory<'volume>
impl<'volume> StructuralPartialEq for Directory<'volume>
Auto Trait Implementations§
impl<'volume> RefUnwindSafe for Directory<'volume>
impl<'volume> Send for Directory<'volume>
impl<'volume> Sync for Directory<'volume>
impl<'volume> Unpin for Directory<'volume>
impl<'volume> UnwindSafe for Directory<'volume>
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.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.