Struct collections::vec_deque::IterMut 1.0.0
[−]
[src]
pub struct IterMut<'a, T> where
T: 'a, { /* fields omitted */ }A mutable iterator over the elements of a VecDeque.
This struct is created by the iter_mut method on VecDeque. See its
documentation for more.
Trait Implementations
impl<'a, T> ExactSizeIterator for IterMut<'a, T>[src]
fn is_empty(&self) -> bool
impl<'a, T> FusedIterator for IterMut<'a, T>[src]
impl<'a, T> DoubleEndedIterator for IterMut<'a, T>[src]
impl<'a, T> Debug for IterMut<'a, T> where
T: 'a + Debug, 1.17.0[src]
T: 'a + Debug,