pub enum BorderStyleValues {
Show 14 variants
DashDot,
DashDotDot,
Dashed,
Dotted,
Double,
Hair,
Medium,
MediumDashDot,
MediumDashDotDot,
MediumDashed,
None,
SlantDashDot,
Thick,
Thin,
}Variants§
DashDot
DashDotDot
Dashed
Dotted
Double
Hair
Medium
MediumDashDot
MediumDashDotDot
MediumDashed
None
SlantDashDot
Thick
Thin
Trait Implementations§
Source§impl Clone for BorderStyleValues
impl Clone for BorderStyleValues
Source§fn clone(&self) -> BorderStyleValues
fn clone(&self) -> BorderStyleValues
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 BorderStyleValues
impl Debug for BorderStyleValues
Source§impl Default for BorderStyleValues
impl Default for BorderStyleValues
Source§impl EnumTrait for BorderStyleValues
impl EnumTrait for BorderStyleValues
fn get_value_string(&self) -> &str
Source§impl FromStr for BorderStyleValues
impl FromStr for BorderStyleValues
Source§impl Ord for BorderStyleValues
impl Ord for BorderStyleValues
Source§fn cmp(&self, other: &BorderStyleValues) -> Ordering
fn cmp(&self, other: &BorderStyleValues) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BorderStyleValues
impl PartialEq for BorderStyleValues
Source§impl PartialOrd for BorderStyleValues
impl PartialOrd for BorderStyleValues
impl Eq for BorderStyleValues
impl StructuralPartialEq for BorderStyleValues
Auto Trait Implementations§
impl Freeze for BorderStyleValues
impl RefUnwindSafe for BorderStyleValues
impl Send for BorderStyleValues
impl Sync for BorderStyleValues
impl Unpin for BorderStyleValues
impl UnwindSafe for BorderStyleValues
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.