pub enum OverrideItemType {
Show 50 variants
StrId,
Classes,
Direction,
OverflowX,
OverflowY,
GridCellSize,
JustifyContent,
AlignItems,
TextAlign,
TextDecoration,
FontFamily,
Width,
MinWidth,
MaxWidth,
Height,
MinHeight,
MaxHeight,
Flex,
ColumnGap,
RowGap,
Opacity,
Left,
Right,
Top,
Bottom,
TranslateX,
TranslateY,
Cursor,
Position,
Background,
BorderTop,
BorderRight,
BorderBottom,
BorderLeft,
BorderTopLeftRadius,
BorderTopRightRadius,
BorderBottomLeftRadius,
BorderBottomRightRadius,
MarginLeft,
MarginRight,
MarginTop,
MarginBottom,
PaddingLeft,
PaddingRight,
PaddingTop,
PaddingBottom,
FontSize,
Color,
Hidden,
Visibility,
}
Expand description
Auto-generated discriminant enum variants
Variants§
StrId
Classes
Direction
OverflowX
OverflowY
GridCellSize
JustifyContent
AlignItems
TextAlign
TextDecoration
FontFamily
Width
MinWidth
MaxWidth
Height
MinHeight
MaxHeight
Flex
ColumnGap
RowGap
Opacity
Left
Right
Top
Bottom
TranslateX
TranslateY
Cursor
Position
Background
BorderTop
BorderRight
BorderBottom
BorderLeft
BorderTopLeftRadius
BorderTopRightRadius
BorderBottomLeftRadius
BorderBottomRightRadius
MarginLeft
MarginRight
MarginTop
MarginBottom
PaddingLeft
PaddingRight
PaddingTop
PaddingBottom
FontSize
Color
Hidden
Visibility
Trait Implementations§
Source§impl Clone for OverrideItemType
impl Clone for OverrideItemType
Source§fn clone(&self) -> OverrideItemType
fn clone(&self) -> OverrideItemType
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 OverrideItemType
impl Debug for OverrideItemType
Source§impl<'_enum> From<&'_enum OverrideItem> for OverrideItemType
impl<'_enum> From<&'_enum OverrideItem> for OverrideItemType
Source§fn from(val: &'_enum OverrideItem) -> OverrideItemType
fn from(val: &'_enum OverrideItem) -> OverrideItemType
Converts to this type from the input type.
Source§impl From<OverrideItem> for OverrideItemType
impl From<OverrideItem> for OverrideItemType
Source§fn from(val: OverrideItem) -> OverrideItemType
fn from(val: OverrideItem) -> OverrideItemType
Converts to this type from the input type.
Source§impl IntoEnumIterator for OverrideItemType
impl IntoEnumIterator for OverrideItemType
type Iterator = OverrideItemTypeIter
fn iter() -> OverrideItemTypeIter ⓘ
Source§impl PartialEq for OverrideItemType
impl PartialEq for OverrideItemType
impl Copy for OverrideItemType
impl Eq for OverrideItemType
impl StructuralPartialEq for OverrideItemType
Auto Trait Implementations§
impl Freeze for OverrideItemType
impl RefUnwindSafe for OverrideItemType
impl Send for OverrideItemType
impl Sync for OverrideItemType
impl Unpin for OverrideItemType
impl UnwindSafe for OverrideItemType
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§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.