Module table

Module table 

Source

Structsยง

OccupiedEntry
A view into a single occupied location in a Table.
Table
A TOML table, a top-level collection of key/Value pairs under a header and logical sub-tables
VacantEntry
A view into a single empty location in a Table.

Enumsยง

Entry
A view into a single location in a Table, which may be vacant or occupied.

Constantsยง

DEFAULT_KEY_DECOR ๐Ÿ”’
DEFAULT_KEY_PATH_DECOR ๐Ÿ”’
DEFAULT_ROOT_DECOR ๐Ÿ”’
DEFAULT_TABLE_DECOR ๐Ÿ”’

Traitsยง

TableLike
This trait represents either a Table, or an InlineTable.

Functionsยง

decorate_table ๐Ÿ”’

Type Aliasesยง

IntoIter
An owned iterator type over Tableโ€™s Key/Item pairs
Iter
An iterator type over Tableโ€™s Key/Item pairs
IterMut
A mutable iterator type over Tableโ€™s Key/Item pairs
KeyValuePairs ๐Ÿ”’