Struct std::collections::binary_heap::IterExperimental
[-]
[+]
[src]
pub struct Iter<'a, T: 'a> { // some fields omitted }
BinaryHeap
iterator.
pub struct Iter<'a, T: 'a> { // some fields omitted }
BinaryHeap
iterator.
impl<'a, T> Clone for Iter<'a, T>
fn clone(&self) -> Iter<'a, T>
fn clone_from(&mut self, &Iter<'a, T>)
impl<'a, T> Iterator<&'a T> for Iter<'a, T>
fn next(&mut self) -> Option<&'a T>
fn size_hint(&self) -> (uint, Option<uint>)
fn size_hint(&self) -> (uint, Option<uint>)
impl<'a, T> DoubleEndedIterator<&'a T> for Iter<'a, T>
impl<'a, T> ExactSizeIterator<&'a T> for Iter<'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
).