Struct xml::attribute::OwnedAttribute
[−]
[src]
pub struct OwnedAttribute { pub name: OwnedName, pub value: String, }
Fields
name | |
value |
pub struct OwnedAttribute { pub name: OwnedName, pub value: String, }
name | |
value |
impl OwnedAttribute
impl Display for OwnedAttribute
impl Debug for OwnedAttribute
impl Hash for OwnedAttribute
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialEq for OwnedAttribute
fn eq(&self, __arg_0: &OwnedAttribute) -> bool
fn ne(&self, __arg_0: &OwnedAttribute) -> bool
impl Eq for OwnedAttribute
impl Clone for OwnedAttribute
fn clone(&self) -> OwnedAttribute
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, type
, macro
,
and const
.
Search functions by type signature (e.g.
vec -> usize
)