Struct style::counter_style::Ranges
[−]
[src]
pub struct Ranges(pub Vec<Range<Option<i32>>>);
https://drafts.csswg.org/css-counter-styles/#counter-style-range
Empty Vec represents 'auto'
Trait Implementations
impl Clone for Ranges
[src]
fn clone(&self) -> Ranges
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for Ranges
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Parse for Ranges
[src]
fn parse<'i, 't>(
_context: &ParserContext,
input: &mut Parser<'i, 't>
) -> Result<Self, ParseError<'i>>
[src]
_context: &ParserContext,
input: &mut Parser<'i, 't>
) -> Result<Self, ParseError<'i>>
Parse a value of this type. Read more