Struct hashindexed::IndexableValue [] [src]

pub struct IndexableValue<T, K, E> { /* fields omitted */ }

Internal type

Trait Implementations

impl<T, K, E> PartialEq<IndexableValue<T, K, E>> for IndexableValue<T, K, E> where
    E: KeyComparator<T, K>,
    K: Eq + Hash
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T, K, E> Eq for IndexableValue<T, K, E> where
    E: KeyComparator<T, K>,
    K: Eq + Hash
[src]

impl<T, K, E> Hash for IndexableValue<T, K, E> where
    E: KeyComparator<T, K>,
    K: Eq + Hash
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<T, K, E> Borrow<K> for IndexableValue<T, K, E> where
    E: KeyComparator<T, K>,
    K: Eq + Hash
[src]

Immutably borrows from an owned value. Read more