Enum style::values::specified::AllowQuirks [] [src]

pub enum AllowQuirks {
    Yes,
    No,
}

Whether quirks are allowed in this context.

Variants

Quirks are allowed.

Quirks are not allowed.

Methods

impl AllowQuirks
[src]

[src]

Returns true if quirks are allowed in this context.

Trait Implementations

impl Clone for AllowQuirks
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AllowQuirks
[src]

impl PartialEq for AllowQuirks
[src]

[src]

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

1.0.0
[src]

This method tests for !=.