pub struct NameHash(/* private fields */);Implementations§
Trait Implementations§
impl Copy for NameHash
impl Eq for NameHash
Source§impl Ord for NameHash
impl Ord for NameHash
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 NameHash
impl PartialOrd for NameHash
impl StructuralPartialEq for NameHash
Auto Trait Implementations§
impl Freeze for NameHash
impl RefUnwindSafe for NameHash
impl Send for NameHash
impl Sync for NameHash
impl Unpin for NameHash
impl UnsafeUnpin for NameHash
impl UnwindSafe for NameHash
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