Enum selectors::attr::AttrSelectorOperation
[−]
[src]
pub enum AttrSelectorOperation<AttrValue> { Exists, WithValue { operator: AttrSelectorOperator, case_sensitivity: CaseSensitivity, expected_value: AttrValue, }, }
Variants
Exists
WithValue
Fields of WithValue
operator: AttrSelectorOperator | |
case_sensitivity: CaseSensitivity | |
expected_value: AttrValue |
Methods
impl<AttrValue> AttrSelectorOperation<AttrValue>
[src]
Trait Implementations
impl<AttrValue: Clone> Clone for AttrSelectorOperation<AttrValue>
[src]
fn clone(&self) -> AttrSelectorOperation<AttrValue>
[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
impl<AttrValue: Eq> Eq for AttrSelectorOperation<AttrValue>
[src]
impl<AttrValue: PartialEq> PartialEq for AttrSelectorOperation<AttrValue>
[src]
fn eq(&self, __arg_0: &AttrSelectorOperation<AttrValue>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &AttrSelectorOperation<AttrValue>) -> bool
[src]
This method tests for !=
.