Struct collections::btree_map::ValuesMut 1.10.0
[−]
[src]
pub struct ValuesMut<'a, K, V> where
K: 'a,
V: 'a, { /* fields omitted */ }
A mutable iterator over the values of a BTreeMap
.
This struct
is created by the values_mut
method on BTreeMap
. See its
documentation for more.
Trait Implementations
impl<'a, K, V> DoubleEndedIterator for ValuesMut<'a, K, V>
[src]
impl<'a, K, V> Debug for ValuesMut<'a, K, V> where
K: 'a + Debug,
V: 'a + Debug,
[src]
K: 'a + Debug,
V: 'a + Debug,
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter.