Struct serde_xml::value::Element
[−]
[src]
pub struct Element {
pub attributes: BTreeMap<String, Vec<String>>,
pub members: Content,
}Fields
attributes: BTreeMap<String, Vec<String>>
members: Content
Methods
impl Element[src]
Trait Implementations
impl Clone for Element[src]
fn clone(&self) -> Element[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for Element[src]
fn eq(&self, __arg_0: &Element) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Element) -> bool[src]
This method tests for !=.
impl Debug for Element[src]
impl Deserialize for Element[src]
fn deserialize<D>(deserializer: &mut D) -> Result<Element, D::Error> where
D: Deserializer, [src]
D: Deserializer,
Deserialize this value given this Deserializer.