Struct std::collections::hash_map::IterStable [-] [+] [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 for Iter<'a, K, V>

type Item = (&'a K, &'a V)

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

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

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

fn len(&self) -> usize

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 for Iter<'a, K, V>

type Item = (&'a K, &'a V)

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

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

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

fn len(&self) -> usize