Struct swc_css_ast::ListOfComponentValues
source · pub struct ListOfComponentValues {
pub span: Span,
pub children: Vec<ComponentValue>,
}
Fields§
§span: Span
§children: Vec<ComponentValue>
Trait Implementations§
source§impl AstNode for ListOfComponentValues
impl AstNode for ListOfComponentValues
source§impl Clone for ListOfComponentValues
impl Clone for ListOfComponentValues
source§fn clone(&self) -> ListOfComponentValues
fn clone(&self) -> ListOfComponentValues
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListOfComponentValues
impl Debug for ListOfComponentValues
source§impl<'de> Deserialize<'de> for ListOfComponentValues
impl<'de> Deserialize<'de> for ListOfComponentValues
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>,
Deserialize this value from the given Serde deserializer. Read more
source§impl EqIgnoreSpan for ListOfComponentValues
impl EqIgnoreSpan for ListOfComponentValues
fn eq_ignore_span(&self, other: &Self) -> bool
source§impl From<ListOfComponentValues> for AtRulePrelude
impl From<ListOfComponentValues> for AtRulePrelude
source§fn from(v: ListOfComponentValues) -> Self
fn from(v: ListOfComponentValues) -> Self
Converts to this type from the input type.
source§impl From<ListOfComponentValues> for ForgivingComplexSelector
impl From<ListOfComponentValues> for ForgivingComplexSelector
source§fn from(v: ListOfComponentValues) -> Self
fn from(v: ListOfComponentValues) -> Self
Converts to this type from the input type.
source§impl From<ListOfComponentValues> for ForgivingRelativeSelector
impl From<ListOfComponentValues> for ForgivingRelativeSelector
source§fn from(v: ListOfComponentValues) -> Self
fn from(v: ListOfComponentValues) -> Self
Converts to this type from the input type.
source§impl From<ListOfComponentValues> for QualifiedRulePrelude
impl From<ListOfComponentValues> for QualifiedRulePrelude
source§fn from(v: ListOfComponentValues) -> Self
fn from(v: ListOfComponentValues) -> Self
Converts to this type from the input type.