Struct sp_multihash::IdentityDigest [−][src]
pub struct IdentityDigest<const S: usize>(_, _);Expand description
Multihash digest.
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<const S: usize> RefUnwindSafe for IdentityDigest<S>
impl<const S: usize> Send for IdentityDigest<S>
impl<const S: usize> Sync for IdentityDigest<S>
impl<const S: usize> Unpin for IdentityDigest<S>
impl<const S: usize> UnwindSafe for IdentityDigest<S>
Blanket Implementations
Mutably borrows from an owned value. Read more