[][src]Struct lib3h_protocol::types::EntryHash

pub struct EntryHash(_);

Methods from Deref<Target = HashString>

Trait Implementations

impl AsRef<HashString> for EntryHash[src]

impl Borrow<HashString> for EntryHash[src]

impl Clone for EntryHash[src]

impl Debug for EntryHash[src]

impl Default for EntryHash[src]

impl Deref for EntryHash[src]

type Target = HashString

The resulting type after dereferencing.

impl<'de> Deserialize<'de> for EntryHash[src]

impl Display for EntryHash[src]

impl Eq for EntryHash[src]

impl<'_> From<&'_ EntryHash> for HashString[src]

impl<'_> From<&'_ EntryHash> for String[src]

impl<'_> From<&'_ HashString> for EntryHash[src]

impl<'_> From<&'_ String> for EntryHash[src]

impl<'_> From<&'_ str> for EntryHash[src]

impl From<EntryHash> for HashString[src]

impl From<EntryHash> for String[src]

impl From<HashString> for EntryHash[src]

impl From<String> for EntryHash[src]

impl Hash for EntryHash[src]

impl HashStringNewType for EntryHash[src]

impl Ord for EntryHash[src]

impl PartialEq<EntryHash> for EntryHash[src]

impl PartialOrd<EntryHash> for EntryHash[src]

impl Serialize for EntryHash[src]

impl StructuralEq for EntryHash[src]

impl StructuralPartialEq for EntryHash[src]

Auto Trait Implementations

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> Clone for T where
    T: Clone
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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> ToString for T where
    T: Display + ?Sized
[src]

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>,