pub enum RowRuleColorStyleValue {
LineColorList(LineColorList),
AutoLineColorList(AutoLineColorList),
}Expand description
Represents the style value for row-rule-color as defined in css-gaps-1.
The grammar is defined as:
<line-color-list> | <auto-line-color-list>Variants§
LineColorList(LineColorList)
AutoLineColorList(AutoLineColorList)
Trait Implementations§
Source§impl Clone for RowRuleColorStyleValue
impl Clone for RowRuleColorStyleValue
Source§fn clone(&self) -> RowRuleColorStyleValue
fn clone(&self) -> RowRuleColorStyleValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RowRuleColorStyleValue
impl Debug for RowRuleColorStyleValue
Source§impl Hash for RowRuleColorStyleValue
impl Hash for RowRuleColorStyleValue
Source§impl Ord for RowRuleColorStyleValue
impl Ord for RowRuleColorStyleValue
Source§fn cmp(&self, other: &RowRuleColorStyleValue) -> Ordering
fn cmp(&self, other: &RowRuleColorStyleValue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for RowRuleColorStyleValue
impl<'a> Parse<'a> for RowRuleColorStyleValue
Source§impl PartialEq for RowRuleColorStyleValue
impl PartialEq for RowRuleColorStyleValue
Source§impl PartialOrd for RowRuleColorStyleValue
impl PartialOrd for RowRuleColorStyleValue
Source§impl<'a> Peek<'a> for RowRuleColorStyleValue
impl<'a> Peek<'a> for RowRuleColorStyleValue
Source§impl ToCursors for RowRuleColorStyleValue
impl ToCursors for RowRuleColorStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for RowRuleColorStyleValue
impl StructuralPartialEq for RowRuleColorStyleValue
Auto Trait Implementations§
impl Freeze for RowRuleColorStyleValue
impl RefUnwindSafe for RowRuleColorStyleValue
impl Send for RowRuleColorStyleValue
impl Sync for RowRuleColorStyleValue
impl Unpin for RowRuleColorStyleValue
impl UnwindSafe for RowRuleColorStyleValue
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