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