Trait swc_ecma_visit::FoldWith

source ·
pub trait FoldWith<V: ?Sized + Fold> {
    // Required methods
    fn fold_with(self, visitor: &mut V) -> Self;
    fn fold_children_with(self, visitor: &mut V) -> Self;
}
Expand description

A trait implemented for types that can be visited using a visitor.

Required Methods§

source

fn fold_with(self, visitor: &mut V) -> Self

Calls a visitor method (visitor.fold_xxx) with self.

source

fn fold_children_with(self, visitor: &mut V) -> Self

Visit children nodes of self`` with visitor`.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<V, T> FoldWith<V> for Box<T>
where V: ?Sized + Fold, T: FoldWith<V>,

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Box<Expr>>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_expr with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Box<ObjectLit>>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_object_lit with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Box<Stmt>>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_stmt with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Box<Str>>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_str with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Box<TsType>>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_ts_type with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Box<TsTypeAnn>>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_ts_type_ann with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Box<TsTypeParamDecl>>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_ts_type_param_decl with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Box<TsTypeParamInstantiation>>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_ts_type_param_instantiation with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Vec<ExprOrSpread>>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_expr_or_spreads with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Vec<ModuleItem>>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_module_items with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Accessibility>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_accessibility with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Atom>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_atom with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<BlockStmt>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_block_stmt with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<CatchClause>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_catch_clause with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<ExprOrSpread>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_expr_or_spread with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Ident>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_ident with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<JSXAttrValue>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_jsx_attr_value with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<JSXClosingElement>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_jsx_closing_element with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<ModuleExportName>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_module_export_name with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Pat>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_pat with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<Span>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_span with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<TruePlusMinus>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_true_plus_minus with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<TsEntityName>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_ts_entity_name with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<TsNamespaceBody>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_ts_namespace_body with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Option<VarDeclOrExpr>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_var_decl_or_expr with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<Option<ExprOrSpread>>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_vec_expr_or_spreads with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<Option<Pat>>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_vec_pats with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<Box<Expr>>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_exprs with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<Box<TsType>>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_types with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<ClassMember>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_class_members with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<Decorator>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_decorators with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<ExportSpecifier>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_export_specifiers with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<ExprOrSpread>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_expr_or_spreads with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<ImportSpecifier>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_import_specifiers with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<ImportWithItem>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_import_with_items with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<JSXAttrOrSpread>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_jsx_attr_or_spreads with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<JSXElementChild>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_jsx_element_childs with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<ModuleItem>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_module_items with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<ObjectPatProp>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_object_pat_props with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<Param>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_params with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<ParamOrTsParamProp>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_param_or_ts_param_props with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<Pat>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_pats with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<PropOrSpread>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_prop_or_spreads with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<Stmt>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_stmts with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<SwitchCase>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_switch_cases with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<TplElement>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_tpl_elements with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<TsEnumMember>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_enum_members with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<TsExprWithTypeArgs>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_expr_with_type_argss with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<TsFnParam>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_fn_params with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<TsTupleElement>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_tuple_elements with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<TsTypeElement>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_type_elements with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<TsTypeParam>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_type_params with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Vec<VarDeclarator>

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_var_declarators with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for BigIntValue

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_big_int_value with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Accessibility

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_accessibility with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ArrayLit

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_array_lit with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ArrayPat

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_array_pat with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ArrowExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_arrow_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for AssignExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_assign_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for AssignOp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_assign_op with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for AssignPat

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_assign_pat with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for AssignPatProp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_assign_pat_prop with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for AssignProp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_assign_prop with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for AssignTarget

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_assign_target with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for AssignTargetPat

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Atom

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_atom with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for AutoAccessor

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_auto_accessor with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for AwaitExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_await_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for BigInt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_big_int with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for BinExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_bin_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for BinaryOp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_binary_op with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for BindingIdent

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_binding_ident with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for BlockStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_block_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for BlockStmtOrExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Bool

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_bool with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for BreakStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_break_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for CallExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_call_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Callee

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_callee with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for CatchClause

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_catch_clause with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Class

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_class with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ClassDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_class_decl with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ClassExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_class_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ClassMember

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_class_member with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ClassMethod

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_class_method with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ClassProp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_class_prop with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ComputedPropName

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for CondExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_cond_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Constructor

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_constructor with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ContinueStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_continue_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for DebuggerStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_debugger_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Decl

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_decl with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Decorator

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_decorator with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for DefaultDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_default_decl with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for DoWhileStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_do_while_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for EmptyStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_empty_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for EsVersion

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_es_version with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ExportAll

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_export_all with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ExportDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_export_decl with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ExportDefaultDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ExportDefaultExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ExportDefaultSpecifier

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ExportNamedSpecifier

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ExportNamespaceSpecifier

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ExportSpecifier

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_export_specifier with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Expr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ExprOrSpread

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_expr_or_spread with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ExprStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_expr_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for FnDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_fn_decl with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for FnExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_fn_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ForHead

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_for_head with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ForInStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_for_in_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ForOfStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_for_of_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ForStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_for_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Function

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_function with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for GetterProp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_getter_prop with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Ident

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ident with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for IdentName

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ident_name with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for IfStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_if_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Import

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_import with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ImportDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_import_decl with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ImportDefaultSpecifier

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ImportNamedSpecifier

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ImportPhase

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_import_phase with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ImportSpecifier

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_import_specifier with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ImportStarAsSpecifier

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ImportWith

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_import_with with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ImportWithItem

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_import_with_item with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Invalid

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_invalid with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXAttr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_jsx_attr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXAttrName

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_jsx_attr_name with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXAttrOrSpread

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXAttrValue

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_jsx_attr_value with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXClosingElement

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXClosingFragment

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXElement

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_jsx_element with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXElementChild

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXElementName

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_jsx_element_name with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXEmptyExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_jsx_empty_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_jsx_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXExprContainer

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXFragment

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_jsx_fragment with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXMemberExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_jsx_member_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXNamespacedName

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXObject

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_jsx_object with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXOpeningElement

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXOpeningFragment

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXSpreadChild

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_jsx_spread_child with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for JSXText

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_jsx_text with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Key

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_key with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for KeyValuePatProp

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for KeyValueProp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_key_value_prop with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for LabeledStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_labeled_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Lit

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_lit with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for MemberExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_member_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for MemberProp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_member_prop with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for MetaPropExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_meta_prop_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for MetaPropKind

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_meta_prop_kind with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for MethodKind

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_method_kind with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for MethodProp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_method_prop with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Module

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_module with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ModuleDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_module_decl with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ModuleExportName

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ModuleItem

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_module_item with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for NamedExport

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_named_export with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for NewExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_new_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Null

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_null with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Number

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_number with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ObjectLit

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_object_lit with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ObjectPat

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_object_pat with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ObjectPatProp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_object_pat_prop with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for OptCall

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_call with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for OptChainBase

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_chain_base with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for OptChainExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_opt_chain_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Param

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_param with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ParamOrTsParamProp

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ParenExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_paren_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Pat

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_pat with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for PrivateMethod

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_private_method with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for PrivateName

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_private_name with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for PrivateProp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_private_prop with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Program

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_program with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Prop

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_prop with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for PropName

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_prop_name with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for PropOrSpread

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_prop_or_spread with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Regex

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_regex with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ReservedUnused

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_reserved_unused with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for RestPat

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_rest_pat with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ReturnStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_return_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Script

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_script with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for SeqExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_seq_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for SetterProp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_setter_prop with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for SimpleAssignTarget

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Span

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_span with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for SpreadElement

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_spread_element with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for StaticBlock

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_static_block with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Stmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Str

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_str with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Super

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_super with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for SuperProp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_super_prop with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for SuperPropExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_super_prop_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for SwitchCase

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_switch_case with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for SwitchStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_switch_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for SyntaxContext

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_syntax_context with self. (Extra impl)

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TaggedTpl

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_tagged_tpl with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ThisExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_this_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for ThrowStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_throw_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for Tpl

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_tpl with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TplElement

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_tpl_element with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TruePlusMinus

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_true_plus_minus with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TryStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_try_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsArrayType

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_array_type with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsAsExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_as_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsCallSignatureDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsConditionalType

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsConstAssertion

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsConstructSignatureDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsConstructorType

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsEntityName

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_entity_name with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsEnumDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_enum_decl with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsEnumMember

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_enum_member with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsEnumMemberId

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsExportAssignment

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsExprWithTypeArgs

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsExternalModuleRef

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsFnOrConstructorType

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsFnParam

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_fn_param with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsFnType

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_fn_type with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsGetterSignature

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsImportEqualsDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsImportType

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_import_type with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsIndexSignature

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsIndexedAccessType

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsInferType

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_infer_type with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsInstantiation

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_instantiation with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsInterfaceBody

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsInterfaceDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsIntersectionType

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsKeywordType

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_keyword_type with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsKeywordTypeKind

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsLit

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_lit with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsLitType

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_lit_type with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsMappedType

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_mapped_type with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsMethodSignature

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsModuleBlock

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_module_block with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsModuleDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_module_decl with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsModuleName

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_module_name with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsModuleRef

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_module_ref with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsNamespaceBody

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsNamespaceDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsNamespaceExportDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsNonNullExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_non_null_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsOptionalType

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_optional_type with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsParamProp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_param_prop with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsParamPropParam

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsParenthesizedType

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsPropertySignature

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsQualifiedName

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsRestType

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_rest_type with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsSatisfiesExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsSetterSignature

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsThisType

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_this_type with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsThisTypeOrIdent

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTplLitType

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_tpl_lit_type with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTupleElement

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_tuple_element with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTupleType

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_tuple_type with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsType

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_type with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTypeAliasDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTypeAnn

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_type_ann with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTypeAssertion

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTypeElement

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_type_element with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTypeLit

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_type_lit with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTypeOperator

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_type_operator with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTypeOperatorOp

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTypeParam

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_type_param with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTypeParamDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTypeParamInstantiation

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTypePredicate

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTypeQuery

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_type_query with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTypeQueryExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsTypeRef

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_type_ref with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsUnionOrIntersectionType

source§

fn fold_with(self, visitor: &mut V) -> Self

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for TsUnionType

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_ts_union_type with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for UnaryExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_unary_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for UnaryOp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_unary_op with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for UpdateExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_update_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for UpdateOp

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_update_op with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for UsingDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_using_decl with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for VarDecl

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_var_decl with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for VarDeclKind

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_var_decl_kind with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for VarDeclOrExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_var_decl_or_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for VarDeclarator

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_var_declarator with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for WhileStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_while_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for WithStmt

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_with_stmt with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

source§

impl<V: ?Sized + Fold> FoldWith<V> for YieldExpr

source§

fn fold_with(self, visitor: &mut V) -> Self

Calls Fold::fold_yield_expr with self.

source§

fn fold_children_with(self, visitor: &mut V) -> Self

Implementors§