pub struct BorderBottomWidthStyleValue(pub LineWidth);Expand description
Represents the style value for border-bottom-width as defined in css-borders-4.
The border CSS property sets the color, style, and width of the line around an element.
The grammar is defined as:
<line-width>Tuple Fields§
§0: LineWidthTrait Implementations§
Source§impl Clone for BorderBottomWidthStyleValue
impl Clone for BorderBottomWidthStyleValue
Source§fn clone(&self) -> BorderBottomWidthStyleValue
fn clone(&self) -> BorderBottomWidthStyleValue
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 BorderBottomWidthStyleValue
impl Debug for BorderBottomWidthStyleValue
Source§impl Hash for BorderBottomWidthStyleValue
impl Hash for BorderBottomWidthStyleValue
Source§impl Ord for BorderBottomWidthStyleValue
impl Ord for BorderBottomWidthStyleValue
Source§fn cmp(&self, other: &BorderBottomWidthStyleValue) -> Ordering
fn cmp(&self, other: &BorderBottomWidthStyleValue) -> 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 BorderBottomWidthStyleValue
impl<'a> Parse<'a> for BorderBottomWidthStyleValue
Source§impl PartialOrd for BorderBottomWidthStyleValue
impl PartialOrd for BorderBottomWidthStyleValue
Source§impl<'a> Peek<'a> for BorderBottomWidthStyleValue
impl<'a> Peek<'a> for BorderBottomWidthStyleValue
Source§impl ToCursors for BorderBottomWidthStyleValue
impl ToCursors for BorderBottomWidthStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for BorderBottomWidthStyleValue
impl StructuralPartialEq for BorderBottomWidthStyleValue
Auto Trait Implementations§
impl Freeze for BorderBottomWidthStyleValue
impl RefUnwindSafe for BorderBottomWidthStyleValue
impl Send for BorderBottomWidthStyleValue
impl Sync for BorderBottomWidthStyleValue
impl Unpin for BorderBottomWidthStyleValue
impl UnwindSafe for BorderBottomWidthStyleValue
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