Module serde_yaml::mapping 
source · Expand description
A YAML mapping and its iterator types.
Structs
- Iterator overserde_yaml::Mappingby value.
- Iterator of the keys of aserde_yaml::Mapping.
- Iterator of the values of aserde_yaml::Mapping.
- Iterator over&serde_yaml::Mapping.
- Iterator over&mut serde_yaml::Mapping.
- Iterator of the keys of a&serde_yaml::Mapping.
- A YAML mapping in which the keys and values are bothserde_yaml::Value.
- Iterator of the values of a&serde_yaml::Mapping.
- Iterator of the values of a&mut serde_yaml::Mapping.
Enums
- Entry for an existing key-value pair or a vacant location to insert one.
Traits
- A type that can be used to index into aserde_yaml::Mapping. See the methodsget,get_mut,contains_key, andremoveofValue.