Enum html5ever::tokenizer::TokenSinkResult
source · pub enum TokenSinkResult<Handle> {
Continue,
Script(Handle),
Plaintext,
RawData(RawKind),
}
Variants§
Trait Implementations§
source§impl<Handle: Debug> Debug for TokenSinkResult<Handle>
impl<Handle: Debug> Debug for TokenSinkResult<Handle>
source§impl<Handle: PartialEq> PartialEq for TokenSinkResult<Handle>
impl<Handle: PartialEq> PartialEq for TokenSinkResult<Handle>
source§fn eq(&self, other: &TokenSinkResult<Handle>) -> bool
fn eq(&self, other: &TokenSinkResult<Handle>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<Handle> StructuralPartialEq for TokenSinkResult<Handle>
Auto Trait Implementations§
impl<Handle> Freeze for TokenSinkResult<Handle>where
Handle: Freeze,
impl<Handle> RefUnwindSafe for TokenSinkResult<Handle>where
Handle: RefUnwindSafe,
impl<Handle> Send for TokenSinkResult<Handle>where
Handle: Send,
impl<Handle> Sync for TokenSinkResult<Handle>where
Handle: Sync,
impl<Handle> Unpin for TokenSinkResult<Handle>where
Handle: Unpin,
impl<Handle> UnwindSafe for TokenSinkResult<Handle>where
Handle: UnwindSafe,
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