pub enum PropertyId<'i> {
Show 321 variants BackgroundColor, BackgroundImage, BackgroundPositionX, BackgroundPositionY, BackgroundPosition, BackgroundSize, BackgroundRepeat, BackgroundAttachment, BackgroundClip(VendorPrefix), BackgroundOrigin, Background, BoxShadow(VendorPrefix), Opacity, Color, Display, Visibility, Width, Height, MinWidth, MinHeight, MaxWidth, MaxHeight, BlockSize, InlineSize, MinBlockSize, MinInlineSize, MaxBlockSize, MaxInlineSize, BoxSizing(VendorPrefix), Overflow, OverflowX, OverflowY, TextOverflow(VendorPrefix), Position, Top, Bottom, Left, Right, InsetBlockStart, InsetBlockEnd, InsetInlineStart, InsetInlineEnd, InsetBlock, InsetInline, Inset, BorderTopColor, BorderBottomColor, BorderLeftColor, BorderRightColor, BorderBlockStartColor, BorderBlockEndColor, BorderInlineStartColor, BorderInlineEndColor, BorderTopStyle, BorderBottomStyle, BorderLeftStyle, BorderRightStyle, BorderBlockStartStyle, BorderBlockEndStyle, BorderInlineStartStyle, BorderInlineEndStyle, BorderTopWidth, BorderBottomWidth, BorderLeftWidth, BorderRightWidth, BorderBlockStartWidth, BorderBlockEndWidth, BorderInlineStartWidth, BorderInlineEndWidth, BorderTopLeftRadius(VendorPrefix), BorderTopRightRadius(VendorPrefix), BorderBottomLeftRadius(VendorPrefix), BorderBottomRightRadius(VendorPrefix), BorderStartStartRadius, BorderStartEndRadius, BorderEndStartRadius, BorderEndEndRadius, BorderRadius(VendorPrefix), BorderImageSource, BorderImageOutset, BorderImageRepeat, BorderImageWidth, BorderImageSlice, BorderImage(VendorPrefix), BorderColor, BorderStyle, BorderWidth, BorderBlockColor, BorderBlockStyle, BorderBlockWidth, BorderInlineColor, BorderInlineStyle, BorderInlineWidth, Border, BorderTop, BorderBottom, BorderLeft, BorderRight, BorderBlock, BorderBlockStart, BorderBlockEnd, BorderInline, BorderInlineStart, BorderInlineEnd, Outline, OutlineColor, OutlineStyle, OutlineWidth, FlexDirection(VendorPrefix), FlexWrap(VendorPrefix), FlexFlow(VendorPrefix), FlexGrow(VendorPrefix), FlexShrink(VendorPrefix), FlexBasis(VendorPrefix), Flex(VendorPrefix), Order(VendorPrefix), AlignContent(VendorPrefix), JustifyContent(VendorPrefix), PlaceContent, AlignSelf(VendorPrefix), JustifySelf, PlaceSelf, AlignItems(VendorPrefix), JustifyItems, PlaceItems, RowGap, ColumnGap, Gap, BoxOrient(VendorPrefix), BoxDirection(VendorPrefix), BoxOrdinalGroup(VendorPrefix), BoxAlign(VendorPrefix), BoxFlex(VendorPrefix), BoxFlexGroup(VendorPrefix), BoxPack(VendorPrefix), BoxLines(VendorPrefix), FlexPack(VendorPrefix), FlexOrder(VendorPrefix), FlexAlign(VendorPrefix), FlexItemAlign(VendorPrefix), FlexLinePack(VendorPrefix), FlexPositive(VendorPrefix), FlexNegative(VendorPrefix), FlexPreferredSize(VendorPrefix), GridTemplateColumns, GridTemplateRows, GridAutoColumns, GridAutoRows, GridAutoFlow, GridTemplateAreas, GridTemplate, Grid, GridRowStart, GridRowEnd, GridColumnStart, GridColumnEnd, GridRow, GridColumn, GridArea, MarginTop, MarginBottom, MarginLeft, MarginRight, MarginBlockStart, MarginBlockEnd, MarginInlineStart, MarginInlineEnd, MarginBlock, MarginInline, Margin, PaddingTop, PaddingBottom, PaddingLeft, PaddingRight, PaddingBlockStart, PaddingBlockEnd, PaddingInlineStart, PaddingInlineEnd, PaddingBlock, PaddingInline, Padding, ScrollMarginTop, ScrollMarginBottom, ScrollMarginLeft, ScrollMarginRight, ScrollMarginBlockStart, ScrollMarginBlockEnd, ScrollMarginInlineStart, ScrollMarginInlineEnd, ScrollMarginBlock, ScrollMarginInline, ScrollMargin, ScrollPaddingTop, ScrollPaddingBottom, ScrollPaddingLeft, ScrollPaddingRight, ScrollPaddingBlockStart, ScrollPaddingBlockEnd, ScrollPaddingInlineStart, ScrollPaddingInlineEnd, ScrollPaddingBlock, ScrollPaddingInline, ScrollPadding, FontWeight, FontSize, FontStretch, FontFamily, FontStyle, FontVariantCaps, LineHeight, Font, VerticalAlign, TransitionProperty(VendorPrefix), TransitionDuration(VendorPrefix), TransitionDelay(VendorPrefix), TransitionTimingFunction(VendorPrefix), Transition(VendorPrefix), AnimationName(VendorPrefix), AnimationDuration(VendorPrefix), AnimationTimingFunction(VendorPrefix), AnimationIterationCount(VendorPrefix), AnimationDirection(VendorPrefix), AnimationPlayState(VendorPrefix), AnimationDelay(VendorPrefix), AnimationFillMode(VendorPrefix), Animation(VendorPrefix), Transform(VendorPrefix), TransformOrigin(VendorPrefix), TransformStyle(VendorPrefix), TransformBox, BackfaceVisibility(VendorPrefix), Perspective(VendorPrefix), PerspectiveOrigin(VendorPrefix), Translate, Rotate, Scale, TextTransform, WhiteSpace, TabSize(VendorPrefix), WordBreak, LineBreak, Hyphens(VendorPrefix), OverflowWrap, WordWrap, TextAlign, TextAlignLast(VendorPrefix), TextJustify, WordSpacing, LetterSpacing, TextIndent, TextDecorationLine(VendorPrefix), TextDecorationStyle(VendorPrefix), TextDecorationColor(VendorPrefix), TextDecorationThickness, TextDecoration(VendorPrefix), TextDecorationSkipInk(VendorPrefix), TextEmphasisStyle(VendorPrefix), TextEmphasisColor(VendorPrefix), TextEmphasis(VendorPrefix), TextEmphasisPosition(VendorPrefix), TextShadow, Resize, Cursor, CaretColor, CaretShape, Caret, UserSelect(VendorPrefix), AccentColor, Appearance(VendorPrefix), ListStyleType, ListStyleImage, ListStylePosition, ListStyle, MarkerSide, Composes, Fill, FillRule, FillOpacity, Stroke, StrokeOpacity, StrokeWidth, StrokeLinecap, StrokeLinejoin, StrokeMiterlimit, StrokeDasharray, StrokeDashoffset, MarkerStart, MarkerMid, MarkerEnd, Marker, ColorInterpolation, ColorInterpolationFilters, ColorRendering, ShapeRendering, TextRendering, ImageRendering, ClipPath, ClipRule, MaskImage, MaskMode, MaskRepeat, MaskPositionX, MaskPositionY, MaskPosition, MaskClip, MaskOrigin, MaskSize, MaskComposite, MaskType, Mask, MaskBorderSource, MaskBorderMode, MaskBorderSlice, MaskBorderWidth, MaskBorderOutset, MaskBorderRepeat, MaskBorder, Filter, BackdropFilter, All, Custom(CowArcStr<'i>),
}

Variants

BackgroundColor

BackgroundImage

BackgroundPositionX

BackgroundPositionY

BackgroundPosition

BackgroundSize

BackgroundRepeat

BackgroundAttachment

BackgroundClip(VendorPrefix)

BackgroundOrigin

Background

BoxShadow(VendorPrefix)

Opacity

Color

Display

Visibility

Width

Height

MinWidth

MinHeight

MaxWidth

MaxHeight

BlockSize

InlineSize

MinBlockSize

MinInlineSize

MaxBlockSize

MaxInlineSize

BoxSizing(VendorPrefix)

Overflow

OverflowX

OverflowY

TextOverflow(VendorPrefix)

Position

Top

Bottom

Left

Right

InsetBlockStart

InsetBlockEnd

InsetInlineStart

InsetInlineEnd

InsetBlock

InsetInline

Inset

BorderTopColor

BorderBottomColor

BorderLeftColor

BorderRightColor

BorderBlockStartColor

BorderBlockEndColor

BorderInlineStartColor

BorderInlineEndColor

BorderTopStyle

BorderBottomStyle

BorderLeftStyle

BorderRightStyle

BorderBlockStartStyle

BorderBlockEndStyle

BorderInlineStartStyle

BorderInlineEndStyle

BorderTopWidth

BorderBottomWidth

BorderLeftWidth

BorderRightWidth

BorderBlockStartWidth

BorderBlockEndWidth

BorderInlineStartWidth

BorderInlineEndWidth

BorderTopLeftRadius(VendorPrefix)

BorderTopRightRadius(VendorPrefix)

BorderBottomLeftRadius(VendorPrefix)

BorderBottomRightRadius(VendorPrefix)

BorderStartStartRadius

BorderStartEndRadius

BorderEndStartRadius

BorderEndEndRadius

BorderRadius(VendorPrefix)

BorderImageSource

BorderImageOutset

BorderImageRepeat

BorderImageWidth

BorderImageSlice

BorderImage(VendorPrefix)

BorderColor

BorderStyle

BorderWidth

BorderBlockColor

BorderBlockStyle

BorderBlockWidth

BorderInlineColor

BorderInlineStyle

BorderInlineWidth

Border

BorderTop

BorderBottom

BorderLeft

BorderRight

BorderBlock

BorderBlockStart

BorderBlockEnd

BorderInline

BorderInlineStart

BorderInlineEnd

Outline

OutlineColor

OutlineStyle

OutlineWidth

FlexDirection(VendorPrefix)

FlexWrap(VendorPrefix)

FlexFlow(VendorPrefix)

FlexGrow(VendorPrefix)

FlexShrink(VendorPrefix)

FlexBasis(VendorPrefix)

Flex(VendorPrefix)

Order(VendorPrefix)

AlignContent(VendorPrefix)

JustifyContent(VendorPrefix)

PlaceContent

AlignSelf(VendorPrefix)

JustifySelf

PlaceSelf

AlignItems(VendorPrefix)

JustifyItems

PlaceItems

RowGap

ColumnGap

Gap

BoxOrient(VendorPrefix)

BoxDirection(VendorPrefix)

BoxOrdinalGroup(VendorPrefix)

BoxAlign(VendorPrefix)

BoxFlex(VendorPrefix)

BoxFlexGroup(VendorPrefix)

BoxPack(VendorPrefix)

BoxLines(VendorPrefix)

FlexPack(VendorPrefix)

FlexOrder(VendorPrefix)

FlexAlign(VendorPrefix)

FlexItemAlign(VendorPrefix)

FlexLinePack(VendorPrefix)

FlexPositive(VendorPrefix)

FlexNegative(VendorPrefix)

FlexPreferredSize(VendorPrefix)

GridTemplateColumns

GridTemplateRows

GridAutoColumns

GridAutoRows

GridAutoFlow

GridTemplateAreas

GridTemplate

Grid

GridRowStart

GridRowEnd

GridColumnStart

GridColumnEnd

GridRow

GridColumn

GridArea

MarginTop

MarginBottom

MarginLeft

MarginRight

MarginBlockStart

MarginBlockEnd

MarginInlineStart

MarginInlineEnd

MarginBlock

MarginInline

Margin

PaddingTop

PaddingBottom

PaddingLeft

PaddingRight

PaddingBlockStart

PaddingBlockEnd

PaddingInlineStart

PaddingInlineEnd

PaddingBlock

PaddingInline

Padding

ScrollMarginTop

ScrollMarginBottom

ScrollMarginLeft

ScrollMarginRight

ScrollMarginBlockStart

ScrollMarginBlockEnd

ScrollMarginInlineStart

ScrollMarginInlineEnd

ScrollMarginBlock

ScrollMarginInline

ScrollMargin

ScrollPaddingTop

ScrollPaddingBottom

ScrollPaddingLeft

ScrollPaddingRight

ScrollPaddingBlockStart

ScrollPaddingBlockEnd

ScrollPaddingInlineStart

ScrollPaddingInlineEnd

ScrollPaddingBlock

ScrollPaddingInline

ScrollPadding

FontWeight

FontSize

FontStretch

FontFamily

FontStyle

FontVariantCaps

LineHeight

Font

VerticalAlign

TransitionProperty(VendorPrefix)

TransitionDuration(VendorPrefix)

TransitionDelay(VendorPrefix)

TransitionTimingFunction(VendorPrefix)

Transition(VendorPrefix)

AnimationName(VendorPrefix)

AnimationDuration(VendorPrefix)

AnimationTimingFunction(VendorPrefix)

AnimationIterationCount(VendorPrefix)

AnimationDirection(VendorPrefix)

AnimationPlayState(VendorPrefix)

AnimationDelay(VendorPrefix)

AnimationFillMode(VendorPrefix)

Animation(VendorPrefix)

Transform(VendorPrefix)

TransformOrigin(VendorPrefix)

TransformStyle(VendorPrefix)

TransformBox

BackfaceVisibility(VendorPrefix)

Perspective(VendorPrefix)

PerspectiveOrigin(VendorPrefix)

Translate

Rotate

Scale

TextTransform

WhiteSpace

TabSize(VendorPrefix)

WordBreak

LineBreak

Hyphens(VendorPrefix)

OverflowWrap

WordWrap

TextAlign

TextAlignLast(VendorPrefix)

TextJustify

WordSpacing

LetterSpacing

TextIndent

TextDecorationLine(VendorPrefix)

TextDecorationStyle(VendorPrefix)

TextDecorationColor(VendorPrefix)

TextDecorationThickness

TextDecoration(VendorPrefix)

TextDecorationSkipInk(VendorPrefix)

TextEmphasisStyle(VendorPrefix)

TextEmphasisColor(VendorPrefix)

TextEmphasis(VendorPrefix)

TextEmphasisPosition(VendorPrefix)

TextShadow

Resize

Cursor

CaretColor

CaretShape

Caret

UserSelect(VendorPrefix)

AccentColor

Appearance(VendorPrefix)

ListStyleType

ListStyleImage

ListStylePosition

ListStyle

MarkerSide

Composes

Fill

FillRule

FillOpacity

Stroke

StrokeOpacity

StrokeWidth

StrokeLinecap

StrokeLinejoin

StrokeMiterlimit

StrokeDasharray

StrokeDashoffset

MarkerStart

MarkerMid

MarkerEnd

Marker

ColorInterpolation

ColorInterpolationFilters

ColorRendering

ShapeRendering

TextRendering

ImageRendering

ClipPath

ClipRule

MaskImage

MaskMode

MaskRepeat

MaskPositionX

MaskPositionY

MaskPosition

MaskClip

MaskOrigin

MaskSize

MaskComposite

MaskType

Mask

MaskBorderSource

MaskBorderMode

MaskBorderSlice

MaskBorderWidth

MaskBorderOutset

MaskBorderRepeat

MaskBorder

Filter

BackdropFilter

All

Custom(CowArcStr<'i>)

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

The archived version of the pointer metadata for this type.

Converts some archived metadata to the pointer metadata for itself.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type for metadata in pointers and references to Self.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.