[][src]Module smallmap::entry

Map entries.

The API is similar to that of BTreeMap and HashMap's Entry types.

Structs

OccupiedEntry

Varient of Entry that already contains a value.

VacantEntry

Varient of Entry that does not contain a value.

Enums

Entry

Represents a space in a Map that may or may not contains a value.