Enum css::domain::selectors::PseudoElement [] [src]

pub enum PseudoElement {
    after,
    backdrop(Option<VendorPrefix>),
    before,
    cue,
    first_letter,
    first_line,
    marker,
    grammar_error,
    placeholder(Option<VendorPrefix>),
    selection(Option<VendorPrefix>),
    spelling_error,
    progress_bar(Option<VendorPrefix>),
    range_progress(Option<VendorPrefix>),
    range_thumb(Option<VendorPrefix>),
    range_track(Option<VendorPrefix>),
    details_summary(Option<VendorPrefix>),
    details_content(Option<VendorPrefix>),
    text(Option<VendorPrefix>),
    input_text(Option<VendorPrefix>),
    table_wrapper(Option<VendorPrefix>),
    anonymous_table_wrapper(Option<VendorPrefix>),
    anonymous_table(Option<VendorPrefix>),
    anonymous_table_row(Option<VendorPrefix>),
    anonymous_table_cell(Option<VendorPrefix>),
    anonymous_block(Option<VendorPrefix>),
    inline_block_wrapper(Option<VendorPrefix>),
    inline_absolute(Option<VendorPrefix>),
}

A pseudo-element, both public and private.

Variants

Methods

impl PseudoElement
[src]

[src]

Whether this pseudo-element supports user action selectors.

Trait Implementations

impl Debug for PseudoElement
[src]

[src]

Formats the value using the given formatter.

impl Clone for PseudoElement
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Ord for PseudoElement
[src]

[src]

This method returns an Ordering between self and other. Read more

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl PartialOrd for PseudoElement
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Eq for PseudoElement
[src]

impl PartialEq for PseudoElement
[src]

[src]

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

[src]

This method tests for !=.

impl Hash for PseudoElement
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl ToCss for PseudoElement
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

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

impl PseudoElement for PseudoElement
[src]

The SelectorImpl this pseudo-element is used for.

[src]

Whether the pseudo-element supports a given state selector to the right of it. Read more