Enum swc_css_ast::Value [−][src]
pub enum Value {
Show 16 variants
SquareBracketBlock(SquareBracketBlock),
RoundBracketBlock(RoundBracketBlock),
Unit(UnitValue),
Number(Num),
Percent(PercentValue),
Hash(HashValue),
Ident(Ident),
Str(Str),
Fn(FnValue),
Bin(BinValue),
Space(SpaceValues),
Comma(CommaValues),
Brace(BraceValue),
Lazy(Tokens),
AtText(AtTextValue),
Url(UrlValue),
}
Variants
SquareBracketBlock(SquareBracketBlock)
Tuple Fields of SquareBracketBlock
RoundBracketBlock(RoundBracketBlock)
Tuple Fields of RoundBracketBlock
Unit(UnitValue)
Tuple Fields of Unit
0: UnitValue
Number(Num)
Tuple Fields of Number
0: Num
Percent(PercentValue)
Tuple Fields of Percent
0: PercentValue
Hash(HashValue)
Tuple Fields of Hash
0: HashValue
Ident(Ident)
Tuple Fields of Ident
0: Ident
Str(Str)
Tuple Fields of Str
0: Str
Fn(FnValue)
Tuple Fields of Fn
0: FnValue
Bin(BinValue)
Tuple Fields of Bin
0: BinValue
Space(SpaceValues)
Tuple Fields of Space
0: SpaceValues
Comma(CommaValues)
Tuple Fields of Comma
0: CommaValues
Brace(BraceValue)
Tuple Fields of Brace
0: BraceValue
Lazy(Tokens)
Tuple Fields of Lazy
0: Tokens
AtText(AtTextValue)
Tuple Fields of AtText
0: AtTextValue
Url(UrlValue)
Tuple Fields of Url
0: UrlValue
Trait 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