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

pub enum AttrSelectorOperation<AttrValue> {
    Exists,
    WithValue {
        operator: AttrSelectorOperator,
        case_sensitivity: CaseSensitivity,
        expected_value: AttrValue,
    },
}

Variants

Fields of WithValue

Methods

impl<AttrValue> AttrSelectorOperation<AttrValue>
[src]

[src]

Trait Implementations

impl<AttrValue: Clone> Clone for AttrSelectorOperation<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 AttrSelectorOperation<AttrValue>
[src]

impl<AttrValue: PartialEq> PartialEq for AttrSelectorOperation<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 !=.