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

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

HashMap iterator

Trait Implementations

impl<'a, K, V> Clone for Iter<'a, K, V>

fn clone(&self) -> Iter<'a, K, V>

fn clone_from(&mut self, source: &Self)

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

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

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

impl<'a, K, V> Clone for Iter<'a, K, V>

fn clone(&self) -> Iter<'a, K, V>

fn clone_from(&mut self, source: &Self)

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

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

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