Struct collections::vec_map::IterExperimental
[-]
[+]
[src]
pub struct Iter<'a, V: 'a> { // some fields omitted }
An iterator over the key-value pairs of a map.
pub struct Iter<'a, V: 'a> { // some fields omitted }
An iterator over the key-value pairs of a map.
impl<'a, V> Clone for Iter<'a, V>
fn clone(&self) -> Iter<'a, V>
fn clone_from(&mut self, source: &Self)
impl<'a, V> Iterator<(uint, &'a V)> for Iter<'a, V>
impl<'a, V> DoubleEndedIterator<(uint, &'a V)> for Iter<'a, 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
).