Struct xml::EndTag [] [src]

pub struct EndTag {
    pub name: String,
    pub ns: Option<String>,
    pub prefix: Option<String>,
}

Structure describing a closing tag

Fields

The tag's name

The tag's namespace

The tag's prefix

Trait Implementations

impl PartialEq for EndTag
[src]

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

This method tests for !=.

impl Eq for EndTag
[src]

impl Debug for EndTag
[src]

Formats the value using the given formatter.