Expand description
Structs§
- Into
Iter - An owning iterator over the entries of an
XmlMap
. - Into
Names - An owning iterator over the attribute namespaces and names of an
XmlMap
. - Into
Values - An owning iterator over the attribute values of an
XmlMap
. - Iter
- An iterator over the entries of an
XmlMap
. - IterMut
- A mutable iterator over the entries of an
XmlMap
. - Names
- A iterator over the attribute namespaces and names of an
XmlMap
. - Occupied
Entry - A view into an occupied entry in a
XmlMap
. - Vacant
Entry - A view into a vacant entry in a
XmlMap
. - Values
- A iterator over the attribute values of an
XmlMap
. - Values
Mut - A mutable iterator over the attribute values of an
XmlMap
. - XmlMap
- Container struct for a set of attributes on an XML element.
Enums§
Type Aliases§
- AttrMap
- Type alias for the commonly used mapping type for XML attribute values.