Home
last modified time | relevance | path

Searched defs:OwnedAttribute (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/xml-rs/src/
Dattribute.rs30 pub fn to_owned(&self) -> OwnedAttribute { in to_owned()
48 pub struct OwnedAttribute { struct
56 impl OwnedAttribute { argument
67 pub fn new<S: Into<String>>(name: OwnedName, value: S) -> OwnedAttribute { in new()
75 impl fmt::Display for OwnedAttribute { implementation
/external/rust/crates/serde-xml-rs/src/de/
Dmap.rs26 attrs: Vec<OwnedAttribute>, in new()