Enum selectors::context::QuirksMode[][src]

pub enum QuirksMode {
    Quirks,
    LimitedQuirks,
    NoQuirks,
}

Which quirks mode is this document in.

See: https://quirks.spec.whatwg.org/

Variants

Quirks mode.

Limited quirks mode.

No quirks mode.

Methods

impl QuirksMode
[src]

Trait Implementations

impl Clone for QuirksMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for QuirksMode
[src]

impl Debug for QuirksMode
[src]

Formats the value using the given formatter. Read more

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

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

This method tests for !=.

Auto Trait Implementations

impl Send for QuirksMode

impl Sync for QuirksMode