[][src]Struct multihash::IdentityDigest

pub struct IdentityDigest<S: Size>(_, _);

Multihash digest.

Trait Implementations

impl<S: Size> AsMut<[u8]> for IdentityDigest<S>[src]

impl<S: Size> AsRef<[u8]> for IdentityDigest<S>[src]

impl<S: Clone + Size> Clone for IdentityDigest<S>[src]

impl<S: Debug + Size> Debug for IdentityDigest<S>[src]

impl<S: Default + Size> Default for IdentityDigest<S>[src]

impl<S: Size> Digest<S> for IdentityDigest<S>[src]

impl<S: Eq + Size> Eq for IdentityDigest<S>[src]

impl<S: Size> From<GenericArray<u8, S>> for IdentityDigest<S>[src]

impl<S: Size> From<IdentityDigest<S>> for GenericArray<u8, S>[src]

impl<S: Hash + Size> Hash for IdentityDigest<S>[src]

impl<S: PartialEq + Size> PartialEq<IdentityDigest<S>> for IdentityDigest<S>[src]

impl<S: Size> StructuralEq for IdentityDigest<S>[src]

impl<S: Size> StructuralPartialEq for IdentityDigest<S>[src]

Auto Trait Implementations

impl<S> RefUnwindSafe for IdentityDigest<S> where
    <S as ArrayLength<u8>>::ArrayType: RefUnwindSafe

impl<S> Send for IdentityDigest<S>

impl<S> Sync for IdentityDigest<S>

impl<S> Unpin for IdentityDigest<S> where
    <S as ArrayLength<u8>>::ArrayType: Unpin

impl<S> UnwindSafe for IdentityDigest<S> where
    <S as ArrayLength<u8>>::ArrayType: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.