Module tree::map [] [src]

An ordered map based on a binary search tree.

Structs

IntoIter

An iterator that consumes the map.

Iter

An iterator over the map's entries with immutable references to the values.

IterMut

An iterator over the map's entries with mutable references to the values.

Map

An ordered map based on a binary search tree.

OccupiedEntry

An occupied entry.

VacantEntry

A vacant entry.

Enums

Entry

An entry in the map.