pub enum Style {
Show 187 variants
AlignContent,
AlignItems,
AlignSelf,
Animation,
AnimationDelay,
AnimationDirection,
AnimationDuration,
AnimationFillMode,
AnimationIterationCount,
AnimationName,
AnimationTimingFunction,
AnimationPlayState,
Background,
BackgroundAttachment,
BackgroundColor,
BackgroundImage,
BackgroundPosition,
BackgroundRepeat,
BackgroundClip,
BackgroundOrigin,
BackgroundSize,
BackfaceVisibility,
Border,
BorderBottom,
BorderBottomColor,
BorderBottomLeftRadius,
BorderBottomRightRadius,
BorderBottomStyle,
BorderBottomWidth,
BorderCollapse,
BorderColor,
BorderImage,
BorderImageOutset,
BorderImageRepeat,
BorderImageSlice,
BorderImageSource,
BorderImageWidth,
BorderLeft,
BorderLeftColor,
BorderLeftStyle,
BorderLeftWidth,
BorderRadius,
BorderRight,
BorderRightColor,
BorderRightStyle,
BorderRightWidth,
BorderSpacing,
BorderStyle,
BorderTop,
BorderTopColor,
BorderTopLeftRadius,
BorderTopRightRadius,
BorderTopStyle,
BorderTopWidth,
BorderWidth,
Bottom,
BoxDecorationBreak,
BoxShadow,
BoxSizing,
CaptionSide,
CaretColor,
Clear,
Clip,
Color,
ColumnCount,
ColumnFill,
ColumnGap,
ColumnRule,
ColumnRuleColor,
ColumnRuleStyle,
ColumnRuleWidth,
Columns,
ColumnSpan,
ColumnWidth,
Content,
CounterIncrement,
CounterReset,
Cursor,
Direction,
Display,
EmptyCells,
Filter,
Flex,
FlexBasis,
FlexDirection,
FlexFlow,
FlexGrow,
FlexShrink,
FlexWrap,
CssFloat,
Font,
FontFamily,
FontSize,
FontStyle,
FontVariant,
FontWeight,
FontSizeAdjust,
FontStretch,
HangingPunctuation,
Height,
Hyphens,
Icon,
ImageOrientation,
Isolation,
JustifyContent,
Left,
LetterSpacing,
LineHeight,
ListStyle,
ListStyleImage,
ListStylePosition,
ListStyleType,
Margin,
MarginBottom,
MarginLeft,
MarginRight,
MarginTop,
MaxHeight,
MaxWidth,
MinHeight,
MinWidth,
NavDown,
NavIndex,
NavLeft,
NavRight,
NavUp,
ObjectFit,
ObjectPosition,
Opacity,
Order,
Orphans,
Outline,
OutlineColor,
OutlineOffset,
OutlineStyle,
OutlineWidth,
Overflow,
OverflowX,
OverflowY,
Padding,
PaddingBottom,
PaddingLeft,
PaddingRight,
PaddingTop,
PageBreakAfter,
PageBreakBefore,
PageBreakInside,
Perspective,
PerspectiveOrigin,
Position,
Quotes,
Resize,
Right,
ScrollBehavior,
TableLayout,
TabSize,
TextAlign,
TextAlignLast,
TextDecoration,
TextDecorationColor,
TextDecorationLine,
TextDecorationStyle,
TextIndent,
TextJustify,
TextOverflow,
TextShadow,
TextTransform,
Top,
Transform,
TransformOrigin,
TransformStyle,
Transition,
TransitionProperty,
TransitionDuration,
TransitionTimingFunction,
TransitionDelay,
UnicodeBidi,
UserSelect,
VerticalAlign,
Visibility,
WhiteSpace,
Width,
WordBreak,
WordSpacing,
WordWrap,
Widows,
ZIndex,
}Expand description
Dom styles
Variants
AlignContent
AlignItems
AlignSelf
Animation
AnimationDelay
AnimationDirection
AnimationDuration
AnimationFillMode
AnimationIterationCount
AnimationName
AnimationTimingFunction
AnimationPlayState
Background
BackgroundAttachment
BackgroundColor
BackgroundImage
BackgroundPosition
BackgroundRepeat
BackgroundClip
BackgroundOrigin
BackgroundSize
BackfaceVisibility
Border
BorderBottom
BorderBottomColor
BorderBottomLeftRadius
BorderBottomRightRadius
BorderBottomStyle
BorderBottomWidth
BorderCollapse
BorderColor
BorderImage
BorderImageOutset
BorderImageRepeat
BorderImageSlice
BorderImageSource
BorderImageWidth
BorderLeft
BorderLeftColor
BorderLeftStyle
BorderLeftWidth
BorderRadius
BorderRight
BorderRightColor
BorderRightStyle
BorderRightWidth
BorderSpacing
BorderStyle
BorderTop
BorderTopColor
BorderTopLeftRadius
BorderTopRightRadius
BorderTopStyle
BorderTopWidth
BorderWidth
Bottom
BoxDecorationBreak
BoxShadow
BoxSizing
CaptionSide
CaretColor
Clear
Clip
Color
ColumnCount
ColumnFill
ColumnGap
ColumnRule
ColumnRuleColor
ColumnRuleStyle
ColumnRuleWidth
Columns
ColumnSpan
ColumnWidth
Content
CounterIncrement
CounterReset
Cursor
Direction
Display
EmptyCells
Filter
Flex
FlexBasis
FlexDirection
FlexFlow
FlexGrow
FlexShrink
FlexWrap
CssFloat
Font
FontFamily
FontSize
FontStyle
FontVariant
FontWeight
FontSizeAdjust
FontStretch
HangingPunctuation
Height
Hyphens
Icon
ImageOrientation
Isolation
JustifyContent
Left
LetterSpacing
LineHeight
ListStyle
ListStyleImage
ListStylePosition
ListStyleType
Margin
MarginBottom
MarginLeft
MarginRight
MarginTop
MaxHeight
MaxWidth
MinHeight
MinWidth
NavDown
NavIndex
NavLeft
NavRight
NavUp
ObjectFit
ObjectPosition
Opacity
Order
Orphans
Outline
OutlineColor
OutlineOffset
OutlineStyle
OutlineWidth
Overflow
OverflowX
OverflowY
Padding
PaddingBottom
PaddingLeft
PaddingRight
PaddingTop
PageBreakAfter
PageBreakBefore
PageBreakInside
Perspective
PerspectiveOrigin
Position
Quotes
Resize
Right
ScrollBehavior
TableLayout
TabSize
TextAlign
TextAlignLast
TextDecoration
TextDecorationColor
TextDecorationLine
TextDecorationStyle
TextIndent
TextJustify
TextOverflow
TextShadow
TextTransform
Top
Transform
TransformOrigin
TransformStyle
Transition
TransitionProperty
TransitionDuration
TransitionTimingFunction
TransitionDelay
UnicodeBidi
UserSelect
VerticalAlign
Visibility
WhiteSpace
Width
WordBreak
WordSpacing
WordWrap
Widows
ZIndex
Auto Trait Implementations
impl RefUnwindSafe for Style
impl Send for Style
impl Sync for Style
impl Unpin for Style
impl UnwindSafe for Style
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more