Struct std::collections::hash_set::IntoIterStable [-] [+] [src]

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

HashSet move iterator

Trait Implementations

impl<K> Iterator for IntoIter<K>

type Item = K

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

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

impl<K> ExactSizeIterator for IntoIter<K>

fn len(&self) -> usize

impl<K> Iterator for IntoIter<K>

type Item = K

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

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

impl<K> ExactSizeIterator for IntoIter<K>

fn len(&self) -> usize