pub enum FlexSpanSize {
Xxs,
Xs,
Sm,
Md,
Lg,
Xl,
Xxl,
Variant3xl,
Variant4xl,
Variant5xl,
}
Expand description
FlexSpanSize : Font size in the size
property of the Flex span component. You can specify the size in pixels or with a keyword. FlexSpanSize just provides only keywords.
Font size in the size
property of the Flex span component. You can specify the size in pixels or with a keyword. FlexSpanSize just provides only keywords.
Variants§
Trait Implementations§
Source§impl Clone for FlexSpanSize
impl Clone for FlexSpanSize
Source§fn clone(&self) -> FlexSpanSize
fn clone(&self) -> FlexSpanSize
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 FlexSpanSize
impl Debug for FlexSpanSize
Source§impl Default for FlexSpanSize
impl Default for FlexSpanSize
Source§fn default() -> FlexSpanSize
fn default() -> FlexSpanSize
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlexSpanSize
impl<'de> Deserialize<'de> for FlexSpanSize
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 FlexSpanSize
impl Display for FlexSpanSize
Source§impl Hash for FlexSpanSize
impl Hash for FlexSpanSize
Source§impl Ord for FlexSpanSize
impl Ord for FlexSpanSize
Source§fn cmp(&self, other: &FlexSpanSize) -> Ordering
fn cmp(&self, other: &FlexSpanSize) -> 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 FlexSpanSize
impl PartialEq for FlexSpanSize
Source§impl PartialOrd for FlexSpanSize
impl PartialOrd for FlexSpanSize
Source§impl Serialize for FlexSpanSize
impl Serialize for FlexSpanSize
impl Copy for FlexSpanSize
impl Eq for FlexSpanSize
impl StructuralPartialEq for FlexSpanSize
Auto Trait Implementations§
impl Freeze for FlexSpanSize
impl RefUnwindSafe for FlexSpanSize
impl Send for FlexSpanSize
impl Sync for FlexSpanSize
impl Unpin for FlexSpanSize
impl UnwindSafe for FlexSpanSize
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.