Expand description
A hash map where the values are held by weak pointers.
Re-exports§
pub use super::WeakValueHashMap;
Structs§
- Drain
- An iterator that consumes the values of a weak hash map, leaving it empty.
- Into
Iter - An iterator that consumes the values of a weak hash map, leaving it empty.
- Iter
- An iterator over the keys and values of the weak hash map.
- Keys
- An iterator over the keys of the weak hash map.
- Occupied
Entry - An occupied entry, which can be removed or viewed.
- Vacant
Entry - A vacant entry, which can be inserted in or viewed.
- Values
- An iterator over the values of the weak hash map.
Enums§
- Entry
- Represents an entry in the table which may be occupied or vacant.