Enum minifier::css::token::SelectorOperator[][src]

pub enum SelectorOperator {
    OneAttributeEquals,
    EqualsOrStartsWithFollowedByDash,
    EndsWith,
    FirstStartsWith,
    Contains,
}

Variants

~=

|=

$=

^=

*=

Trait Implementations

impl Eq for SelectorOperator
[src]

impl PartialEq for SelectorOperator
[src]

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

This method tests for !=.

impl Clone for SelectorOperator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SelectorOperator
[src]

Formats the value using the given formatter. Read more

impl Copy for SelectorOperator
[src]

impl Display for SelectorOperator
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SelectorOperator

impl Sync for SelectorOperator