Struct std::option::IntoIterStable [-]  [+] [src]

pub struct IntoIter<A> {
    // some fields omitted
}

An iterator over the item contained inside an Option.

Trait Implementations

impl<A> Iterator<A> for IntoIter<A>

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

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

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

impl<A> DoubleEndedIterator<A> for IntoIter<A>

fn next_back(&mut self) -> Option<A>

impl<A> ExactSizeIterator<A> for IntoIter<A>

fn rposition<P>(&mut self, P) -> Option<uint>

fn len(&self) -> uint