Struct std::collections::hash_map::IterExperimental
[-]
[+]
[src]
pub struct Iter<'a, K: 'a, V: 'a> {
// some fields omitted
}HashMap iterator
pub struct Iter<'a, K: 'a, V: 'a> {
// some fields omitted
}HashMap iterator
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>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>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).