Struct swc_css_visit::All

pub struct All<V> {
    pub visitor: V,
}
Expand description

Visit all children nodes. This converts VisitAll to Visit. The type parameter V should implement VisitAll and All<V> implements Visit.

Fields§

§visitor: V

Trait Implementations§

§

impl<V> Clone for All<V>
where V: Clone,

§

fn clone(&self) -> All<V>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<V> Debug for All<V>
where V: Debug,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<V> PartialEq for All<V>
where V: PartialEq,

§

fn eq(&self, other: &All<V>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<V> Visit for All<V>
where V: VisitAll,

source§

fn visit_absolute_color_base(&mut self, node: &AbsoluteColorBase)

Visit a node of type AbsoluteColorBase. Read more
source§

fn visit_alpha_value(&mut self, node: &AlphaValue)

Visit a node of type AlphaValue. Read more
source§

fn visit_an_plus_b(&mut self, node: &AnPlusB)

Visit a node of type AnPlusB. Read more
source§

fn visit_an_plus_b_notation(&mut self, node: &AnPlusBNotation)

Visit a node of type AnPlusBNotation. Read more
source§

fn visit_angle(&mut self, node: &Angle)

Visit a node of type Angle. Read more
source§

fn visit_angle_percentage(&mut self, node: &AnglePercentage)

Visit a node of type AnglePercentage. Read more
source§

fn visit_any_namespace(&mut self, node: &AnyNamespace)

Visit a node of type AnyNamespace. Read more
source§

fn visit_at_rule(&mut self, node: &AtRule)

Visit a node of type AtRule. Read more
source§

fn visit_at_rule_name(&mut self, node: &AtRuleName)

Visit a node of type AtRuleName. Read more
source§

fn visit_at_rule_prelude(&mut self, node: &AtRulePrelude)

Visit a node of type AtRulePrelude. Read more
source§

fn visit_atom(&mut self, node: &Atom)

Visit a node of type swc_atoms :: Atom. Read more
source§

fn visit_attribute_selector(&mut self, node: &AttributeSelector)

Visit a node of type AttributeSelector. Read more
source§

fn visit_attribute_selector_matcher(&mut self, node: &AttributeSelectorMatcher)

Visit a node of type AttributeSelectorMatcher. Read more
source§

fn visit_attribute_selector_matcher_value( &mut self, node: &AttributeSelectorMatcherValue, )

Visit a node of type AttributeSelectorMatcherValue. Read more
source§

fn visit_attribute_selector_modifier( &mut self, node: &AttributeSelectorModifier, )

Visit a node of type AttributeSelectorModifier. Read more
source§

fn visit_attribute_selector_value(&mut self, node: &AttributeSelectorValue)

Visit a node of type AttributeSelectorValue. Read more
source§

fn visit_bin_op(&mut self, node: &BinOp)

Visit a node of type BinOp. Read more
source§

fn visit_calc_operator(&mut self, node: &CalcOperator)

Visit a node of type CalcOperator. Read more
source§

fn visit_calc_operator_type(&mut self, node: &CalcOperatorType)

Visit a node of type CalcOperatorType. Read more
source§

fn visit_calc_product(&mut self, node: &CalcProduct)

Visit a node of type CalcProduct. Read more
source§

fn visit_calc_product_or_operator(&mut self, node: &CalcProductOrOperator)

Visit a node of type CalcProductOrOperator. Read more
source§

fn visit_calc_product_or_operators(&mut self, node: &[CalcProductOrOperator])

Visit a node of type Vec < CalcProductOrOperator >. Read more
source§

fn visit_calc_sum(&mut self, node: &CalcSum)

Visit a node of type CalcSum. Read more
source§

fn visit_calc_value(&mut self, node: &CalcValue)

Visit a node of type CalcValue. Read more
source§

fn visit_calc_value_or_operator(&mut self, node: &CalcValueOrOperator)

Visit a node of type CalcValueOrOperator. Read more
source§

fn visit_calc_value_or_operators(&mut self, node: &[CalcValueOrOperator])

Visit a node of type Vec < CalcValueOrOperator >. Read more
source§

fn visit_class_selector(&mut self, node: &ClassSelector)

Visit a node of type ClassSelector. Read more
source§

fn visit_cmyk_component(&mut self, node: &CmykComponent)

Visit a node of type CmykComponent. Read more
source§

fn visit_color(&mut self, node: &Color)

Visit a node of type Color. Read more
source§

fn visit_color_profile_name(&mut self, node: &ColorProfileName)

Visit a node of type ColorProfileName. Read more
source§

fn visit_combinator(&mut self, node: &Combinator)

Visit a node of type Combinator. Read more
source§

fn visit_combinator_value(&mut self, node: &CombinatorValue)

Visit a node of type CombinatorValue. Read more
source§

fn visit_complex_selector(&mut self, node: &ComplexSelector)

Visit a node of type ComplexSelector. Read more
source§

fn visit_complex_selector_children(&mut self, node: &ComplexSelectorChildren)

Visit a node of type ComplexSelectorChildren. Read more
source§

fn visit_complex_selector_childrens(&mut self, node: &[ComplexSelectorChildren])

Visit a node of type Vec < ComplexSelectorChildren >. Read more
source§

fn visit_complex_selectors(&mut self, node: &[ComplexSelector])

Visit a node of type Vec < ComplexSelector >. Read more
source§

fn visit_component_value(&mut self, node: &ComponentValue)

Visit a node of type ComponentValue. Read more
source§

fn visit_component_values(&mut self, node: &[ComponentValue])

Visit a node of type Vec < ComponentValue >. Read more
source§

fn visit_compound_selector(&mut self, node: &CompoundSelector)

Visit a node of type CompoundSelector. Read more
source§

fn visit_compound_selector_list(&mut self, node: &CompoundSelectorList)

Visit a node of type CompoundSelectorList. Read more
source§

fn visit_compound_selectors(&mut self, node: &[CompoundSelector])

Visit a node of type Vec < CompoundSelector >. Read more
source§

fn visit_container_condition(&mut self, node: &ContainerCondition)

Visit a node of type ContainerCondition. Read more
source§

fn visit_container_name(&mut self, node: &ContainerName)

Visit a node of type ContainerName. Read more
source§

fn visit_container_query(&mut self, node: &ContainerQuery)

Visit a node of type ContainerQuery. Read more
source§

fn visit_container_query_and(&mut self, node: &ContainerQueryAnd)

Visit a node of type ContainerQueryAnd. Read more
source§

fn visit_container_query_not(&mut self, node: &ContainerQueryNot)

Visit a node of type ContainerQueryNot. Read more
source§

fn visit_container_query_or(&mut self, node: &ContainerQueryOr)

Visit a node of type ContainerQueryOr. Read more
source§

fn visit_container_query_type(&mut self, node: &ContainerQueryType)

Visit a node of type ContainerQueryType. Read more
source§

fn visit_container_query_types(&mut self, node: &[ContainerQueryType])

Visit a node of type Vec < ContainerQueryType >. Read more
source§

fn visit_custom_highlight_name(&mut self, node: &CustomHighlightName)

Visit a node of type CustomHighlightName. Read more
source§

fn visit_custom_ident(&mut self, node: &CustomIdent)

Visit a node of type CustomIdent. Read more
source§

fn visit_custom_idents(&mut self, node: &[CustomIdent])

Visit a node of type Vec < CustomIdent >. Read more
source§

fn visit_custom_media_query(&mut self, node: &CustomMediaQuery)

Visit a node of type CustomMediaQuery. Read more
source§

fn visit_custom_media_query_media_type( &mut self, node: &CustomMediaQueryMediaType, )

Visit a node of type CustomMediaQueryMediaType. Read more
source§

fn visit_custom_property_name(&mut self, node: &CustomPropertyName)

Visit a node of type CustomPropertyName. Read more
source§

fn visit_dashed_ident(&mut self, node: &DashedIdent)

Visit a node of type DashedIdent. Read more
source§

fn visit_declaration(&mut self, node: &Declaration)

Visit a node of type Declaration. Read more
source§

fn visit_declaration_name(&mut self, node: &DeclarationName)

Visit a node of type DeclarationName. Read more
source§

fn visit_declaration_or_at_rule(&mut self, node: &DeclarationOrAtRule)

Visit a node of type DeclarationOrAtRule. Read more
source§

fn visit_delimiter(&mut self, node: &Delimiter)

Visit a node of type Delimiter. Read more
source§

fn visit_delimiter_value(&mut self, node: &DelimiterValue)

Visit a node of type DelimiterValue. Read more
source§

fn visit_dimension(&mut self, node: &Dimension)

Visit a node of type Dimension. Read more
source§

fn visit_dimension_token(&mut self, node: &DimensionToken)

Visit a node of type DimensionToken. Read more
source§

fn visit_document_prelude(&mut self, node: &DocumentPrelude)

Visit a node of type DocumentPrelude. Read more
source§

fn visit_document_prelude_matching_function( &mut self, node: &DocumentPreludeMatchingFunction, )

Visit a node of type DocumentPreludeMatchingFunction. Read more
source§

fn visit_document_prelude_matching_functions( &mut self, node: &[DocumentPreludeMatchingFunction], )

Visit a node of type Vec < DocumentPreludeMatchingFunction >. Read more
source§

fn visit_extension_name(&mut self, node: &ExtensionName)

Visit a node of type ExtensionName. Read more
source§

fn visit_family_name(&mut self, node: &FamilyName)

Visit a node of type FamilyName. Read more
source§

fn visit_family_names(&mut self, node: &[FamilyName])

Visit a node of type Vec < FamilyName >. Read more
source§

fn visit_flex(&mut self, node: &Flex)

Visit a node of type Flex. Read more
source§

fn visit_font_feature_values_prelude(&mut self, node: &FontFeatureValuesPrelude)

Visit a node of type FontFeatureValuesPrelude. Read more
source§

fn visit_forgiving_complex_selector(&mut self, node: &ForgivingComplexSelector)

Visit a node of type ForgivingComplexSelector. Read more
source§

fn visit_forgiving_complex_selectors( &mut self, node: &[ForgivingComplexSelector], )

Visit a node of type Vec < ForgivingComplexSelector >. Read more
source§

fn visit_forgiving_relative_selector( &mut self, node: &ForgivingRelativeSelector, )

Visit a node of type ForgivingRelativeSelector. Read more
source§

fn visit_forgiving_relative_selector_list( &mut self, node: &ForgivingRelativeSelectorList, )

Visit a node of type ForgivingRelativeSelectorList. Read more
source§

fn visit_forgiving_relative_selectors( &mut self, node: &[ForgivingRelativeSelector], )

Visit a node of type Vec < ForgivingRelativeSelector >. Read more
source§

fn visit_forgiving_selector_list(&mut self, node: &ForgivingSelectorList)

Visit a node of type ForgivingSelectorList. Read more
source§

fn visit_frequency(&mut self, node: &Frequency)

Visit a node of type Frequency. Read more
source§

fn visit_frequency_percentage(&mut self, node: &FrequencyPercentage)

Visit a node of type FrequencyPercentage. Read more
source§

fn visit_function(&mut self, node: &Function)

Visit a node of type Function. Read more
source§

fn visit_function_name(&mut self, node: &FunctionName)

Visit a node of type FunctionName. Read more
source§

fn visit_general_enclosed(&mut self, node: &GeneralEnclosed)

Visit a node of type GeneralEnclosed. Read more
source§

fn visit_hex_color(&mut self, node: &HexColor)

Visit a node of type HexColor. Read more
source§

fn visit_hue(&mut self, node: &Hue)

Visit a node of type Hue. Read more
source§

fn visit_id_selector(&mut self, node: &IdSelector)

Visit a node of type IdSelector. Read more
source§

fn visit_ident(&mut self, node: &Ident)

Visit a node of type Ident. Read more
source§

fn visit_idents(&mut self, node: &[Ident])

Visit a node of type Vec < Ident >. Read more
source§

fn visit_import_conditions(&mut self, node: &ImportConditions)

Visit a node of type ImportConditions. Read more
source§

fn visit_import_href(&mut self, node: &ImportHref)

Visit a node of type ImportHref. Read more
source§

fn visit_import_layer_name(&mut self, node: &ImportLayerName)

Visit a node of type ImportLayerName. Read more
source§

fn visit_import_prelude(&mut self, node: &ImportPrelude)

Visit a node of type ImportPrelude. Read more
source§

fn visit_important_flag(&mut self, node: &ImportantFlag)

Visit a node of type ImportantFlag. Read more
source§

fn visit_integer(&mut self, node: &Integer)

Visit a node of type Integer. Read more
source§

fn visit_keyframe_block(&mut self, node: &KeyframeBlock)

Visit a node of type KeyframeBlock. Read more
source§

fn visit_keyframe_selector(&mut self, node: &KeyframeSelector)

Visit a node of type KeyframeSelector. Read more
source§

fn visit_keyframe_selectors(&mut self, node: &[KeyframeSelector])

Visit a node of type Vec < KeyframeSelector >. Read more
source§

fn visit_keyframes_name(&mut self, node: &KeyframesName)

Visit a node of type KeyframesName. Read more
source§

fn visit_keyframes_pseudo_function(&mut self, node: &KeyframesPseudoFunction)

Visit a node of type KeyframesPseudoFunction. Read more
source§

fn visit_keyframes_pseudo_prefix(&mut self, node: &KeyframesPseudoPrefix)

Visit a node of type KeyframesPseudoPrefix. Read more
source§

fn visit_layer_name(&mut self, node: &LayerName)

Visit a node of type LayerName. Read more
source§

fn visit_layer_name_list(&mut self, node: &LayerNameList)

Visit a node of type LayerNameList. Read more
source§

fn visit_layer_names(&mut self, node: &[LayerName])

Visit a node of type Vec < LayerName >. Read more
source§

fn visit_layer_prelude(&mut self, node: &LayerPrelude)

Visit a node of type LayerPrelude. Read more
source§

fn visit_length(&mut self, node: &Length)

Visit a node of type Length. Read more
source§

fn visit_length_percentage(&mut self, node: &LengthPercentage)

Visit a node of type LengthPercentage. Read more
source§

fn visit_list_of_component_values(&mut self, node: &ListOfComponentValues)

Visit a node of type ListOfComponentValues. Read more
source§

fn visit_media_and(&mut self, node: &MediaAnd)

Visit a node of type MediaAnd. Read more
source§

fn visit_media_condition(&mut self, node: &MediaCondition)

Visit a node of type MediaCondition. Read more
source§

fn visit_media_condition_all_type(&mut self, node: &MediaConditionAllType)

Visit a node of type MediaConditionAllType. Read more
source§

fn visit_media_condition_all_types(&mut self, node: &[MediaConditionAllType])

Visit a node of type Vec < MediaConditionAllType >. Read more
source§

fn visit_media_condition_type(&mut self, node: &MediaConditionType)

Visit a node of type MediaConditionType. Read more
source§

fn visit_media_condition_without_or(&mut self, node: &MediaConditionWithoutOr)

Visit a node of type MediaConditionWithoutOr. Read more
source§

fn visit_media_condition_without_or_type( &mut self, node: &MediaConditionWithoutOrType, )

Visit a node of type MediaConditionWithoutOrType. Read more
source§

fn visit_media_condition_without_or_types( &mut self, node: &[MediaConditionWithoutOrType], )

Visit a node of type Vec < MediaConditionWithoutOrType >. Read more
source§

fn visit_media_feature(&mut self, node: &MediaFeature)

Visit a node of type MediaFeature. Read more
source§

fn visit_media_feature_boolean(&mut self, node: &MediaFeatureBoolean)

Visit a node of type MediaFeatureBoolean. Read more
source§

fn visit_media_feature_name(&mut self, node: &MediaFeatureName)

Visit a node of type MediaFeatureName. Read more
source§

fn visit_media_feature_plain(&mut self, node: &MediaFeaturePlain)

Visit a node of type MediaFeaturePlain. Read more
source§

fn visit_media_feature_range(&mut self, node: &MediaFeatureRange)

Visit a node of type MediaFeatureRange. Read more
source§

fn visit_media_feature_range_comparison( &mut self, node: &MediaFeatureRangeComparison, )

Visit a node of type MediaFeatureRangeComparison. Read more
source§

fn visit_media_feature_range_interval( &mut self, node: &MediaFeatureRangeInterval, )

Visit a node of type MediaFeatureRangeInterval. Read more
source§

fn visit_media_feature_value(&mut self, node: &MediaFeatureValue)

Visit a node of type MediaFeatureValue. Read more
source§

fn visit_media_in_parens(&mut self, node: &MediaInParens)

Visit a node of type MediaInParens. Read more
source§

fn visit_media_not(&mut self, node: &MediaNot)

Visit a node of type MediaNot. Read more
source§

fn visit_media_or(&mut self, node: &MediaOr)

Visit a node of type MediaOr. Read more
source§

fn visit_media_query(&mut self, node: &MediaQuery)

Visit a node of type MediaQuery. Read more
source§

fn visit_media_query_list(&mut self, node: &MediaQueryList)

Visit a node of type MediaQueryList. Read more
source§

fn visit_media_querys(&mut self, node: &[MediaQuery])

Visit a node of type Vec < MediaQuery >. Read more
source§

fn visit_media_type(&mut self, node: &MediaType)

Visit a node of type MediaType. Read more
source§

fn visit_named_namespace(&mut self, node: &NamedNamespace)

Visit a node of type NamedNamespace. Read more
source§

fn visit_namespace(&mut self, node: &Namespace)

Visit a node of type Namespace. Read more
source§

fn visit_namespace_prefix(&mut self, node: &NamespacePrefix)

Visit a node of type NamespacePrefix. Read more
source§

fn visit_namespace_prelude(&mut self, node: &NamespacePrelude)

Visit a node of type NamespacePrelude. Read more
source§

fn visit_namespace_prelude_uri(&mut self, node: &NamespacePreludeUri)

Visit a node of type NamespacePreludeUri. Read more
source§

fn visit_nesting_selector(&mut self, node: &NestingSelector)

Visit a node of type NestingSelector. Read more
source§

fn visit_number(&mut self, node: &Number)

Visit a node of type Number. Read more
source§

fn visit_number_type(&mut self, node: &NumberType)

Visit a node of type NumberType. Read more
source§

fn visit_opt_at_rule_prelude(&mut self, node: &Option<Box<AtRulePrelude>>)

Visit a node of type Option < Box < AtRulePrelude > >. Read more
source§

fn visit_opt_atom(&mut self, node: &Option<Atom>)

Visit a node of type Option < swc_atoms :: Atom >. Read more
source§

fn visit_opt_attribute_selector_matcher( &mut self, node: &Option<AttributeSelectorMatcher>, )

Visit a node of type Option < AttributeSelectorMatcher >. Read more
source§

fn visit_opt_attribute_selector_modifier( &mut self, node: &Option<AttributeSelectorModifier>, )

Visit a node of type Option < AttributeSelectorModifier >. Read more
source§

fn visit_opt_attribute_selector_value( &mut self, node: &Option<AttributeSelectorValue>, )

Visit a node of type Option < AttributeSelectorValue >. Read more
source§

fn visit_opt_combinator(&mut self, node: &Option<Combinator>)

Visit a node of type Option < Combinator >. Read more
source§

fn visit_opt_container_name(&mut self, node: &Option<ContainerName>)

Visit a node of type Option < ContainerName >. Read more
source§

fn visit_opt_forgiving_selector_list( &mut self, node: &Option<ForgivingSelectorList>, )

Visit a node of type Option < ForgivingSelectorList >. Read more
source§

fn visit_opt_function(&mut self, node: &Option<Box<Function>>)

Visit a node of type Option < Box < Function > >. Read more
source§

fn visit_opt_ident(&mut self, node: &Option<Ident>)

Visit a node of type Option < Ident >. Read more
source§

fn visit_opt_import_conditions(&mut self, node: &Option<Box<ImportConditions>>)

Visit a node of type Option < Box < ImportConditions > >. Read more
source§

fn visit_opt_import_layer_name(&mut self, node: &Option<Box<ImportLayerName>>)

Visit a node of type Option < Box < ImportLayerName > >. Read more
source§

fn visit_opt_important_flag(&mut self, node: &Option<ImportantFlag>)

Visit a node of type Option < ImportantFlag >. Read more
source§

fn visit_opt_media_condition_type( &mut self, node: &Option<Box<MediaConditionType>>, )

Visit a node of type Option < Box < MediaConditionType > >. Read more
source§

fn visit_opt_media_query_list(&mut self, node: &Option<Box<MediaQueryList>>)

Visit a node of type Option < Box < MediaQueryList > >. Read more
source§

fn visit_opt_media_type(&mut self, node: &Option<MediaType>)

Visit a node of type Option < MediaType >. Read more
source§

fn visit_opt_namespace(&mut self, node: &Option<Namespace>)

Visit a node of type Option < Namespace >. Read more
source§

fn visit_opt_namespace_prefix(&mut self, node: &Option<NamespacePrefix>)

Visit a node of type Option < NamespacePrefix >. Read more
source§

fn visit_opt_nesting_selector(&mut self, node: &Option<NestingSelector>)

Visit a node of type Option < NestingSelector >. Read more
source§

fn visit_opt_number(&mut self, node: &Option<Number>)

Visit a node of type Option < Number >. Read more
source§

fn visit_opt_page_selector_pseudos( &mut self, node: &Option<Vec<PageSelectorPseudo>>, )

Visit a node of type Option < Vec < PageSelectorPseudo > >. Read more
source§

fn visit_opt_page_selector_type(&mut self, node: &Option<PageSelectorType>)

Visit a node of type Option < PageSelectorType >. Read more
source§

fn visit_opt_pseudo_class_selector_childrens( &mut self, node: &Option<Vec<PseudoClassSelectorChildren>>, )

Visit a node of type Option < Vec < PseudoClassSelectorChildren > >. Read more
source§

fn visit_opt_pseudo_element_selector_childrens( &mut self, node: &Option<Vec<PseudoElementSelectorChildren>>, )

Visit a node of type Option < Vec < PseudoElementSelectorChildren > >. Read more
source§

fn visit_opt_simple_block(&mut self, node: &Option<SimpleBlock>)

Visit a node of type Option < SimpleBlock >. Read more
source§

fn visit_opt_type_selector(&mut self, node: &Option<Box<TypeSelector>>)

Visit a node of type Option < Box < TypeSelector > >. Read more
source§

fn visit_opt_url_modifiers(&mut self, node: &Option<Vec<UrlModifier>>)

Visit a node of type Option < Vec < UrlModifier > >. Read more
source§

fn visit_opt_url_value(&mut self, node: &Option<Box<UrlValue>>)

Visit a node of type Option < Box < UrlValue > >. Read more
source§

fn visit_page_selector(&mut self, node: &PageSelector)

Visit a node of type PageSelector. Read more
source§

fn visit_page_selector_list(&mut self, node: &PageSelectorList)

Visit a node of type PageSelectorList. Read more
source§

fn visit_page_selector_pseudo(&mut self, node: &PageSelectorPseudo)

Visit a node of type PageSelectorPseudo. Read more
source§

fn visit_page_selector_pseudos(&mut self, node: &[PageSelectorPseudo])

Visit a node of type Vec < PageSelectorPseudo >. Read more
source§

fn visit_page_selector_type(&mut self, node: &PageSelectorType)

Visit a node of type PageSelectorType. Read more
source§

fn visit_page_selectors(&mut self, node: &[PageSelector])

Visit a node of type Vec < PageSelector >. Read more
source§

fn visit_percentage(&mut self, node: &Percentage)

Visit a node of type Percentage. Read more
source§

fn visit_pseudo_class_selector(&mut self, node: &PseudoClassSelector)

Visit a node of type PseudoClassSelector. Read more
source§

fn visit_pseudo_class_selector_children( &mut self, node: &PseudoClassSelectorChildren, )

Visit a node of type PseudoClassSelectorChildren. Read more
source§

fn visit_pseudo_class_selector_childrens( &mut self, node: &[PseudoClassSelectorChildren], )

Visit a node of type Vec < PseudoClassSelectorChildren >. Read more
source§

fn visit_pseudo_element_selector(&mut self, node: &PseudoElementSelector)

Visit a node of type PseudoElementSelector. Read more
source§

fn visit_pseudo_element_selector_children( &mut self, node: &PseudoElementSelectorChildren, )

Visit a node of type PseudoElementSelectorChildren. Read more
source§

fn visit_pseudo_element_selector_childrens( &mut self, node: &[PseudoElementSelectorChildren], )

Visit a node of type Vec < PseudoElementSelectorChildren >. Read more
source§

fn visit_qualified_rule(&mut self, node: &QualifiedRule)

Visit a node of type QualifiedRule. Read more
source§

fn visit_qualified_rule_prelude(&mut self, node: &QualifiedRulePrelude)

Visit a node of type QualifiedRulePrelude. Read more
source§

fn visit_query_in_parens(&mut self, node: &QueryInParens)

Visit a node of type QueryInParens. Read more
source§

fn visit_ratio(&mut self, node: &Ratio)

Visit a node of type Ratio. Read more
source§

fn visit_relative_selector(&mut self, node: &RelativeSelector)

Visit a node of type RelativeSelector. Read more
source§

fn visit_relative_selector_list(&mut self, node: &RelativeSelectorList)

Visit a node of type RelativeSelectorList. Read more
source§

fn visit_relative_selectors(&mut self, node: &[RelativeSelector])

Visit a node of type Vec < RelativeSelector >. Read more
source§

fn visit_resolution(&mut self, node: &Resolution)

Visit a node of type Resolution. Read more
source§

fn visit_rule(&mut self, node: &Rule)

Visit a node of type Rule. Read more
source§

fn visit_rules(&mut self, node: &[Rule])

Visit a node of type Vec < Rule >. Read more
source§

fn visit_scope_range(&mut self, node: &ScopeRange)

Visit a node of type ScopeRange. Read more
source§

fn visit_selector_list(&mut self, node: &SelectorList)

Visit a node of type SelectorList. Read more
source§

fn visit_sequence_of_custom_idents(&mut self, node: &SequenceOfCustomIdents)

Visit a node of type SequenceOfCustomIdents. Read more
source§

fn visit_simple_block(&mut self, node: &SimpleBlock)

Visit a node of type SimpleBlock. Read more
source§

fn visit_size_feature(&mut self, node: &SizeFeature)

Visit a node of type SizeFeature. Read more
source§

fn visit_size_feature_boolean(&mut self, node: &SizeFeatureBoolean)

Visit a node of type SizeFeatureBoolean. Read more
source§

fn visit_size_feature_name(&mut self, node: &SizeFeatureName)

Visit a node of type SizeFeatureName. Read more
source§

fn visit_size_feature_plain(&mut self, node: &SizeFeaturePlain)

Visit a node of type SizeFeaturePlain. Read more
source§

fn visit_size_feature_range(&mut self, node: &SizeFeatureRange)

Visit a node of type SizeFeatureRange. Read more
source§

fn visit_size_feature_range_comparison( &mut self, node: &SizeFeatureRangeComparison, )

Visit a node of type SizeFeatureRangeComparison. Read more
source§

fn visit_size_feature_range_interval(&mut self, node: &SizeFeatureRangeInterval)

Visit a node of type SizeFeatureRangeInterval. Read more
source§

fn visit_size_feature_value(&mut self, node: &SizeFeatureValue)

Visit a node of type SizeFeatureValue. Read more
source§

fn visit_span(&mut self, node: &Span)

Visit a node of type swc_common :: Span. Read more
source§

fn visit_str(&mut self, node: &Str)

Visit a node of type Str. Read more
source§

fn visit_style_block(&mut self, node: &StyleBlock)

Visit a node of type StyleBlock. Read more
source§

fn visit_stylesheet(&mut self, node: &Stylesheet)

Visit a node of type Stylesheet. Read more
source§

fn visit_subclass_selector(&mut self, node: &SubclassSelector)

Visit a node of type SubclassSelector. Read more
source§

fn visit_subclass_selectors(&mut self, node: &[SubclassSelector])

Visit a node of type Vec < SubclassSelector >. Read more
source§

fn visit_supports_and(&mut self, node: &SupportsAnd)

Visit a node of type SupportsAnd. Read more
source§

fn visit_supports_condition(&mut self, node: &SupportsCondition)

Visit a node of type SupportsCondition. Read more
source§

fn visit_supports_condition_type(&mut self, node: &SupportsConditionType)

Visit a node of type SupportsConditionType. Read more
source§

fn visit_supports_condition_types(&mut self, node: &[SupportsConditionType])

Visit a node of type Vec < SupportsConditionType >. Read more
source§

fn visit_supports_feature(&mut self, node: &SupportsFeature)

Visit a node of type SupportsFeature. Read more
source§

fn visit_supports_in_parens(&mut self, node: &SupportsInParens)

Visit a node of type SupportsInParens. Read more
source§

fn visit_supports_not(&mut self, node: &SupportsNot)

Visit a node of type SupportsNot. Read more
source§

fn visit_supports_or(&mut self, node: &SupportsOr)

Visit a node of type SupportsOr. Read more
source§

fn visit_tag_name_selector(&mut self, node: &TagNameSelector)

Visit a node of type TagNameSelector. Read more
source§

fn visit_time(&mut self, node: &Time)

Visit a node of type Time. Read more
source§

fn visit_time_percentage(&mut self, node: &TimePercentage)

Visit a node of type TimePercentage. Read more
source§

fn visit_token(&mut self, node: &Token)

Visit a node of type Token. Read more
source§

fn visit_token_and_span(&mut self, node: &TokenAndSpan)

Visit a node of type TokenAndSpan. Read more
source§

fn visit_type_selector(&mut self, node: &TypeSelector)

Visit a node of type TypeSelector. Read more
source§

fn visit_unicode_range(&mut self, node: &UnicodeRange)

Visit a node of type UnicodeRange. Read more
source§

fn visit_universal_selector(&mut self, node: &UniversalSelector)

Visit a node of type UniversalSelector. Read more
source§

fn visit_unknown_dimension(&mut self, node: &UnknownDimension)

Visit a node of type UnknownDimension. Read more
source§

fn visit_url(&mut self, node: &Url)

Visit a node of type Url. Read more
source§

fn visit_url_key_value(&mut self, node: &UrlKeyValue)

Visit a node of type UrlKeyValue. Read more
source§

fn visit_url_modifier(&mut self, node: &UrlModifier)

Visit a node of type UrlModifier. Read more
source§

fn visit_url_modifiers(&mut self, node: &[UrlModifier])

Visit a node of type Vec < UrlModifier >. Read more
source§

fn visit_url_value(&mut self, node: &UrlValue)

Visit a node of type UrlValue. Read more
source§

fn visit_url_value_raw(&mut self, node: &UrlValueRaw)

Visit a node of type UrlValueRaw. Read more
source§

fn visit_wq_name(&mut self, node: &WqName)

Visit a node of type WqName. Read more
source§

impl<V> VisitAstPath for All<V>
where V: VisitAll,

Available on crate feature path only.
source§

fn visit_absolute_color_base<'ast: 'r, 'r>( &mut self, node: &'ast AbsoluteColorBase, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type AbsoluteColorBase. Read more
source§

fn visit_alpha_value<'ast: 'r, 'r>( &mut self, node: &'ast AlphaValue, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type AlphaValue. Read more
source§

fn visit_an_plus_b<'ast: 'r, 'r>( &mut self, node: &'ast AnPlusB, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type AnPlusB. Read more
source§

fn visit_an_plus_b_notation<'ast: 'r, 'r>( &mut self, node: &'ast AnPlusBNotation, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type AnPlusBNotation. Read more
source§

fn visit_angle<'ast: 'r, 'r>( &mut self, node: &'ast Angle, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Angle. Read more
source§

fn visit_angle_percentage<'ast: 'r, 'r>( &mut self, node: &'ast AnglePercentage, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type AnglePercentage. Read more
source§

fn visit_any_namespace<'ast: 'r, 'r>( &mut self, node: &'ast AnyNamespace, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type AnyNamespace. Read more
source§

fn visit_at_rule<'ast: 'r, 'r>( &mut self, node: &'ast AtRule, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type AtRule. Read more
source§

fn visit_at_rule_name<'ast: 'r, 'r>( &mut self, node: &'ast AtRuleName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type AtRuleName. Read more
source§

fn visit_at_rule_prelude<'ast: 'r, 'r>( &mut self, node: &'ast AtRulePrelude, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type AtRulePrelude. Read more
source§

fn visit_atom<'ast: 'r, 'r>( &mut self, node: &'ast Atom, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type swc_atoms :: Atom. Read more
source§

fn visit_attribute_selector<'ast: 'r, 'r>( &mut self, node: &'ast AttributeSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type AttributeSelector. Read more
source§

fn visit_attribute_selector_matcher<'ast: 'r, 'r>( &mut self, node: &'ast AttributeSelectorMatcher, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type AttributeSelectorMatcher. Read more
source§

fn visit_attribute_selector_matcher_value<'ast: 'r, 'r>( &mut self, node: &'ast AttributeSelectorMatcherValue, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type AttributeSelectorMatcherValue. Read more
source§

fn visit_attribute_selector_modifier<'ast: 'r, 'r>( &mut self, node: &'ast AttributeSelectorModifier, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type AttributeSelectorModifier. Read more
source§

fn visit_attribute_selector_value<'ast: 'r, 'r>( &mut self, node: &'ast AttributeSelectorValue, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type AttributeSelectorValue. Read more
source§

fn visit_bin_op<'ast: 'r, 'r>( &mut self, node: &'ast BinOp, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type BinOp. Read more
source§

fn visit_calc_operator<'ast: 'r, 'r>( &mut self, node: &'ast CalcOperator, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CalcOperator. Read more
source§

fn visit_calc_operator_type<'ast: 'r, 'r>( &mut self, node: &'ast CalcOperatorType, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CalcOperatorType. Read more
source§

fn visit_calc_product<'ast: 'r, 'r>( &mut self, node: &'ast CalcProduct, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CalcProduct. Read more
source§

fn visit_calc_product_or_operator<'ast: 'r, 'r>( &mut self, node: &'ast CalcProductOrOperator, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CalcProductOrOperator. Read more
source§

fn visit_calc_product_or_operators<'ast: 'r, 'r>( &mut self, node: &'ast [CalcProductOrOperator], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < CalcProductOrOperator >. Read more
source§

fn visit_calc_sum<'ast: 'r, 'r>( &mut self, node: &'ast CalcSum, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CalcSum. Read more
source§

fn visit_calc_value<'ast: 'r, 'r>( &mut self, node: &'ast CalcValue, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CalcValue. Read more
source§

fn visit_calc_value_or_operator<'ast: 'r, 'r>( &mut self, node: &'ast CalcValueOrOperator, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CalcValueOrOperator. Read more
source§

fn visit_calc_value_or_operators<'ast: 'r, 'r>( &mut self, node: &'ast [CalcValueOrOperator], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < CalcValueOrOperator >. Read more
source§

fn visit_class_selector<'ast: 'r, 'r>( &mut self, node: &'ast ClassSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ClassSelector. Read more
source§

fn visit_cmyk_component<'ast: 'r, 'r>( &mut self, node: &'ast CmykComponent, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CmykComponent. Read more
source§

fn visit_color<'ast: 'r, 'r>( &mut self, node: &'ast Color, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Color. Read more
source§

fn visit_color_profile_name<'ast: 'r, 'r>( &mut self, node: &'ast ColorProfileName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ColorProfileName. Read more
source§

fn visit_combinator<'ast: 'r, 'r>( &mut self, node: &'ast Combinator, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Combinator. Read more
source§

fn visit_combinator_value<'ast: 'r, 'r>( &mut self, node: &'ast CombinatorValue, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CombinatorValue. Read more
source§

fn visit_complex_selector<'ast: 'r, 'r>( &mut self, node: &'ast ComplexSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ComplexSelector. Read more
source§

fn visit_complex_selector_children<'ast: 'r, 'r>( &mut self, node: &'ast ComplexSelectorChildren, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ComplexSelectorChildren. Read more
source§

fn visit_complex_selector_childrens<'ast: 'r, 'r>( &mut self, node: &'ast [ComplexSelectorChildren], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < ComplexSelectorChildren >. Read more
source§

fn visit_complex_selectors<'ast: 'r, 'r>( &mut self, node: &'ast [ComplexSelector], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < ComplexSelector >. Read more
source§

fn visit_component_value<'ast: 'r, 'r>( &mut self, node: &'ast ComponentValue, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ComponentValue. Read more
source§

fn visit_component_values<'ast: 'r, 'r>( &mut self, node: &'ast [ComponentValue], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < ComponentValue >. Read more
source§

fn visit_compound_selector<'ast: 'r, 'r>( &mut self, node: &'ast CompoundSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CompoundSelector. Read more
source§

fn visit_compound_selector_list<'ast: 'r, 'r>( &mut self, node: &'ast CompoundSelectorList, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CompoundSelectorList. Read more
source§

fn visit_compound_selectors<'ast: 'r, 'r>( &mut self, node: &'ast [CompoundSelector], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < CompoundSelector >. Read more
source§

fn visit_container_condition<'ast: 'r, 'r>( &mut self, node: &'ast ContainerCondition, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ContainerCondition. Read more
source§

fn visit_container_name<'ast: 'r, 'r>( &mut self, node: &'ast ContainerName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ContainerName. Read more
source§

fn visit_container_query<'ast: 'r, 'r>( &mut self, node: &'ast ContainerQuery, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ContainerQuery. Read more
source§

fn visit_container_query_and<'ast: 'r, 'r>( &mut self, node: &'ast ContainerQueryAnd, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ContainerQueryAnd. Read more
source§

fn visit_container_query_not<'ast: 'r, 'r>( &mut self, node: &'ast ContainerQueryNot, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ContainerQueryNot. Read more
source§

fn visit_container_query_or<'ast: 'r, 'r>( &mut self, node: &'ast ContainerQueryOr, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ContainerQueryOr. Read more
source§

fn visit_container_query_type<'ast: 'r, 'r>( &mut self, node: &'ast ContainerQueryType, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ContainerQueryType. Read more
source§

fn visit_container_query_types<'ast: 'r, 'r>( &mut self, node: &'ast [ContainerQueryType], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < ContainerQueryType >. Read more
source§

fn visit_custom_highlight_name<'ast: 'r, 'r>( &mut self, node: &'ast CustomHighlightName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CustomHighlightName. Read more
source§

fn visit_custom_ident<'ast: 'r, 'r>( &mut self, node: &'ast CustomIdent, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CustomIdent. Read more
source§

fn visit_custom_idents<'ast: 'r, 'r>( &mut self, node: &'ast [CustomIdent], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < CustomIdent >. Read more
source§

fn visit_custom_media_query<'ast: 'r, 'r>( &mut self, node: &'ast CustomMediaQuery, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CustomMediaQuery. Read more
source§

fn visit_custom_media_query_media_type<'ast: 'r, 'r>( &mut self, node: &'ast CustomMediaQueryMediaType, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CustomMediaQueryMediaType. Read more
source§

fn visit_custom_property_name<'ast: 'r, 'r>( &mut self, node: &'ast CustomPropertyName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type CustomPropertyName. Read more
source§

fn visit_dashed_ident<'ast: 'r, 'r>( &mut self, node: &'ast DashedIdent, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type DashedIdent. Read more
source§

fn visit_declaration<'ast: 'r, 'r>( &mut self, node: &'ast Declaration, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Declaration. Read more
source§

fn visit_declaration_name<'ast: 'r, 'r>( &mut self, node: &'ast DeclarationName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type DeclarationName. Read more
source§

fn visit_declaration_or_at_rule<'ast: 'r, 'r>( &mut self, node: &'ast DeclarationOrAtRule, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type DeclarationOrAtRule. Read more
source§

fn visit_delimiter<'ast: 'r, 'r>( &mut self, node: &'ast Delimiter, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Delimiter. Read more
source§

fn visit_delimiter_value<'ast: 'r, 'r>( &mut self, node: &'ast DelimiterValue, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type DelimiterValue. Read more
source§

fn visit_dimension<'ast: 'r, 'r>( &mut self, node: &'ast Dimension, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Dimension. Read more
source§

fn visit_dimension_token<'ast: 'r, 'r>( &mut self, node: &'ast DimensionToken, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type DimensionToken. Read more
source§

fn visit_document_prelude<'ast: 'r, 'r>( &mut self, node: &'ast DocumentPrelude, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type DocumentPrelude. Read more
source§

fn visit_document_prelude_matching_function<'ast: 'r, 'r>( &mut self, node: &'ast DocumentPreludeMatchingFunction, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type DocumentPreludeMatchingFunction. Read more
source§

fn visit_document_prelude_matching_functions<'ast: 'r, 'r>( &mut self, node: &'ast [DocumentPreludeMatchingFunction], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < DocumentPreludeMatchingFunction >. Read more
source§

fn visit_extension_name<'ast: 'r, 'r>( &mut self, node: &'ast ExtensionName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ExtensionName. Read more
source§

fn visit_family_name<'ast: 'r, 'r>( &mut self, node: &'ast FamilyName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type FamilyName. Read more
source§

fn visit_family_names<'ast: 'r, 'r>( &mut self, node: &'ast [FamilyName], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < FamilyName >. Read more
source§

fn visit_flex<'ast: 'r, 'r>( &mut self, node: &'ast Flex, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Flex. Read more
source§

fn visit_font_feature_values_prelude<'ast: 'r, 'r>( &mut self, node: &'ast FontFeatureValuesPrelude, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type FontFeatureValuesPrelude. Read more
source§

fn visit_forgiving_complex_selector<'ast: 'r, 'r>( &mut self, node: &'ast ForgivingComplexSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ForgivingComplexSelector. Read more
source§

fn visit_forgiving_complex_selectors<'ast: 'r, 'r>( &mut self, node: &'ast [ForgivingComplexSelector], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < ForgivingComplexSelector >. Read more
source§

fn visit_forgiving_relative_selector<'ast: 'r, 'r>( &mut self, node: &'ast ForgivingRelativeSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ForgivingRelativeSelector. Read more
source§

fn visit_forgiving_relative_selector_list<'ast: 'r, 'r>( &mut self, node: &'ast ForgivingRelativeSelectorList, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ForgivingRelativeSelectorList. Read more
source§

fn visit_forgiving_relative_selectors<'ast: 'r, 'r>( &mut self, node: &'ast [ForgivingRelativeSelector], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < ForgivingRelativeSelector >. Read more
source§

fn visit_forgiving_selector_list<'ast: 'r, 'r>( &mut self, node: &'ast ForgivingSelectorList, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ForgivingSelectorList. Read more
source§

fn visit_frequency<'ast: 'r, 'r>( &mut self, node: &'ast Frequency, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Frequency. Read more
source§

fn visit_frequency_percentage<'ast: 'r, 'r>( &mut self, node: &'ast FrequencyPercentage, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type FrequencyPercentage. Read more
source§

fn visit_function<'ast: 'r, 'r>( &mut self, node: &'ast Function, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Function. Read more
source§

fn visit_function_name<'ast: 'r, 'r>( &mut self, node: &'ast FunctionName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type FunctionName. Read more
source§

fn visit_general_enclosed<'ast: 'r, 'r>( &mut self, node: &'ast GeneralEnclosed, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type GeneralEnclosed. Read more
source§

fn visit_hex_color<'ast: 'r, 'r>( &mut self, node: &'ast HexColor, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type HexColor. Read more
source§

fn visit_hue<'ast: 'r, 'r>( &mut self, node: &'ast Hue, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Hue. Read more
source§

fn visit_id_selector<'ast: 'r, 'r>( &mut self, node: &'ast IdSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type IdSelector. Read more
source§

fn visit_ident<'ast: 'r, 'r>( &mut self, node: &'ast Ident, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Ident. Read more
source§

fn visit_idents<'ast: 'r, 'r>( &mut self, node: &'ast [Ident], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < Ident >. Read more
source§

fn visit_import_conditions<'ast: 'r, 'r>( &mut self, node: &'ast ImportConditions, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ImportConditions. Read more
source§

fn visit_import_href<'ast: 'r, 'r>( &mut self, node: &'ast ImportHref, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ImportHref. Read more
source§

fn visit_import_layer_name<'ast: 'r, 'r>( &mut self, node: &'ast ImportLayerName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ImportLayerName. Read more
source§

fn visit_import_prelude<'ast: 'r, 'r>( &mut self, node: &'ast ImportPrelude, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ImportPrelude. Read more
source§

fn visit_important_flag<'ast: 'r, 'r>( &mut self, node: &'ast ImportantFlag, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ImportantFlag. Read more
source§

fn visit_integer<'ast: 'r, 'r>( &mut self, node: &'ast Integer, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Integer. Read more
source§

fn visit_keyframe_block<'ast: 'r, 'r>( &mut self, node: &'ast KeyframeBlock, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type KeyframeBlock. Read more
source§

fn visit_keyframe_selector<'ast: 'r, 'r>( &mut self, node: &'ast KeyframeSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type KeyframeSelector. Read more
source§

fn visit_keyframe_selectors<'ast: 'r, 'r>( &mut self, node: &'ast [KeyframeSelector], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < KeyframeSelector >. Read more
source§

fn visit_keyframes_name<'ast: 'r, 'r>( &mut self, node: &'ast KeyframesName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type KeyframesName. Read more
source§

fn visit_keyframes_pseudo_function<'ast: 'r, 'r>( &mut self, node: &'ast KeyframesPseudoFunction, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type KeyframesPseudoFunction. Read more
source§

fn visit_keyframes_pseudo_prefix<'ast: 'r, 'r>( &mut self, node: &'ast KeyframesPseudoPrefix, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type KeyframesPseudoPrefix. Read more
source§

fn visit_layer_name<'ast: 'r, 'r>( &mut self, node: &'ast LayerName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type LayerName. Read more
source§

fn visit_layer_name_list<'ast: 'r, 'r>( &mut self, node: &'ast LayerNameList, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type LayerNameList. Read more
source§

fn visit_layer_names<'ast: 'r, 'r>( &mut self, node: &'ast [LayerName], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < LayerName >. Read more
source§

fn visit_layer_prelude<'ast: 'r, 'r>( &mut self, node: &'ast LayerPrelude, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type LayerPrelude. Read more
source§

fn visit_length<'ast: 'r, 'r>( &mut self, node: &'ast Length, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Length. Read more
source§

fn visit_length_percentage<'ast: 'r, 'r>( &mut self, node: &'ast LengthPercentage, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type LengthPercentage. Read more
source§

fn visit_list_of_component_values<'ast: 'r, 'r>( &mut self, node: &'ast ListOfComponentValues, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ListOfComponentValues. Read more
source§

fn visit_media_and<'ast: 'r, 'r>( &mut self, node: &'ast MediaAnd, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaAnd. Read more
source§

fn visit_media_condition<'ast: 'r, 'r>( &mut self, node: &'ast MediaCondition, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaCondition. Read more
source§

fn visit_media_condition_all_type<'ast: 'r, 'r>( &mut self, node: &'ast MediaConditionAllType, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaConditionAllType. Read more
source§

fn visit_media_condition_all_types<'ast: 'r, 'r>( &mut self, node: &'ast [MediaConditionAllType], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < MediaConditionAllType >. Read more
source§

fn visit_media_condition_type<'ast: 'r, 'r>( &mut self, node: &'ast MediaConditionType, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaConditionType. Read more
source§

fn visit_media_condition_without_or<'ast: 'r, 'r>( &mut self, node: &'ast MediaConditionWithoutOr, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaConditionWithoutOr. Read more
source§

fn visit_media_condition_without_or_type<'ast: 'r, 'r>( &mut self, node: &'ast MediaConditionWithoutOrType, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaConditionWithoutOrType. Read more
source§

fn visit_media_condition_without_or_types<'ast: 'r, 'r>( &mut self, node: &'ast [MediaConditionWithoutOrType], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < MediaConditionWithoutOrType >. Read more
source§

fn visit_media_feature<'ast: 'r, 'r>( &mut self, node: &'ast MediaFeature, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaFeature. Read more
source§

fn visit_media_feature_boolean<'ast: 'r, 'r>( &mut self, node: &'ast MediaFeatureBoolean, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaFeatureBoolean. Read more
source§

fn visit_media_feature_name<'ast: 'r, 'r>( &mut self, node: &'ast MediaFeatureName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaFeatureName. Read more
source§

fn visit_media_feature_plain<'ast: 'r, 'r>( &mut self, node: &'ast MediaFeaturePlain, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaFeaturePlain. Read more
source§

fn visit_media_feature_range<'ast: 'r, 'r>( &mut self, node: &'ast MediaFeatureRange, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaFeatureRange. Read more
source§

fn visit_media_feature_range_comparison<'ast: 'r, 'r>( &mut self, node: &'ast MediaFeatureRangeComparison, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaFeatureRangeComparison. Read more
source§

fn visit_media_feature_range_interval<'ast: 'r, 'r>( &mut self, node: &'ast MediaFeatureRangeInterval, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaFeatureRangeInterval. Read more
source§

fn visit_media_feature_value<'ast: 'r, 'r>( &mut self, node: &'ast MediaFeatureValue, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaFeatureValue. Read more
source§

fn visit_media_in_parens<'ast: 'r, 'r>( &mut self, node: &'ast MediaInParens, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaInParens. Read more
source§

fn visit_media_not<'ast: 'r, 'r>( &mut self, node: &'ast MediaNot, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaNot. Read more
source§

fn visit_media_or<'ast: 'r, 'r>( &mut self, node: &'ast MediaOr, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaOr. Read more
source§

fn visit_media_query<'ast: 'r, 'r>( &mut self, node: &'ast MediaQuery, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaQuery. Read more
source§

fn visit_media_query_list<'ast: 'r, 'r>( &mut self, node: &'ast MediaQueryList, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaQueryList. Read more
source§

fn visit_media_querys<'ast: 'r, 'r>( &mut self, node: &'ast [MediaQuery], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < MediaQuery >. Read more
source§

fn visit_media_type<'ast: 'r, 'r>( &mut self, node: &'ast MediaType, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type MediaType. Read more
source§

fn visit_named_namespace<'ast: 'r, 'r>( &mut self, node: &'ast NamedNamespace, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type NamedNamespace. Read more
source§

fn visit_namespace<'ast: 'r, 'r>( &mut self, node: &'ast Namespace, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Namespace. Read more
source§

fn visit_namespace_prefix<'ast: 'r, 'r>( &mut self, node: &'ast NamespacePrefix, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type NamespacePrefix. Read more
source§

fn visit_namespace_prelude<'ast: 'r, 'r>( &mut self, node: &'ast NamespacePrelude, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type NamespacePrelude. Read more
source§

fn visit_namespace_prelude_uri<'ast: 'r, 'r>( &mut self, node: &'ast NamespacePreludeUri, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type NamespacePreludeUri. Read more
source§

fn visit_nesting_selector<'ast: 'r, 'r>( &mut self, node: &'ast NestingSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type NestingSelector. Read more
source§

fn visit_number<'ast: 'r, 'r>( &mut self, node: &'ast Number, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Number. Read more
source§

fn visit_number_type<'ast: 'r, 'r>( &mut self, node: &'ast NumberType, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type NumberType. Read more
source§

fn visit_opt_at_rule_prelude<'ast: 'r, 'r>( &mut self, node: &'ast Option<Box<AtRulePrelude>>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Box < AtRulePrelude > >. Read more
source§

fn visit_opt_atom<'ast: 'r, 'r>( &mut self, node: &'ast Option<Atom>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < swc_atoms :: Atom >. Read more
source§

fn visit_opt_attribute_selector_matcher<'ast: 'r, 'r>( &mut self, node: &'ast Option<AttributeSelectorMatcher>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < AttributeSelectorMatcher >. Read more
source§

fn visit_opt_attribute_selector_modifier<'ast: 'r, 'r>( &mut self, node: &'ast Option<AttributeSelectorModifier>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < AttributeSelectorModifier >. Read more
source§

fn visit_opt_attribute_selector_value<'ast: 'r, 'r>( &mut self, node: &'ast Option<AttributeSelectorValue>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < AttributeSelectorValue >. Read more
source§

fn visit_opt_combinator<'ast: 'r, 'r>( &mut self, node: &'ast Option<Combinator>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Combinator >. Read more
source§

fn visit_opt_container_name<'ast: 'r, 'r>( &mut self, node: &'ast Option<ContainerName>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < ContainerName >. Read more
source§

fn visit_opt_forgiving_selector_list<'ast: 'r, 'r>( &mut self, node: &'ast Option<ForgivingSelectorList>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < ForgivingSelectorList >. Read more
source§

fn visit_opt_function<'ast: 'r, 'r>( &mut self, node: &'ast Option<Box<Function>>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Box < Function > >. Read more
source§

fn visit_opt_ident<'ast: 'r, 'r>( &mut self, node: &'ast Option<Ident>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Ident >. Read more
source§

fn visit_opt_import_conditions<'ast: 'r, 'r>( &mut self, node: &'ast Option<Box<ImportConditions>>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Box < ImportConditions > >. Read more
source§

fn visit_opt_import_layer_name<'ast: 'r, 'r>( &mut self, node: &'ast Option<Box<ImportLayerName>>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Box < ImportLayerName > >. Read more
source§

fn visit_opt_important_flag<'ast: 'r, 'r>( &mut self, node: &'ast Option<ImportantFlag>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < ImportantFlag >. Read more
source§

fn visit_opt_media_condition_type<'ast: 'r, 'r>( &mut self, node: &'ast Option<Box<MediaConditionType>>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Box < MediaConditionType > >. Read more
source§

fn visit_opt_media_query_list<'ast: 'r, 'r>( &mut self, node: &'ast Option<Box<MediaQueryList>>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Box < MediaQueryList > >. Read more
source§

fn visit_opt_media_type<'ast: 'r, 'r>( &mut self, node: &'ast Option<MediaType>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < MediaType >. Read more
source§

fn visit_opt_namespace<'ast: 'r, 'r>( &mut self, node: &'ast Option<Namespace>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Namespace >. Read more
source§

fn visit_opt_namespace_prefix<'ast: 'r, 'r>( &mut self, node: &'ast Option<NamespacePrefix>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < NamespacePrefix >. Read more
source§

fn visit_opt_nesting_selector<'ast: 'r, 'r>( &mut self, node: &'ast Option<NestingSelector>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < NestingSelector >. Read more
source§

fn visit_opt_number<'ast: 'r, 'r>( &mut self, node: &'ast Option<Number>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Number >. Read more
source§

fn visit_opt_page_selector_pseudos<'ast: 'r, 'r>( &mut self, node: &'ast Option<Vec<PageSelectorPseudo>>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Vec < PageSelectorPseudo > >. Read more
source§

fn visit_opt_page_selector_type<'ast: 'r, 'r>( &mut self, node: &'ast Option<PageSelectorType>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < PageSelectorType >. Read more
source§

fn visit_opt_pseudo_class_selector_childrens<'ast: 'r, 'r>( &mut self, node: &'ast Option<Vec<PseudoClassSelectorChildren>>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Vec < PseudoClassSelectorChildren > >. Read more
source§

fn visit_opt_pseudo_element_selector_childrens<'ast: 'r, 'r>( &mut self, node: &'ast Option<Vec<PseudoElementSelectorChildren>>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Vec < PseudoElementSelectorChildren > >. Read more
source§

fn visit_opt_simple_block<'ast: 'r, 'r>( &mut self, node: &'ast Option<SimpleBlock>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < SimpleBlock >. Read more
source§

fn visit_opt_type_selector<'ast: 'r, 'r>( &mut self, node: &'ast Option<Box<TypeSelector>>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Box < TypeSelector > >. Read more
source§

fn visit_opt_url_modifiers<'ast: 'r, 'r>( &mut self, node: &'ast Option<Vec<UrlModifier>>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Vec < UrlModifier > >. Read more
source§

fn visit_opt_url_value<'ast: 'r, 'r>( &mut self, node: &'ast Option<Box<UrlValue>>, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Option < Box < UrlValue > >. Read more
source§

fn visit_page_selector<'ast: 'r, 'r>( &mut self, node: &'ast PageSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type PageSelector. Read more
source§

fn visit_page_selector_list<'ast: 'r, 'r>( &mut self, node: &'ast PageSelectorList, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type PageSelectorList. Read more
source§

fn visit_page_selector_pseudo<'ast: 'r, 'r>( &mut self, node: &'ast PageSelectorPseudo, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type PageSelectorPseudo. Read more
source§

fn visit_page_selector_pseudos<'ast: 'r, 'r>( &mut self, node: &'ast [PageSelectorPseudo], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < PageSelectorPseudo >. Read more
source§

fn visit_page_selector_type<'ast: 'r, 'r>( &mut self, node: &'ast PageSelectorType, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type PageSelectorType. Read more
source§

fn visit_page_selectors<'ast: 'r, 'r>( &mut self, node: &'ast [PageSelector], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < PageSelector >. Read more
source§

fn visit_percentage<'ast: 'r, 'r>( &mut self, node: &'ast Percentage, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Percentage. Read more
source§

fn visit_pseudo_class_selector<'ast: 'r, 'r>( &mut self, node: &'ast PseudoClassSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type PseudoClassSelector. Read more
source§

fn visit_pseudo_class_selector_children<'ast: 'r, 'r>( &mut self, node: &'ast PseudoClassSelectorChildren, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type PseudoClassSelectorChildren. Read more
source§

fn visit_pseudo_class_selector_childrens<'ast: 'r, 'r>( &mut self, node: &'ast [PseudoClassSelectorChildren], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < PseudoClassSelectorChildren >. Read more
source§

fn visit_pseudo_element_selector<'ast: 'r, 'r>( &mut self, node: &'ast PseudoElementSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type PseudoElementSelector. Read more
source§

fn visit_pseudo_element_selector_children<'ast: 'r, 'r>( &mut self, node: &'ast PseudoElementSelectorChildren, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type PseudoElementSelectorChildren. Read more
source§

fn visit_pseudo_element_selector_childrens<'ast: 'r, 'r>( &mut self, node: &'ast [PseudoElementSelectorChildren], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < PseudoElementSelectorChildren >. Read more
source§

fn visit_qualified_rule<'ast: 'r, 'r>( &mut self, node: &'ast QualifiedRule, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type QualifiedRule. Read more
source§

fn visit_qualified_rule_prelude<'ast: 'r, 'r>( &mut self, node: &'ast QualifiedRulePrelude, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type QualifiedRulePrelude. Read more
source§

fn visit_query_in_parens<'ast: 'r, 'r>( &mut self, node: &'ast QueryInParens, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type QueryInParens. Read more
source§

fn visit_ratio<'ast: 'r, 'r>( &mut self, node: &'ast Ratio, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Ratio. Read more
source§

fn visit_relative_selector<'ast: 'r, 'r>( &mut self, node: &'ast RelativeSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type RelativeSelector. Read more
source§

fn visit_relative_selector_list<'ast: 'r, 'r>( &mut self, node: &'ast RelativeSelectorList, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type RelativeSelectorList. Read more
source§

fn visit_relative_selectors<'ast: 'r, 'r>( &mut self, node: &'ast [RelativeSelector], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < RelativeSelector >. Read more
source§

fn visit_resolution<'ast: 'r, 'r>( &mut self, node: &'ast Resolution, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Resolution. Read more
source§

fn visit_rule<'ast: 'r, 'r>( &mut self, node: &'ast Rule, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Rule. Read more
source§

fn visit_rules<'ast: 'r, 'r>( &mut self, node: &'ast [Rule], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < Rule >. Read more
source§

fn visit_scope_range<'ast: 'r, 'r>( &mut self, node: &'ast ScopeRange, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type ScopeRange. Read more
source§

fn visit_selector_list<'ast: 'r, 'r>( &mut self, node: &'ast SelectorList, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SelectorList. Read more
source§

fn visit_sequence_of_custom_idents<'ast: 'r, 'r>( &mut self, node: &'ast SequenceOfCustomIdents, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SequenceOfCustomIdents. Read more
source§

fn visit_simple_block<'ast: 'r, 'r>( &mut self, node: &'ast SimpleBlock, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SimpleBlock. Read more
source§

fn visit_size_feature<'ast: 'r, 'r>( &mut self, node: &'ast SizeFeature, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SizeFeature. Read more
source§

fn visit_size_feature_boolean<'ast: 'r, 'r>( &mut self, node: &'ast SizeFeatureBoolean, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SizeFeatureBoolean. Read more
source§

fn visit_size_feature_name<'ast: 'r, 'r>( &mut self, node: &'ast SizeFeatureName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SizeFeatureName. Read more
source§

fn visit_size_feature_plain<'ast: 'r, 'r>( &mut self, node: &'ast SizeFeaturePlain, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SizeFeaturePlain. Read more
source§

fn visit_size_feature_range<'ast: 'r, 'r>( &mut self, node: &'ast SizeFeatureRange, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SizeFeatureRange. Read more
source§

fn visit_size_feature_range_comparison<'ast: 'r, 'r>( &mut self, node: &'ast SizeFeatureRangeComparison, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SizeFeatureRangeComparison. Read more
source§

fn visit_size_feature_range_interval<'ast: 'r, 'r>( &mut self, node: &'ast SizeFeatureRangeInterval, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SizeFeatureRangeInterval. Read more
source§

fn visit_size_feature_value<'ast: 'r, 'r>( &mut self, node: &'ast SizeFeatureValue, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SizeFeatureValue. Read more
source§

fn visit_span<'ast: 'r, 'r>( &mut self, node: &'ast Span, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type swc_common :: Span. Read more
source§

fn visit_str<'ast: 'r, 'r>( &mut self, node: &'ast Str, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Str. Read more
source§

fn visit_style_block<'ast: 'r, 'r>( &mut self, node: &'ast StyleBlock, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type StyleBlock. Read more
source§

fn visit_stylesheet<'ast: 'r, 'r>( &mut self, node: &'ast Stylesheet, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Stylesheet. Read more
source§

fn visit_subclass_selector<'ast: 'r, 'r>( &mut self, node: &'ast SubclassSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SubclassSelector. Read more
source§

fn visit_subclass_selectors<'ast: 'r, 'r>( &mut self, node: &'ast [SubclassSelector], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < SubclassSelector >. Read more
source§

fn visit_supports_and<'ast: 'r, 'r>( &mut self, node: &'ast SupportsAnd, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SupportsAnd. Read more
source§

fn visit_supports_condition<'ast: 'r, 'r>( &mut self, node: &'ast SupportsCondition, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SupportsCondition. Read more
source§

fn visit_supports_condition_type<'ast: 'r, 'r>( &mut self, node: &'ast SupportsConditionType, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SupportsConditionType. Read more
source§

fn visit_supports_condition_types<'ast: 'r, 'r>( &mut self, node: &'ast [SupportsConditionType], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < SupportsConditionType >. Read more
source§

fn visit_supports_feature<'ast: 'r, 'r>( &mut self, node: &'ast SupportsFeature, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SupportsFeature. Read more
source§

fn visit_supports_in_parens<'ast: 'r, 'r>( &mut self, node: &'ast SupportsInParens, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SupportsInParens. Read more
source§

fn visit_supports_not<'ast: 'r, 'r>( &mut self, node: &'ast SupportsNot, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SupportsNot. Read more
source§

fn visit_supports_or<'ast: 'r, 'r>( &mut self, node: &'ast SupportsOr, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type SupportsOr. Read more
source§

fn visit_tag_name_selector<'ast: 'r, 'r>( &mut self, node: &'ast TagNameSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type TagNameSelector. Read more
source§

fn visit_time<'ast: 'r, 'r>( &mut self, node: &'ast Time, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Time. Read more
source§

fn visit_time_percentage<'ast: 'r, 'r>( &mut self, node: &'ast TimePercentage, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type TimePercentage. Read more
source§

fn visit_token<'ast: 'r, 'r>( &mut self, node: &'ast Token, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Token. Read more
source§

fn visit_token_and_span<'ast: 'r, 'r>( &mut self, node: &'ast TokenAndSpan, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type TokenAndSpan. Read more
source§

fn visit_type_selector<'ast: 'r, 'r>( &mut self, node: &'ast TypeSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type TypeSelector. Read more
source§

fn visit_unicode_range<'ast: 'r, 'r>( &mut self, node: &'ast UnicodeRange, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type UnicodeRange. Read more
source§

fn visit_universal_selector<'ast: 'r, 'r>( &mut self, node: &'ast UniversalSelector, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type UniversalSelector. Read more
source§

fn visit_unknown_dimension<'ast: 'r, 'r>( &mut self, node: &'ast UnknownDimension, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type UnknownDimension. Read more
source§

fn visit_url<'ast: 'r, 'r>( &mut self, node: &'ast Url, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Url. Read more
source§

fn visit_url_key_value<'ast: 'r, 'r>( &mut self, node: &'ast UrlKeyValue, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type UrlKeyValue. Read more
source§

fn visit_url_modifier<'ast: 'r, 'r>( &mut self, node: &'ast UrlModifier, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type UrlModifier. Read more
source§

fn visit_url_modifiers<'ast: 'r, 'r>( &mut self, node: &'ast [UrlModifier], __ast_path: &mut AstNodePath<'r>, )

Visit a node of type Vec < UrlModifier >. Read more
source§

fn visit_url_value<'ast: 'r, 'r>( &mut self, node: &'ast UrlValue, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type UrlValue. Read more
source§

fn visit_url_value_raw<'ast: 'r, 'r>( &mut self, node: &'ast UrlValueRaw, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type UrlValueRaw. Read more
source§

fn visit_wq_name<'ast: 'r, 'r>( &mut self, node: &'ast WqName, __ast_path: &mut AstNodePath<'r>, )

Visit a node of type WqName. Read more
§

impl<V> Copy for All<V>
where V: Copy,

§

impl<V> Eq for All<V>
where V: Eq,

§

impl<V> StructuralPartialEq for All<V>

Auto Trait Implementations§

§

impl<V> Freeze for All<V>
where V: Freeze,

§

impl<V> RefUnwindSafe for All<V>
where V: RefUnwindSafe,

§

impl<V> Send for All<V>
where V: Send,

§

impl<V> Sync for All<V>
where V: Sync,

§

impl<V> Unpin for All<V>
where V: Unpin,

§

impl<V> UnwindSafe for All<V>
where V: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Copy,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

default unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<F, W, T, D> Deserialize<With<T, W>, D> for F
where W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,

§

fn deserialize( &self, deserializer: &mut D, ) -> Result<With<T, W>, <D as Fallible>::Error>

Deserializes using the given deserializer
§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
source§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where Self: LowerExp,

Causes self to use its LowerExp implementation when Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where Self: LowerHex,

Causes self to use its LowerHex implementation when Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where Self: Pointer,

Causes self to use its Pointer implementation when Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where Self: UpperExp,

Causes self to use its UpperExp implementation when Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pipe for T
where T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where Self: Borrow<B>, B: 'a + ?Sized, R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
where Self: BorrowMut<B>, B: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where Self: AsRef<U>, U: 'a + ?Sized, R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where Self: AsMut<U>, U: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where Self: Deref<Target = T>, T: 'a + ?Sized, R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( &'a mut self, func: impl FnOnce(&'a mut T) -> R, ) -> R
where Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe function.
§

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where Self: AsRef<R>, R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where Self: AsMut<R>, R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where Self: Deref<Target = T>, T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where Self: DerefMut<Target = T> + Deref, T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where Self: AsRef<R>, R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where Self: AsMut<R>, R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where Self: Deref<Target = T>, T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where Self: DerefMut<Target = T> + Deref, T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release builds.
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more