[][src]Enum html5ever::tree_builder::NextParserState

pub enum NextParserState {
    Suspend,
    Continue,
}

Whether to interrupt further parsing of the current input until the next explicit resumption of the tokenizer, or continue without any interruption.

Variants

Suspend

Stop further parsing.

Continue

Continue without interruptions.

Trait Implementations

impl Hash for NextParserState[src]

impl Eq for NextParserState[src]

impl Clone for NextParserState[src]

impl Copy for NextParserState[src]

impl Debug for NextParserState[src]

impl PartialEq<NextParserState> for NextParserState[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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]