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

Stop further parsing.

Continue without interruptions.

Trait Implementations

impl Hash for NextParserState

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Eq for NextParserState

impl PartialEq<NextParserState> for NextParserState

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for NextParserState

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NextParserState

impl Debug for NextParserState

Formats the value using the given formatter.