Struct xml::attribute::OwnedAttribute [−][src]
Expand description
An owned version of an XML attribute.
Consists of an owned qualified name and an owned string value.
Fields
name: OwnedName
Attribute name.
value: String
Attribute value.
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for OwnedAttribute
impl Send for OwnedAttribute
impl Sync for OwnedAttribute
impl Unpin for OwnedAttribute
impl UnwindSafe for OwnedAttribute
Blanket Implementations
Mutably borrows from an owned value. Read more