Struct core::iter::ByRefStable
[-]
[+]
[src]
pub struct ByRef<'a, T: 'a> { // some fields omitted }
A mutable reference to an iterator
pub struct ByRef<'a, T: 'a> { // some fields omitted }
A mutable reference to an iterator
impl<'a, A, T: Iterator<A> + 'a> Iterator<A> for ByRef<'a, T>
impl<'a, A, T: DoubleEndedIterator<A> + 'a> DoubleEndedIterator<A> for ByRef<'a, T>
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
).