Struct collections::vec::DrainUnstable
[-]
[+]
[src]
pub struct Drain<'a, T> { // some fields omitted }
An iterator that drains a vector.
pub struct Drain<'a, T> { // some fields omitted }
An iterator that drains a vector.
impl<'a, T> Iterator<T> for Drain<'a, T>
impl<'a, T> DoubleEndedIterator<T> for Drain<'a, T>
impl<'a, T> ExactSizeIterator<T> for Drain<'a, T>
impl<'a, T> Drop for Drain<'a, T>
fn drop(&mut self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).