Enum xmlparser::ElementEnd
source · Expand description
ElementEnd token.
Variants
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 moresourceimpl<'a> Debug for ElementEnd<'a>
impl<'a> Debug 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
impl<'a> Copy 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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