Struct sp_multihash::Sha2Digest [−][src]
pub struct Sha2Digest<const S: usize>(_);Expand description
Multihash digest.
Trait Implementations
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<const S: usize> RefUnwindSafe for Sha2Digest<S>
impl<const S: usize> Send for Sha2Digest<S>
impl<const S: usize> Sync for Sha2Digest<S>
impl<const S: usize> Unpin for Sha2Digest<S>
impl<const S: usize> UnwindSafe for Sha2Digest<S>
Blanket Implementations
Mutably borrows from an owned value. Read more