Enum selectors::parser::Combinator [] [src]

pub enum Combinator {
    Child,
    Descendant,
    NextSibling,
    LaterSibling,
}

Variants

Trait Implementations

impl Eq for Combinator
[src]

impl PartialEq for Combinator
[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 Combinator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Combinator
[src]

impl Debug for Combinator
[src]

Formats the value using the given formatter.

impl Hash for Combinator
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl ToCss for Combinator
[src]

Serialize self in CSS syntax, writing to dest.

Serialize self in CSS syntax and return a string. Read more

Serialize self in CSS syntax and return a result compatible with std::fmt::Show. Read more