Enum css::selectors::attr::ParsedAttrSelectorOperation [] [src]

pub enum ParsedAttrSelectorOperation<AttrValue> {
    Exists,
    WithValue {
        operator: AttrSelectorOperator,
        case_sensitivity: ParsedCaseSensitivity,
        expected_value: AttrValue,
    },
}

Variants

Fields of WithValue

Trait Implementations

impl<AttrValue: Clone> Clone for ParsedAttrSelectorOperation<AttrValue>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<AttrValue: Eq> Eq for ParsedAttrSelectorOperation<AttrValue>
[src]

impl<AttrValue: PartialEq> PartialEq for ParsedAttrSelectorOperation<AttrValue>
[src]

[src]

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

[src]

This method tests for !=.