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

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 Copy for NextParserState
[src]

impl Eq for NextParserState
[src]

impl Hash for NextParserState
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq<NextParserState> for NextParserState
[src]

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

This method tests for !=.

impl Debug for NextParserState
[src]

Formats the value using the given formatter.

impl Clone for NextParserState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more