Enum swc_css_ast::Value [−][src]
pub enum Value {
Show 16 variants
Paren(ParenValue),
Unit(UnitValue),
Number(Num),
Percent(PercentValue),
Hash(HashValue),
Text(Text),
Str(Str),
Fn(FnValue),
Bin(BinValue),
Array(ArrayValue),
Space(SpaceValues),
Comma(CommaValues),
Brace(BraceValue),
Lazy(Tokens),
AtText(AtTextValue),
Url(UrlValue),
}Variants
Paren(ParenValue)Tuple Fields of Paren
0: ParenValueUnit(UnitValue)Tuple Fields of Unit
0: UnitValueNumber(Num)Tuple Fields of Number
0: NumPercent(PercentValue)Tuple Fields of Percent
0: PercentValueHash(HashValue)Tuple Fields of Hash
0: HashValueText(Text)Tuple Fields of Text
0: TextStr(Str)Tuple Fields of Str
0: StrFn(FnValue)Tuple Fields of Fn
0: FnValueBin(BinValue)Tuple Fields of Bin
0: BinValueArray(ArrayValue)Tuple Fields of Array
0: ArrayValueSpace(SpaceValues)Tuple Fields of Space
0: SpaceValuesComma(CommaValues)Tuple Fields of Comma
0: CommaValuesBrace(BraceValue)Tuple Fields of Brace
0: BraceValueLazy(Tokens)Tuple Fields of Lazy
0: TokensAtText(AtTextValue)Tuple Fields of AtText
0: AtTextValueUrl(UrlValue)Tuple Fields of Url
0: UrlValueTrait Implementations
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
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