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