Enum xmlparser::ElementEnd [−][src]
ElementEnd token.
Variants
OpenIndicates >
Close(StrSpan<'a>, StrSpan<'a>)Indicates </name>
EmptyIndicates />
Trait Implementations
impl<'a> Clone for ElementEnd<'a>[src]
impl<'a> Clone for ElementEnd<'a>fn clone(&self) -> ElementEnd<'a>[src]
fn clone(&self) -> ElementEnd<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> Copy for ElementEnd<'a>[src]
impl<'a> Copy for ElementEnd<'a>impl<'a> PartialEq for ElementEnd<'a>[src]
impl<'a> PartialEq for ElementEnd<'a>fn eq(&self, other: &ElementEnd<'a>) -> bool[src]
fn eq(&self, other: &ElementEnd<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ElementEnd<'a>) -> bool[src]
fn ne(&self, other: &ElementEnd<'a>) -> boolThis method tests for !=.
impl<'a> Debug for ElementEnd<'a>[src]
impl<'a> Debug for ElementEnd<'a>Auto Trait Implementations
impl<'a> Send for ElementEnd<'a>
impl<'a> Send for ElementEnd<'a>impl<'a> Sync for ElementEnd<'a>
impl<'a> Sync for ElementEnd<'a>