Struct hash_ord::ord_map::OrdMap [] [src]

pub struct OrdMap<K, V> where
    K: Ord
{ /* fields omitted */ }

Methods

impl<K, V> OrdMap<K, V> where
    K: Ord
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Important traits for Keys<'a, K, V>
[src]

Important traits for Values<'a, K, V>
[src]

Important traits for ValuesMut<'a, K, V>
[src]

Important traits for Iter<'a, K, V>
[src]

Important traits for IterMut<'a, K, V>
[src]

Trait Implementations

impl<K, V> Drop for OrdMap<K, V> where
    K: Ord
[src]

[src]

Executes the destructor for this type. Read more

impl<K, V> Clone for OrdMap<K, V> where
    K: Ord + Clone,
    V: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<K, V> PartialEq for OrdMap<K, V> where
    K: Eq + Ord,
    V: PartialEq
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<K, V> Eq for OrdMap<K, V> where
    K: Eq + Ord,
    V: Eq
[src]

impl<'a, K, V> Index<&'a K> for OrdMap<K, V> where
    K: Ord
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<K, V> FromIterator<(K, V)> for OrdMap<K, V> where
    K: Ord
[src]

[src]

Creates a value from an iterator. Read more

impl<K, V> Extend<(K, V)> for OrdMap<K, V> where
    K: Ord
[src]

[src]

Extends a collection with the contents of an iterator. Read more

impl<K, V> IntoIterator for OrdMap<K, V> where
    K: Ord
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Important traits for IntoIter<K, V>
[src]

Creates an iterator from a value. Read more

Auto Trait Implementations

impl<K, V> !Send for OrdMap<K, V>

impl<K, V> !Sync for OrdMap<K, V>