pub struct Ranges(pub Vec<Range<Option<i32>>>);Expand description
https://drafts.csswg.org/css-counter-styles/#counter-style-range
Empty Vec represents ‘auto’
Tuple Fields§
§0: Vec<Range<Option<i32>>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ranges
impl RefUnwindSafe for Ranges
impl Send for Ranges
impl Sync for Ranges
impl Unpin for Ranges
impl UnwindSafe for Ranges
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more