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