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