Enum style::values::specified::AllowQuirks
[−]
[src]
pub enum AllowQuirks {
Yes,
No,
}Whether quirks are allowed in this context.
Variants
YesQuirks are allowed.
NoQuirks are not allowed.
Methods
impl AllowQuirks[src]
pub fn allowed(self, quirks_mode: QuirksMode) -> bool[src]
Returns true if quirks are allowed in this context.
Trait Implementations
impl Clone for AllowQuirks[src]
fn clone(&self) -> AllowQuirks[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more