A non-empty bucket.
struct OccupiedEntry<'a, Key, Value, Bucket>
where Bucket: Bucket<Key, Value> + 'a,
Key: Eq<Key> + Hash,
{
/* private fields */
}| Receiver | Name | Description |
|---|---|---|
self | into_mut | Returns the contained mutable reference to the stored value. |
self | remove | Removes the contained value and key. |
| Name | Description |
|---|---|
| Deref | Objects that implement the immutable dereference operator. |
| DerefMut | Objects that implement the mutable dereference operator. |