pub struct DirectoryHash(/* private fields */);
Expand description
See also Hash
.
Implementations§
Source§impl DirectoryHash
impl DirectoryHash
Trait Implementations§
Source§impl AsMut<Hash> for DirectoryHash
impl AsMut<Hash> for DirectoryHash
Source§impl AsRef<Hash> for DirectoryHash
impl AsRef<Hash> for DirectoryHash
Source§impl<'bytes> Borrow<DirectoryHash> for Key<'bytes>
impl<'bytes> Borrow<DirectoryHash> for Key<'bytes>
Source§fn borrow(&self) -> &DirectoryHash
fn borrow(&self) -> &DirectoryHash
Immutably borrows from an owned value. Read more
Source§impl Borrow<Hash> for DirectoryHash
impl Borrow<Hash> for DirectoryHash
Source§impl BorrowMut<Hash> for DirectoryHash
impl BorrowMut<Hash> for DirectoryHash
Source§fn borrow_mut(&mut self) -> &mut Hash
fn borrow_mut(&mut self) -> &mut Hash
Mutably borrows from an owned value. Read more
Source§impl Clone for DirectoryHash
impl Clone for DirectoryHash
Source§fn clone(&self) -> DirectoryHash
fn clone(&self) -> DirectoryHash
Returns a copy 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 DirectoryHash
impl Debug for DirectoryHash
Source§impl Default for DirectoryHash
impl Default for DirectoryHash
Source§fn default() -> DirectoryHash
fn default() -> DirectoryHash
Returns the “default value” for a type. Read more
Source§impl Deref for DirectoryHash
impl Deref for DirectoryHash
Source§impl DerefMut for DirectoryHash
impl DerefMut for DirectoryHash
Source§impl From<DirectoryHash> for Hash
impl From<DirectoryHash> for Hash
Source§fn from(value: DirectoryHash) -> Self
fn from(value: DirectoryHash) -> Self
Converts to this type from the input type.
Source§impl From<DirectoryHash> for Key<'static>
impl From<DirectoryHash> for Key<'static>
Source§fn from(value: DirectoryHash) -> Self
fn from(value: DirectoryHash) -> Self
Converts to this type from the input type.
Source§impl From<Hash> for DirectoryHash
impl From<Hash> for DirectoryHash
Source§impl Ord for DirectoryHash
impl Ord for DirectoryHash
Source§fn cmp(&self, other: &DirectoryHash) -> Ordering
fn cmp(&self, other: &DirectoryHash) -> Ordering
1.21.0 · 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 PartialEq<DirectoryHash> for Hash
impl PartialEq<DirectoryHash> for Hash
Source§impl PartialEq<Hash> for DirectoryHash
impl PartialEq<Hash> for DirectoryHash
Source§impl PartialEq for DirectoryHash
impl PartialEq for DirectoryHash
Source§impl PartialOrd<DirectoryHash> for Hash
impl PartialOrd<DirectoryHash> for Hash
Source§impl PartialOrd<Hash> for DirectoryHash
impl PartialOrd<Hash> for DirectoryHash
Source§impl PartialOrd for DirectoryHash
impl PartialOrd for DirectoryHash
impl Copy for DirectoryHash
impl Eq for DirectoryHash
impl StructuralPartialEq for DirectoryHash
Auto Trait Implementations§
impl Freeze for DirectoryHash
impl RefUnwindSafe for DirectoryHash
impl Send for DirectoryHash
impl Sync for DirectoryHash
impl Unpin for DirectoryHash
impl UnwindSafe for DirectoryHash
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