pub enum BorderType {
Show 31 variants
Nil,
None,
Single,
Thick,
Double,
Dotted,
Dashed,
DotDash,
DotDotDash,
Triple,
ThinThickSmallGap,
ThickThinSmallGap,
ThinThickThinSmallGap,
ThinThickMediumGap,
ThickThinMediumGap,
ThinThickThinMediumGap,
ThinThickLargeGap,
ThickThinLargeGap,
ThinThickThinLargeGap,
Wave,
DoubleWave,
DashSmallGap,
DashDotStroked,
ThreeDEmboss,
ThreeDEngrave,
Outset,
Inset,
Apples,
ArchedScallops,
BabyPacifier,
BabyRattle,
}
Variants§
Nil
None
Single
Thick
Double
Dotted
Dashed
DotDash
DotDotDash
Triple
ThinThickSmallGap
ThickThinSmallGap
ThinThickThinSmallGap
ThinThickMediumGap
ThickThinMediumGap
ThinThickThinMediumGap
ThinThickLargeGap
ThickThinLargeGap
ThinThickThinLargeGap
Wave
DoubleWave
DashSmallGap
DashDotStroked
ThreeDEmboss
ThreeDEngrave
Outset
Inset
Apples
ArchedScallops
BabyPacifier
BabyRattle
Trait Implementations§
Source§impl Clone for BorderType
impl Clone for BorderType
Source§fn clone(&self) -> BorderType
fn clone(&self) -> BorderType
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 BorderType
impl Debug for BorderType
Source§impl<'de> Deserialize<'de> for BorderType
impl<'de> Deserialize<'de> for BorderType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for BorderType
impl Display for BorderType
Source§impl FromStr for BorderType
impl FromStr for BorderType
Source§impl PartialEq for BorderType
impl PartialEq for BorderType
Source§impl Serialize for BorderType
impl Serialize for BorderType
impl Copy for BorderType
impl StructuralPartialEq for BorderType
Auto Trait Implementations§
impl Freeze for BorderType
impl RefUnwindSafe for BorderType
impl Send for BorderType
impl Sync for BorderType
impl Unpin for BorderType
impl UnwindSafe for BorderType
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