Module stash::stash [] [src]

Structs

Extend
IntoIter

Iterator over the (index, value) pairs.

IntoValues

Iterator over values in the stash.

Iter

Iterator over the (index, &value) pairs.

IterMut

Iterator over the (index, &mut value) pairs.

Stash

An O(1) amortized table that reuses keys.

Values

Iterator over references to the values in the stash.

ValuesMut

Iterator over mutable references to the values in the stash.