Objects that implement the immutable dereference operator.
impl<'a, Key, Value, Bucket> Deref for OccupiedEntry<'a, Key, Value, Bucket> where Key: Eq<Key> + Hash, Bucket: Bucket<Key, Value>, { type Target = Value; }