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 PartialOrd<FileHash> for Hash
impl PartialOrd<FileHash> for Hash
Source§impl PartialOrd<Hash> for FileHash
impl PartialOrd<Hash> for FileHash
Source§impl PartialOrd for FileHash
impl PartialOrd for FileHash
impl Copy for FileHash
impl Eq for FileHash
impl StructuralPartialEq for FileHash
Auto Trait Implementations§
impl Freeze for FileHash
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