Enum html5ever::tree_builder::interface::QuirksMode [] [src]

pub enum QuirksMode {
    Quirks,
    LimitedQuirks,
    NoQuirks,
}

A document's quirks mode.

Variants

Trait Implementations

impl PartialEq for QuirksMode
[src]

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

This method tests for !=.

impl Eq for QuirksMode
[src]

impl Copy for QuirksMode
[src]

impl Clone for QuirksMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for QuirksMode
[src]

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

Feeds a slice of this type into the state provided.

impl Debug for QuirksMode
[src]

Formats the value using the given formatter.