Enum swc_css_ast::KeyframeSelector [−][src]
pub enum KeyframeSelector {
Id(Text),
Percent(PercentValue),
}Variants
Id(Text)Tuple Fields of Id
0: TextPercent(PercentValue)Tuple Fields of Percent
0: PercentValueTrait 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
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