pub struct DirId(/* private fields */);Expand description
Stable dir identity.
Implementations§
Trait Implementations§
impl Eq for DirId
Source§impl Ord for DirId
impl Ord for DirId
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
Source§impl PartialOrd for DirId
impl PartialOrd for DirId
impl StructuralPartialEq for DirId
Auto Trait Implementations§
impl Freeze for DirId
impl RefUnwindSafe for DirId
impl Send for DirId
impl Sync for DirId
impl Unpin for DirId
impl UnsafeUnpin for DirId
impl UnwindSafe for DirId
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