[][src]Module serde_yaml::mapping

A YAML mapping and its iterator types.

Structs

IntoIter

Iterator over serde_yaml::Mapping by value.

Iter

Iterator over &serde_yaml::Mapping.

IterMut

Iterator over &mut serde_yaml::Mapping.

Mapping

A YAML mapping in which the keys and values are both serde_yaml::Value.