Get the existing value, mutably.
(&mut self)
| 164 | |
| 165 | /// Get the existing value, mutably. |
| 166 | pub fn get_mut(&mut self) -> &mut V { |
| 167 | &mut self.raw.get_mut().v |
| 168 | } |
| 169 | } |
| 170 | |
| 171 | impl<'a, K, V> VacantEntry<'a, K, V> { |
no outgoing calls
no test coverage detected