Module map
A map of String to [Value][crate::Value].
By default the map is backed by a BTreeMap. Enable the preserve_order
feature of toml-rs to use IndexMap instead.
Structs
-
IntoIter
An owning iterator over a
toml::Map's entries. -
Iter
An iterator over a
toml::Map's entries. -
IterMut
A mutable iterator over a
toml::Map's entries. -
Keys
An iterator over a
toml::Map's keys. - Map Represents a TOML key/value type.
-
OccupiedEntry
An occupied Entry. It is part of the
Entryenum. -
VacantEntry
A vacant Entry. It is part of the
Entryenum. -
Values
An iterator over a
toml::Map's values.