Returns the contained mutable reference to the stored value.
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 }