Struct collections::dlist::IterExperimental
[-]
[+]
[src]
pub struct Iter<'a, T: 'a> { // some fields omitted }
An iterator over references to the items of a DList
.
pub struct Iter<'a, T: 'a> { // some fields omitted }
An iterator over references to the items of a DList
.
impl<'a, T> Clone for Iter<'a, T>
fn clone(&self) -> Iter<'a, T>
fn clone_from(&mut self, source: &Self)
impl<'a, T> Copy for Iter<'a, T>
impl<'a, A> Iterator<&'a A> for Iter<'a, A>
impl<'a, A> DoubleEndedIterator<&'a A> for Iter<'a, A>
impl<'a, A> ExactSizeIterator<&'a A> for Iter<'a, A>
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
).