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