Module slotmap::basic[][src]

Contains the slot map implementation.

Structs

Drain

A draining iterator for SlotMap.

IntoIter

An iterator that moves key-value pairs out of a SlotMap.

Iter

An iterator over the key-value pairs in a SlotMap.

IterMut

A mutable iterator over the key-value pairs in a SlotMap.

Keys

An iterator over the keys in a SlotMap.

SlotMap

Slot map, storage with stable unique keys.

Values

An iterator over the values in a SlotMap.

ValuesMut

A mutable iterator over the values in a SlotMap.