pub struct DirectoryId(/* private fields */);Expand description
Dense identifier of a directory within one filesystem walk.
Implementations§
Trait Implementations§
Source§impl Clone for DirectoryId
impl Clone for DirectoryId
Source§fn clone(&self) -> DirectoryId
fn clone(&self) -> DirectoryId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DirectoryId
Source§impl Debug for DirectoryId
impl Debug for DirectoryId
impl Eq for DirectoryId
Source§impl Hash for DirectoryId
impl Hash for DirectoryId
Source§impl Ord for DirectoryId
impl Ord for DirectoryId
Source§fn cmp(&self, other: &DirectoryId) -> Ordering
fn cmp(&self, other: &DirectoryId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for DirectoryId
impl PartialEq for DirectoryId
Source§impl PartialOrd for DirectoryId
impl PartialOrd for DirectoryId
impl StructuralPartialEq for DirectoryId
Auto Trait Implementations§
impl Freeze for DirectoryId
impl RefUnwindSafe for DirectoryId
impl Send for DirectoryId
impl Sync for DirectoryId
impl Unpin for DirectoryId
impl UnsafeUnpin for DirectoryId
impl UnwindSafe for DirectoryId
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