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