Module weak_table::weak_weak_hash_map[][src]

Expand description

A hash map where the keys and values are both held by weak pointers, and keys are compared by value.

Re-exports

pub use super::WeakWeakHashMap;

Structs

An iterator that consumes the values of a weak hash map, leaving it empty.

An iterator that consumes the values of a weak hash map, leaving it empty.

An iterator over the keys and values of the weak hash map.

An iterator over the keys of the weak hash map.

An occupied entry, which can be removed or viewed.

A vacant entry, which can be inserted in or viewed.

An iterator over the values of the weak hash map.

Enums

Represents an entry in the table which may be occupied or vacant.