Searched defs:OwnedName (Results 1 – 2 of 2) sorted by relevance
92 pub fn to_owned(&self) -> OwnedName { in to_owned()173 pub struct OwnedName { struct184 impl fmt::Display for OwnedName { argument191 impl OwnedName { impl239 impl<'a> From<Name<'a>> for OwnedName { implementation241 fn from(n: Name<'a>) -> OwnedName { in from()246 impl FromStr for OwnedName { implementation258 fn from_str(s: &str) -> Result<OwnedName, ()> { in from_str()
67 pub fn new<S: Into<String>>(name: OwnedName, value: S) -> OwnedAttribute { in new()