pub trait VisitMutAstPath {
Show 181 methods fn visit_mut_absolute_color_base(
        &mut self,
        n: &mut AbsoluteColorBase,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_alpha_value(
        &mut self,
        n: &mut AlphaValue,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_an_plus_b(
        &mut self,
        n: &mut AnPlusB,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_an_plus_b_notation(
        &mut self,
        n: &mut AnPlusBNotation,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_angle(&mut self, n: &mut Angle, __ast_path: &mut AstKindPath) { ... } fn visit_mut_at_rule(&mut self, n: &mut AtRule, __ast_path: &mut AstKindPath) { ... } fn visit_mut_at_rule_name(
        &mut self,
        n: &mut AtRuleName,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_at_rule_prelude(
        &mut self,
        n: &mut AtRulePrelude,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_attribute_selector(
        &mut self,
        n: &mut AttributeSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_attribute_selector_matcher(
        &mut self,
        n: &mut AttributeSelectorMatcher,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_attribute_selector_matcher_value(
        &mut self,
        n: &mut AttributeSelectorMatcherValue,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_attribute_selector_modifier(
        &mut self,
        n: &mut AttributeSelectorModifier,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_attribute_selector_value(
        &mut self,
        n: &mut AttributeSelectorValue,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_calc_operator(
        &mut self,
        n: &mut CalcOperator,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_calc_operator_type(
        &mut self,
        n: &mut CalcOperatorType,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_calc_product(
        &mut self,
        n: &mut CalcProduct,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_calc_product_or_operator(
        &mut self,
        n: &mut CalcProductOrOperator,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_calc_product_or_operators(
        &mut self,
        n: &mut Vec<CalcProductOrOperator>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_calc_sum(
        &mut self,
        n: &mut CalcSum,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_calc_value(
        &mut self,
        n: &mut CalcValue,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_calc_value_or_operator(
        &mut self,
        n: &mut CalcValueOrOperator,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_calc_value_or_operators(
        &mut self,
        n: &mut Vec<CalcValueOrOperator>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_class_selector(
        &mut self,
        n: &mut ClassSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_cmyk_component(
        &mut self,
        n: &mut CmykComponent,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_color(&mut self, n: &mut Color, __ast_path: &mut AstKindPath) { ... } fn visit_mut_color_profile_name(
        &mut self,
        n: &mut ColorProfileName,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_combinator(
        &mut self,
        n: &mut Combinator,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_combinator_value(
        &mut self,
        n: &mut CombinatorValue,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_complex_selector(
        &mut self,
        n: &mut ComplexSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_complex_selector_children(
        &mut self,
        n: &mut ComplexSelectorChildren,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_complex_selector_children_vec(
        &mut self,
        n: &mut Vec<ComplexSelectorChildren>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_complex_selectors(
        &mut self,
        n: &mut Vec<ComplexSelector>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_component_value(
        &mut self,
        n: &mut ComponentValue,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_component_values(
        &mut self,
        n: &mut Vec<ComponentValue>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_compound_selector(
        &mut self,
        n: &mut CompoundSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_compound_selector_list(
        &mut self,
        n: &mut CompoundSelectorList,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_compound_selectors(
        &mut self,
        n: &mut Vec<CompoundSelector>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_custom_ident(
        &mut self,
        n: &mut CustomIdent,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_custom_property_name(
        &mut self,
        n: &mut CustomPropertyName,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_dashed_ident(
        &mut self,
        n: &mut DashedIdent,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_declaration(
        &mut self,
        n: &mut Declaration,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_declaration_name(
        &mut self,
        n: &mut DeclarationName,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_declaration_or_at_rule(
        &mut self,
        n: &mut DeclarationOrAtRule,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_delimiter(
        &mut self,
        n: &mut Delimiter,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_delimiter_value(
        &mut self,
        n: &mut DelimiterValue,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_dimension(
        &mut self,
        n: &mut Dimension,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_document_prelude(
        &mut self,
        n: &mut DocumentPrelude,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_document_prelude_matching_function(
        &mut self,
        n: &mut DocumentPreludeMatchingFunction,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_document_prelude_matching_functions(
        &mut self,
        n: &mut Vec<DocumentPreludeMatchingFunction>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_flex(&mut self, n: &mut Flex, __ast_path: &mut AstKindPath) { ... } fn visit_mut_frequency(
        &mut self,
        n: &mut Frequency,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_function(
        &mut self,
        n: &mut Function,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_general_enclosed(
        &mut self,
        n: &mut GeneralEnclosed,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_hex_color(
        &mut self,
        n: &mut HexColor,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_hue(&mut self, n: &mut Hue, __ast_path: &mut AstKindPath) { ... } fn visit_mut_i_32(&mut self, n: &mut i32, __ast_path: &mut AstKindPath) { ... } fn visit_mut_id_selector(
        &mut self,
        n: &mut IdSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_ident(&mut self, n: &mut Ident, __ast_path: &mut AstKindPath) { ... } fn visit_mut_idents(
        &mut self,
        n: &mut Vec<Ident>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_import_prelude(
        &mut self,
        n: &mut ImportPrelude,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_import_prelude_href(
        &mut self,
        n: &mut ImportPreludeHref,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_import_prelude_layer_name(
        &mut self,
        n: &mut ImportPreludeLayerName,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_import_prelude_supports_type(
        &mut self,
        n: &mut ImportPreludeSupportsType,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_important_flag(
        &mut self,
        n: &mut ImportantFlag,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_integer(&mut self, n: &mut Integer, __ast_path: &mut AstKindPath) { ... } fn visit_mut_js_word(&mut self, n: &mut JsWord, __ast_path: &mut AstKindPath) { ... } fn visit_mut_keyframe_block(
        &mut self,
        n: &mut KeyframeBlock,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_keyframe_selector(
        &mut self,
        n: &mut KeyframeSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_keyframe_selectors(
        &mut self,
        n: &mut Vec<KeyframeSelector>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_keyframes_name(
        &mut self,
        n: &mut KeyframesName,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_layer_name(
        &mut self,
        n: &mut LayerName,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_layer_name_list(
        &mut self,
        n: &mut LayerNameList,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_layer_names(
        &mut self,
        n: &mut Vec<LayerName>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_layer_prelude(
        &mut self,
        n: &mut LayerPrelude,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_length(&mut self, n: &mut Length, __ast_path: &mut AstKindPath) { ... } fn visit_mut_list_of_component_values(
        &mut self,
        n: &mut ListOfComponentValues,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_and(
        &mut self,
        n: &mut MediaAnd,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_condition(
        &mut self,
        n: &mut MediaCondition,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_condition_all_type(
        &mut self,
        n: &mut MediaConditionAllType,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_condition_all_types(
        &mut self,
        n: &mut Vec<MediaConditionAllType>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_condition_type(
        &mut self,
        n: &mut MediaConditionType,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_condition_without_or(
        &mut self,
        n: &mut MediaConditionWithoutOr,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_condition_without_or_type(
        &mut self,
        n: &mut MediaConditionWithoutOrType,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_condition_without_or_types(
        &mut self,
        n: &mut Vec<MediaConditionWithoutOrType>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_feature(
        &mut self,
        n: &mut MediaFeature,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_feature_boolean(
        &mut self,
        n: &mut MediaFeatureBoolean,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_feature_name(
        &mut self,
        n: &mut MediaFeatureName,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_feature_plain(
        &mut self,
        n: &mut MediaFeaturePlain,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_feature_range(
        &mut self,
        n: &mut MediaFeatureRange,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_feature_range_comparison(
        &mut self,
        n: &mut MediaFeatureRangeComparison,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_feature_range_interval(
        &mut self,
        n: &mut MediaFeatureRangeInterval,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_feature_value(
        &mut self,
        n: &mut MediaFeatureValue,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_in_parens(
        &mut self,
        n: &mut MediaInParens,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_not(
        &mut self,
        n: &mut MediaNot,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_or(
        &mut self,
        n: &mut MediaOr,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_queries(
        &mut self,
        n: &mut Vec<MediaQuery>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_query(
        &mut self,
        n: &mut MediaQuery,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_media_query_list(
        &mut self,
        n: &mut MediaQueryList,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_namespace_prelude(
        &mut self,
        n: &mut NamespacePrelude,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_namespace_prelude_uri(
        &mut self,
        n: &mut NamespacePreludeUri,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_nesting_selector(
        &mut self,
        n: &mut NestingSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_ns_prefix(
        &mut self,
        n: &mut NsPrefix,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_number(&mut self, n: &mut Number, __ast_path: &mut AstKindPath) { ... } fn visit_mut_opt_at_rule_prelude(
        &mut self,
        n: &mut Option<AtRulePrelude>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_attribute_selector_matcher(
        &mut self,
        n: &mut Option<AttributeSelectorMatcher>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_attribute_selector_modifier(
        &mut self,
        n: &mut Option<AttributeSelectorModifier>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_attribute_selector_value(
        &mut self,
        n: &mut Option<AttributeSelectorValue>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_combinator(
        &mut self,
        n: &mut Option<Combinator>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_i_32(
        &mut self,
        n: &mut Option<i32>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_ident(
        &mut self,
        n: &mut Option<Ident>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_import_prelude_layer_name(
        &mut self,
        n: &mut Option<ImportPreludeLayerName>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_import_prelude_supports_type(
        &mut self,
        n: &mut Option<ImportPreludeSupportsType>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_important_flag(
        &mut self,
        n: &mut Option<ImportantFlag>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_js_word(
        &mut self,
        n: &mut Option<JsWord>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_media_condition_type(
        &mut self,
        n: &mut Option<MediaConditionType>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_media_query_list(
        &mut self,
        n: &mut Option<MediaQueryList>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_nesting_selector(
        &mut self,
        n: &mut Option<NestingSelector>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_ns_prefix(
        &mut self,
        n: &mut Option<NsPrefix>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_number(
        &mut self,
        n: &mut Option<Number>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_page_selector_pseudos(
        &mut self,
        n: &mut Option<Vec<PageSelectorPseudo>>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_page_selector_type(
        &mut self,
        n: &mut Option<PageSelectorType>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_pseudo_class_selector_children_vec(
        &mut self,
        n: &mut Option<Vec<PseudoClassSelectorChildren>>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_pseudo_element_selector_children_vec(
        &mut self,
        n: &mut Option<Vec<PseudoElementSelectorChildren>>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_simple_block(
        &mut self,
        n: &mut Option<SimpleBlock>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_type_selector(
        &mut self,
        n: &mut Option<TypeSelector>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_url_modifiers(
        &mut self,
        n: &mut Option<Vec<UrlModifier>>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_opt_url_value(
        &mut self,
        n: &mut Option<UrlValue>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_page_selector(
        &mut self,
        n: &mut PageSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_page_selector_list(
        &mut self,
        n: &mut PageSelectorList,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_page_selector_pseudo(
        &mut self,
        n: &mut PageSelectorPseudo,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_page_selector_pseudos(
        &mut self,
        n: &mut Vec<PageSelectorPseudo>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_page_selector_type(
        &mut self,
        n: &mut PageSelectorType,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_page_selectors(
        &mut self,
        n: &mut Vec<PageSelector>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_percentage(
        &mut self,
        n: &mut Percentage,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_pseudo_class_selector(
        &mut self,
        n: &mut PseudoClassSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_pseudo_class_selector_children(
        &mut self,
        n: &mut PseudoClassSelectorChildren,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_pseudo_class_selector_children_vec(
        &mut self,
        n: &mut Vec<PseudoClassSelectorChildren>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_pseudo_element_selector(
        &mut self,
        n: &mut PseudoElementSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_pseudo_element_selector_children(
        &mut self,
        n: &mut PseudoElementSelectorChildren,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_pseudo_element_selector_children_vec(
        &mut self,
        n: &mut Vec<PseudoElementSelectorChildren>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_qualified_rule(
        &mut self,
        n: &mut QualifiedRule,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_qualified_rule_prelude(
        &mut self,
        n: &mut QualifiedRulePrelude,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_ratio(&mut self, n: &mut Ratio, __ast_path: &mut AstKindPath) { ... } fn visit_mut_relative_selector(
        &mut self,
        n: &mut RelativeSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_relative_selector_list(
        &mut self,
        n: &mut RelativeSelectorList,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_relative_selectors(
        &mut self,
        n: &mut Vec<RelativeSelector>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_resolution(
        &mut self,
        n: &mut Resolution,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_rule(&mut self, n: &mut Rule, __ast_path: &mut AstKindPath) { ... } fn visit_mut_rules(&mut self, n: &mut Vec<Rule>, __ast_path: &mut AstKindPath) { ... } fn visit_mut_selector_list(
        &mut self,
        n: &mut SelectorList,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_simple_block(
        &mut self,
        n: &mut SimpleBlock,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_span(&mut self, n: &mut Span, __ast_path: &mut AstKindPath) { ... } fn visit_mut_str(&mut self, n: &mut Str, __ast_path: &mut AstKindPath) { ... } fn visit_mut_style_block(
        &mut self,
        n: &mut StyleBlock,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_stylesheet(
        &mut self,
        n: &mut Stylesheet,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_subclass_selector(
        &mut self,
        n: &mut SubclassSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_subclass_selectors(
        &mut self,
        n: &mut Vec<SubclassSelector>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_supports_and(
        &mut self,
        n: &mut SupportsAnd,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_supports_condition(
        &mut self,
        n: &mut SupportsCondition,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_supports_condition_type(
        &mut self,
        n: &mut SupportsConditionType,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_supports_condition_types(
        &mut self,
        n: &mut Vec<SupportsConditionType>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_supports_feature(
        &mut self,
        n: &mut SupportsFeature,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_supports_in_parens(
        &mut self,
        n: &mut SupportsInParens,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_supports_not(
        &mut self,
        n: &mut SupportsNot,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_supports_or(
        &mut self,
        n: &mut SupportsOr,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_tag_name_selector(
        &mut self,
        n: &mut TagNameSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_time(&mut self, n: &mut Time, __ast_path: &mut AstKindPath) { ... } fn visit_mut_token(&mut self, n: &mut Token, __ast_path: &mut AstKindPath) { ... } fn visit_mut_token_and_span(
        &mut self,
        n: &mut TokenAndSpan,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_token_and_spans(
        &mut self,
        n: &mut Vec<TokenAndSpan>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_tokens(&mut self, n: &mut Tokens, __ast_path: &mut AstKindPath) { ... } fn visit_mut_type_selector(
        &mut self,
        n: &mut TypeSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_unicode_range(
        &mut self,
        n: &mut UnicodeRange,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_universal_selector(
        &mut self,
        n: &mut UniversalSelector,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_unknown_dimension(
        &mut self,
        n: &mut UnknownDimension,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_url(&mut self, n: &mut Url, __ast_path: &mut AstKindPath) { ... } fn visit_mut_url_modifier(
        &mut self,
        n: &mut UrlModifier,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_url_modifiers(
        &mut self,
        n: &mut Vec<UrlModifier>,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_url_value(
        &mut self,
        n: &mut UrlValue,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_url_value_raw(
        &mut self,
        n: &mut UrlValueRaw,
        __ast_path: &mut AstKindPath
    ) { ... } fn visit_mut_wq_name(&mut self, n: &mut WqName, __ast_path: &mut AstKindPath) { ... }
}
Available on crate feature path only.

Provided Methods

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitMutWithPath::visit_mut_children_with_path on n by default. The default method visit children nodes with self.

Implementations on Foreign Types

Implementors