[][src]Struct hash_of::HashOf

pub struct HashOf<T, H: Hasher = DefaultHasher> { /* fields omitted */ }

Methods

impl<T> HashOf<T>[src]

pub fn to_inner(self) -> u64[src]

Trait Implementations

impl<'_, T: Hash + ?Sized, Q: Borrow<T>, H: Hasher + Default> From<&'_ T> for HashOf<Q, H>[src]

impl<T> Clone for HashOf<T>[src]

impl<T> Copy for HashOf<T>[src]

impl<T, H: Hasher> Eq for HashOf<T, H>[src]

impl<T, H: Hasher> PartialEq<HashOf<T, H>> for HashOf<T, H>[src]

impl<T: Debug, H: Debug + Hasher> Debug for HashOf<T, H>[src]

impl<T, H: Hasher> Hash for HashOf<T, H>[src]

Auto Trait Implementations

impl<T, H = DefaultHasher> !Send for HashOf<T, H>

impl<T, H = DefaultHasher> !Sync for HashOf<T, H>

impl<T, H> Unpin for HashOf<T, H>

impl<T, H> UnwindSafe for HashOf<T, H> where
    H: RefUnwindSafe,
    T: RefUnwindSafe

impl<T, H> RefUnwindSafe for HashOf<T, H> where
    H: RefUnwindSafe,
    T: RefUnwindSafe

Blanket Implementations

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

impl<T> From<T> for 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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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