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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.