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