Struct serde_xml::value::Element [] [src]

pub struct Element {
    pub attributes: BTreeMap<StringVec<String>>,
    pub members: Content,
}

Fields

attributes: BTreeMap<StringVec<String>> members: Content

Methods

impl Element
[src]

Trait Implementations

impl Debug for Element
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for Element
[src]

fn eq(&self, __arg_0: &Element) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Element) -> bool

This method tests for !=.

impl Clone for Element
[src]

fn clone(&self) -> Element

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Deserialize for Element
[src]

fn deserialize<D>(deserializer: &mut D) -> Result<Element, D::Error> where D: Deserializer

Deserialize this value given this Deserializer.