Struct std::collections::hash_map::IterMutExperimental [-]  [+] [src]

pub struct IterMut<'a, K: 'a, V: 'a> {
    // some fields omitted
}

HashMap mutable values iterator

Trait Implementations

impl<'a, K, V> Iterator<(&'a K, &'a mut V)> for IterMut<'a, K, V>

fn next(&mut self) -> Option<(&'a K, &'a mut V)>

fn size_hint(&self) -> (uint, Option<uint>)

impl<'a, K, V> Iterator<(&'a K, &'a mut V)> for IterMut<'a, K, V>

fn next(&mut self) -> Option<(&'a K, &'a mut V)>

fn size_hint(&self) -> (uint, Option<uint>)