Struct syntax::ast_map::ValuesExperimental
[-]
[+]
[src]
pub struct Values<'a, T: 'a>(pub Iter<'a, T>);
pub struct Values<'a, T: 'a>(pub Iter<'a, T>);
impl<'a, T: Copy> Iterator<T> for Values<'a, T>
impl<'a, T: Clone + 'a> Clone for Values<'a, T>
fn clone(&self) -> Values<'a, T>
fn clone_from(&mut self, source: &Self)
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
).