Searched defs:OwnedAttribute (Results 1 – 4 of 4) sorted by relevance
31 pub fn to_owned(&self) -> OwnedAttribute { in to_owned()50 pub struct OwnedAttribute { struct58 impl OwnedAttribute { implementation71 pub fn new<S: Into<String>>(name: OwnedName, value: S) -> OwnedAttribute { in new()79 impl fmt::Display for OwnedAttribute { implementation
48 pub fn push(&mut self, attr: OwnedAttribute) { in push()61 pub fn into_vec(self) -> Vec<OwnedAttribute> { in into_vec()
26 fn get_attribute(attributes: &[OwnedAttribute], tag: &str, key: &str) -> Result<String> { in get_attribute()
26 attrs: Vec<OwnedAttribute>, in new()