pub enum OutlineStyle {
Show 13 variants
Initial,
Inherit,
Unset,
None,
Hidden,
Dotted,
Dashed,
Solid,
Double,
Groove,
Ridge,
Inset,
Outset,
}Variants§
Trait Implementations§
Source§impl AppendProperty for OutlineStyle
impl AppendProperty for OutlineStyle
fn append_property(self, decls: &mut Vec<Property>)
Source§impl Clone for OutlineStyle
impl Clone for OutlineStyle
Source§fn clone(&self) -> OutlineStyle
fn clone(&self) -> OutlineStyle
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 OutlineStyle
impl Debug for OutlineStyle
Source§impl Display for OutlineStyle
impl Display for OutlineStyle
Source§impl From<OutlineStyle> for Property
impl From<OutlineStyle> for Property
Source§fn from(x: OutlineStyle) -> Self
fn from(x: OutlineStyle) -> Self
Converts to this type from the input type.
Source§impl Hash for OutlineStyle
impl Hash for OutlineStyle
Source§impl Ord for OutlineStyle
impl Ord for OutlineStyle
Source§fn cmp(&self, other: &OutlineStyle) -> Ordering
fn cmp(&self, other: &OutlineStyle) -> 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 PartialEq for OutlineStyle
impl PartialEq for OutlineStyle
Source§impl PartialOrd for OutlineStyle
impl PartialOrd for OutlineStyle
impl Eq for OutlineStyle
impl StructuralPartialEq for OutlineStyle
Auto Trait Implementations§
impl Freeze for OutlineStyle
impl RefUnwindSafe for OutlineStyle
impl Send for OutlineStyle
impl Sync for OutlineStyle
impl Unpin for OutlineStyle
impl UnwindSafe for OutlineStyle
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