pub struct Sha1Hash { /* private fields */ }Expand description
A SHA-1 hash.
Implementations§
Trait Implementations§
impl Eq for Sha1Hash
impl StructuralPartialEq for Sha1Hash
Auto Trait Implementations§
impl Freeze for Sha1Hash
impl RefUnwindSafe for Sha1Hash
impl Send for Sha1Hash
impl Sync for Sha1Hash
impl Unpin for Sha1Hash
impl UnwindSafe for Sha1Hash
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