Enum docx_rust::formatting::UnderlineStyle
source · [−]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
sourceimpl Clone for UnderlineStyle
impl Clone for UnderlineStyle
sourcefn clone(&self) -> UnderlineStyle
fn clone(&self) -> UnderlineStyle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for UnderlineStyle
impl Debug for UnderlineStyle
sourceimpl Display for UnderlineStyle
impl Display for UnderlineStyle
sourceimpl From<UnderlineStyle> for Underline<'_>
impl From<UnderlineStyle> for Underline<'_>
sourcefn from(val: UnderlineStyle) -> Self
fn from(val: UnderlineStyle) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for UnderlineStyle
impl Send for UnderlineStyle
impl Sync for UnderlineStyle
impl Unpin for UnderlineStyle
impl UnwindSafe for UnderlineStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more