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

pub enum QuirksMode {
    Quirks,
    LimitedQuirks,
    NoQuirks,
}

A document's quirks mode.

Variants

Trait Implementations

impl Copy for QuirksMode
[src]

impl Eq for QuirksMode
[src]

impl Hash for QuirksMode
[src]

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

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

impl PartialEq<QuirksMode> 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 Debug for QuirksMode
[src]

Formats the value using the given formatter.

impl Clone for QuirksMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more