pub enum AtRulePrelude {
Show 16 variants ListOfComponentValues(ListOfComponentValues), CharsetPrelude(Str), PropertyPrelude(CustomPropertyName), CounterStylePrelude(CustomIdent), ColorProfilePrelude(ColorProfileName), DocumentPrelude(DocumentPrelude), FontPaletteValuesPrelude(DashedIdent), FontFeatureValuesPrelude(FontFeatureValuesPrelude), NestPrelude(SelectorList), KeyframesPrelude(KeyframesName), ImportPrelude(ImportPrelude), NamespacePrelude(NamespacePrelude), MediaPrelude(MediaQueryList), SupportsPrelude(SupportsCondition), PagePrelude(PageSelectorList), LayerPrelude(LayerPrelude),
}

Variants

ListOfComponentValues(ListOfComponentValues)

CharsetPrelude(Str)

PropertyPrelude(CustomPropertyName)

CounterStylePrelude(CustomIdent)

ColorProfilePrelude(ColorProfileName)

DocumentPrelude(DocumentPrelude)

FontPaletteValuesPrelude(DashedIdent)

FontFeatureValuesPrelude(FontFeatureValuesPrelude)

NestPrelude(SelectorList)

KeyframesPrelude(KeyframesName)

ImportPrelude(ImportPrelude)

NamespacePrelude(NamespacePrelude)

MediaPrelude(MediaQueryList)

SupportsPrelude(SupportsCondition)

PagePrelude(PageSelectorList)

LayerPrelude(LayerPrelude)

Implementations

Returns true if self is of variant ListOfComponentValues.

Returns Some if self is a reference of variant ListOfComponentValues, and None otherwise.

Returns Some if self is a mutable reference of variant ListOfComponentValues, and None otherwise.

Unwraps the value, yielding the content of ListOfComponentValues.

Panics

Panics if the value is not ListOfComponentValues, with a panic message including the content of self.

Returns Some if self is of variant ListOfComponentValues, and None otherwise.

Returns true if self is of variant CharsetPrelude.

Returns Some if self is a reference of variant CharsetPrelude, and None otherwise.

Returns Some if self is a mutable reference of variant CharsetPrelude, and None otherwise.

Unwraps the value, yielding the content of CharsetPrelude.

Panics

Panics if the value is not CharsetPrelude, with a panic message including the content of self.

Returns Some if self is of variant CharsetPrelude, and None otherwise.

Returns true if self is of variant PropertyPrelude.

Returns Some if self is a reference of variant PropertyPrelude, and None otherwise.

Returns Some if self is a mutable reference of variant PropertyPrelude, and None otherwise.

Unwraps the value, yielding the content of PropertyPrelude.

Panics

Panics if the value is not PropertyPrelude, with a panic message including the content of self.

Returns Some if self is of variant PropertyPrelude, and None otherwise.

Returns true if self is of variant CounterStylePrelude.

Returns Some if self is a reference of variant CounterStylePrelude, and None otherwise.

Returns Some if self is a mutable reference of variant CounterStylePrelude, and None otherwise.

Unwraps the value, yielding the content of CounterStylePrelude.

Panics

Panics if the value is not CounterStylePrelude, with a panic message including the content of self.

Returns Some if self is of variant CounterStylePrelude, and None otherwise.

Returns true if self is of variant ColorProfilePrelude.

Returns Some if self is a reference of variant ColorProfilePrelude, and None otherwise.

Returns Some if self is a mutable reference of variant ColorProfilePrelude, and None otherwise.

Unwraps the value, yielding the content of ColorProfilePrelude.

Panics

Panics if the value is not ColorProfilePrelude, with a panic message including the content of self.

Returns Some if self is of variant ColorProfilePrelude, and None otherwise.

Returns true if self is of variant DocumentPrelude.

Returns Some if self is a reference of variant DocumentPrelude, and None otherwise.

Returns Some if self is a mutable reference of variant DocumentPrelude, and None otherwise.

Unwraps the value, yielding the content of DocumentPrelude.

Panics

Panics if the value is not DocumentPrelude, with a panic message including the content of self.

Returns Some if self is of variant DocumentPrelude, and None otherwise.

Returns true if self is of variant FontPaletteValuesPrelude.

Returns Some if self is a reference of variant FontPaletteValuesPrelude, and None otherwise.

Returns Some if self is a mutable reference of variant FontPaletteValuesPrelude, and None otherwise.

Unwraps the value, yielding the content of FontPaletteValuesPrelude.

Panics

Panics if the value is not FontPaletteValuesPrelude, with a panic message including the content of self.

Returns Some if self is of variant FontPaletteValuesPrelude, and None otherwise.

Returns true if self is of variant FontFeatureValuesPrelude.

Returns Some if self is a reference of variant FontFeatureValuesPrelude, and None otherwise.

Returns Some if self is a mutable reference of variant FontFeatureValuesPrelude, and None otherwise.

Unwraps the value, yielding the content of FontFeatureValuesPrelude.

Panics

Panics if the value is not FontFeatureValuesPrelude, with a panic message including the content of self.

Returns Some if self is of variant FontFeatureValuesPrelude, and None otherwise.

Returns true if self is of variant NestPrelude.

Returns Some if self is a reference of variant NestPrelude, and None otherwise.

Returns Some if self is a mutable reference of variant NestPrelude, and None otherwise.

Unwraps the value, yielding the content of NestPrelude.

Panics

Panics if the value is not NestPrelude, with a panic message including the content of self.

Returns Some if self is of variant NestPrelude, and None otherwise.

Returns true if self is of variant KeyframesPrelude.

Returns Some if self is a reference of variant KeyframesPrelude, and None otherwise.

Returns Some if self is a mutable reference of variant KeyframesPrelude, and None otherwise.

Unwraps the value, yielding the content of KeyframesPrelude.

Panics

Panics if the value is not KeyframesPrelude, with a panic message including the content of self.

Returns Some if self is of variant KeyframesPrelude, and None otherwise.

Returns true if self is of variant ImportPrelude.

Returns Some if self is a reference of variant ImportPrelude, and None otherwise.

Returns Some if self is a mutable reference of variant ImportPrelude, and None otherwise.

Unwraps the value, yielding the content of ImportPrelude.

Panics

Panics if the value is not ImportPrelude, with a panic message including the content of self.

Returns Some if self is of variant ImportPrelude, and None otherwise.

Returns true if self is of variant NamespacePrelude.

Returns Some if self is a reference of variant NamespacePrelude, and None otherwise.

Returns Some if self is a mutable reference of variant NamespacePrelude, and None otherwise.

Unwraps the value, yielding the content of NamespacePrelude.

Panics

Panics if the value is not NamespacePrelude, with a panic message including the content of self.

Returns Some if self is of variant NamespacePrelude, and None otherwise.

Returns true if self is of variant MediaPrelude.

Returns Some if self is a reference of variant MediaPrelude, and None otherwise.

Returns Some if self is a mutable reference of variant MediaPrelude, and None otherwise.

Unwraps the value, yielding the content of MediaPrelude.

Panics

Panics if the value is not MediaPrelude, with a panic message including the content of self.

Returns Some if self is of variant MediaPrelude, and None otherwise.

Returns true if self is of variant SupportsPrelude.

Returns Some if self is a reference of variant SupportsPrelude, and None otherwise.

Returns Some if self is a mutable reference of variant SupportsPrelude, and None otherwise.

Unwraps the value, yielding the content of SupportsPrelude.

Panics

Panics if the value is not SupportsPrelude, with a panic message including the content of self.

Returns Some if self is of variant SupportsPrelude, and None otherwise.

Returns true if self is of variant PagePrelude.

Returns Some if self is a reference of variant PagePrelude, and None otherwise.

Returns Some if self is a mutable reference of variant PagePrelude, and None otherwise.

Unwraps the value, yielding the content of PagePrelude.

Panics

Panics if the value is not PagePrelude, with a panic message including the content of self.

Returns Some if self is of variant PagePrelude, and None otherwise.

Returns true if self is of variant LayerPrelude.

Returns Some if self is a reference of variant LayerPrelude, and None otherwise.

Returns Some if self is a mutable reference of variant LayerPrelude, and None otherwise.

Unwraps the value, yielding the content of LayerPrelude.

Panics

Panics if the value is not LayerPrelude, with a panic message including the content of self.

Returns Some if self is of variant LayerPrelude, and None otherwise.

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
Deserialize this value from the given Serde deserializer. Read more
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
Serialize this value into the given Serde serializer. Read more
Get span of self.

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

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

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more