Enum holo_hash::hash_type::AnyDht[][src]

pub enum AnyDht {
    Entry,
    Header,
}

The AnyDht (composite) HashType

Variants

Entry

The hash of an Entry

Header

The hash of a Header

Trait Implementations

impl Clone for AnyDht[src]

impl Copy for AnyDht[src]

impl Debug for AnyDht[src]

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

impl Eq for AnyDht[src]

impl Hash for AnyDht[src]

impl HashType for AnyDht[src]

impl HashTypeAsync for AnyDht[src]

impl Ord for AnyDht[src]

impl PartialEq<AnyDht> for AnyDht[src]

impl PartialOrd<AnyDht> for AnyDht[src]

impl Serialize for AnyDht[src]

impl StructuralEq for AnyDht[src]

impl StructuralPartialEq for AnyDht[src]

Auto Trait Implementations

impl RefUnwindSafe for AnyDht

impl Send for AnyDht

impl Sync for AnyDht

impl Unpin for AnyDht

impl UnwindSafe for AnyDht

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> DeserializeOwned for T where
    T: for<'de> 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> 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>,