logo
Expand description

SgMap’s return types and Entry enum.

Structs

An owning iterator over the entries of a SgMap.

An owning iterator over the keys of a SgMap.

An owning iterator over the values of a SgMap.

An iterator over the entries of a SgMap.

An mutable iterator over the entries of a SgMap.

An iterator over the keys of a SgMap.

A view into an occupied entry in a SgMap. It is part of the Entry enum.

The error returned by try_insert_std when the key already exists.

An iterator over a sub-range of entries in a SgMap.

A mutable iterator over a sub-range of entries in a SgMap.

A view into a vacant entry in a SgMap. It is part of the Entry enum.

An iterator over the values of a SgMap.

A mutable iterator over the values of a SgMap.

Enums

A view into a single entry in a map, which may either be vacant or occupied.