Enum selectors::matching::CommonStyleAffectingAttributeMode [] [src]

pub enum CommonStyleAffectingAttributeMode {
    IsPresent(CommonStyleAffectingAttributes),
    IsEqual(&'static strCommonStyleAffectingAttributes),
}

Variants

IsPresent(CommonStyleAffectingAttributes)IsEqual(&'static strCommonStyleAffectingAttributes)

Trait Implementations

impl Clone for CommonStyleAffectingAttributeMode
[src]

fn clone(&self) -> CommonStyleAffectingAttributeMode

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for CommonStyleAffectingAttributeMode
[src]