Struct tetsy_libp2p::multihash::IdentityDigest[]

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

Multihash digest.

Trait Implementations

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

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

impl<S> Clone for IdentityDigest<S> where
    S: Clone + Size

impl<S> Debug for IdentityDigest<S> where
    S: Debug + Size

impl<S> Default for IdentityDigest<S> where
    S: Default + Size

impl<S> Digest<S> for IdentityDigest<S> where
    S: Size

impl<S> Eq for IdentityDigest<S> where
    S: Eq + Size

impl<'_> From<&'_ IdentityDigest<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>>> for Code

impl<S> From<GenericArray<u8, S>> for IdentityDigest<S> where
    S: Size

impl<S> Hash for IdentityDigest<S> where
    S: Hash + Size

impl<S> PartialEq<IdentityDigest<S>> for IdentityDigest<S> where
    S: PartialEq<S> + Size

impl<S> StructuralEq for IdentityDigest<S> where
    S: Size

impl<S> StructuralPartialEq for IdentityDigest<S> where
    S: Size

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> CallHasher for T where
    T: Hash

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

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

impl<T> ProtocolName for T where
    T: AsRef<[u8]>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToHex for T where
    T: AsRef<[u8]>, 
[src]

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,