Method lrs::hashmap::OccupiedEntry::into_mut

Returns the contained mutable reference to the stored value.

Syntax

impl<'a, Key, Value, Bucket> OccupiedEntry<'a, Key, Value, Bucket>
    where Bucket: Bucket<Key, Value>,
          Key: Eq<Key> + Hash,
{
    fn into_mut(self) -> &'a mut Value
}