pub struct BorderInlineStyleValue(pub BorderBlockStartStyleValue);Expand description
Represents the style value for border-inline 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-block-start'>Tuple Fields§
§0: BorderBlockStartStyleValueTrait Implementations§
Source§impl Clone for BorderInlineStyleValue
impl Clone for BorderInlineStyleValue
Source§fn clone(&self) -> BorderInlineStyleValue
fn clone(&self) -> BorderInlineStyleValue
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 BorderInlineStyleValue
impl Debug for BorderInlineStyleValue
Source§impl Hash for BorderInlineStyleValue
impl Hash for BorderInlineStyleValue
Source§impl Ord for BorderInlineStyleValue
impl Ord for BorderInlineStyleValue
Source§fn cmp(&self, other: &BorderInlineStyleValue) -> Ordering
fn cmp(&self, other: &BorderInlineStyleValue) -> 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 BorderInlineStyleValue
impl<'a> Parse<'a> for BorderInlineStyleValue
Source§impl PartialEq for BorderInlineStyleValue
impl PartialEq for BorderInlineStyleValue
Source§impl PartialOrd for BorderInlineStyleValue
impl PartialOrd for BorderInlineStyleValue
Source§impl<'a> Peek<'a> for BorderInlineStyleValue
impl<'a> Peek<'a> for BorderInlineStyleValue
Source§impl ToCursors for BorderInlineStyleValue
impl ToCursors for BorderInlineStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for BorderInlineStyleValue
impl StructuralPartialEq for BorderInlineStyleValue
Auto Trait Implementations§
impl Freeze for BorderInlineStyleValue
impl RefUnwindSafe for BorderInlineStyleValue
impl Send for BorderInlineStyleValue
impl Sync for BorderInlineStyleValue
impl Unpin for BorderInlineStyleValue
impl UnwindSafe for BorderInlineStyleValue
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