Enum parcel_css::properties::PropertyId[][src]

pub enum PropertyId {
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(String),
}

Variants

BackgroundColor

BackgroundImage

BackgroundPositionX

BackgroundPositionY

BackgroundPosition

BackgroundSize

BackgroundRepeat

BackgroundAttachment

BackgroundClip(VendorPrefix)

Tuple Fields

BackgroundOrigin

Background

BoxShadow(VendorPrefix)

Tuple Fields

Opacity

Color

Display

Visibility

Width

Height

MinWidth

MinHeight

MaxWidth

MaxHeight

BlockSize

InlineSize

MinBlockSize

MinInlineSize

MaxBlockSize

MaxInlineSize

BoxSizing(VendorPrefix)

Tuple Fields

Overflow

OverflowX

OverflowY

TextOverflow(VendorPrefix)

Tuple Fields

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)

Tuple Fields

BorderTopRightRadius(VendorPrefix)

Tuple Fields

BorderBottomLeftRadius(VendorPrefix)

Tuple Fields

BorderBottomRightRadius(VendorPrefix)

Tuple Fields

BorderStartStartRadius

BorderStartEndRadius

BorderEndStartRadius

BorderEndEndRadius

BorderRadius(VendorPrefix)

Tuple Fields

BorderImageSource

BorderImageOutset

BorderImageRepeat

BorderImageWidth

BorderImageSlice

BorderImage(VendorPrefix)

Tuple Fields

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)

Tuple Fields

FlexWrap(VendorPrefix)

Tuple Fields

FlexFlow(VendorPrefix)

Tuple Fields

FlexGrow(VendorPrefix)

Tuple Fields

FlexShrink(VendorPrefix)

Tuple Fields

FlexBasis(VendorPrefix)

Tuple Fields

Flex(VendorPrefix)

Tuple Fields

Order(VendorPrefix)

Tuple Fields

AlignContent(VendorPrefix)

Tuple Fields

JustifyContent(VendorPrefix)

Tuple Fields

PlaceContent

AlignSelf(VendorPrefix)

Tuple Fields

JustifySelf

PlaceSelf

AlignItems(VendorPrefix)

Tuple Fields

JustifyItems

PlaceItems

RowGap

ColumnGap

Gap

BoxOrient(VendorPrefix)

Tuple Fields

BoxDirection(VendorPrefix)

Tuple Fields

BoxOrdinalGroup(VendorPrefix)

Tuple Fields

BoxAlign(VendorPrefix)

Tuple Fields

BoxFlex(VendorPrefix)

Tuple Fields

BoxFlexGroup(VendorPrefix)

Tuple Fields

BoxPack(VendorPrefix)

Tuple Fields

BoxLines(VendorPrefix)

Tuple Fields

FlexPack(VendorPrefix)

Tuple Fields

FlexOrder(VendorPrefix)

Tuple Fields

FlexAlign(VendorPrefix)

Tuple Fields

FlexItemAlign(VendorPrefix)

Tuple Fields

FlexLinePack(VendorPrefix)

Tuple Fields

FlexPositive(VendorPrefix)

Tuple Fields

FlexNegative(VendorPrefix)

Tuple Fields

FlexPreferredSize(VendorPrefix)

Tuple Fields

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)

Tuple Fields

TransitionDuration(VendorPrefix)

Tuple Fields

TransitionDelay(VendorPrefix)

Tuple Fields

TransitionTimingFunction(VendorPrefix)

Tuple Fields

Transition(VendorPrefix)

Tuple Fields

AnimationName(VendorPrefix)

Tuple Fields

AnimationDuration(VendorPrefix)

Tuple Fields

AnimationTimingFunction(VendorPrefix)

Tuple Fields

AnimationIterationCount(VendorPrefix)

Tuple Fields

AnimationDirection(VendorPrefix)

Tuple Fields

AnimationPlayState(VendorPrefix)

Tuple Fields

AnimationDelay(VendorPrefix)

Tuple Fields

AnimationFillMode(VendorPrefix)

Tuple Fields

Animation(VendorPrefix)

Tuple Fields

Transform(VendorPrefix)

Tuple Fields

TransformOrigin(VendorPrefix)

Tuple Fields

TransformStyle(VendorPrefix)

Tuple Fields

TransformBox

BackfaceVisibility(VendorPrefix)

Tuple Fields

Perspective(VendorPrefix)

Tuple Fields

PerspectiveOrigin(VendorPrefix)

Tuple Fields

Translate

Rotate

Scale

TextTransform

WhiteSpace

TabSize(VendorPrefix)

Tuple Fields

WordBreak

LineBreak

Hyphens(VendorPrefix)

Tuple Fields

OverflowWrap

WordWrap

TextAlign

TextAlignLast(VendorPrefix)

Tuple Fields

TextJustify

WordSpacing

LetterSpacing

TextIndent

TextDecorationLine(VendorPrefix)

Tuple Fields

TextDecorationStyle(VendorPrefix)

Tuple Fields

TextDecorationColor(VendorPrefix)

Tuple Fields

TextDecorationThickness

TextDecoration(VendorPrefix)

Tuple Fields

TextDecorationSkipInk(VendorPrefix)

Tuple Fields

TextEmphasisStyle(VendorPrefix)

Tuple Fields

TextEmphasisColor(VendorPrefix)

Tuple Fields

TextEmphasis(VendorPrefix)

Tuple Fields

TextEmphasisPosition(VendorPrefix)

Tuple Fields

TextShadow

Resize

Cursor

CaretColor

CaretShape

Caret

UserSelect(VendorPrefix)

Tuple Fields

AccentColor

Appearance(VendorPrefix)

Tuple Fields

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(String)

Tuple Fields

0: String

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 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.