Structs§
- A view into a single occupied location in a
IndexMap
. - Type representing a TOML non-inline table
- A view into a single empty location in a
IndexMap
.
Enums§
- A view into a single location in a map, which may be vacant or occupied.
Constants§
Traits§
- This trait represents either a
Table
, or anInlineTable
.
Functions§
Type Aliases§
- An owned iterator type over
Table
’s key/value pairs. - An iterator type over
Table
’s key/value pairs. - A mutable iterator type over
Table
’s key/value pairs.