Struct xml::attribute::OwnedAttribute [−][src]
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
impl OwnedAttribute
[src]
impl OwnedAttribute
[src]Trait Implementations
impl Clone for OwnedAttribute
[src]
impl Clone for OwnedAttribute
[src]fn clone(&self) -> OwnedAttribute
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for OwnedAttribute
[src]
impl Hash for OwnedAttribute
[src]impl PartialEq<OwnedAttribute> for OwnedAttribute
[src]
impl PartialEq<OwnedAttribute> for OwnedAttribute
[src]