pub struct DottedNameHash(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for DottedNameHash
impl Clone for DottedNameHash
Source§fn clone(&self) -> DottedNameHash
fn clone(&self) -> DottedNameHash
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 DottedNameHash
Source§impl Debug for DottedNameHash
impl Debug for DottedNameHash
impl Eq for DottedNameHash
Source§impl PartialEq for DottedNameHash
impl PartialEq for DottedNameHash
impl StructuralPartialEq for DottedNameHash
Auto Trait Implementations§
impl Freeze for DottedNameHash
impl RefUnwindSafe for DottedNameHash
impl Send for DottedNameHash
impl Sync for DottedNameHash
impl Unpin for DottedNameHash
impl UnsafeUnpin for DottedNameHash
impl UnwindSafe for DottedNameHash
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