pub enum RowRuleStyleStyleValue {
LineStyleList(LineStyleList),
AutoLineStyleList(AutoLineStyleList),
}Expand description
Represents the style value for row-rule-style as defined in css-gaps-1.
The grammar is defined as:
<line-style-list> | <auto-line-style-list>Variants§
LineStyleList(LineStyleList)
AutoLineStyleList(AutoLineStyleList)
Trait Implementations§
Source§impl Clone for RowRuleStyleStyleValue
impl Clone for RowRuleStyleStyleValue
Source§fn clone(&self) -> RowRuleStyleStyleValue
fn clone(&self) -> RowRuleStyleStyleValue
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 RowRuleStyleStyleValue
impl Debug for RowRuleStyleStyleValue
Source§impl Hash for RowRuleStyleStyleValue
impl Hash for RowRuleStyleStyleValue
Source§impl Ord for RowRuleStyleStyleValue
impl Ord for RowRuleStyleStyleValue
Source§fn cmp(&self, other: &RowRuleStyleStyleValue) -> Ordering
fn cmp(&self, other: &RowRuleStyleStyleValue) -> 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 RowRuleStyleStyleValue
impl<'a> Parse<'a> for RowRuleStyleStyleValue
Source§impl PartialEq for RowRuleStyleStyleValue
impl PartialEq for RowRuleStyleStyleValue
Source§impl PartialOrd for RowRuleStyleStyleValue
impl PartialOrd for RowRuleStyleStyleValue
Source§impl<'a> Peek<'a> for RowRuleStyleStyleValue
impl<'a> Peek<'a> for RowRuleStyleStyleValue
Source§impl ToCursors for RowRuleStyleStyleValue
impl ToCursors for RowRuleStyleStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for RowRuleStyleStyleValue
impl StructuralPartialEq for RowRuleStyleStyleValue
Auto Trait Implementations§
impl Freeze for RowRuleStyleStyleValue
impl RefUnwindSafe for RowRuleStyleStyleValue
impl Send for RowRuleStyleStyleValue
impl Sync for RowRuleStyleStyleValue
impl Unpin for RowRuleStyleStyleValue
impl UnwindSafe for RowRuleStyleStyleValue
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