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