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