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

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

HashMap keys iterator

Trait Implementations

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

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

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

impl<'a, K, V> Iterator<&'a K> for Keys<'a, K, V>

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

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

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

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

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

impl<'a, K, V> Iterator<&'a K> for Keys<'a, K, V>

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

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