Struct collections::btree_set::IntoIter1.0.0 [] [src]

pub struct IntoIter<T> { /* fields omitted */ }

An owning iterator over the items of a BTreeSet.

This struct is created by the into_iter method on BTreeSet (provided by the IntoIterator trait). See its documentation for more.

Trait Implementations

impl<T> DoubleEndedIterator for IntoIter<T>
[src]

[src]

impl<T> Debug for IntoIter<T> where
    T: Debug
[src]

[src]

Formats the value using the given formatter.

impl<T> Iterator for IntoIter<T>
[src]

[src]

[src]

impl<T> FusedIterator for IntoIter<T>
[src]

impl<T> ExactSizeIterator for IntoIter<T>
[src]

[src]