[][src]Enum html5ever::tokenizer::TokenSinkResult

#[must_use]
pub enum TokenSinkResult<Handle> {
    Continue,
    Script(Handle),
    Plaintext,
    RawData(RawKind),
}

Variants

Continue
Script(Handle)
Plaintext
RawData(RawKind)

Trait Implementations

impl<Handle: PartialEq> PartialEq<TokenSinkResult<Handle>> for TokenSinkResult<Handle>[src]

impl<Handle: Debug> Debug for TokenSinkResult<Handle>[src]

Auto Trait Implementations

impl<Handle> Send for TokenSinkResult<Handle> where
    Handle: Send

impl<Handle> Unpin for TokenSinkResult<Handle> where
    Handle: Unpin

impl<Handle> Sync for TokenSinkResult<Handle> where
    Handle: Sync

impl<Handle> UnwindSafe for TokenSinkResult<Handle> where
    Handle: UnwindSafe

impl<Handle> RefUnwindSafe for TokenSinkResult<Handle> where
    Handle: RefUnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]