Struct collections::binary_heap::IntoIter 1.0.0
[−]
[src]
pub struct IntoIter<T> { /* fields omitted */ }
An owning iterator over the elements of a BinaryHeap
.
This struct
is created by the into_iter
method on BinaryHeap
(provided by the IntoIterator
trait). See its documentation for more.
Trait Implementations
impl<T> Iterator for IntoIter<T>
[src]
impl<T> Debug for IntoIter<T> where
T: Debug,
1.17.0[src]
T: Debug,
impl<T> Clone for IntoIter<T> where
T: Clone,
[src]
T: Clone,