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> Debug for IterMut<'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.