Struct multihash::Sha2Digest [−][src]
pub struct Sha2Digest<S: Size>(_);
Expand description
Multihash digest.
Trait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Convert slice to Digest
.
It errors when the length of the slice does not match the size of the Digest
.
Auto Trait Implementations
impl<S> RefUnwindSafe for Sha2Digest<S> where
<S as ArrayLength<u8>>::ArrayType: RefUnwindSafe,
impl<S> Send for Sha2Digest<S>
impl<S> Sync for Sha2Digest<S>
impl<S> Unpin for Sha2Digest<S> where
<S as ArrayLength<u8>>::ArrayType: Unpin,
impl<S> UnwindSafe for Sha2Digest<S> where
<S as ArrayLength<u8>>::ArrayType: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more