Module eclectic::map [] [src]

Maps.

Enums

Entry

A map entry.

Traits

EntryMap

A map that supports efficient in-place modification.

Get

A map that supports lookups using keys of type &Q.

Insert

A map that supports insertion.

Map

A map.

OccupiedEntry

An occupied map entry.

Remove

A map that supports removals using keys of type &Q.

VacantEntry

A vacant map entry.