pub struct FileHash(/* private fields */);
Expand description
See also Hash
.
Implementations§
Trait Implementations§
source§impl BorrowMut<Hash> for FileHash
impl BorrowMut<Hash> for FileHash
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 Ord for FileHash
impl Ord for FileHash
source§impl PartialEq<FileHash> for Hash
impl PartialEq<FileHash> for Hash
source§impl PartialEq<Hash> for FileHash
impl PartialEq<Hash> for FileHash
source§impl PartialEq for FileHash
impl PartialEq for FileHash
source§impl PartialOrd<FileHash> for Hash
impl PartialOrd<FileHash> for Hash
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 FileHash
impl PartialOrd<Hash> for FileHash
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 FileHash
impl PartialOrd for FileHash
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 FileHash
impl Eq for FileHash
impl StructuralPartialEq for FileHash
Auto Trait Implementations§
impl RefUnwindSafe for FileHash
impl Send for FileHash
impl Sync for FileHash
impl Unpin for FileHash
impl UnwindSafe for FileHash
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