pub enum AtRulePreludeField {
Show 19 variants
ListOfComponentValues,
CharsetPrelude,
PropertyPrelude,
CounterStylePrelude,
ColorProfilePrelude,
DocumentPrelude,
FontPaletteValuesPrelude,
FontFeatureValuesPrelude,
NestPrelude,
KeyframesPrelude,
ImportPrelude,
NamespacePrelude,
MediaPrelude,
SupportsPrelude,
PagePrelude,
LayerPrelude,
ContainerPrelude,
CustomMediaPrelude,
ScopePrelude,
}docsrs or crate feature path only.Variants§
ListOfComponentValues
Represents AtRulePrelude::ListOfComponentValues
CharsetPrelude
Represents AtRulePrelude::CharsetPrelude
PropertyPrelude
Represents AtRulePrelude::PropertyPrelude
CounterStylePrelude
Represents AtRulePrelude::CounterStylePrelude
ColorProfilePrelude
Represents AtRulePrelude::ColorProfilePrelude
DocumentPrelude
Represents AtRulePrelude::DocumentPrelude
FontPaletteValuesPrelude
Represents AtRulePrelude::FontPaletteValuesPrelude
FontFeatureValuesPrelude
Represents AtRulePrelude::FontFeatureValuesPrelude
NestPrelude
Represents AtRulePrelude::NestPrelude
KeyframesPrelude
Represents AtRulePrelude::KeyframesPrelude
ImportPrelude
Represents AtRulePrelude::ImportPrelude
NamespacePrelude
Represents AtRulePrelude::NamespacePrelude
MediaPrelude
Represents AtRulePrelude::MediaPrelude
SupportsPrelude
Represents AtRulePrelude::SupportsPrelude
PagePrelude
Represents AtRulePrelude::PagePrelude
LayerPrelude
Represents AtRulePrelude::LayerPrelude
ContainerPrelude
Represents AtRulePrelude::ContainerPrelude
CustomMediaPrelude
Represents AtRulePrelude::CustomMediaPrelude
ScopePrelude
Represents AtRulePrelude::ScopePrelude
Trait Implementations§
Source§impl Clone for AtRulePreludeField
impl Clone for AtRulePreludeField
Source§fn clone(&self) -> AtRulePreludeField
fn clone(&self) -> AtRulePreludeField
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for AtRulePreludeField
impl Debug for AtRulePreludeField
Source§impl<'de> Deserialize<'de> for AtRulePreludeField
impl<'de> Deserialize<'de> for AtRulePreludeField
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl Hash for AtRulePreludeField
impl Hash for AtRulePreludeField
Source§impl Ord for AtRulePreludeField
impl Ord for AtRulePreludeField
Source§fn cmp(&self, other: &AtRulePreludeField) -> Ordering
fn cmp(&self, other: &AtRulePreludeField) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for AtRulePreludeField
impl PartialEq for AtRulePreludeField
Source§fn eq(&self, other: &AtRulePreludeField) -> bool
fn eq(&self, other: &AtRulePreludeField) -> bool
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AtRulePreludeField
impl PartialOrd for AtRulePreludeField
Source§impl Serialize for AtRulePreludeField
impl Serialize for AtRulePreludeField
impl Copy for AtRulePreludeField
impl Eq for AtRulePreludeField
impl StructuralPartialEq for AtRulePreludeField
Auto Trait Implementations§
impl Freeze for AtRulePreludeField
impl RefUnwindSafe for AtRulePreludeField
impl Send for AtRulePreludeField
impl Sync for AtRulePreludeField
impl Unpin for AtRulePreludeField
impl UnsafeUnpin for AtRulePreludeField
impl UnwindSafe for AtRulePreludeField
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more