Struct style::counter_style::CounterStyleRuleData [] [src]

pub struct CounterStyleRuleData { /* fields omitted */ }

An @counter-style rule

Methods

impl CounterStyleRuleData
[src]

[src]

Get the name of the counter style rule.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl CounterStyleRule
[src]

[src]

Trait Implementations

impl Clone for CounterStyleRuleData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CounterStyleRuleData
[src]

[src]

Formats the value using the given formatter. Read more

impl ToCssWithGuard for CounterStyleRuleData
[src]

[src]

Serialize self in CSS syntax, writing to dest, using the given lock guard.

[src]

Serialize self in CSS syntax using the given lock guard and return a string. Read more