pub struct PathReferenceHash(pub Uuid);Tuple Fields§
§0: UuidTrait Implementations§
Source§impl Clone for PathReferenceHash
impl Clone for PathReferenceHash
Source§fn clone(&self) -> PathReferenceHash
fn clone(&self) -> PathReferenceHash
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 PathReferenceHash
Source§impl Debug for PathReferenceHash
impl Debug for PathReferenceHash
impl Eq for PathReferenceHash
Source§impl Hash for PathReferenceHash
impl Hash for PathReferenceHash
Source§impl PartialEq for PathReferenceHash
impl PartialEq for PathReferenceHash
Source§fn eq(&self, other: &PathReferenceHash) -> bool
fn eq(&self, other: &PathReferenceHash) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PathReferenceHash
Auto Trait Implementations§
impl Freeze for PathReferenceHash
impl RefUnwindSafe for PathReferenceHash
impl Send for PathReferenceHash
impl Sync for PathReferenceHash
impl Unpin for PathReferenceHash
impl UnsafeUnpin for PathReferenceHash
impl UnwindSafe for PathReferenceHash
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