Struct std::collections::vec_map::DrainUnstable [-] [+] [src]

pub struct Drain<'a, V> where V: 'a {
    // some fields omitted
}

Trait Implementations

impl<'a, V> Iterator for Drain<'a, V>

type Item = (usize, V)

fn next(&mut self) -> Option<(usize, V)>

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

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

impl<'a, V> DoubleEndedIterator for Drain<'a, V>

fn next_back(&mut self) -> Option<(usize, V)>