pub struct BorderBlockEndStyleStyleValue(pub LineStyle);Expand description
Represents the style value for border-block-end-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:
<line-style>Tuple Fields§
§0: LineStyleTrait Implementations§
Source§impl Clone for BorderBlockEndStyleStyleValue
impl Clone for BorderBlockEndStyleStyleValue
Source§fn clone(&self) -> BorderBlockEndStyleStyleValue
fn clone(&self) -> BorderBlockEndStyleStyleValue
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 Hash for BorderBlockEndStyleStyleValue
impl Hash for BorderBlockEndStyleStyleValue
Source§impl Ord for BorderBlockEndStyleStyleValue
impl Ord for BorderBlockEndStyleStyleValue
Source§fn cmp(&self, other: &BorderBlockEndStyleStyleValue) -> Ordering
fn cmp(&self, other: &BorderBlockEndStyleStyleValue) -> 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 BorderBlockEndStyleStyleValue
impl<'a> Parse<'a> for BorderBlockEndStyleStyleValue
Source§impl PartialEq for BorderBlockEndStyleStyleValue
impl PartialEq for BorderBlockEndStyleStyleValue
Source§fn eq(&self, other: &BorderBlockEndStyleStyleValue) -> bool
fn eq(&self, other: &BorderBlockEndStyleStyleValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BorderBlockEndStyleStyleValue
impl PartialOrd for BorderBlockEndStyleStyleValue
Source§impl<'a> Peek<'a> for BorderBlockEndStyleStyleValue
impl<'a> Peek<'a> for BorderBlockEndStyleStyleValue
Source§impl ToCursors for BorderBlockEndStyleStyleValue
impl ToCursors for BorderBlockEndStyleStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for BorderBlockEndStyleStyleValue
impl StructuralPartialEq for BorderBlockEndStyleStyleValue
Auto Trait Implementations§
impl Freeze for BorderBlockEndStyleStyleValue
impl RefUnwindSafe for BorderBlockEndStyleStyleValue
impl Send for BorderBlockEndStyleStyleValue
impl Sync for BorderBlockEndStyleStyleValue
impl Unpin for BorderBlockEndStyleStyleValue
impl UnwindSafe for BorderBlockEndStyleStyleValue
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