pub struct DoctypeEvent<'a> { /* private fields */ }Expand description
An event emitted by doctype declarations.
Implementations§
Trait Implementations§
Source§impl<'a> Clone for DoctypeEvent<'a>
impl<'a> Clone for DoctypeEvent<'a>
Source§fn clone(&self) -> DoctypeEvent<'a>
fn clone(&self) -> DoctypeEvent<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for DoctypeEvent<'a>
impl<'a> Debug for DoctypeEvent<'a>
impl<'a> Copy for DoctypeEvent<'a>
Auto Trait Implementations§
impl<'a> Freeze for DoctypeEvent<'a>
impl<'a> RefUnwindSafe for DoctypeEvent<'a>
impl<'a> Send for DoctypeEvent<'a>
impl<'a> Sync for DoctypeEvent<'a>
impl<'a> Unpin for DoctypeEvent<'a>
impl<'a> UnwindSafe for DoctypeEvent<'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