Searched defs:OwnedAttribute (Results 1 – 2 of 2) sorted by relevance
30 pub fn to_owned(&self) -> OwnedAttribute { in to_owned()48 pub struct OwnedAttribute { struct56 impl OwnedAttribute { argument67 pub fn new<S: Into<String>>(name: OwnedName, value: S) -> OwnedAttribute { in new()75 impl fmt::Display for OwnedAttribute { implementation
26 attrs: Vec<OwnedAttribute>, in new()