pub enum FlexBoxBorderWidth {
None,
Light,
Normal,
Medium,
SemiBold,
Bold,
}
Expand description
FlexBoxBorderWidth : Width of box border. This is only for borderWidth
in FlexBox. A value of none means that borders are not rendered; the other values are listed in order of increasing width.
Width of box border. This is only for borderWidth
in FlexBox. A value of none means that borders are not rendered; the other values are listed in order of increasing width.
Variants§
Trait Implementations§
Source§impl Clone for FlexBoxBorderWidth
impl Clone for FlexBoxBorderWidth
Source§fn clone(&self) -> FlexBoxBorderWidth
fn clone(&self) -> FlexBoxBorderWidth
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 FlexBoxBorderWidth
impl Debug for FlexBoxBorderWidth
Source§impl Default for FlexBoxBorderWidth
impl Default for FlexBoxBorderWidth
Source§fn default() -> FlexBoxBorderWidth
fn default() -> FlexBoxBorderWidth
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlexBoxBorderWidth
impl<'de> Deserialize<'de> for FlexBoxBorderWidth
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 FlexBoxBorderWidth
impl Display for FlexBoxBorderWidth
Source§impl Hash for FlexBoxBorderWidth
impl Hash for FlexBoxBorderWidth
Source§impl Ord for FlexBoxBorderWidth
impl Ord for FlexBoxBorderWidth
Source§fn cmp(&self, other: &FlexBoxBorderWidth) -> Ordering
fn cmp(&self, other: &FlexBoxBorderWidth) -> 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 FlexBoxBorderWidth
impl PartialEq for FlexBoxBorderWidth
Source§impl PartialOrd for FlexBoxBorderWidth
impl PartialOrd for FlexBoxBorderWidth
Source§impl Serialize for FlexBoxBorderWidth
impl Serialize for FlexBoxBorderWidth
impl Copy for FlexBoxBorderWidth
impl Eq for FlexBoxBorderWidth
impl StructuralPartialEq for FlexBoxBorderWidth
Auto Trait Implementations§
impl Freeze for FlexBoxBorderWidth
impl RefUnwindSafe for FlexBoxBorderWidth
impl Send for FlexBoxBorderWidth
impl Sync for FlexBoxBorderWidth
impl Unpin for FlexBoxBorderWidth
impl UnwindSafe for FlexBoxBorderWidth
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.