Struct syntax::ast_map::ValuesExperimental [-]  [+] [src]

pub struct Values<'a, T: 'a>(pub Iter<'a, T>);

Trait Implementations

impl<'a, T: Copy> Iterator<T> for Values<'a, T>

fn next(&mut self) -> Option<T>

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

Derived Implementations

impl<'a, T: Clone + 'a> Clone for Values<'a, T>

fn clone(&self) -> Values<'a, T>

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