pub struct EndEvent<'a> { /* private fields */ }Expand description
An event emitted by end tags like </hello>.
Implementations§
Trait Implementations§
impl<'a> Copy for EndEvent<'a>
Auto Trait Implementations§
impl<'a> Freeze for EndEvent<'a>
impl<'a> RefUnwindSafe for EndEvent<'a>
impl<'a> Send for EndEvent<'a>
impl<'a> Sync for EndEvent<'a>
impl<'a> Unpin for EndEvent<'a>
impl<'a> UnwindSafe for EndEvent<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more