Enum edit_xlsx::FormatBorderType
source · pub enum FormatBorderType {
Show 14 variants
None,
Thin,
Medium,
Dashed,
Dotted,
Thick,
Double,
Hair,
MediumDashed,
DashDot,
MediumDashDot,
DashDotDot,
MediumDashDotDot,
SlantDashDot,
}Variants§
None
Thin
Medium
Dashed
Dotted
Thick
Double
Hair
MediumDashed
DashDot
MediumDashDot
DashDotDot
MediumDashDotDot
SlantDashDot
Trait Implementations§
source§impl Clone for FormatBorderType
impl Clone for FormatBorderType
source§fn clone(&self) -> FormatBorderType
fn clone(&self) -> FormatBorderType
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 FormatBorderType
impl Debug for FormatBorderType
source§impl Default for FormatBorderType
impl Default for FormatBorderType
source§impl Display for FormatBorderType
impl Display for FormatBorderType
impl Copy for FormatBorderType
Auto Trait Implementations§
impl Freeze for FormatBorderType
impl RefUnwindSafe for FormatBorderType
impl Send for FormatBorderType
impl Sync for FormatBorderType
impl Unpin for FormatBorderType
impl UnwindSafe for FormatBorderType
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