pub enum STTextUnderlineType {
Show 18 variants
None,
Words,
Sng,
Dbl,
Heavy,
Dotted,
DottedHeavy,
Dash,
DashHeavy,
DashLong,
DashLongHeavy,
DotDash,
DotDashHeavy,
DotDotDash,
DotDotDashHeavy,
Wavy,
WavyHeavy,
WavyDbl,
}Variants§
None
Words
Sng
Dbl
Heavy
Dotted
DottedHeavy
Dash
DashHeavy
DashLong
DashLongHeavy
DotDash
DotDashHeavy
DotDotDash
DotDotDashHeavy
Wavy
WavyHeavy
WavyDbl
Trait Implementations§
Source§impl Clone for STTextUnderlineType
impl Clone for STTextUnderlineType
Source§fn clone(&self) -> STTextUnderlineType
fn clone(&self) -> STTextUnderlineType
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 STTextUnderlineType
impl Debug for STTextUnderlineType
Source§impl<'de> Deserialize<'de> for STTextUnderlineType
impl<'de> Deserialize<'de> for STTextUnderlineType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for STTextUnderlineType
impl Display for STTextUnderlineType
Source§impl FromStr for STTextUnderlineType
impl FromStr for STTextUnderlineType
Source§impl PartialEq for STTextUnderlineType
impl PartialEq for STTextUnderlineType
Source§impl Serialize for STTextUnderlineType
impl Serialize for STTextUnderlineType
impl Copy for STTextUnderlineType
impl Eq for STTextUnderlineType
impl StructuralPartialEq for STTextUnderlineType
Auto Trait Implementations§
impl Freeze for STTextUnderlineType
impl RefUnwindSafe for STTextUnderlineType
impl Send for STTextUnderlineType
impl Sync for STTextUnderlineType
impl Unpin for STTextUnderlineType
impl UnsafeUnpin for STTextUnderlineType
impl UnwindSafe for STTextUnderlineType
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