Enum html5ever::tree_builder::interface::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

Suspend
Continue

Trait Implementations

Derived Implementations

impl Debug for NextParserState

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for NextParserState

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Clone for NextParserState

fn clone(&self) -> NextParserState

fn clone_from(&mut self, source: &Self)

impl Copy for NextParserState

impl Eq for NextParserState

impl PartialEq for NextParserState

fn eq(&self, __arg_0: &NextParserState) -> bool

fn ne(&self, __arg_0: &NextParserState) -> bool