Searched defs:OwnedName (Results 1 – 2 of 2) sorted by relevance
93 pub fn to_owned(&self) -> OwnedName { in to_owned()180 pub struct OwnedName { struct191 impl fmt::Display for OwnedName { argument198 impl OwnedName { implementation250 impl<'a> From<Name<'a>> for OwnedName { implementation252 fn from(n: Name<'a>) -> OwnedName { in from()257 impl FromStr for OwnedName { implementation269 fn from_str(s: &str) -> Result<OwnedName, ()> { in from_str()
71 pub fn new<S: Into<String>>(name: OwnedName, value: S) -> OwnedAttribute { in new()