Struct collections::vec_deque::Drain1.6.0 [] [src]

pub struct Drain<'a, T> where
    T: 'a, 
{ /* fields omitted */ }

A draining iterator over the elements of a VecDeque.

This struct is created by the drain method on VecDeque. See its documentation for more.

Trait Implementations

impl<'a, T> DoubleEndedIterator for Drain<'a, T> where
    T: 'a, 
[src]

[src]

impl<'a, T> Send for Drain<'a, T> where
    T: Send
[src]

impl<'a, T> Drop for Drain<'a, T> where
    T: 'a, 
[src]

[src]

impl<'a, T> Debug for Drain<'a, T> where
    T: 'a + Debug
1.17.0
[src]

[src]

Formats the value using the given formatter.

impl<'a, T> Iterator for Drain<'a, T> where
    T: 'a, 
[src]

[src]

[src]

impl<'a, T> Sync for Drain<'a, T> where
    T: Sync
[src]

impl<'a, T> FusedIterator for Drain<'a, T> where
    T: 'a, 
[src]

impl<'a, T> ExactSizeIterator for Drain<'a, T> where
    T: 'a, 
[src]