Struct xml::attribute::OwnedAttribute
[−]
[src]
pub struct OwnedAttribute {
pub name: OwnedName,
pub value: String,
}Fields
name | |
value |
pub struct OwnedAttribute {
pub name: OwnedName,
pub value: String,
}name | |
value |
impl OwnedAttributeimpl Display for OwnedAttributeimpl Debug for OwnedAttributeimpl Hash for OwnedAttributefn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialEq for OwnedAttributefn eq(&self, __arg_0: &OwnedAttribute) -> boolfn ne(&self, __arg_0: &OwnedAttribute) -> boolimpl Eq for OwnedAttributeimpl Clone for OwnedAttributefn clone(&self) -> OwnedAttributefn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)