pub enum GridGap {
Show 18 variants
Gap0,
Gap1,
Gap2,
Gap3,
Gap4,
Gap5,
Gap6,
Gap8,
Gap10,
Gap12,
Gap16,
Gap20,
Gap24,
Gap32,
Gap40,
Gap48,
Gap56,
Gap64,
}Expand description
Grid gap values
Variants§
Gap0
Gap 0
Gap1
Gap 1
Gap2
Gap 2
Gap3
Gap 3
Gap4
Gap 4
Gap5
Gap 5
Gap6
Gap 6
Gap8
Gap 8
Gap10
Gap 10
Gap12
Gap 12
Gap16
Gap 16
Gap20
Gap 20
Gap24
Gap 24
Gap32
Gap 32
Gap40
Gap 40
Gap48
Gap 48
Gap56
Gap 56
Gap64
Gap 64
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GridGap
impl<'de> Deserialize<'de> for GridGap
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
impl Copy for GridGap
impl Eq for GridGap
impl StructuralPartialEq for GridGap
Auto Trait Implementations§
impl Freeze for GridGap
impl RefUnwindSafe for GridGap
impl Send for GridGap
impl Sync for GridGap
impl Unpin for GridGap
impl UnwindSafe for GridGap
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> 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.