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