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