Enum xmlparser::ElementEnd[][src]

pub enum ElementEnd<'a> {
    Open,
    Close(StrSpan<'a>, StrSpan<'a>),
    Empty,
}

ElementEnd token.

Variants

Indicates >

Indicates </name>

Indicates />

Trait Implementations

impl<'a> Clone for ElementEnd<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for ElementEnd<'a>
[src]

impl<'a> PartialEq for ElementEnd<'a>
[src]

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

This method tests for !=.

impl<'a> Debug for ElementEnd<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for ElementEnd<'a>

impl<'a> Sync for ElementEnd<'a>