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