Struct total_order_multi_map::Entry[][src]

pub struct Entry<'a, K, V> where
    K: 'a,
    V: StableDeref + DerefMut + 'a, 
{ /* fields omitted */ }

Methods

impl<'a, K, V> Entry<'a, K, V> where
    K: Hash + Eq + Copy + 'a,
    V: StableDeref + DerefMut + 'a, 
[src]

access the key used to construct this entry

return how many values are associated with this entries key

Important traits for EntryValuesMut<'a, T>

Add a value to the values associated with the given keys.

Sets a value for a given key, removing all previous associated values.

Returns the values previous associated with the key.

Trait Implementations

impl<'a, K, V> Debug for Entry<'a, K, V> where
    K: Hash + Eq + Copy + Debug + 'a,
    V: StableDeref + DerefMut + 'a,
    V::Target: Debug
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, K, V> !Send for Entry<'a, K, V>

impl<'a, K, V> !Sync for Entry<'a, K, V>