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