pub enum UnderlineStyle {
Show 18 variants
Dash,
DashDotDotHeavy,
DashDotHeavy,
DashedHeavy,
DashLong,
DashLongHeavy,
DotDash,
DotDotDash,
Dotted,
DottedHeavy,
Double,
None,
Single,
Thick,
Wave,
WavyDouble,
WavyHeavy,
Words,
}
Variants§
Dash
DashDotDotHeavy
DashDotHeavy
DashedHeavy
DashLong
DashLongHeavy
DotDash
DotDotDash
Dotted
DottedHeavy
Double
None
Single
Thick
Wave
WavyDouble
WavyHeavy
Words
Trait Implementations§
Source§impl Clone for UnderlineStyle
impl Clone for UnderlineStyle
Source§fn clone(&self) -> UnderlineStyle
fn clone(&self) -> UnderlineStyle
Returns a copy 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 UnderlineStyle
impl Debug for UnderlineStyle
Source§impl Display for UnderlineStyle
impl Display for UnderlineStyle
Source§impl From<UnderlineStyle> for Underline<'_>
impl From<UnderlineStyle> for Underline<'_>
Source§fn from(val: UnderlineStyle) -> Self
fn from(val: UnderlineStyle) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UnderlineStyle
impl RefUnwindSafe for UnderlineStyle
impl Send for UnderlineStyle
impl Sync for UnderlineStyle
impl Unpin for UnderlineStyle
impl UnwindSafe for UnderlineStyle
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