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