Enum xmlparser::ElementEnd
source · [−]Expand description
ElementEnd token.
Variants
Open
Indicates >
Close(StrSpan<'a>, StrSpan<'a>)
Indicates </name>
Empty
Indicates />
Trait Implementations
sourceimpl<'a> Clone for ElementEnd<'a>
impl<'a> Clone for ElementEnd<'a>
sourcefn clone(&self) -> ElementEnd<'a>
fn clone(&self) -> ElementEnd<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a> Debug for ElementEnd<'a>
impl<'a> Debug for ElementEnd<'a>
sourceimpl<'a> Hash for ElementEnd<'a>
impl<'a> Hash for ElementEnd<'a>
sourceimpl<'a> PartialEq<ElementEnd<'a>> for ElementEnd<'a>
impl<'a> PartialEq<ElementEnd<'a>> for ElementEnd<'a>
sourcefn eq(&self, other: &ElementEnd<'a>) -> bool
fn eq(&self, other: &ElementEnd<'a>) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ElementEnd<'a>) -> bool
fn ne(&self, other: &ElementEnd<'a>) -> bool
This method tests for !=.
impl<'a> Copy for ElementEnd<'a>
impl<'a> Eq for ElementEnd<'a>
impl<'a> StructuralEq for ElementEnd<'a>
impl<'a> StructuralPartialEq for ElementEnd<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ElementEnd<'a>
impl<'a> Send for ElementEnd<'a>
impl<'a> Sync for ElementEnd<'a>
impl<'a> Unpin for ElementEnd<'a>
impl<'a> UnwindSafe for ElementEnd<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more