Skip to main content

Module mapping

Module mapping 

Source
Expand description

Mapping types and iterators for YAML Mapping.

Structs§

IntoIter
Owning iterator over mapping key/value pairs.
IntoKeys
Owning iterator over mapping keys.
IntoValues
Owning iterator over mapping values.
Iter
Iterator over borrowed mapping key/value pairs.
IterMut
Iterator over borrowed mapping keys and mutable values.
Keys
Iterator over borrowed mapping keys.
Mapping
Ordered YAML mapping with Value keys and values.
OccupiedEntry
Occupied entry in a Mapping.
VacantEntry
Vacant entry in a Mapping.
Values
Iterator over borrowed mapping values.
ValuesMut
Iterator over mutable mapping values.

Enums§

Entry
Entry view into a Mapping.

Traits§

Index
A key type that can index directly into a YAML Mapping.