Struct ba2::tes4::DirectoryHash
source · pub struct DirectoryHash(/* private fields */);
Expand description
See also Hash
.
Implementations§
source§impl DirectoryHash
impl DirectoryHash
Methods from Deref<Target = Hash>§
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§fn eq(&self, other: &DirectoryHash) -> bool
fn eq(&self, other: &DirectoryHash) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<Hash> for DirectoryHash
impl PartialEq<Hash> for DirectoryHash
source§impl PartialEq for DirectoryHash
impl PartialEq for DirectoryHash
source§fn eq(&self, other: &DirectoryHash) -> bool
fn eq(&self, other: &DirectoryHash) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<DirectoryHash> for Hash
impl PartialOrd<DirectoryHash> for Hash
source§fn partial_cmp(&self, other: &DirectoryHash) -> Option<Ordering>
fn partial_cmp(&self, other: &DirectoryHash) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl PartialOrd<Hash> for DirectoryHash
impl PartialOrd<Hash> for DirectoryHash
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl PartialOrd for DirectoryHash
impl PartialOrd for DirectoryHash
source§fn partial_cmp(&self, other: &DirectoryHash) -> Option<Ordering>
fn partial_cmp(&self, other: &DirectoryHash) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for DirectoryHash
impl Eq for DirectoryHash
impl StructuralPartialEq for DirectoryHash
Auto Trait Implementations§
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