Enum swc_css_ast::KeyframeSelector [−][src]
pub enum KeyframeSelector {
Id(Text),
Percent(PercentValue),
}
Variants
Id(Text)
Tuple Fields of Id
0: Text
Percent(PercentValue)
Tuple Fields of Percent
0: PercentValue
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for KeyframeSelector
impl Send for KeyframeSelector
impl Sync for KeyframeSelector
impl Unpin for KeyframeSelector
impl UnwindSafe for KeyframeSelector
Blanket Implementations
Mutably borrows from an owned value. Read more