Struct collections::vec::Drain 1.6.0
[−]
[src]
pub struct Drain<'a, T> where
T: 'a, { /* fields omitted */ }
Trait Implementations
impl<'a, T> DoubleEndedIterator for Drain<'a, T>
[src]
impl<'a, T> Send for Drain<'a, T> where
T: Send,
[src]
T: Send,
impl<'a, T> Drop for Drain<'a, T>
[src]
impl<'a, T> Debug for Drain<'a, T> where
T: 'a + Debug,
1.17.0[src]
T: 'a + Debug,
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter.
impl<'a, T> Iterator for Drain<'a, T>
[src]
type Item = T
fn next(&mut self) -> Option<T>
[src]
fn size_hint(&self) -> (usize, Option<usize>)
[src]
impl<'a, T> Sync for Drain<'a, T> where
T: Sync,
[src]
T: Sync,