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