pub enum TextUnderline {
Show 18 variants
None,
Words,
Single,
Double,
Heavy,
Dotted,
DottedHeavy,
Dash,
DashHeavy,
DashLong,
DashLongHeavy,
DotDash,
DotDashHeavy,
DotDotDash,
DotDotDashHeavy,
Wavy,
WavyHeavy,
WavyDouble,
}Expand description
ST_TextUnderlineType’s full set of 18 named underline styles.
Variants§
None
Words
Single
Double
Heavy
Dotted
DottedHeavy
Dash
DashHeavy
DashLong
DashLongHeavy
DotDash
DotDashHeavy
DotDotDash
DotDotDashHeavy
Wavy
WavyHeavy
WavyDouble
Trait Implementations§
Source§impl Clone for TextUnderline
impl Clone for TextUnderline
Source§fn clone(&self) -> TextUnderline
fn clone(&self) -> TextUnderline
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextUnderline
Source§impl Debug for TextUnderline
impl Debug for TextUnderline
impl Eq for TextUnderline
Source§impl PartialEq for TextUnderline
impl PartialEq for TextUnderline
impl StructuralPartialEq for TextUnderline
Auto Trait Implementations§
impl Freeze for TextUnderline
impl RefUnwindSafe for TextUnderline
impl Send for TextUnderline
impl Sync for TextUnderline
impl Unpin for TextUnderline
impl UnsafeUnpin for TextUnderline
impl UnwindSafe for TextUnderline
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.