pub struct RuleBreakStyleValue(pub ColumnRuleBreakStyleValue);Expand description
Represents the style value for rule-break as defined in css-gaps-1.
The grammar is defined as:
<'column-rule-break'>Tuple Fields§
§0: ColumnRuleBreakStyleValueTrait Implementations§
Source§impl Clone for RuleBreakStyleValue
impl Clone for RuleBreakStyleValue
Source§fn clone(&self) -> RuleBreakStyleValue
fn clone(&self) -> RuleBreakStyleValue
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 RuleBreakStyleValue
impl Debug for RuleBreakStyleValue
Source§impl Hash for RuleBreakStyleValue
impl Hash for RuleBreakStyleValue
Source§impl Ord for RuleBreakStyleValue
impl Ord for RuleBreakStyleValue
Source§fn cmp(&self, other: &RuleBreakStyleValue) -> Ordering
fn cmp(&self, other: &RuleBreakStyleValue) -> 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 RuleBreakStyleValue
impl<'a> Parse<'a> for RuleBreakStyleValue
Source§impl PartialEq for RuleBreakStyleValue
impl PartialEq for RuleBreakStyleValue
Source§impl PartialOrd for RuleBreakStyleValue
impl PartialOrd for RuleBreakStyleValue
Source§impl<'a> Peek<'a> for RuleBreakStyleValue
impl<'a> Peek<'a> for RuleBreakStyleValue
Source§impl ToCursors for RuleBreakStyleValue
impl ToCursors for RuleBreakStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for RuleBreakStyleValue
impl StructuralPartialEq for RuleBreakStyleValue
Auto Trait Implementations§
impl Freeze for RuleBreakStyleValue
impl RefUnwindSafe for RuleBreakStyleValue
impl Send for RuleBreakStyleValue
impl Sync for RuleBreakStyleValue
impl Unpin for RuleBreakStyleValue
impl UnwindSafe for RuleBreakStyleValue
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