Struct collections::ring_buf::DrainExperimental
[-]
[+]
[src]
pub struct Drain<'a, T: 'a> { // some fields omitted }
A draining RingBuf iterator
pub struct Drain<'a, T: 'a> { // some fields omitted }
A draining RingBuf iterator
impl<'a, T: 'a> Drop for Drain<'a, T>
fn drop(&mut self)
impl<'a, T: 'a> Iterator<T> for Drain<'a, T>
impl<'a, T: 'a> DoubleEndedIterator<T> for Drain<'a, T>
impl<'a, T: 'a> ExactSizeIterator<T> for Drain<'a, T>
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
).