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