Enum docx_rust::formatting::BorderStyle
source · [−]pub enum BorderStyle {
Show 27 variants
Single,
DashDotStroked,
Dashed,
DashSmallGap,
DotDash,
DotDotDash,
Dotted,
Double,
DoubleWave,
Inset,
Nil,
None,
Outset,
Thick,
ThickThinLargeGap,
ThickThinMediumGap,
ThickThinSmallGap,
ThinThickLargeGap,
ThinThickMediumGap,
ThinThickSmallGap,
ThinThickThinLargeGap,
ThinThickThinMediumGap,
ThinThickThinSmallGap,
ThreeDEmboss,
ThreeDEngrave,
Triple,
Wave,
}
Variants
Single
DashDotStroked
Dashed
DashSmallGap
DotDash
DotDotDash
Dotted
Double
DoubleWave
Inset
Nil
None
Outset
Thick
ThickThinLargeGap
ThickThinMediumGap
ThickThinSmallGap
ThinThickLargeGap
ThinThickMediumGap
ThinThickSmallGap
ThinThickThinLargeGap
ThinThickThinMediumGap
ThinThickThinSmallGap
ThreeDEmboss
ThreeDEngrave
Triple
Wave
Trait Implementations
sourceimpl Clone for BorderStyle
impl Clone for BorderStyle
sourcefn clone(&self) -> BorderStyle
fn clone(&self) -> BorderStyle
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 BorderStyle
impl Debug for BorderStyle
sourceimpl Display for BorderStyle
impl Display for BorderStyle
Auto Trait Implementations
impl RefUnwindSafe for BorderStyle
impl Send for BorderStyle
impl Sync for BorderStyle
impl Unpin for BorderStyle
impl UnwindSafe for BorderStyle
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