pub struct BorderInlineStyleStyleValue(pub BorderTopStyleStyleValue, pub Option<BorderTopStyleStyleValue>);Expand description
Represents the style value for border-inline-style as defined in css-borders-4.
CSS logical properties control borders, size, margin, and padding with directions and dimensions relative to the writing mode. For example, in a left to right, top to bottom writing mode, block-end refers to the bottom. Also known as flow relative.
The grammar is defined as:
<'border-top-style'>{1,2}Tuple Fields§
§0: BorderTopStyleStyleValue§1: Option<BorderTopStyleStyleValue>Trait Implementations§
Source§impl Clone for BorderInlineStyleStyleValue
impl Clone for BorderInlineStyleStyleValue
Source§fn clone(&self) -> BorderInlineStyleStyleValue
fn clone(&self) -> BorderInlineStyleStyleValue
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 BorderInlineStyleStyleValue
impl Debug for BorderInlineStyleStyleValue
Source§impl Hash for BorderInlineStyleStyleValue
impl Hash for BorderInlineStyleStyleValue
Source§impl Ord for BorderInlineStyleStyleValue
impl Ord for BorderInlineStyleStyleValue
Source§fn cmp(&self, other: &BorderInlineStyleStyleValue) -> Ordering
fn cmp(&self, other: &BorderInlineStyleStyleValue) -> 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 BorderInlineStyleStyleValue
impl<'a> Parse<'a> for BorderInlineStyleStyleValue
Source§impl PartialOrd for BorderInlineStyleStyleValue
impl PartialOrd for BorderInlineStyleStyleValue
Source§impl<'a> Peek<'a> for BorderInlineStyleStyleValue
impl<'a> Peek<'a> for BorderInlineStyleStyleValue
Source§impl ToCursors for BorderInlineStyleStyleValue
impl ToCursors for BorderInlineStyleStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for BorderInlineStyleStyleValue
impl StructuralPartialEq for BorderInlineStyleStyleValue
Auto Trait Implementations§
impl Freeze for BorderInlineStyleStyleValue
impl RefUnwindSafe for BorderInlineStyleStyleValue
impl Send for BorderInlineStyleStyleValue
impl Sync for BorderInlineStyleStyleValue
impl Unpin for BorderInlineStyleStyleValue
impl UnwindSafe for BorderInlineStyleStyleValue
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