Enum style::counter_style::SpeakAs [] [src]

pub enum SpeakAs {
    Auto,
    Bullets,
    Numbers,
    Words,
    Other(CustomIdent),
}

https://drafts.csswg.org/css-counter-styles/#counter-style-speak-as

Variants

auto

bullets

numbers

words

Trait Implementations

impl Clone for SpeakAs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SpeakAs
[src]

[src]

Formats the value using the given formatter. Read more

impl ToCss for SpeakAs
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

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

impl Parse for SpeakAs
[src]

[src]

Parse a value of this type. Read more