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