pub struct PathReferenceHash(pub Uuid);
Tuple Fields§
§0: Uuid
Trait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PathReferenceHash
impl Debug for PathReferenceHash
Source§impl Hash for PathReferenceHash
impl Hash for PathReferenceHash
Source§impl PartialEq for PathReferenceHash
impl PartialEq for PathReferenceHash
impl Copy for PathReferenceHash
impl Eq for PathReferenceHash
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 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