pub enum BorderLineStyle {
Show 13 variants
Thin,
Medium,
Thick,
Dashed,
Dotted,
Double,
Hair,
MediumDashed,
DashDot,
MediumDashDot,
DashDotDot,
MediumDashDotDot,
SlantDashDot,
}Expand description
Border line style.
Variants§
Thin
Medium
Thick
Dashed
Dotted
Double
Hair
MediumDashed
DashDot
MediumDashDot
DashDotDot
MediumDashDotDot
SlantDashDot
Trait Implementations§
Source§impl Clone for BorderLineStyle
impl Clone for BorderLineStyle
Source§fn clone(&self) -> BorderLineStyle
fn clone(&self) -> BorderLineStyle
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 BorderLineStyle
impl Debug for BorderLineStyle
Source§impl PartialEq for BorderLineStyle
impl PartialEq for BorderLineStyle
impl Copy for BorderLineStyle
impl StructuralPartialEq for BorderLineStyle
Auto Trait Implementations§
impl Freeze for BorderLineStyle
impl RefUnwindSafe for BorderLineStyle
impl Send for BorderLineStyle
impl Sync for BorderLineStyle
impl Unpin for BorderLineStyle
impl UnwindSafe for BorderLineStyle
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