230 lines
165 KiB
HTML
230 lines
165 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Syntax tree traversal to transform the nodes of an owned syntax tree."><title>Fold in syn::fold - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="syn" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">Fold</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../syn/index.html">syn</a><span class="version">2.0.117</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Fold</a></h2><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.fold_abi" title="fold_abi">fold_abi</a></li><li><a href="#method.fold_angle_bracketed_generic_arguments" title="fold_angle_bracketed_generic_arguments">fold_angle_bracketed_generic_arguments</a></li><li><a href="#method.fold_arm" title="fold_arm">fold_arm</a></li><li><a href="#method.fold_assoc_const" title="fold_assoc_const">fold_assoc_const</a></li><li><a href="#method.fold_assoc_type" title="fold_assoc_type">fold_assoc_type</a></li><li><a href="#method.fold_attr_style" title="fold_attr_style">fold_attr_style</a></li><li><a href="#method.fold_attribute" title="fold_attribute">fold_attribute</a></li><li><a href="#method.fold_attributes" title="fold_attributes">fold_attributes</a></li><li><a href="#method.fold_bare_fn_arg" title="fold_bare_fn_arg">fold_bare_fn_arg</a></li><li><a href="#method.fold_bare_variadic" title="fold_bare_variadic">fold_bare_variadic</a></li><li><a href="#method.fold_bin_op" title="fold_bin_op">fold_bin_op</a></li><li><a href="#method.fold_block" title="fold_block">fold_block</a></li><li><a href="#method.fold_bound_lifetimes" title="fold_bound_lifetimes">fold_bound_lifetimes</a></li><li><a href="#method.fold_captured_param" title="fold_captured_param">fold_captured_param</a></li><li><a href="#method.fold_const_param" title="fold_const_param">fold_const_param</a></li><li><a href="#method.fold_constraint" title="fold_constraint">fold_constraint</a></li><li><a href="#method.fold_data" title="fold_data">fold_data</a></li><li><a href="#method.fold_data_enum" title="fold_data_enum">fold_data_enum</a></li><li><a href="#method.fold_data_struct" title="fold_data_struct">fold_data_struct</a></li><li><a href="#method.fold_data_union" title="fold_data_union">fold_data_union</a></li><li><a href="#method.fold_derive_input" title="fold_derive_input">fold_derive_input</a></li><li><a href="#method.fold_expr" title="fold_expr">fold_expr</a></li><li><a href="#method.fold_expr_array" title="fold_expr_array">fold_expr_array</a></li><li><a href="#method.fold_expr_assign" title="fold_expr_assign">fold_expr_assign</a></li><li><a href="#method.fold_expr_async" title="fold_expr_async">fold_expr_async</a></li><li><a href="#method.fold_expr_await" title="fold_expr_await">fold_expr_await</a></li><li><a href="#method.fold_expr_binary" title="fold_expr_binary">fold_expr_binary</a></li><li><a href="#method.fold_expr_block" title="fold_expr_block">fold_expr_block</a></li><li><a href="#method.fold_expr_break" title="fold_expr_break">fold_expr_break</a></li><li><a href="#method.fold_expr_call" title="fold_expr_call">fold_expr_call</a></li><li><a href="#method.fold_expr_cast" title="fold_expr_cast">fold_expr_cast</a></li><li><a href="#method.fold_expr_closure" title="fold_expr_closure">fold_expr_closure</a></li><li><a href="#method.fold_expr_const" title="fold_expr_const">fold_expr_const</a></li><li><a href="#method.fold_expr_continue" title="fold_expr_continue">fold_expr_continue</a></li><li><a href="#method.fold_expr_field" title="fold_expr_field">fold_expr_field</a></li><li><a href="#method.fold_expr_for_loop" title="fold_expr_for_loop">fold_expr_for_loop</a></li><li><a href="#method.fold_expr_group" title="fold_expr_group">fold_expr_group</a></li><li><a href="#method.fold_expr_if" title="fold_expr_if">fold_expr_if</a></li><li><a href="#method.fold_expr_index" title="fold_expr_index">fold_expr_index</a></li><li><a href="#method.fold_expr_infer" title="fold_expr_infer">fold_expr_infer</a></li><li><a href="#method.fold_expr_let" title="fold_expr_let">fold_expr_let</a></li><li><a href="#method.fold_expr_lit" title="fold_expr_lit">fold_expr_lit</a></li><li><a href="#method.fold_expr_loop" title="fold_expr_loop">fold_expr_loop</a></li><li><a href="#method.fold_expr_macro" title="fold_expr_macro">fold_expr_macro</a></li><li><a href="#method.fold_expr_match" title="fold_expr_match">fold_expr_match</a></li><li><a href="#method.fold_expr_method_call" title="fold_expr_method_call">fold_expr_method_call</a></li><li><a href="#method.fold_expr_paren" title="fold_expr_paren">fold_expr_paren</a></li><li><a href="#method.fold_expr_path" title="fold_expr_path">fold_expr_path</a></li><li><a href="#method.fold_expr_range" title="fold_expr_range">fold_expr_range</a></li><li><a href="#method.fold_expr_raw_addr" title="fold_expr_raw_addr">fold_expr_raw_addr</a></li><li><a href="#method.fold_expr_reference" title="fold_expr_reference">fold_expr_reference</a></li><li><a href="#method.fold_expr_repeat" title="fold_expr_repeat">fold_expr_repeat</a></li><li><a href="#method.fold_expr_return" title="fold_expr_return">fold_expr_return</a></li><li><a href="#method.fold_expr_struct" title="fold_expr_struct">fold_expr_struct</a></li><li><a href="#method.fold_expr_try" title="fold_expr_try">fold_expr_try</a></li><li><a href="#method.fold_expr_try_block" title="fold_expr_try_block">fold_expr_try_block</a></li><li><a href="#method.fold_expr_tuple" title="fold_expr_tuple">fold_expr_tuple</a></li><li><a href="#method.fold_expr_unary" title="fold_expr_unary">fold_expr_unary</a></li><li><a href="#method.fold_expr_unsafe" title="fold_expr_unsafe">fold_expr_unsafe</a></li><li><a href="#method.fold_expr_while" title="fold_expr_while">fold_expr_while</a></li><li><a href="#method.fold_expr_yield" title="fold_expr_yield">fold_expr_yield</a></li><li><a href="#method.fold_field" title="fold_field">fold_field</a></li><li><a href="#method.fold_field_mutability" title="fold_field_mutability">fold_field_mutability</a></li><li><a href="#method.fold_field_pat" title="fold_field_pat">fold_field_pat</a></li><li><a href="#method.fold_field_value" title="fold_field_value">fold_field_value</a></li><li><a href="#method.fold_fields" title="fold_fields">fold_fields</a></li><li><a href="#method.fold_fields_named" title="fold_fields_named">fold_fields_named</a></li><li><a href="#method.fold_fields_unnamed" title="fold_fields_unnamed">fold_fields_unnamed</a></li><li><a href="#method.fold_file" title="fold_file">fold_file</a></li><li><a href="#method.fold_fn_arg" title="fold_fn_arg">fold_fn_arg</a></li><li><a href="#method.fold_foreign_item" title="fold_foreign_item">fold_foreign_item</a></li><li><a href="#method.fold_foreign_item_fn" title="fold_foreign_item_fn">fold_foreign_item_fn</a></li><li><a href="#method.fold_foreign_item_macro" title="fold_foreign_item_macro">fold_foreign_item_macro</a></li><li><a href="#method.fold_foreign_item_static" title="fold_foreign_item_static">fold_foreign_item_static</a></li><li><a href="#method.fold_foreign_item_type" title="fold_foreign_item_type">fold_foreign_item_type</a></li><li><a href="#method.fold_generic_argument" title="fold_generic_argument">fold_generic_argument</a></li><li><a href="#method.fold_generic_param" title="fold_generic_param">fold_generic_param</a></li><li><a href="#method.fold_generics" title="fold_generics">fold_generics</a></li><li><a href="#method.fold_ident" title="fold_ident">fold_ident</a></li><li><a href="#method.fold_impl_item" title="fold_impl_item">fold_impl_item</a></li><li><a href="#method.fold_impl_item_const" title="fold_impl_item_const">fold_impl_item_const</a></li><li><a href="#method.fold_impl_item_fn" title="fold_impl_item_fn">fold_impl_item_fn</a></li><li><a href="#method.fold_impl_item_macro" title="fold_impl_item_macro">fold_impl_item_macro</a></li><li><a href="#method.fold_impl_item_type" title="fold_impl_item_type">fold_impl_item_type</a></li><li><a href="#method.fold_impl_restriction" title="fold_impl_restriction">fold_impl_restriction</a></li><li><a href="#method.fold_index" title="fold_index">fold_index</a></li><li><a href="#method.fold_item" title="fold_item">fold_item</a></li><li><a href="#method.fold_item_const" title="fold_item_const">fold_item_const</a></li><li><a href="#method.fold_item_enum" title="fold_item_enum">fold_item_enum</a></li><li><a href="#method.fold_item_extern_crate" title="fold_item_extern_crate">fold_item_extern_crate</a></li><li><a href="#method.fold_item_fn" title="fold_item_fn">fold_item_fn</a></li><li><a href="#method.fold_item_foreign_mod" title="fold_item_foreign_mod">fold_item_foreign_mod</a></li><li><a href="#method.fold_item_impl" title="fold_item_impl">fold_item_impl</a></li><li><a href="#method.fold_item_macro" title="fold_item_macro">fold_item_macro</a></li><li><a href="#method.fold_item_mod" title="fold_item_mod">fold_item_mod</a></li><li><a href="#method.fold_item_static" title="fold_item_static">fold_item_static</a></li><li><a href="#method.fold_item_struct" title="fold_item_struct">fold_item_struct</a></li><li><a href="#method.fold_item_trait" title="fold_item_trait">fold_item_trait</a></li><li><a href="#method.fold_item_trait_alias" title="fold_item_trait_alias">fold_item_trait_alias</a></li><li><a href="#method.fold_item_type" title="fold_item_type">fold_item_type</a></li><li><a href="#method.fold_item_union" title="fold_item_union">fold_item_union</a></li><li><a href="#method.fold_item_use" title="fold_item_use">fold_item_use</a></li><li><a href="#method.fold_label" title="fold_label">fold_label</a></li><li><a href="#method.fold_lifetime" title="fold_lifetime">fold_lifetime</a></li><li><a href="#method.fold_lifetime_param" title="fold_lifetime_param">fold_lifetime_param</a></li><li><a href="#method.fold_lit" title="fold_lit">fold_lit</a></li><li><a href="#method.fold_lit_bool" title="fold_lit_bool">fold_lit_bool</a></li><li><a href="#method.fold_lit_byte" title="fold_lit_byte">fold_lit_byte</a></li><li><a href="#method.fold_lit_byte_str" title="fold_lit_byte_str">fold_lit_byte_str</a></li><li><a href="#method.fold_lit_char" title="fold_lit_char">fold_lit_char</a></li><li><a href="#method.fold_lit_cstr" title="fold_lit_cstr">fold_lit_cstr</a></li><li><a href="#method.fold_lit_float" title="fold_lit_float">fold_lit_float</a></li><li><a href="#method.fold_lit_int" title="fold_lit_int">fold_lit_int</a></li><li><a href="#method.fold_lit_str" title="fold_lit_str">fold_lit_str</a></li><li><a href="#method.fold_local" title="fold_local">fold_local</a></li><li><a href="#method.fold_local_init" title="fold_local_init">fold_local_init</a></li><li><a href="#method.fold_macro" title="fold_macro">fold_macro</a></li><li><a href="#method.fold_macro_delimiter" title="fold_macro_delimiter">fold_macro_delimiter</a></li><li><a href="#method.fold_member" title="fold_member">fold_member</a></li><li><a href="#method.fold_meta" title="fold_meta">fold_meta</a></li><li><a href="#method.fold_meta_list" title="fold_meta_list">fold_meta_list</a></li><li><a href="#method.fold_meta_name_value" title="fold_meta_name_value">fold_meta_name_value</a></li><li><a href="#method.fold_parenthesized_generic_arguments" title="fold_parenthesized_generic_arguments">fold_parenthesized_generic_arguments</a></li><li><a href="#method.fold_pat" title="fold_pat">fold_pat</a></li><li><a href="#method.fold_pat_ident" title="fold_pat_ident">fold_pat_ident</a></li><li><a href="#method.fold_pat_or" title="fold_pat_or">fold_pat_or</a></li><li><a href="#method.fold_pat_paren" title="fold_pat_paren">fold_pat_paren</a></li><li><a href="#method.fold_pat_reference" title="fold_pat_reference">fold_pat_reference</a></li><li><a href="#method.fold_pat_rest" title="fold_pat_rest">fold_pat_rest</a></li><li><a href="#method.fold_pat_slice" title="fold_pat_slice">fold_pat_slice</a></li><li><a href="#method.fold_pat_struct" title="fold_pat_struct">fold_pat_struct</a></li><li><a href="#method.fold_pat_tuple" title="fold_pat_tuple">fold_pat_tuple</a></li><li><a href="#method.fold_pat_tuple_struct" title="fold_pat_tuple_struct">fold_pat_tuple_struct</a></li><li><a href="#method.fold_pat_type" title="fold_pat_type">fold_pat_type</a></li><li><a href="#method.fold_pat_wild" title="fold_pat_wild">fold_pat_wild</a></li><li><a href="#method.fold_path" title="fold_path">fold_path</a></li><li><a href="#method.fold_path_arguments" title="fold_path_arguments">fold_path_arguments</a></li><li><a href="#method.fold_path_segment" title="fold_path_segment">fold_path_segment</a></li><li><a href="#method.fold_pointer_mutability" title="fold_pointer_mutability">fold_pointer_mutability</a></li><li><a href="#method.fold_precise_capture" title="fold_precise_capture">fold_precise_capture</a></li><li><a href="#method.fold_predicate_lifetime" title="fold_predicate_lifetime">fold_predicate_lifetime</a></li><li><a href="#method.fold_predicate_type" title="fold_predicate_type">fold_predicate_type</a></li><li><a href="#method.fold_qself" title="fold_qself">fold_qself</a></li><li><a href="#method.fold_range_limits" title="fold_range_limits">fold_range_limits</a></li><li><a href="#method.fold_receiver" title="fold_receiver">fold_receiver</a></li><li><a href="#method.fold_return_type" title="fold_return_type">fold_return_type</a></li><li><a href="#method.fold_signature" title="fold_signature">fold_signature</a></li><li><a href="#method.fold_span" title="fold_span">fold_span</a></li><li><a href="#method.fold_static_mutability" title="fold_static_mutability">fold_static_mutability</a></li><li><a href="#method.fold_stmt" title="fold_stmt">fold_stmt</a></li><li><a href="#method.fold_stmt_macro" title="fold_stmt_macro">fold_stmt_macro</a></li><li><a href="#method.fold_token_stream" title="fold_token_stream">fold_token_stream</a></li><li><a href="#method.fold_trait_bound" title="fold_trait_bound">fold_trait_bound</a></li><li><a href="#method.fold_trait_bound_modifier" title="fold_trait_bound_modifier">fold_trait_bound_modifier</a></li><li><a href="#method.fold_trait_item" title="fold_trait_item">fold_trait_item</a></li><li><a href="#method.fold_trait_item_const" title="fold_trait_item_const">fold_trait_item_const</a></li><li><a href="#method.fold_trait_item_fn" title="fold_trait_item_fn">fold_trait_item_fn</a></li><li><a href="#method.fold_trait_item_macro" title="fold_trait_item_macro">fold_trait_item_macro</a></li><li><a href="#method.fold_trait_item_type" title="fold_trait_item_type">fold_trait_item_type</a></li><li><a href="#method.fold_type" title="fold_type">fold_type</a></li><li><a href="#method.fold_type_array" title="fold_type_array">fold_type_array</a></li><li><a href="#method.fold_type_bare_fn" title="fold_type_bare_fn">fold_type_bare_fn</a></li><li><a href="#method.fold_type_group" title="fold_type_group">fold_type_group</a></li><li><a href="#method.fold_type_impl_trait" title="fold_type_impl_trait">fold_type_impl_trait</a></li><li><a href="#method.fold_type_infer" title="fold_type_infer">fold_type_infer</a></li><li><a href="#method.fold_type_macro" title="fold_type_macro">fold_type_macro</a></li><li><a href="#method.fold_type_never" title="fold_type_never">fold_type_never</a></li><li><a href="#method.fold_type_param" title="fold_type_param">fold_type_param</a></li><li><a href="#method.fold_type_param_bound" title="fold_type_param_bound">fold_type_param_bound</a></li><li><a href="#method.fold_type_paren" title="fold_type_paren">fold_type_paren</a></li><li><a href="#method.fold_type_path" title="fold_type_path">fold_type_path</a></li><li><a href="#method.fold_type_ptr" title="fold_type_ptr">fold_type_ptr</a></li><li><a href="#method.fold_type_reference" title="fold_type_reference">fold_type_reference</a></li><li><a href="#method.fold_type_slice" title="fold_type_slice">fold_type_slice</a></li><li><a href="#method.fold_type_trait_object" title="fold_type_trait_object">fold_type_trait_object</a></li><li><a href="#method.fold_type_tuple" title="fold_type_tuple">fold_type_tuple</a></li><li><a href="#method.fold_un_op" title="fold_un_op">fold_un_op</a></li><li><a href="#method.fold_use_glob" title="fold_use_glob">fold_use_glob</a></li><li><a href="#method.fold_use_group" title="fold_use_group">fold_use_group</a></li><li><a href="#method.fold_use_name" title="fold_use_name">fold_use_name</a></li><li><a href="#method.fold_use_path" title="fold_use_path">fold_use_path</a></li><li><a href="#method.fold_use_rename" title="fold_use_rename">fold_use_rename</a></li><li><a href="#method.fold_use_tree" title="fold_use_tree">fold_use_tree</a></li><li><a href="#method.fold_variadic" title="fold_variadic">fold_variadic</a></li><li><a href="#method.fold_variant" title="fold_variant">fold_variant</a></li><li><a href="#method.fold_vis_restricted" title="fold_vis_restricted">fold_vis_restricted</a></li><li><a href="#method.fold_visibility" title="fold_visibility">fold_visibility</a></li><li><a href="#method.fold_where_clause" title="fold_where_clause">fold_where_clause</a></li><li><a href="#method.fold_where_predicate" title="fold_where_predicate">fold_where_predicate</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><div id="rustdoc-modnav"><h2><a href="index.html">In syn::<wbr>fold</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../index.html">syn</a>::<wbr><a href="index.html">fold</a></div><h1>Trait <span class="trait">Fold</span> <button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/syn/gen/fold.rs.html#31-1029">Source</a> </span></div><pre class="rust item-decl"><code>pub trait Fold {
|
|
<details class="toggle type-contents-toggle"><summary class="hideme"><span>Show 189 methods</span></summary> // Provided methods
|
|
fn <a href="#method.fold_abi" class="fn">fold_abi</a>(&mut self, i: <a class="struct" href="../struct.Abi.html" title="struct syn::Abi">Abi</a>) -> <a class="struct" href="../struct.Abi.html" title="struct syn::Abi">Abi</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_angle_bracketed_generic_arguments" class="fn">fold_angle_bracketed_generic_arguments</a>(
|
|
&mut self,
|
|
i: <a class="struct" href="../struct.AngleBracketedGenericArguments.html" title="struct syn::AngleBracketedGenericArguments">AngleBracketedGenericArguments</a>,
|
|
) -> <a class="struct" href="../struct.AngleBracketedGenericArguments.html" title="struct syn::AngleBracketedGenericArguments">AngleBracketedGenericArguments</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_arm" class="fn">fold_arm</a>(&mut self, i: <a class="struct" href="../struct.Arm.html" title="struct syn::Arm">Arm</a>) -> <a class="struct" href="../struct.Arm.html" title="struct syn::Arm">Arm</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_assoc_const" class="fn">fold_assoc_const</a>(&mut self, i: <a class="struct" href="../struct.AssocConst.html" title="struct syn::AssocConst">AssocConst</a>) -> <a class="struct" href="../struct.AssocConst.html" title="struct syn::AssocConst">AssocConst</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_assoc_type" class="fn">fold_assoc_type</a>(&mut self, i: <a class="struct" href="../struct.AssocType.html" title="struct syn::AssocType">AssocType</a>) -> <a class="struct" href="../struct.AssocType.html" title="struct syn::AssocType">AssocType</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_attr_style" class="fn">fold_attr_style</a>(&mut self, i: <a class="enum" href="../enum.AttrStyle.html" title="enum syn::AttrStyle">AttrStyle</a>) -> <a class="enum" href="../enum.AttrStyle.html" title="enum syn::AttrStyle">AttrStyle</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_attribute" class="fn">fold_attribute</a>(&mut self, i: <a class="struct" href="../struct.Attribute.html" title="struct syn::Attribute">Attribute</a>) -> <a class="struct" href="../struct.Attribute.html" title="struct syn::Attribute">Attribute</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_attributes" class="fn">fold_attributes</a>(&mut self, i: <a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../struct.Attribute.html" title="struct syn::Attribute">Attribute</a>>) -> <a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../struct.Attribute.html" title="struct syn::Attribute">Attribute</a>> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_bare_fn_arg" class="fn">fold_bare_fn_arg</a>(&mut self, i: <a class="struct" href="../struct.BareFnArg.html" title="struct syn::BareFnArg">BareFnArg</a>) -> <a class="struct" href="../struct.BareFnArg.html" title="struct syn::BareFnArg">BareFnArg</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_bare_variadic" class="fn">fold_bare_variadic</a>(&mut self, i: <a class="struct" href="../struct.BareVariadic.html" title="struct syn::BareVariadic">BareVariadic</a>) -> <a class="struct" href="../struct.BareVariadic.html" title="struct syn::BareVariadic">BareVariadic</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_bin_op" class="fn">fold_bin_op</a>(&mut self, i: <a class="enum" href="../enum.BinOp.html" title="enum syn::BinOp">BinOp</a>) -> <a class="enum" href="../enum.BinOp.html" title="enum syn::BinOp">BinOp</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_block" class="fn">fold_block</a>(&mut self, i: <a class="struct" href="../struct.Block.html" title="struct syn::Block">Block</a>) -> <a class="struct" href="../struct.Block.html" title="struct syn::Block">Block</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_bound_lifetimes" class="fn">fold_bound_lifetimes</a>(&mut self, i: <a class="struct" href="../struct.BoundLifetimes.html" title="struct syn::BoundLifetimes">BoundLifetimes</a>) -> <a class="struct" href="../struct.BoundLifetimes.html" title="struct syn::BoundLifetimes">BoundLifetimes</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_captured_param" class="fn">fold_captured_param</a>(&mut self, i: <a class="enum" href="../enum.CapturedParam.html" title="enum syn::CapturedParam">CapturedParam</a>) -> <a class="enum" href="../enum.CapturedParam.html" title="enum syn::CapturedParam">CapturedParam</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_const_param" class="fn">fold_const_param</a>(&mut self, i: <a class="struct" href="../struct.ConstParam.html" title="struct syn::ConstParam">ConstParam</a>) -> <a class="struct" href="../struct.ConstParam.html" title="struct syn::ConstParam">ConstParam</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_constraint" class="fn">fold_constraint</a>(&mut self, i: <a class="struct" href="../struct.Constraint.html" title="struct syn::Constraint">Constraint</a>) -> <a class="struct" href="../struct.Constraint.html" title="struct syn::Constraint">Constraint</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_data" class="fn">fold_data</a>(&mut self, i: <a class="enum" href="../enum.Data.html" title="enum syn::Data">Data</a>) -> <a class="enum" href="../enum.Data.html" title="enum syn::Data">Data</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_data_enum" class="fn">fold_data_enum</a>(&mut self, i: <a class="struct" href="../struct.DataEnum.html" title="struct syn::DataEnum">DataEnum</a>) -> <a class="struct" href="../struct.DataEnum.html" title="struct syn::DataEnum">DataEnum</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_data_struct" class="fn">fold_data_struct</a>(&mut self, i: <a class="struct" href="../struct.DataStruct.html" title="struct syn::DataStruct">DataStruct</a>) -> <a class="struct" href="../struct.DataStruct.html" title="struct syn::DataStruct">DataStruct</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_data_union" class="fn">fold_data_union</a>(&mut self, i: <a class="struct" href="../struct.DataUnion.html" title="struct syn::DataUnion">DataUnion</a>) -> <a class="struct" href="../struct.DataUnion.html" title="struct syn::DataUnion">DataUnion</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_derive_input" class="fn">fold_derive_input</a>(&mut self, i: <a class="struct" href="../struct.DeriveInput.html" title="struct syn::DeriveInput">DeriveInput</a>) -> <a class="struct" href="../struct.DeriveInput.html" title="struct syn::DeriveInput">DeriveInput</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr" class="fn">fold_expr</a>(&mut self, i: <a class="enum" href="../enum.Expr.html" title="enum syn::Expr">Expr</a>) -> <a class="enum" href="../enum.Expr.html" title="enum syn::Expr">Expr</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_array" class="fn">fold_expr_array</a>(&mut self, i: <a class="struct" href="../struct.ExprArray.html" title="struct syn::ExprArray">ExprArray</a>) -> <a class="struct" href="../struct.ExprArray.html" title="struct syn::ExprArray">ExprArray</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_assign" class="fn">fold_expr_assign</a>(&mut self, i: <a class="struct" href="../struct.ExprAssign.html" title="struct syn::ExprAssign">ExprAssign</a>) -> <a class="struct" href="../struct.ExprAssign.html" title="struct syn::ExprAssign">ExprAssign</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_async" class="fn">fold_expr_async</a>(&mut self, i: <a class="struct" href="../struct.ExprAsync.html" title="struct syn::ExprAsync">ExprAsync</a>) -> <a class="struct" href="../struct.ExprAsync.html" title="struct syn::ExprAsync">ExprAsync</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_await" class="fn">fold_expr_await</a>(&mut self, i: <a class="struct" href="../struct.ExprAwait.html" title="struct syn::ExprAwait">ExprAwait</a>) -> <a class="struct" href="../struct.ExprAwait.html" title="struct syn::ExprAwait">ExprAwait</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_binary" class="fn">fold_expr_binary</a>(&mut self, i: <a class="struct" href="../struct.ExprBinary.html" title="struct syn::ExprBinary">ExprBinary</a>) -> <a class="struct" href="../struct.ExprBinary.html" title="struct syn::ExprBinary">ExprBinary</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_block" class="fn">fold_expr_block</a>(&mut self, i: <a class="struct" href="../struct.ExprBlock.html" title="struct syn::ExprBlock">ExprBlock</a>) -> <a class="struct" href="../struct.ExprBlock.html" title="struct syn::ExprBlock">ExprBlock</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_break" class="fn">fold_expr_break</a>(&mut self, i: <a class="struct" href="../struct.ExprBreak.html" title="struct syn::ExprBreak">ExprBreak</a>) -> <a class="struct" href="../struct.ExprBreak.html" title="struct syn::ExprBreak">ExprBreak</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_call" class="fn">fold_expr_call</a>(&mut self, i: <a class="struct" href="../struct.ExprCall.html" title="struct syn::ExprCall">ExprCall</a>) -> <a class="struct" href="../struct.ExprCall.html" title="struct syn::ExprCall">ExprCall</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_cast" class="fn">fold_expr_cast</a>(&mut self, i: <a class="struct" href="../struct.ExprCast.html" title="struct syn::ExprCast">ExprCast</a>) -> <a class="struct" href="../struct.ExprCast.html" title="struct syn::ExprCast">ExprCast</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_closure" class="fn">fold_expr_closure</a>(&mut self, i: <a class="struct" href="../struct.ExprClosure.html" title="struct syn::ExprClosure">ExprClosure</a>) -> <a class="struct" href="../struct.ExprClosure.html" title="struct syn::ExprClosure">ExprClosure</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_const" class="fn">fold_expr_const</a>(&mut self, i: <a class="struct" href="../struct.ExprConst.html" title="struct syn::ExprConst">ExprConst</a>) -> <a class="struct" href="../struct.ExprConst.html" title="struct syn::ExprConst">ExprConst</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_continue" class="fn">fold_expr_continue</a>(&mut self, i: <a class="struct" href="../struct.ExprContinue.html" title="struct syn::ExprContinue">ExprContinue</a>) -> <a class="struct" href="../struct.ExprContinue.html" title="struct syn::ExprContinue">ExprContinue</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_field" class="fn">fold_expr_field</a>(&mut self, i: <a class="struct" href="../struct.ExprField.html" title="struct syn::ExprField">ExprField</a>) -> <a class="struct" href="../struct.ExprField.html" title="struct syn::ExprField">ExprField</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_for_loop" class="fn">fold_expr_for_loop</a>(&mut self, i: <a class="struct" href="../struct.ExprForLoop.html" title="struct syn::ExprForLoop">ExprForLoop</a>) -> <a class="struct" href="../struct.ExprForLoop.html" title="struct syn::ExprForLoop">ExprForLoop</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_group" class="fn">fold_expr_group</a>(&mut self, i: <a class="struct" href="../struct.ExprGroup.html" title="struct syn::ExprGroup">ExprGroup</a>) -> <a class="struct" href="../struct.ExprGroup.html" title="struct syn::ExprGroup">ExprGroup</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_if" class="fn">fold_expr_if</a>(&mut self, i: <a class="struct" href="../struct.ExprIf.html" title="struct syn::ExprIf">ExprIf</a>) -> <a class="struct" href="../struct.ExprIf.html" title="struct syn::ExprIf">ExprIf</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_index" class="fn">fold_expr_index</a>(&mut self, i: <a class="struct" href="../struct.ExprIndex.html" title="struct syn::ExprIndex">ExprIndex</a>) -> <a class="struct" href="../struct.ExprIndex.html" title="struct syn::ExprIndex">ExprIndex</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_infer" class="fn">fold_expr_infer</a>(&mut self, i: <a class="struct" href="../struct.ExprInfer.html" title="struct syn::ExprInfer">ExprInfer</a>) -> <a class="struct" href="../struct.ExprInfer.html" title="struct syn::ExprInfer">ExprInfer</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_let" class="fn">fold_expr_let</a>(&mut self, i: <a class="struct" href="../struct.ExprLet.html" title="struct syn::ExprLet">ExprLet</a>) -> <a class="struct" href="../struct.ExprLet.html" title="struct syn::ExprLet">ExprLet</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_lit" class="fn">fold_expr_lit</a>(&mut self, i: <a class="struct" href="../struct.ExprLit.html" title="struct syn::ExprLit">ExprLit</a>) -> <a class="struct" href="../struct.ExprLit.html" title="struct syn::ExprLit">ExprLit</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_loop" class="fn">fold_expr_loop</a>(&mut self, i: <a class="struct" href="../struct.ExprLoop.html" title="struct syn::ExprLoop">ExprLoop</a>) -> <a class="struct" href="../struct.ExprLoop.html" title="struct syn::ExprLoop">ExprLoop</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_macro" class="fn">fold_expr_macro</a>(&mut self, i: <a class="struct" href="../struct.ExprMacro.html" title="struct syn::ExprMacro">ExprMacro</a>) -> <a class="struct" href="../struct.ExprMacro.html" title="struct syn::ExprMacro">ExprMacro</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_match" class="fn">fold_expr_match</a>(&mut self, i: <a class="struct" href="../struct.ExprMatch.html" title="struct syn::ExprMatch">ExprMatch</a>) -> <a class="struct" href="../struct.ExprMatch.html" title="struct syn::ExprMatch">ExprMatch</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_method_call" class="fn">fold_expr_method_call</a>(&mut self, i: <a class="struct" href="../struct.ExprMethodCall.html" title="struct syn::ExprMethodCall">ExprMethodCall</a>) -> <a class="struct" href="../struct.ExprMethodCall.html" title="struct syn::ExprMethodCall">ExprMethodCall</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_paren" class="fn">fold_expr_paren</a>(&mut self, i: <a class="struct" href="../struct.ExprParen.html" title="struct syn::ExprParen">ExprParen</a>) -> <a class="struct" href="../struct.ExprParen.html" title="struct syn::ExprParen">ExprParen</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_path" class="fn">fold_expr_path</a>(&mut self, i: <a class="struct" href="../struct.ExprPath.html" title="struct syn::ExprPath">ExprPath</a>) -> <a class="struct" href="../struct.ExprPath.html" title="struct syn::ExprPath">ExprPath</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_range" class="fn">fold_expr_range</a>(&mut self, i: <a class="struct" href="../struct.ExprRange.html" title="struct syn::ExprRange">ExprRange</a>) -> <a class="struct" href="../struct.ExprRange.html" title="struct syn::ExprRange">ExprRange</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_raw_addr" class="fn">fold_expr_raw_addr</a>(&mut self, i: <a class="struct" href="../struct.ExprRawAddr.html" title="struct syn::ExprRawAddr">ExprRawAddr</a>) -> <a class="struct" href="../struct.ExprRawAddr.html" title="struct syn::ExprRawAddr">ExprRawAddr</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_reference" class="fn">fold_expr_reference</a>(&mut self, i: <a class="struct" href="../struct.ExprReference.html" title="struct syn::ExprReference">ExprReference</a>) -> <a class="struct" href="../struct.ExprReference.html" title="struct syn::ExprReference">ExprReference</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_repeat" class="fn">fold_expr_repeat</a>(&mut self, i: <a class="struct" href="../struct.ExprRepeat.html" title="struct syn::ExprRepeat">ExprRepeat</a>) -> <a class="struct" href="../struct.ExprRepeat.html" title="struct syn::ExprRepeat">ExprRepeat</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_return" class="fn">fold_expr_return</a>(&mut self, i: <a class="struct" href="../struct.ExprReturn.html" title="struct syn::ExprReturn">ExprReturn</a>) -> <a class="struct" href="../struct.ExprReturn.html" title="struct syn::ExprReturn">ExprReturn</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_struct" class="fn">fold_expr_struct</a>(&mut self, i: <a class="struct" href="../struct.ExprStruct.html" title="struct syn::ExprStruct">ExprStruct</a>) -> <a class="struct" href="../struct.ExprStruct.html" title="struct syn::ExprStruct">ExprStruct</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_try" class="fn">fold_expr_try</a>(&mut self, i: <a class="struct" href="../struct.ExprTry.html" title="struct syn::ExprTry">ExprTry</a>) -> <a class="struct" href="../struct.ExprTry.html" title="struct syn::ExprTry">ExprTry</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_try_block" class="fn">fold_expr_try_block</a>(&mut self, i: <a class="struct" href="../struct.ExprTryBlock.html" title="struct syn::ExprTryBlock">ExprTryBlock</a>) -> <a class="struct" href="../struct.ExprTryBlock.html" title="struct syn::ExprTryBlock">ExprTryBlock</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_tuple" class="fn">fold_expr_tuple</a>(&mut self, i: <a class="struct" href="../struct.ExprTuple.html" title="struct syn::ExprTuple">ExprTuple</a>) -> <a class="struct" href="../struct.ExprTuple.html" title="struct syn::ExprTuple">ExprTuple</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_unary" class="fn">fold_expr_unary</a>(&mut self, i: <a class="struct" href="../struct.ExprUnary.html" title="struct syn::ExprUnary">ExprUnary</a>) -> <a class="struct" href="../struct.ExprUnary.html" title="struct syn::ExprUnary">ExprUnary</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_unsafe" class="fn">fold_expr_unsafe</a>(&mut self, i: <a class="struct" href="../struct.ExprUnsafe.html" title="struct syn::ExprUnsafe">ExprUnsafe</a>) -> <a class="struct" href="../struct.ExprUnsafe.html" title="struct syn::ExprUnsafe">ExprUnsafe</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_while" class="fn">fold_expr_while</a>(&mut self, i: <a class="struct" href="../struct.ExprWhile.html" title="struct syn::ExprWhile">ExprWhile</a>) -> <a class="struct" href="../struct.ExprWhile.html" title="struct syn::ExprWhile">ExprWhile</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_expr_yield" class="fn">fold_expr_yield</a>(&mut self, i: <a class="struct" href="../struct.ExprYield.html" title="struct syn::ExprYield">ExprYield</a>) -> <a class="struct" href="../struct.ExprYield.html" title="struct syn::ExprYield">ExprYield</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_field" class="fn">fold_field</a>(&mut self, i: <a class="struct" href="../struct.Field.html" title="struct syn::Field">Field</a>) -> <a class="struct" href="../struct.Field.html" title="struct syn::Field">Field</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_field_mutability" class="fn">fold_field_mutability</a>(&mut self, i: <a class="enum" href="../enum.FieldMutability.html" title="enum syn::FieldMutability">FieldMutability</a>) -> <a class="enum" href="../enum.FieldMutability.html" title="enum syn::FieldMutability">FieldMutability</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_field_pat" class="fn">fold_field_pat</a>(&mut self, i: <a class="struct" href="../struct.FieldPat.html" title="struct syn::FieldPat">FieldPat</a>) -> <a class="struct" href="../struct.FieldPat.html" title="struct syn::FieldPat">FieldPat</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_field_value" class="fn">fold_field_value</a>(&mut self, i: <a class="struct" href="../struct.FieldValue.html" title="struct syn::FieldValue">FieldValue</a>) -> <a class="struct" href="../struct.FieldValue.html" title="struct syn::FieldValue">FieldValue</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_fields" class="fn">fold_fields</a>(&mut self, i: <a class="enum" href="../enum.Fields.html" title="enum syn::Fields">Fields</a>) -> <a class="enum" href="../enum.Fields.html" title="enum syn::Fields">Fields</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_fields_named" class="fn">fold_fields_named</a>(&mut self, i: <a class="struct" href="../struct.FieldsNamed.html" title="struct syn::FieldsNamed">FieldsNamed</a>) -> <a class="struct" href="../struct.FieldsNamed.html" title="struct syn::FieldsNamed">FieldsNamed</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_fields_unnamed" class="fn">fold_fields_unnamed</a>(&mut self, i: <a class="struct" href="../struct.FieldsUnnamed.html" title="struct syn::FieldsUnnamed">FieldsUnnamed</a>) -> <a class="struct" href="../struct.FieldsUnnamed.html" title="struct syn::FieldsUnnamed">FieldsUnnamed</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_file" class="fn">fold_file</a>(&mut self, i: <a class="struct" href="../struct.File.html" title="struct syn::File">File</a>) -> <a class="struct" href="../struct.File.html" title="struct syn::File">File</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_fn_arg" class="fn">fold_fn_arg</a>(&mut self, i: <a class="enum" href="../enum.FnArg.html" title="enum syn::FnArg">FnArg</a>) -> <a class="enum" href="../enum.FnArg.html" title="enum syn::FnArg">FnArg</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_foreign_item" class="fn">fold_foreign_item</a>(&mut self, i: <a class="enum" href="../enum.ForeignItem.html" title="enum syn::ForeignItem">ForeignItem</a>) -> <a class="enum" href="../enum.ForeignItem.html" title="enum syn::ForeignItem">ForeignItem</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_foreign_item_fn" class="fn">fold_foreign_item_fn</a>(&mut self, i: <a class="struct" href="../struct.ForeignItemFn.html" title="struct syn::ForeignItemFn">ForeignItemFn</a>) -> <a class="struct" href="../struct.ForeignItemFn.html" title="struct syn::ForeignItemFn">ForeignItemFn</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_foreign_item_macro" class="fn">fold_foreign_item_macro</a>(
|
|
&mut self,
|
|
i: <a class="struct" href="../struct.ForeignItemMacro.html" title="struct syn::ForeignItemMacro">ForeignItemMacro</a>,
|
|
) -> <a class="struct" href="../struct.ForeignItemMacro.html" title="struct syn::ForeignItemMacro">ForeignItemMacro</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_foreign_item_static" class="fn">fold_foreign_item_static</a>(
|
|
&mut self,
|
|
i: <a class="struct" href="../struct.ForeignItemStatic.html" title="struct syn::ForeignItemStatic">ForeignItemStatic</a>,
|
|
) -> <a class="struct" href="../struct.ForeignItemStatic.html" title="struct syn::ForeignItemStatic">ForeignItemStatic</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_foreign_item_type" class="fn">fold_foreign_item_type</a>(&mut self, i: <a class="struct" href="../struct.ForeignItemType.html" title="struct syn::ForeignItemType">ForeignItemType</a>) -> <a class="struct" href="../struct.ForeignItemType.html" title="struct syn::ForeignItemType">ForeignItemType</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_generic_argument" class="fn">fold_generic_argument</a>(&mut self, i: <a class="enum" href="../enum.GenericArgument.html" title="enum syn::GenericArgument">GenericArgument</a>) -> <a class="enum" href="../enum.GenericArgument.html" title="enum syn::GenericArgument">GenericArgument</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_generic_param" class="fn">fold_generic_param</a>(&mut self, i: <a class="enum" href="../enum.GenericParam.html" title="enum syn::GenericParam">GenericParam</a>) -> <a class="enum" href="../enum.GenericParam.html" title="enum syn::GenericParam">GenericParam</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_generics" class="fn">fold_generics</a>(&mut self, i: <a class="struct" href="../struct.Generics.html" title="struct syn::Generics">Generics</a>) -> <a class="struct" href="../struct.Generics.html" title="struct syn::Generics">Generics</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_ident" class="fn">fold_ident</a>(&mut self, i: <a class="struct" href="../struct.Ident.html" title="struct syn::Ident">Ident</a>) -> <a class="struct" href="../struct.Ident.html" title="struct syn::Ident">Ident</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_impl_item" class="fn">fold_impl_item</a>(&mut self, i: <a class="enum" href="../enum.ImplItem.html" title="enum syn::ImplItem">ImplItem</a>) -> <a class="enum" href="../enum.ImplItem.html" title="enum syn::ImplItem">ImplItem</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_impl_item_const" class="fn">fold_impl_item_const</a>(&mut self, i: <a class="struct" href="../struct.ImplItemConst.html" title="struct syn::ImplItemConst">ImplItemConst</a>) -> <a class="struct" href="../struct.ImplItemConst.html" title="struct syn::ImplItemConst">ImplItemConst</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_impl_item_fn" class="fn">fold_impl_item_fn</a>(&mut self, i: <a class="struct" href="../struct.ImplItemFn.html" title="struct syn::ImplItemFn">ImplItemFn</a>) -> <a class="struct" href="../struct.ImplItemFn.html" title="struct syn::ImplItemFn">ImplItemFn</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_impl_item_macro" class="fn">fold_impl_item_macro</a>(&mut self, i: <a class="struct" href="../struct.ImplItemMacro.html" title="struct syn::ImplItemMacro">ImplItemMacro</a>) -> <a class="struct" href="../struct.ImplItemMacro.html" title="struct syn::ImplItemMacro">ImplItemMacro</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_impl_item_type" class="fn">fold_impl_item_type</a>(&mut self, i: <a class="struct" href="../struct.ImplItemType.html" title="struct syn::ImplItemType">ImplItemType</a>) -> <a class="struct" href="../struct.ImplItemType.html" title="struct syn::ImplItemType">ImplItemType</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_impl_restriction" class="fn">fold_impl_restriction</a>(&mut self, i: <a class="enum" href="../enum.ImplRestriction.html" title="enum syn::ImplRestriction">ImplRestriction</a>) -> <a class="enum" href="../enum.ImplRestriction.html" title="enum syn::ImplRestriction">ImplRestriction</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_index" class="fn">fold_index</a>(&mut self, i: <a class="struct" href="../struct.Index.html" title="struct syn::Index">Index</a>) -> <a class="struct" href="../struct.Index.html" title="struct syn::Index">Index</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item" class="fn">fold_item</a>(&mut self, i: <a class="enum" href="../enum.Item.html" title="enum syn::Item">Item</a>) -> <a class="enum" href="../enum.Item.html" title="enum syn::Item">Item</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_const" class="fn">fold_item_const</a>(&mut self, i: <a class="struct" href="../struct.ItemConst.html" title="struct syn::ItemConst">ItemConst</a>) -> <a class="struct" href="../struct.ItemConst.html" title="struct syn::ItemConst">ItemConst</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_enum" class="fn">fold_item_enum</a>(&mut self, i: <a class="struct" href="../struct.ItemEnum.html" title="struct syn::ItemEnum">ItemEnum</a>) -> <a class="struct" href="../struct.ItemEnum.html" title="struct syn::ItemEnum">ItemEnum</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_extern_crate" class="fn">fold_item_extern_crate</a>(&mut self, i: <a class="struct" href="../struct.ItemExternCrate.html" title="struct syn::ItemExternCrate">ItemExternCrate</a>) -> <a class="struct" href="../struct.ItemExternCrate.html" title="struct syn::ItemExternCrate">ItemExternCrate</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_fn" class="fn">fold_item_fn</a>(&mut self, i: <a class="struct" href="../struct.ItemFn.html" title="struct syn::ItemFn">ItemFn</a>) -> <a class="struct" href="../struct.ItemFn.html" title="struct syn::ItemFn">ItemFn</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_foreign_mod" class="fn">fold_item_foreign_mod</a>(&mut self, i: <a class="struct" href="../struct.ItemForeignMod.html" title="struct syn::ItemForeignMod">ItemForeignMod</a>) -> <a class="struct" href="../struct.ItemForeignMod.html" title="struct syn::ItemForeignMod">ItemForeignMod</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_impl" class="fn">fold_item_impl</a>(&mut self, i: <a class="struct" href="../struct.ItemImpl.html" title="struct syn::ItemImpl">ItemImpl</a>) -> <a class="struct" href="../struct.ItemImpl.html" title="struct syn::ItemImpl">ItemImpl</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_macro" class="fn">fold_item_macro</a>(&mut self, i: <a class="struct" href="../struct.ItemMacro.html" title="struct syn::ItemMacro">ItemMacro</a>) -> <a class="struct" href="../struct.ItemMacro.html" title="struct syn::ItemMacro">ItemMacro</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_mod" class="fn">fold_item_mod</a>(&mut self, i: <a class="struct" href="../struct.ItemMod.html" title="struct syn::ItemMod">ItemMod</a>) -> <a class="struct" href="../struct.ItemMod.html" title="struct syn::ItemMod">ItemMod</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_static" class="fn">fold_item_static</a>(&mut self, i: <a class="struct" href="../struct.ItemStatic.html" title="struct syn::ItemStatic">ItemStatic</a>) -> <a class="struct" href="../struct.ItemStatic.html" title="struct syn::ItemStatic">ItemStatic</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_struct" class="fn">fold_item_struct</a>(&mut self, i: <a class="struct" href="../struct.ItemStruct.html" title="struct syn::ItemStruct">ItemStruct</a>) -> <a class="struct" href="../struct.ItemStruct.html" title="struct syn::ItemStruct">ItemStruct</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_trait" class="fn">fold_item_trait</a>(&mut self, i: <a class="struct" href="../struct.ItemTrait.html" title="struct syn::ItemTrait">ItemTrait</a>) -> <a class="struct" href="../struct.ItemTrait.html" title="struct syn::ItemTrait">ItemTrait</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_trait_alias" class="fn">fold_item_trait_alias</a>(&mut self, i: <a class="struct" href="../struct.ItemTraitAlias.html" title="struct syn::ItemTraitAlias">ItemTraitAlias</a>) -> <a class="struct" href="../struct.ItemTraitAlias.html" title="struct syn::ItemTraitAlias">ItemTraitAlias</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_type" class="fn">fold_item_type</a>(&mut self, i: <a class="struct" href="../struct.ItemType.html" title="struct syn::ItemType">ItemType</a>) -> <a class="struct" href="../struct.ItemType.html" title="struct syn::ItemType">ItemType</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_union" class="fn">fold_item_union</a>(&mut self, i: <a class="struct" href="../struct.ItemUnion.html" title="struct syn::ItemUnion">ItemUnion</a>) -> <a class="struct" href="../struct.ItemUnion.html" title="struct syn::ItemUnion">ItemUnion</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_item_use" class="fn">fold_item_use</a>(&mut self, i: <a class="struct" href="../struct.ItemUse.html" title="struct syn::ItemUse">ItemUse</a>) -> <a class="struct" href="../struct.ItemUse.html" title="struct syn::ItemUse">ItemUse</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_label" class="fn">fold_label</a>(&mut self, i: <a class="struct" href="../struct.Label.html" title="struct syn::Label">Label</a>) -> <a class="struct" href="../struct.Label.html" title="struct syn::Label">Label</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_lifetime" class="fn">fold_lifetime</a>(&mut self, i: <a class="struct" href="../struct.Lifetime.html" title="struct syn::Lifetime">Lifetime</a>) -> <a class="struct" href="../struct.Lifetime.html" title="struct syn::Lifetime">Lifetime</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_lifetime_param" class="fn">fold_lifetime_param</a>(&mut self, i: <a class="struct" href="../struct.LifetimeParam.html" title="struct syn::LifetimeParam">LifetimeParam</a>) -> <a class="struct" href="../struct.LifetimeParam.html" title="struct syn::LifetimeParam">LifetimeParam</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_lit" class="fn">fold_lit</a>(&mut self, i: <a class="enum" href="../enum.Lit.html" title="enum syn::Lit">Lit</a>) -> <a class="enum" href="../enum.Lit.html" title="enum syn::Lit">Lit</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_lit_bool" class="fn">fold_lit_bool</a>(&mut self, i: <a class="struct" href="../struct.LitBool.html" title="struct syn::LitBool">LitBool</a>) -> <a class="struct" href="../struct.LitBool.html" title="struct syn::LitBool">LitBool</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_lit_byte" class="fn">fold_lit_byte</a>(&mut self, i: <a class="struct" href="../struct.LitByte.html" title="struct syn::LitByte">LitByte</a>) -> <a class="struct" href="../struct.LitByte.html" title="struct syn::LitByte">LitByte</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_lit_byte_str" class="fn">fold_lit_byte_str</a>(&mut self, i: <a class="struct" href="../struct.LitByteStr.html" title="struct syn::LitByteStr">LitByteStr</a>) -> <a class="struct" href="../struct.LitByteStr.html" title="struct syn::LitByteStr">LitByteStr</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_lit_cstr" class="fn">fold_lit_cstr</a>(&mut self, i: <a class="struct" href="../struct.LitCStr.html" title="struct syn::LitCStr">LitCStr</a>) -> <a class="struct" href="../struct.LitCStr.html" title="struct syn::LitCStr">LitCStr</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_lit_char" class="fn">fold_lit_char</a>(&mut self, i: <a class="struct" href="../struct.LitChar.html" title="struct syn::LitChar">LitChar</a>) -> <a class="struct" href="../struct.LitChar.html" title="struct syn::LitChar">LitChar</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_lit_float" class="fn">fold_lit_float</a>(&mut self, i: <a class="struct" href="../struct.LitFloat.html" title="struct syn::LitFloat">LitFloat</a>) -> <a class="struct" href="../struct.LitFloat.html" title="struct syn::LitFloat">LitFloat</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_lit_int" class="fn">fold_lit_int</a>(&mut self, i: <a class="struct" href="../struct.LitInt.html" title="struct syn::LitInt">LitInt</a>) -> <a class="struct" href="../struct.LitInt.html" title="struct syn::LitInt">LitInt</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_lit_str" class="fn">fold_lit_str</a>(&mut self, i: <a class="struct" href="../struct.LitStr.html" title="struct syn::LitStr">LitStr</a>) -> <a class="struct" href="../struct.LitStr.html" title="struct syn::LitStr">LitStr</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_local" class="fn">fold_local</a>(&mut self, i: <a class="struct" href="../struct.Local.html" title="struct syn::Local">Local</a>) -> <a class="struct" href="../struct.Local.html" title="struct syn::Local">Local</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_local_init" class="fn">fold_local_init</a>(&mut self, i: <a class="struct" href="../struct.LocalInit.html" title="struct syn::LocalInit">LocalInit</a>) -> <a class="struct" href="../struct.LocalInit.html" title="struct syn::LocalInit">LocalInit</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_macro" class="fn">fold_macro</a>(&mut self, i: <a class="struct" href="../struct.Macro.html" title="struct syn::Macro">Macro</a>) -> <a class="struct" href="../struct.Macro.html" title="struct syn::Macro">Macro</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_macro_delimiter" class="fn">fold_macro_delimiter</a>(&mut self, i: <a class="enum" href="../enum.MacroDelimiter.html" title="enum syn::MacroDelimiter">MacroDelimiter</a>) -> <a class="enum" href="../enum.MacroDelimiter.html" title="enum syn::MacroDelimiter">MacroDelimiter</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_member" class="fn">fold_member</a>(&mut self, i: <a class="enum" href="../enum.Member.html" title="enum syn::Member">Member</a>) -> <a class="enum" href="../enum.Member.html" title="enum syn::Member">Member</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_meta" class="fn">fold_meta</a>(&mut self, i: <a class="enum" href="../enum.Meta.html" title="enum syn::Meta">Meta</a>) -> <a class="enum" href="../enum.Meta.html" title="enum syn::Meta">Meta</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_meta_list" class="fn">fold_meta_list</a>(&mut self, i: <a class="struct" href="../struct.MetaList.html" title="struct syn::MetaList">MetaList</a>) -> <a class="struct" href="../struct.MetaList.html" title="struct syn::MetaList">MetaList</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_meta_name_value" class="fn">fold_meta_name_value</a>(&mut self, i: <a class="struct" href="../struct.MetaNameValue.html" title="struct syn::MetaNameValue">MetaNameValue</a>) -> <a class="struct" href="../struct.MetaNameValue.html" title="struct syn::MetaNameValue">MetaNameValue</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_parenthesized_generic_arguments" class="fn">fold_parenthesized_generic_arguments</a>(
|
|
&mut self,
|
|
i: <a class="struct" href="../struct.ParenthesizedGenericArguments.html" title="struct syn::ParenthesizedGenericArguments">ParenthesizedGenericArguments</a>,
|
|
) -> <a class="struct" href="../struct.ParenthesizedGenericArguments.html" title="struct syn::ParenthesizedGenericArguments">ParenthesizedGenericArguments</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_pat" class="fn">fold_pat</a>(&mut self, i: <a class="enum" href="../enum.Pat.html" title="enum syn::Pat">Pat</a>) -> <a class="enum" href="../enum.Pat.html" title="enum syn::Pat">Pat</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_pat_ident" class="fn">fold_pat_ident</a>(&mut self, i: <a class="struct" href="../struct.PatIdent.html" title="struct syn::PatIdent">PatIdent</a>) -> <a class="struct" href="../struct.PatIdent.html" title="struct syn::PatIdent">PatIdent</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_pat_or" class="fn">fold_pat_or</a>(&mut self, i: <a class="struct" href="../struct.PatOr.html" title="struct syn::PatOr">PatOr</a>) -> <a class="struct" href="../struct.PatOr.html" title="struct syn::PatOr">PatOr</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_pat_paren" class="fn">fold_pat_paren</a>(&mut self, i: <a class="struct" href="../struct.PatParen.html" title="struct syn::PatParen">PatParen</a>) -> <a class="struct" href="../struct.PatParen.html" title="struct syn::PatParen">PatParen</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_pat_reference" class="fn">fold_pat_reference</a>(&mut self, i: <a class="struct" href="../struct.PatReference.html" title="struct syn::PatReference">PatReference</a>) -> <a class="struct" href="../struct.PatReference.html" title="struct syn::PatReference">PatReference</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_pat_rest" class="fn">fold_pat_rest</a>(&mut self, i: <a class="struct" href="../struct.PatRest.html" title="struct syn::PatRest">PatRest</a>) -> <a class="struct" href="../struct.PatRest.html" title="struct syn::PatRest">PatRest</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_pat_slice" class="fn">fold_pat_slice</a>(&mut self, i: <a class="struct" href="../struct.PatSlice.html" title="struct syn::PatSlice">PatSlice</a>) -> <a class="struct" href="../struct.PatSlice.html" title="struct syn::PatSlice">PatSlice</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_pat_struct" class="fn">fold_pat_struct</a>(&mut self, i: <a class="struct" href="../struct.PatStruct.html" title="struct syn::PatStruct">PatStruct</a>) -> <a class="struct" href="../struct.PatStruct.html" title="struct syn::PatStruct">PatStruct</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_pat_tuple" class="fn">fold_pat_tuple</a>(&mut self, i: <a class="struct" href="../struct.PatTuple.html" title="struct syn::PatTuple">PatTuple</a>) -> <a class="struct" href="../struct.PatTuple.html" title="struct syn::PatTuple">PatTuple</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_pat_tuple_struct" class="fn">fold_pat_tuple_struct</a>(&mut self, i: <a class="struct" href="../struct.PatTupleStruct.html" title="struct syn::PatTupleStruct">PatTupleStruct</a>) -> <a class="struct" href="../struct.PatTupleStruct.html" title="struct syn::PatTupleStruct">PatTupleStruct</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_pat_type" class="fn">fold_pat_type</a>(&mut self, i: <a class="struct" href="../struct.PatType.html" title="struct syn::PatType">PatType</a>) -> <a class="struct" href="../struct.PatType.html" title="struct syn::PatType">PatType</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_pat_wild" class="fn">fold_pat_wild</a>(&mut self, i: <a class="struct" href="../struct.PatWild.html" title="struct syn::PatWild">PatWild</a>) -> <a class="struct" href="../struct.PatWild.html" title="struct syn::PatWild">PatWild</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_path" class="fn">fold_path</a>(&mut self, i: <a class="struct" href="../struct.Path.html" title="struct syn::Path">Path</a>) -> <a class="struct" href="../struct.Path.html" title="struct syn::Path">Path</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_path_arguments" class="fn">fold_path_arguments</a>(&mut self, i: <a class="enum" href="../enum.PathArguments.html" title="enum syn::PathArguments">PathArguments</a>) -> <a class="enum" href="../enum.PathArguments.html" title="enum syn::PathArguments">PathArguments</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_path_segment" class="fn">fold_path_segment</a>(&mut self, i: <a class="struct" href="../struct.PathSegment.html" title="struct syn::PathSegment">PathSegment</a>) -> <a class="struct" href="../struct.PathSegment.html" title="struct syn::PathSegment">PathSegment</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_pointer_mutability" class="fn">fold_pointer_mutability</a>(
|
|
&mut self,
|
|
i: <a class="enum" href="../enum.PointerMutability.html" title="enum syn::PointerMutability">PointerMutability</a>,
|
|
) -> <a class="enum" href="../enum.PointerMutability.html" title="enum syn::PointerMutability">PointerMutability</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_precise_capture" class="fn">fold_precise_capture</a>(&mut self, i: <a class="struct" href="../struct.PreciseCapture.html" title="struct syn::PreciseCapture">PreciseCapture</a>) -> <a class="struct" href="../struct.PreciseCapture.html" title="struct syn::PreciseCapture">PreciseCapture</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_predicate_lifetime" class="fn">fold_predicate_lifetime</a>(
|
|
&mut self,
|
|
i: <a class="struct" href="../struct.PredicateLifetime.html" title="struct syn::PredicateLifetime">PredicateLifetime</a>,
|
|
) -> <a class="struct" href="../struct.PredicateLifetime.html" title="struct syn::PredicateLifetime">PredicateLifetime</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_predicate_type" class="fn">fold_predicate_type</a>(&mut self, i: <a class="struct" href="../struct.PredicateType.html" title="struct syn::PredicateType">PredicateType</a>) -> <a class="struct" href="../struct.PredicateType.html" title="struct syn::PredicateType">PredicateType</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_qself" class="fn">fold_qself</a>(&mut self, i: <a class="struct" href="../struct.QSelf.html" title="struct syn::QSelf">QSelf</a>) -> <a class="struct" href="../struct.QSelf.html" title="struct syn::QSelf">QSelf</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_range_limits" class="fn">fold_range_limits</a>(&mut self, i: <a class="enum" href="../enum.RangeLimits.html" title="enum syn::RangeLimits">RangeLimits</a>) -> <a class="enum" href="../enum.RangeLimits.html" title="enum syn::RangeLimits">RangeLimits</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_receiver" class="fn">fold_receiver</a>(&mut self, i: <a class="struct" href="../struct.Receiver.html" title="struct syn::Receiver">Receiver</a>) -> <a class="struct" href="../struct.Receiver.html" title="struct syn::Receiver">Receiver</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_return_type" class="fn">fold_return_type</a>(&mut self, i: <a class="enum" href="../enum.ReturnType.html" title="enum syn::ReturnType">ReturnType</a>) -> <a class="enum" href="../enum.ReturnType.html" title="enum syn::ReturnType">ReturnType</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_signature" class="fn">fold_signature</a>(&mut self, i: <a class="struct" href="../struct.Signature.html" title="struct syn::Signature">Signature</a>) -> <a class="struct" href="../struct.Signature.html" title="struct syn::Signature">Signature</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_span" class="fn">fold_span</a>(&mut self, i: <a class="struct" href="../../proc_macro2/struct.Span.html" title="struct proc_macro2::Span">Span</a>) -> <a class="struct" href="../../proc_macro2/struct.Span.html" title="struct proc_macro2::Span">Span</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_static_mutability" class="fn">fold_static_mutability</a>(
|
|
&mut self,
|
|
i: <a class="enum" href="../enum.StaticMutability.html" title="enum syn::StaticMutability">StaticMutability</a>,
|
|
) -> <a class="enum" href="../enum.StaticMutability.html" title="enum syn::StaticMutability">StaticMutability</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_stmt" class="fn">fold_stmt</a>(&mut self, i: <a class="enum" href="../enum.Stmt.html" title="enum syn::Stmt">Stmt</a>) -> <a class="enum" href="../enum.Stmt.html" title="enum syn::Stmt">Stmt</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_stmt_macro" class="fn">fold_stmt_macro</a>(&mut self, i: <a class="struct" href="../struct.StmtMacro.html" title="struct syn::StmtMacro">StmtMacro</a>) -> <a class="struct" href="../struct.StmtMacro.html" title="struct syn::StmtMacro">StmtMacro</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_token_stream" class="fn">fold_token_stream</a>(&mut self, i: <a class="struct" href="../../proc_macro2/struct.TokenStream.html" title="struct proc_macro2::TokenStream">TokenStream</a>) -> <a class="struct" href="../../proc_macro2/struct.TokenStream.html" title="struct proc_macro2::TokenStream">TokenStream</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_trait_bound" class="fn">fold_trait_bound</a>(&mut self, i: <a class="struct" href="../struct.TraitBound.html" title="struct syn::TraitBound">TraitBound</a>) -> <a class="struct" href="../struct.TraitBound.html" title="struct syn::TraitBound">TraitBound</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_trait_bound_modifier" class="fn">fold_trait_bound_modifier</a>(
|
|
&mut self,
|
|
i: <a class="enum" href="../enum.TraitBoundModifier.html" title="enum syn::TraitBoundModifier">TraitBoundModifier</a>,
|
|
) -> <a class="enum" href="../enum.TraitBoundModifier.html" title="enum syn::TraitBoundModifier">TraitBoundModifier</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_trait_item" class="fn">fold_trait_item</a>(&mut self, i: <a class="enum" href="../enum.TraitItem.html" title="enum syn::TraitItem">TraitItem</a>) -> <a class="enum" href="../enum.TraitItem.html" title="enum syn::TraitItem">TraitItem</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_trait_item_const" class="fn">fold_trait_item_const</a>(&mut self, i: <a class="struct" href="../struct.TraitItemConst.html" title="struct syn::TraitItemConst">TraitItemConst</a>) -> <a class="struct" href="../struct.TraitItemConst.html" title="struct syn::TraitItemConst">TraitItemConst</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_trait_item_fn" class="fn">fold_trait_item_fn</a>(&mut self, i: <a class="struct" href="../struct.TraitItemFn.html" title="struct syn::TraitItemFn">TraitItemFn</a>) -> <a class="struct" href="../struct.TraitItemFn.html" title="struct syn::TraitItemFn">TraitItemFn</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_trait_item_macro" class="fn">fold_trait_item_macro</a>(&mut self, i: <a class="struct" href="../struct.TraitItemMacro.html" title="struct syn::TraitItemMacro">TraitItemMacro</a>) -> <a class="struct" href="../struct.TraitItemMacro.html" title="struct syn::TraitItemMacro">TraitItemMacro</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_trait_item_type" class="fn">fold_trait_item_type</a>(&mut self, i: <a class="struct" href="../struct.TraitItemType.html" title="struct syn::TraitItemType">TraitItemType</a>) -> <a class="struct" href="../struct.TraitItemType.html" title="struct syn::TraitItemType">TraitItemType</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type" class="fn">fold_type</a>(&mut self, i: <a class="enum" href="../enum.Type.html" title="enum syn::Type">Type</a>) -> <a class="enum" href="../enum.Type.html" title="enum syn::Type">Type</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_array" class="fn">fold_type_array</a>(&mut self, i: <a class="struct" href="../struct.TypeArray.html" title="struct syn::TypeArray">TypeArray</a>) -> <a class="struct" href="../struct.TypeArray.html" title="struct syn::TypeArray">TypeArray</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_bare_fn" class="fn">fold_type_bare_fn</a>(&mut self, i: <a class="struct" href="../struct.TypeBareFn.html" title="struct syn::TypeBareFn">TypeBareFn</a>) -> <a class="struct" href="../struct.TypeBareFn.html" title="struct syn::TypeBareFn">TypeBareFn</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_group" class="fn">fold_type_group</a>(&mut self, i: <a class="struct" href="../struct.TypeGroup.html" title="struct syn::TypeGroup">TypeGroup</a>) -> <a class="struct" href="../struct.TypeGroup.html" title="struct syn::TypeGroup">TypeGroup</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_impl_trait" class="fn">fold_type_impl_trait</a>(&mut self, i: <a class="struct" href="../struct.TypeImplTrait.html" title="struct syn::TypeImplTrait">TypeImplTrait</a>) -> <a class="struct" href="../struct.TypeImplTrait.html" title="struct syn::TypeImplTrait">TypeImplTrait</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_infer" class="fn">fold_type_infer</a>(&mut self, i: <a class="struct" href="../struct.TypeInfer.html" title="struct syn::TypeInfer">TypeInfer</a>) -> <a class="struct" href="../struct.TypeInfer.html" title="struct syn::TypeInfer">TypeInfer</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_macro" class="fn">fold_type_macro</a>(&mut self, i: <a class="struct" href="../struct.TypeMacro.html" title="struct syn::TypeMacro">TypeMacro</a>) -> <a class="struct" href="../struct.TypeMacro.html" title="struct syn::TypeMacro">TypeMacro</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_never" class="fn">fold_type_never</a>(&mut self, i: <a class="struct" href="../struct.TypeNever.html" title="struct syn::TypeNever">TypeNever</a>) -> <a class="struct" href="../struct.TypeNever.html" title="struct syn::TypeNever">TypeNever</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_param" class="fn">fold_type_param</a>(&mut self, i: <a class="struct" href="../struct.TypeParam.html" title="struct syn::TypeParam">TypeParam</a>) -> <a class="struct" href="../struct.TypeParam.html" title="struct syn::TypeParam">TypeParam</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_param_bound" class="fn">fold_type_param_bound</a>(&mut self, i: <a class="enum" href="../enum.TypeParamBound.html" title="enum syn::TypeParamBound">TypeParamBound</a>) -> <a class="enum" href="../enum.TypeParamBound.html" title="enum syn::TypeParamBound">TypeParamBound</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_paren" class="fn">fold_type_paren</a>(&mut self, i: <a class="struct" href="../struct.TypeParen.html" title="struct syn::TypeParen">TypeParen</a>) -> <a class="struct" href="../struct.TypeParen.html" title="struct syn::TypeParen">TypeParen</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_path" class="fn">fold_type_path</a>(&mut self, i: <a class="struct" href="../struct.TypePath.html" title="struct syn::TypePath">TypePath</a>) -> <a class="struct" href="../struct.TypePath.html" title="struct syn::TypePath">TypePath</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_ptr" class="fn">fold_type_ptr</a>(&mut self, i: <a class="struct" href="../struct.TypePtr.html" title="struct syn::TypePtr">TypePtr</a>) -> <a class="struct" href="../struct.TypePtr.html" title="struct syn::TypePtr">TypePtr</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_reference" class="fn">fold_type_reference</a>(&mut self, i: <a class="struct" href="../struct.TypeReference.html" title="struct syn::TypeReference">TypeReference</a>) -> <a class="struct" href="../struct.TypeReference.html" title="struct syn::TypeReference">TypeReference</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_slice" class="fn">fold_type_slice</a>(&mut self, i: <a class="struct" href="../struct.TypeSlice.html" title="struct syn::TypeSlice">TypeSlice</a>) -> <a class="struct" href="../struct.TypeSlice.html" title="struct syn::TypeSlice">TypeSlice</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_trait_object" class="fn">fold_type_trait_object</a>(&mut self, i: <a class="struct" href="../struct.TypeTraitObject.html" title="struct syn::TypeTraitObject">TypeTraitObject</a>) -> <a class="struct" href="../struct.TypeTraitObject.html" title="struct syn::TypeTraitObject">TypeTraitObject</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_type_tuple" class="fn">fold_type_tuple</a>(&mut self, i: <a class="struct" href="../struct.TypeTuple.html" title="struct syn::TypeTuple">TypeTuple</a>) -> <a class="struct" href="../struct.TypeTuple.html" title="struct syn::TypeTuple">TypeTuple</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_un_op" class="fn">fold_un_op</a>(&mut self, i: <a class="enum" href="../enum.UnOp.html" title="enum syn::UnOp">UnOp</a>) -> <a class="enum" href="../enum.UnOp.html" title="enum syn::UnOp">UnOp</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_use_glob" class="fn">fold_use_glob</a>(&mut self, i: <a class="struct" href="../struct.UseGlob.html" title="struct syn::UseGlob">UseGlob</a>) -> <a class="struct" href="../struct.UseGlob.html" title="struct syn::UseGlob">UseGlob</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_use_group" class="fn">fold_use_group</a>(&mut self, i: <a class="struct" href="../struct.UseGroup.html" title="struct syn::UseGroup">UseGroup</a>) -> <a class="struct" href="../struct.UseGroup.html" title="struct syn::UseGroup">UseGroup</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_use_name" class="fn">fold_use_name</a>(&mut self, i: <a class="struct" href="../struct.UseName.html" title="struct syn::UseName">UseName</a>) -> <a class="struct" href="../struct.UseName.html" title="struct syn::UseName">UseName</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_use_path" class="fn">fold_use_path</a>(&mut self, i: <a class="struct" href="../struct.UsePath.html" title="struct syn::UsePath">UsePath</a>) -> <a class="struct" href="../struct.UsePath.html" title="struct syn::UsePath">UsePath</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_use_rename" class="fn">fold_use_rename</a>(&mut self, i: <a class="struct" href="../struct.UseRename.html" title="struct syn::UseRename">UseRename</a>) -> <a class="struct" href="../struct.UseRename.html" title="struct syn::UseRename">UseRename</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_use_tree" class="fn">fold_use_tree</a>(&mut self, i: <a class="enum" href="../enum.UseTree.html" title="enum syn::UseTree">UseTree</a>) -> <a class="enum" href="../enum.UseTree.html" title="enum syn::UseTree">UseTree</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_variadic" class="fn">fold_variadic</a>(&mut self, i: <a class="struct" href="../struct.Variadic.html" title="struct syn::Variadic">Variadic</a>) -> <a class="struct" href="../struct.Variadic.html" title="struct syn::Variadic">Variadic</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_variant" class="fn">fold_variant</a>(&mut self, i: <a class="struct" href="../struct.Variant.html" title="struct syn::Variant">Variant</a>) -> <a class="struct" href="../struct.Variant.html" title="struct syn::Variant">Variant</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_vis_restricted" class="fn">fold_vis_restricted</a>(&mut self, i: <a class="struct" href="../struct.VisRestricted.html" title="struct syn::VisRestricted">VisRestricted</a>) -> <a class="struct" href="../struct.VisRestricted.html" title="struct syn::VisRestricted">VisRestricted</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_visibility" class="fn">fold_visibility</a>(&mut self, i: <a class="enum" href="../enum.Visibility.html" title="enum syn::Visibility">Visibility</a>) -> <a class="enum" href="../enum.Visibility.html" title="enum syn::Visibility">Visibility</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_where_clause" class="fn">fold_where_clause</a>(&mut self, i: <a class="struct" href="../struct.WhereClause.html" title="struct syn::WhereClause">WhereClause</a>) -> <a class="struct" href="../struct.WhereClause.html" title="struct syn::WhereClause">WhereClause</a> { ... }
|
|
<span class="item-spacer"></span> fn <a href="#method.fold_where_predicate" class="fn">fold_where_predicate</a>(&mut self, i: <a class="enum" href="../enum.WherePredicate.html" title="enum syn::WherePredicate">WherePredicate</a>) -> <a class="enum" href="../enum.WherePredicate.html" title="enum syn::WherePredicate">WherePredicate</a> { ... }
|
|
</details>}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Syntax tree traversal to transform the nodes of an owned syntax tree.</p>
|
|
<p>See the <a href="index.html" title="mod syn::fold">module documentation</a> for details.</p>
|
|
</div></details><h2 id="provided-methods" class="section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><section id="method.fold_abi" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#34-36">Source</a><h4 class="code-header">fn <a href="#method.fold_abi" class="fn">fold_abi</a>(&mut self, i: <a class="struct" href="../struct.Abi.html" title="struct syn::Abi">Abi</a>) -> <a class="struct" href="../struct.Abi.html" title="struct syn::Abi">Abi</a></h4></section><section id="method.fold_angle_bracketed_generic_arguments" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#39-44">Source</a><h4 class="code-header">fn <a href="#method.fold_angle_bracketed_generic_arguments" class="fn">fold_angle_bracketed_generic_arguments</a>(
|
|
&mut self,
|
|
i: <a class="struct" href="../struct.AngleBracketedGenericArguments.html" title="struct syn::AngleBracketedGenericArguments">AngleBracketedGenericArguments</a>,
|
|
) -> <a class="struct" href="../struct.AngleBracketedGenericArguments.html" title="struct syn::AngleBracketedGenericArguments">AngleBracketedGenericArguments</a></h4></section><section id="method.fold_arm" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#47-49">Source</a><h4 class="code-header">fn <a href="#method.fold_arm" class="fn">fold_arm</a>(&mut self, i: <a class="struct" href="../struct.Arm.html" title="struct syn::Arm">Arm</a>) -> <a class="struct" href="../struct.Arm.html" title="struct syn::Arm">Arm</a></h4></section><section id="method.fold_assoc_const" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#52-54">Source</a><h4 class="code-header">fn <a href="#method.fold_assoc_const" class="fn">fold_assoc_const</a>(&mut self, i: <a class="struct" href="../struct.AssocConst.html" title="struct syn::AssocConst">AssocConst</a>) -> <a class="struct" href="../struct.AssocConst.html" title="struct syn::AssocConst">AssocConst</a></h4></section><section id="method.fold_assoc_type" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#57-59">Source</a><h4 class="code-header">fn <a href="#method.fold_assoc_type" class="fn">fold_assoc_type</a>(&mut self, i: <a class="struct" href="../struct.AssocType.html" title="struct syn::AssocType">AssocType</a>) -> <a class="struct" href="../struct.AssocType.html" title="struct syn::AssocType">AssocType</a></h4></section><section id="method.fold_attr_style" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#62-64">Source</a><h4 class="code-header">fn <a href="#method.fold_attr_style" class="fn">fold_attr_style</a>(&mut self, i: <a class="enum" href="../enum.AttrStyle.html" title="enum syn::AttrStyle">AttrStyle</a>) -> <a class="enum" href="../enum.AttrStyle.html" title="enum syn::AttrStyle">AttrStyle</a></h4></section><section id="method.fold_attribute" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#67-69">Source</a><h4 class="code-header">fn <a href="#method.fold_attribute" class="fn">fold_attribute</a>(&mut self, i: <a class="struct" href="../struct.Attribute.html" title="struct syn::Attribute">Attribute</a>) -> <a class="struct" href="../struct.Attribute.html" title="struct syn::Attribute">Attribute</a></h4></section><section id="method.fold_attributes" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#72-74">Source</a><h4 class="code-header">fn <a href="#method.fold_attributes" class="fn">fold_attributes</a>(&mut self, i: <a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../struct.Attribute.html" title="struct syn::Attribute">Attribute</a>>) -> <a class="struct" href="https://doc.rust-lang.org/1.93.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../struct.Attribute.html" title="struct syn::Attribute">Attribute</a>></h4></section><section id="method.fold_bare_fn_arg" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#77-79">Source</a><h4 class="code-header">fn <a href="#method.fold_bare_fn_arg" class="fn">fold_bare_fn_arg</a>(&mut self, i: <a class="struct" href="../struct.BareFnArg.html" title="struct syn::BareFnArg">BareFnArg</a>) -> <a class="struct" href="../struct.BareFnArg.html" title="struct syn::BareFnArg">BareFnArg</a></h4></section><section id="method.fold_bare_variadic" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#82-84">Source</a><h4 class="code-header">fn <a href="#method.fold_bare_variadic" class="fn">fold_bare_variadic</a>(&mut self, i: <a class="struct" href="../struct.BareVariadic.html" title="struct syn::BareVariadic">BareVariadic</a>) -> <a class="struct" href="../struct.BareVariadic.html" title="struct syn::BareVariadic">BareVariadic</a></h4></section><section id="method.fold_bin_op" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#87-89">Source</a><h4 class="code-header">fn <a href="#method.fold_bin_op" class="fn">fold_bin_op</a>(&mut self, i: <a class="enum" href="../enum.BinOp.html" title="enum syn::BinOp">BinOp</a>) -> <a class="enum" href="../enum.BinOp.html" title="enum syn::BinOp">BinOp</a></h4></section><section id="method.fold_block" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#92-94">Source</a><h4 class="code-header">fn <a href="#method.fold_block" class="fn">fold_block</a>(&mut self, i: <a class="struct" href="../struct.Block.html" title="struct syn::Block">Block</a>) -> <a class="struct" href="../struct.Block.html" title="struct syn::Block">Block</a></h4></section><section id="method.fold_bound_lifetimes" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#97-102">Source</a><h4 class="code-header">fn <a href="#method.fold_bound_lifetimes" class="fn">fold_bound_lifetimes</a>(&mut self, i: <a class="struct" href="../struct.BoundLifetimes.html" title="struct syn::BoundLifetimes">BoundLifetimes</a>) -> <a class="struct" href="../struct.BoundLifetimes.html" title="struct syn::BoundLifetimes">BoundLifetimes</a></h4></section><section id="method.fold_captured_param" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#105-107">Source</a><h4 class="code-header">fn <a href="#method.fold_captured_param" class="fn">fold_captured_param</a>(&mut self, i: <a class="enum" href="../enum.CapturedParam.html" title="enum syn::CapturedParam">CapturedParam</a>) -> <a class="enum" href="../enum.CapturedParam.html" title="enum syn::CapturedParam">CapturedParam</a></h4></section><section id="method.fold_const_param" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#110-112">Source</a><h4 class="code-header">fn <a href="#method.fold_const_param" class="fn">fold_const_param</a>(&mut self, i: <a class="struct" href="../struct.ConstParam.html" title="struct syn::ConstParam">ConstParam</a>) -> <a class="struct" href="../struct.ConstParam.html" title="struct syn::ConstParam">ConstParam</a></h4></section><section id="method.fold_constraint" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#115-117">Source</a><h4 class="code-header">fn <a href="#method.fold_constraint" class="fn">fold_constraint</a>(&mut self, i: <a class="struct" href="../struct.Constraint.html" title="struct syn::Constraint">Constraint</a>) -> <a class="struct" href="../struct.Constraint.html" title="struct syn::Constraint">Constraint</a></h4></section><section id="method.fold_data" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#120-122">Source</a><h4 class="code-header">fn <a href="#method.fold_data" class="fn">fold_data</a>(&mut self, i: <a class="enum" href="../enum.Data.html" title="enum syn::Data">Data</a>) -> <a class="enum" href="../enum.Data.html" title="enum syn::Data">Data</a></h4></section><section id="method.fold_data_enum" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#125-127">Source</a><h4 class="code-header">fn <a href="#method.fold_data_enum" class="fn">fold_data_enum</a>(&mut self, i: <a class="struct" href="../struct.DataEnum.html" title="struct syn::DataEnum">DataEnum</a>) -> <a class="struct" href="../struct.DataEnum.html" title="struct syn::DataEnum">DataEnum</a></h4></section><section id="method.fold_data_struct" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#130-132">Source</a><h4 class="code-header">fn <a href="#method.fold_data_struct" class="fn">fold_data_struct</a>(&mut self, i: <a class="struct" href="../struct.DataStruct.html" title="struct syn::DataStruct">DataStruct</a>) -> <a class="struct" href="../struct.DataStruct.html" title="struct syn::DataStruct">DataStruct</a></h4></section><section id="method.fold_data_union" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#135-137">Source</a><h4 class="code-header">fn <a href="#method.fold_data_union" class="fn">fold_data_union</a>(&mut self, i: <a class="struct" href="../struct.DataUnion.html" title="struct syn::DataUnion">DataUnion</a>) -> <a class="struct" href="../struct.DataUnion.html" title="struct syn::DataUnion">DataUnion</a></h4></section><section id="method.fold_derive_input" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#140-142">Source</a><h4 class="code-header">fn <a href="#method.fold_derive_input" class="fn">fold_derive_input</a>(&mut self, i: <a class="struct" href="../struct.DeriveInput.html" title="struct syn::DeriveInput">DeriveInput</a>) -> <a class="struct" href="../struct.DeriveInput.html" title="struct syn::DeriveInput">DeriveInput</a></h4></section><section id="method.fold_expr" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#145-147">Source</a><h4 class="code-header">fn <a href="#method.fold_expr" class="fn">fold_expr</a>(&mut self, i: <a class="enum" href="../enum.Expr.html" title="enum syn::Expr">Expr</a>) -> <a class="enum" href="../enum.Expr.html" title="enum syn::Expr">Expr</a></h4></section><section id="method.fold_expr_array" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#150-152">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_array" class="fn">fold_expr_array</a>(&mut self, i: <a class="struct" href="../struct.ExprArray.html" title="struct syn::ExprArray">ExprArray</a>) -> <a class="struct" href="../struct.ExprArray.html" title="struct syn::ExprArray">ExprArray</a></h4></section><section id="method.fold_expr_assign" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#155-157">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_assign" class="fn">fold_expr_assign</a>(&mut self, i: <a class="struct" href="../struct.ExprAssign.html" title="struct syn::ExprAssign">ExprAssign</a>) -> <a class="struct" href="../struct.ExprAssign.html" title="struct syn::ExprAssign">ExprAssign</a></h4></section><section id="method.fold_expr_async" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#160-162">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_async" class="fn">fold_expr_async</a>(&mut self, i: <a class="struct" href="../struct.ExprAsync.html" title="struct syn::ExprAsync">ExprAsync</a>) -> <a class="struct" href="../struct.ExprAsync.html" title="struct syn::ExprAsync">ExprAsync</a></h4></section><section id="method.fold_expr_await" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#165-167">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_await" class="fn">fold_expr_await</a>(&mut self, i: <a class="struct" href="../struct.ExprAwait.html" title="struct syn::ExprAwait">ExprAwait</a>) -> <a class="struct" href="../struct.ExprAwait.html" title="struct syn::ExprAwait">ExprAwait</a></h4></section><section id="method.fold_expr_binary" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#170-172">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_binary" class="fn">fold_expr_binary</a>(&mut self, i: <a class="struct" href="../struct.ExprBinary.html" title="struct syn::ExprBinary">ExprBinary</a>) -> <a class="struct" href="../struct.ExprBinary.html" title="struct syn::ExprBinary">ExprBinary</a></h4></section><section id="method.fold_expr_block" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#175-177">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_block" class="fn">fold_expr_block</a>(&mut self, i: <a class="struct" href="../struct.ExprBlock.html" title="struct syn::ExprBlock">ExprBlock</a>) -> <a class="struct" href="../struct.ExprBlock.html" title="struct syn::ExprBlock">ExprBlock</a></h4></section><section id="method.fold_expr_break" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#180-182">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_break" class="fn">fold_expr_break</a>(&mut self, i: <a class="struct" href="../struct.ExprBreak.html" title="struct syn::ExprBreak">ExprBreak</a>) -> <a class="struct" href="../struct.ExprBreak.html" title="struct syn::ExprBreak">ExprBreak</a></h4></section><section id="method.fold_expr_call" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#185-187">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_call" class="fn">fold_expr_call</a>(&mut self, i: <a class="struct" href="../struct.ExprCall.html" title="struct syn::ExprCall">ExprCall</a>) -> <a class="struct" href="../struct.ExprCall.html" title="struct syn::ExprCall">ExprCall</a></h4></section><section id="method.fold_expr_cast" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#190-192">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_cast" class="fn">fold_expr_cast</a>(&mut self, i: <a class="struct" href="../struct.ExprCast.html" title="struct syn::ExprCast">ExprCast</a>) -> <a class="struct" href="../struct.ExprCast.html" title="struct syn::ExprCast">ExprCast</a></h4></section><section id="method.fold_expr_closure" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#195-197">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_closure" class="fn">fold_expr_closure</a>(&mut self, i: <a class="struct" href="../struct.ExprClosure.html" title="struct syn::ExprClosure">ExprClosure</a>) -> <a class="struct" href="../struct.ExprClosure.html" title="struct syn::ExprClosure">ExprClosure</a></h4></section><section id="method.fold_expr_const" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#200-202">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_const" class="fn">fold_expr_const</a>(&mut self, i: <a class="struct" href="../struct.ExprConst.html" title="struct syn::ExprConst">ExprConst</a>) -> <a class="struct" href="../struct.ExprConst.html" title="struct syn::ExprConst">ExprConst</a></h4></section><section id="method.fold_expr_continue" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#205-207">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_continue" class="fn">fold_expr_continue</a>(&mut self, i: <a class="struct" href="../struct.ExprContinue.html" title="struct syn::ExprContinue">ExprContinue</a>) -> <a class="struct" href="../struct.ExprContinue.html" title="struct syn::ExprContinue">ExprContinue</a></h4></section><section id="method.fold_expr_field" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#210-212">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_field" class="fn">fold_expr_field</a>(&mut self, i: <a class="struct" href="../struct.ExprField.html" title="struct syn::ExprField">ExprField</a>) -> <a class="struct" href="../struct.ExprField.html" title="struct syn::ExprField">ExprField</a></h4></section><section id="method.fold_expr_for_loop" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#215-217">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_for_loop" class="fn">fold_expr_for_loop</a>(&mut self, i: <a class="struct" href="../struct.ExprForLoop.html" title="struct syn::ExprForLoop">ExprForLoop</a>) -> <a class="struct" href="../struct.ExprForLoop.html" title="struct syn::ExprForLoop">ExprForLoop</a></h4></section><section id="method.fold_expr_group" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#220-222">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_group" class="fn">fold_expr_group</a>(&mut self, i: <a class="struct" href="../struct.ExprGroup.html" title="struct syn::ExprGroup">ExprGroup</a>) -> <a class="struct" href="../struct.ExprGroup.html" title="struct syn::ExprGroup">ExprGroup</a></h4></section><section id="method.fold_expr_if" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#225-227">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_if" class="fn">fold_expr_if</a>(&mut self, i: <a class="struct" href="../struct.ExprIf.html" title="struct syn::ExprIf">ExprIf</a>) -> <a class="struct" href="../struct.ExprIf.html" title="struct syn::ExprIf">ExprIf</a></h4></section><section id="method.fold_expr_index" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#230-232">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_index" class="fn">fold_expr_index</a>(&mut self, i: <a class="struct" href="../struct.ExprIndex.html" title="struct syn::ExprIndex">ExprIndex</a>) -> <a class="struct" href="../struct.ExprIndex.html" title="struct syn::ExprIndex">ExprIndex</a></h4></section><section id="method.fold_expr_infer" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#235-237">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_infer" class="fn">fold_expr_infer</a>(&mut self, i: <a class="struct" href="../struct.ExprInfer.html" title="struct syn::ExprInfer">ExprInfer</a>) -> <a class="struct" href="../struct.ExprInfer.html" title="struct syn::ExprInfer">ExprInfer</a></h4></section><section id="method.fold_expr_let" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#240-242">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_let" class="fn">fold_expr_let</a>(&mut self, i: <a class="struct" href="../struct.ExprLet.html" title="struct syn::ExprLet">ExprLet</a>) -> <a class="struct" href="../struct.ExprLet.html" title="struct syn::ExprLet">ExprLet</a></h4></section><section id="method.fold_expr_lit" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#245-247">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_lit" class="fn">fold_expr_lit</a>(&mut self, i: <a class="struct" href="../struct.ExprLit.html" title="struct syn::ExprLit">ExprLit</a>) -> <a class="struct" href="../struct.ExprLit.html" title="struct syn::ExprLit">ExprLit</a></h4></section><section id="method.fold_expr_loop" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#250-252">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_loop" class="fn">fold_expr_loop</a>(&mut self, i: <a class="struct" href="../struct.ExprLoop.html" title="struct syn::ExprLoop">ExprLoop</a>) -> <a class="struct" href="../struct.ExprLoop.html" title="struct syn::ExprLoop">ExprLoop</a></h4></section><section id="method.fold_expr_macro" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#255-257">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_macro" class="fn">fold_expr_macro</a>(&mut self, i: <a class="struct" href="../struct.ExprMacro.html" title="struct syn::ExprMacro">ExprMacro</a>) -> <a class="struct" href="../struct.ExprMacro.html" title="struct syn::ExprMacro">ExprMacro</a></h4></section><section id="method.fold_expr_match" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#260-262">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_match" class="fn">fold_expr_match</a>(&mut self, i: <a class="struct" href="../struct.ExprMatch.html" title="struct syn::ExprMatch">ExprMatch</a>) -> <a class="struct" href="../struct.ExprMatch.html" title="struct syn::ExprMatch">ExprMatch</a></h4></section><section id="method.fold_expr_method_call" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#265-270">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_method_call" class="fn">fold_expr_method_call</a>(&mut self, i: <a class="struct" href="../struct.ExprMethodCall.html" title="struct syn::ExprMethodCall">ExprMethodCall</a>) -> <a class="struct" href="../struct.ExprMethodCall.html" title="struct syn::ExprMethodCall">ExprMethodCall</a></h4></section><section id="method.fold_expr_paren" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#273-275">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_paren" class="fn">fold_expr_paren</a>(&mut self, i: <a class="struct" href="../struct.ExprParen.html" title="struct syn::ExprParen">ExprParen</a>) -> <a class="struct" href="../struct.ExprParen.html" title="struct syn::ExprParen">ExprParen</a></h4></section><section id="method.fold_expr_path" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#278-280">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_path" class="fn">fold_expr_path</a>(&mut self, i: <a class="struct" href="../struct.ExprPath.html" title="struct syn::ExprPath">ExprPath</a>) -> <a class="struct" href="../struct.ExprPath.html" title="struct syn::ExprPath">ExprPath</a></h4></section><section id="method.fold_expr_range" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#283-285">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_range" class="fn">fold_expr_range</a>(&mut self, i: <a class="struct" href="../struct.ExprRange.html" title="struct syn::ExprRange">ExprRange</a>) -> <a class="struct" href="../struct.ExprRange.html" title="struct syn::ExprRange">ExprRange</a></h4></section><section id="method.fold_expr_raw_addr" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#288-290">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_raw_addr" class="fn">fold_expr_raw_addr</a>(&mut self, i: <a class="struct" href="../struct.ExprRawAddr.html" title="struct syn::ExprRawAddr">ExprRawAddr</a>) -> <a class="struct" href="../struct.ExprRawAddr.html" title="struct syn::ExprRawAddr">ExprRawAddr</a></h4></section><section id="method.fold_expr_reference" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#293-295">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_reference" class="fn">fold_expr_reference</a>(&mut self, i: <a class="struct" href="../struct.ExprReference.html" title="struct syn::ExprReference">ExprReference</a>) -> <a class="struct" href="../struct.ExprReference.html" title="struct syn::ExprReference">ExprReference</a></h4></section><section id="method.fold_expr_repeat" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#298-300">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_repeat" class="fn">fold_expr_repeat</a>(&mut self, i: <a class="struct" href="../struct.ExprRepeat.html" title="struct syn::ExprRepeat">ExprRepeat</a>) -> <a class="struct" href="../struct.ExprRepeat.html" title="struct syn::ExprRepeat">ExprRepeat</a></h4></section><section id="method.fold_expr_return" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#303-305">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_return" class="fn">fold_expr_return</a>(&mut self, i: <a class="struct" href="../struct.ExprReturn.html" title="struct syn::ExprReturn">ExprReturn</a>) -> <a class="struct" href="../struct.ExprReturn.html" title="struct syn::ExprReturn">ExprReturn</a></h4></section><section id="method.fold_expr_struct" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#308-310">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_struct" class="fn">fold_expr_struct</a>(&mut self, i: <a class="struct" href="../struct.ExprStruct.html" title="struct syn::ExprStruct">ExprStruct</a>) -> <a class="struct" href="../struct.ExprStruct.html" title="struct syn::ExprStruct">ExprStruct</a></h4></section><section id="method.fold_expr_try" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#313-315">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_try" class="fn">fold_expr_try</a>(&mut self, i: <a class="struct" href="../struct.ExprTry.html" title="struct syn::ExprTry">ExprTry</a>) -> <a class="struct" href="../struct.ExprTry.html" title="struct syn::ExprTry">ExprTry</a></h4></section><section id="method.fold_expr_try_block" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#318-320">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_try_block" class="fn">fold_expr_try_block</a>(&mut self, i: <a class="struct" href="../struct.ExprTryBlock.html" title="struct syn::ExprTryBlock">ExprTryBlock</a>) -> <a class="struct" href="../struct.ExprTryBlock.html" title="struct syn::ExprTryBlock">ExprTryBlock</a></h4></section><section id="method.fold_expr_tuple" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#323-325">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_tuple" class="fn">fold_expr_tuple</a>(&mut self, i: <a class="struct" href="../struct.ExprTuple.html" title="struct syn::ExprTuple">ExprTuple</a>) -> <a class="struct" href="../struct.ExprTuple.html" title="struct syn::ExprTuple">ExprTuple</a></h4></section><section id="method.fold_expr_unary" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#328-330">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_unary" class="fn">fold_expr_unary</a>(&mut self, i: <a class="struct" href="../struct.ExprUnary.html" title="struct syn::ExprUnary">ExprUnary</a>) -> <a class="struct" href="../struct.ExprUnary.html" title="struct syn::ExprUnary">ExprUnary</a></h4></section><section id="method.fold_expr_unsafe" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#333-335">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_unsafe" class="fn">fold_expr_unsafe</a>(&mut self, i: <a class="struct" href="../struct.ExprUnsafe.html" title="struct syn::ExprUnsafe">ExprUnsafe</a>) -> <a class="struct" href="../struct.ExprUnsafe.html" title="struct syn::ExprUnsafe">ExprUnsafe</a></h4></section><section id="method.fold_expr_while" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#338-340">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_while" class="fn">fold_expr_while</a>(&mut self, i: <a class="struct" href="../struct.ExprWhile.html" title="struct syn::ExprWhile">ExprWhile</a>) -> <a class="struct" href="../struct.ExprWhile.html" title="struct syn::ExprWhile">ExprWhile</a></h4></section><section id="method.fold_expr_yield" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#343-345">Source</a><h4 class="code-header">fn <a href="#method.fold_expr_yield" class="fn">fold_expr_yield</a>(&mut self, i: <a class="struct" href="../struct.ExprYield.html" title="struct syn::ExprYield">ExprYield</a>) -> <a class="struct" href="../struct.ExprYield.html" title="struct syn::ExprYield">ExprYield</a></h4></section><section id="method.fold_field" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#348-350">Source</a><h4 class="code-header">fn <a href="#method.fold_field" class="fn">fold_field</a>(&mut self, i: <a class="struct" href="../struct.Field.html" title="struct syn::Field">Field</a>) -> <a class="struct" href="../struct.Field.html" title="struct syn::Field">Field</a></h4></section><section id="method.fold_field_mutability" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#353-358">Source</a><h4 class="code-header">fn <a href="#method.fold_field_mutability" class="fn">fold_field_mutability</a>(&mut self, i: <a class="enum" href="../enum.FieldMutability.html" title="enum syn::FieldMutability">FieldMutability</a>) -> <a class="enum" href="../enum.FieldMutability.html" title="enum syn::FieldMutability">FieldMutability</a></h4></section><section id="method.fold_field_pat" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#361-363">Source</a><h4 class="code-header">fn <a href="#method.fold_field_pat" class="fn">fold_field_pat</a>(&mut self, i: <a class="struct" href="../struct.FieldPat.html" title="struct syn::FieldPat">FieldPat</a>) -> <a class="struct" href="../struct.FieldPat.html" title="struct syn::FieldPat">FieldPat</a></h4></section><section id="method.fold_field_value" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#366-368">Source</a><h4 class="code-header">fn <a href="#method.fold_field_value" class="fn">fold_field_value</a>(&mut self, i: <a class="struct" href="../struct.FieldValue.html" title="struct syn::FieldValue">FieldValue</a>) -> <a class="struct" href="../struct.FieldValue.html" title="struct syn::FieldValue">FieldValue</a></h4></section><section id="method.fold_fields" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#371-373">Source</a><h4 class="code-header">fn <a href="#method.fold_fields" class="fn">fold_fields</a>(&mut self, i: <a class="enum" href="../enum.Fields.html" title="enum syn::Fields">Fields</a>) -> <a class="enum" href="../enum.Fields.html" title="enum syn::Fields">Fields</a></h4></section><section id="method.fold_fields_named" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#376-378">Source</a><h4 class="code-header">fn <a href="#method.fold_fields_named" class="fn">fold_fields_named</a>(&mut self, i: <a class="struct" href="../struct.FieldsNamed.html" title="struct syn::FieldsNamed">FieldsNamed</a>) -> <a class="struct" href="../struct.FieldsNamed.html" title="struct syn::FieldsNamed">FieldsNamed</a></h4></section><section id="method.fold_fields_unnamed" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#381-383">Source</a><h4 class="code-header">fn <a href="#method.fold_fields_unnamed" class="fn">fold_fields_unnamed</a>(&mut self, i: <a class="struct" href="../struct.FieldsUnnamed.html" title="struct syn::FieldsUnnamed">FieldsUnnamed</a>) -> <a class="struct" href="../struct.FieldsUnnamed.html" title="struct syn::FieldsUnnamed">FieldsUnnamed</a></h4></section><section id="method.fold_file" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#386-388">Source</a><h4 class="code-header">fn <a href="#method.fold_file" class="fn">fold_file</a>(&mut self, i: <a class="struct" href="../struct.File.html" title="struct syn::File">File</a>) -> <a class="struct" href="../struct.File.html" title="struct syn::File">File</a></h4></section><section id="method.fold_fn_arg" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#391-393">Source</a><h4 class="code-header">fn <a href="#method.fold_fn_arg" class="fn">fold_fn_arg</a>(&mut self, i: <a class="enum" href="../enum.FnArg.html" title="enum syn::FnArg">FnArg</a>) -> <a class="enum" href="../enum.FnArg.html" title="enum syn::FnArg">FnArg</a></h4></section><section id="method.fold_foreign_item" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#396-398">Source</a><h4 class="code-header">fn <a href="#method.fold_foreign_item" class="fn">fold_foreign_item</a>(&mut self, i: <a class="enum" href="../enum.ForeignItem.html" title="enum syn::ForeignItem">ForeignItem</a>) -> <a class="enum" href="../enum.ForeignItem.html" title="enum syn::ForeignItem">ForeignItem</a></h4></section><section id="method.fold_foreign_item_fn" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#401-403">Source</a><h4 class="code-header">fn <a href="#method.fold_foreign_item_fn" class="fn">fold_foreign_item_fn</a>(&mut self, i: <a class="struct" href="../struct.ForeignItemFn.html" title="struct syn::ForeignItemFn">ForeignItemFn</a>) -> <a class="struct" href="../struct.ForeignItemFn.html" title="struct syn::ForeignItemFn">ForeignItemFn</a></h4></section><section id="method.fold_foreign_item_macro" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#406-411">Source</a><h4 class="code-header">fn <a href="#method.fold_foreign_item_macro" class="fn">fold_foreign_item_macro</a>(&mut self, i: <a class="struct" href="../struct.ForeignItemMacro.html" title="struct syn::ForeignItemMacro">ForeignItemMacro</a>) -> <a class="struct" href="../struct.ForeignItemMacro.html" title="struct syn::ForeignItemMacro">ForeignItemMacro</a></h4></section><section id="method.fold_foreign_item_static" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#414-419">Source</a><h4 class="code-header">fn <a href="#method.fold_foreign_item_static" class="fn">fold_foreign_item_static</a>(
|
|
&mut self,
|
|
i: <a class="struct" href="../struct.ForeignItemStatic.html" title="struct syn::ForeignItemStatic">ForeignItemStatic</a>,
|
|
) -> <a class="struct" href="../struct.ForeignItemStatic.html" title="struct syn::ForeignItemStatic">ForeignItemStatic</a></h4></section><section id="method.fold_foreign_item_type" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#422-427">Source</a><h4 class="code-header">fn <a href="#method.fold_foreign_item_type" class="fn">fold_foreign_item_type</a>(&mut self, i: <a class="struct" href="../struct.ForeignItemType.html" title="struct syn::ForeignItemType">ForeignItemType</a>) -> <a class="struct" href="../struct.ForeignItemType.html" title="struct syn::ForeignItemType">ForeignItemType</a></h4></section><section id="method.fold_generic_argument" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#430-435">Source</a><h4 class="code-header">fn <a href="#method.fold_generic_argument" class="fn">fold_generic_argument</a>(&mut self, i: <a class="enum" href="../enum.GenericArgument.html" title="enum syn::GenericArgument">GenericArgument</a>) -> <a class="enum" href="../enum.GenericArgument.html" title="enum syn::GenericArgument">GenericArgument</a></h4></section><section id="method.fold_generic_param" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#438-440">Source</a><h4 class="code-header">fn <a href="#method.fold_generic_param" class="fn">fold_generic_param</a>(&mut self, i: <a class="enum" href="../enum.GenericParam.html" title="enum syn::GenericParam">GenericParam</a>) -> <a class="enum" href="../enum.GenericParam.html" title="enum syn::GenericParam">GenericParam</a></h4></section><section id="method.fold_generics" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#443-445">Source</a><h4 class="code-header">fn <a href="#method.fold_generics" class="fn">fold_generics</a>(&mut self, i: <a class="struct" href="../struct.Generics.html" title="struct syn::Generics">Generics</a>) -> <a class="struct" href="../struct.Generics.html" title="struct syn::Generics">Generics</a></h4></section><section id="method.fold_ident" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#446-448">Source</a><h4 class="code-header">fn <a href="#method.fold_ident" class="fn">fold_ident</a>(&mut self, i: <a class="struct" href="../struct.Ident.html" title="struct syn::Ident">Ident</a>) -> <a class="struct" href="../struct.Ident.html" title="struct syn::Ident">Ident</a></h4></section><section id="method.fold_impl_item" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#451-453">Source</a><h4 class="code-header">fn <a href="#method.fold_impl_item" class="fn">fold_impl_item</a>(&mut self, i: <a class="enum" href="../enum.ImplItem.html" title="enum syn::ImplItem">ImplItem</a>) -> <a class="enum" href="../enum.ImplItem.html" title="enum syn::ImplItem">ImplItem</a></h4></section><section id="method.fold_impl_item_const" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#456-458">Source</a><h4 class="code-header">fn <a href="#method.fold_impl_item_const" class="fn">fold_impl_item_const</a>(&mut self, i: <a class="struct" href="../struct.ImplItemConst.html" title="struct syn::ImplItemConst">ImplItemConst</a>) -> <a class="struct" href="../struct.ImplItemConst.html" title="struct syn::ImplItemConst">ImplItemConst</a></h4></section><section id="method.fold_impl_item_fn" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#461-463">Source</a><h4 class="code-header">fn <a href="#method.fold_impl_item_fn" class="fn">fold_impl_item_fn</a>(&mut self, i: <a class="struct" href="../struct.ImplItemFn.html" title="struct syn::ImplItemFn">ImplItemFn</a>) -> <a class="struct" href="../struct.ImplItemFn.html" title="struct syn::ImplItemFn">ImplItemFn</a></h4></section><section id="method.fold_impl_item_macro" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#466-468">Source</a><h4 class="code-header">fn <a href="#method.fold_impl_item_macro" class="fn">fold_impl_item_macro</a>(&mut self, i: <a class="struct" href="../struct.ImplItemMacro.html" title="struct syn::ImplItemMacro">ImplItemMacro</a>) -> <a class="struct" href="../struct.ImplItemMacro.html" title="struct syn::ImplItemMacro">ImplItemMacro</a></h4></section><section id="method.fold_impl_item_type" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#471-473">Source</a><h4 class="code-header">fn <a href="#method.fold_impl_item_type" class="fn">fold_impl_item_type</a>(&mut self, i: <a class="struct" href="../struct.ImplItemType.html" title="struct syn::ImplItemType">ImplItemType</a>) -> <a class="struct" href="../struct.ImplItemType.html" title="struct syn::ImplItemType">ImplItemType</a></h4></section><section id="method.fold_impl_restriction" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#476-481">Source</a><h4 class="code-header">fn <a href="#method.fold_impl_restriction" class="fn">fold_impl_restriction</a>(&mut self, i: <a class="enum" href="../enum.ImplRestriction.html" title="enum syn::ImplRestriction">ImplRestriction</a>) -> <a class="enum" href="../enum.ImplRestriction.html" title="enum syn::ImplRestriction">ImplRestriction</a></h4></section><section id="method.fold_index" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#484-486">Source</a><h4 class="code-header">fn <a href="#method.fold_index" class="fn">fold_index</a>(&mut self, i: <a class="struct" href="../struct.Index.html" title="struct syn::Index">Index</a>) -> <a class="struct" href="../struct.Index.html" title="struct syn::Index">Index</a></h4></section><section id="method.fold_item" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#489-491">Source</a><h4 class="code-header">fn <a href="#method.fold_item" class="fn">fold_item</a>(&mut self, i: <a class="enum" href="../enum.Item.html" title="enum syn::Item">Item</a>) -> <a class="enum" href="../enum.Item.html" title="enum syn::Item">Item</a></h4></section><section id="method.fold_item_const" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#494-496">Source</a><h4 class="code-header">fn <a href="#method.fold_item_const" class="fn">fold_item_const</a>(&mut self, i: <a class="struct" href="../struct.ItemConst.html" title="struct syn::ItemConst">ItemConst</a>) -> <a class="struct" href="../struct.ItemConst.html" title="struct syn::ItemConst">ItemConst</a></h4></section><section id="method.fold_item_enum" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#499-501">Source</a><h4 class="code-header">fn <a href="#method.fold_item_enum" class="fn">fold_item_enum</a>(&mut self, i: <a class="struct" href="../struct.ItemEnum.html" title="struct syn::ItemEnum">ItemEnum</a>) -> <a class="struct" href="../struct.ItemEnum.html" title="struct syn::ItemEnum">ItemEnum</a></h4></section><section id="method.fold_item_extern_crate" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#504-509">Source</a><h4 class="code-header">fn <a href="#method.fold_item_extern_crate" class="fn">fold_item_extern_crate</a>(&mut self, i: <a class="struct" href="../struct.ItemExternCrate.html" title="struct syn::ItemExternCrate">ItemExternCrate</a>) -> <a class="struct" href="../struct.ItemExternCrate.html" title="struct syn::ItemExternCrate">ItemExternCrate</a></h4></section><section id="method.fold_item_fn" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#512-514">Source</a><h4 class="code-header">fn <a href="#method.fold_item_fn" class="fn">fold_item_fn</a>(&mut self, i: <a class="struct" href="../struct.ItemFn.html" title="struct syn::ItemFn">ItemFn</a>) -> <a class="struct" href="../struct.ItemFn.html" title="struct syn::ItemFn">ItemFn</a></h4></section><section id="method.fold_item_foreign_mod" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#517-522">Source</a><h4 class="code-header">fn <a href="#method.fold_item_foreign_mod" class="fn">fold_item_foreign_mod</a>(&mut self, i: <a class="struct" href="../struct.ItemForeignMod.html" title="struct syn::ItemForeignMod">ItemForeignMod</a>) -> <a class="struct" href="../struct.ItemForeignMod.html" title="struct syn::ItemForeignMod">ItemForeignMod</a></h4></section><section id="method.fold_item_impl" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#525-527">Source</a><h4 class="code-header">fn <a href="#method.fold_item_impl" class="fn">fold_item_impl</a>(&mut self, i: <a class="struct" href="../struct.ItemImpl.html" title="struct syn::ItemImpl">ItemImpl</a>) -> <a class="struct" href="../struct.ItemImpl.html" title="struct syn::ItemImpl">ItemImpl</a></h4></section><section id="method.fold_item_macro" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#530-532">Source</a><h4 class="code-header">fn <a href="#method.fold_item_macro" class="fn">fold_item_macro</a>(&mut self, i: <a class="struct" href="../struct.ItemMacro.html" title="struct syn::ItemMacro">ItemMacro</a>) -> <a class="struct" href="../struct.ItemMacro.html" title="struct syn::ItemMacro">ItemMacro</a></h4></section><section id="method.fold_item_mod" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#535-537">Source</a><h4 class="code-header">fn <a href="#method.fold_item_mod" class="fn">fold_item_mod</a>(&mut self, i: <a class="struct" href="../struct.ItemMod.html" title="struct syn::ItemMod">ItemMod</a>) -> <a class="struct" href="../struct.ItemMod.html" title="struct syn::ItemMod">ItemMod</a></h4></section><section id="method.fold_item_static" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#540-542">Source</a><h4 class="code-header">fn <a href="#method.fold_item_static" class="fn">fold_item_static</a>(&mut self, i: <a class="struct" href="../struct.ItemStatic.html" title="struct syn::ItemStatic">ItemStatic</a>) -> <a class="struct" href="../struct.ItemStatic.html" title="struct syn::ItemStatic">ItemStatic</a></h4></section><section id="method.fold_item_struct" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#545-547">Source</a><h4 class="code-header">fn <a href="#method.fold_item_struct" class="fn">fold_item_struct</a>(&mut self, i: <a class="struct" href="../struct.ItemStruct.html" title="struct syn::ItemStruct">ItemStruct</a>) -> <a class="struct" href="../struct.ItemStruct.html" title="struct syn::ItemStruct">ItemStruct</a></h4></section><section id="method.fold_item_trait" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#550-552">Source</a><h4 class="code-header">fn <a href="#method.fold_item_trait" class="fn">fold_item_trait</a>(&mut self, i: <a class="struct" href="../struct.ItemTrait.html" title="struct syn::ItemTrait">ItemTrait</a>) -> <a class="struct" href="../struct.ItemTrait.html" title="struct syn::ItemTrait">ItemTrait</a></h4></section><section id="method.fold_item_trait_alias" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#555-560">Source</a><h4 class="code-header">fn <a href="#method.fold_item_trait_alias" class="fn">fold_item_trait_alias</a>(&mut self, i: <a class="struct" href="../struct.ItemTraitAlias.html" title="struct syn::ItemTraitAlias">ItemTraitAlias</a>) -> <a class="struct" href="../struct.ItemTraitAlias.html" title="struct syn::ItemTraitAlias">ItemTraitAlias</a></h4></section><section id="method.fold_item_type" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#563-565">Source</a><h4 class="code-header">fn <a href="#method.fold_item_type" class="fn">fold_item_type</a>(&mut self, i: <a class="struct" href="../struct.ItemType.html" title="struct syn::ItemType">ItemType</a>) -> <a class="struct" href="../struct.ItemType.html" title="struct syn::ItemType">ItemType</a></h4></section><section id="method.fold_item_union" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#568-570">Source</a><h4 class="code-header">fn <a href="#method.fold_item_union" class="fn">fold_item_union</a>(&mut self, i: <a class="struct" href="../struct.ItemUnion.html" title="struct syn::ItemUnion">ItemUnion</a>) -> <a class="struct" href="../struct.ItemUnion.html" title="struct syn::ItemUnion">ItemUnion</a></h4></section><section id="method.fold_item_use" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#573-575">Source</a><h4 class="code-header">fn <a href="#method.fold_item_use" class="fn">fold_item_use</a>(&mut self, i: <a class="struct" href="../struct.ItemUse.html" title="struct syn::ItemUse">ItemUse</a>) -> <a class="struct" href="../struct.ItemUse.html" title="struct syn::ItemUse">ItemUse</a></h4></section><section id="method.fold_label" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#578-580">Source</a><h4 class="code-header">fn <a href="#method.fold_label" class="fn">fold_label</a>(&mut self, i: <a class="struct" href="../struct.Label.html" title="struct syn::Label">Label</a>) -> <a class="struct" href="../struct.Label.html" title="struct syn::Label">Label</a></h4></section><section id="method.fold_lifetime" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#581-583">Source</a><h4 class="code-header">fn <a href="#method.fold_lifetime" class="fn">fold_lifetime</a>(&mut self, i: <a class="struct" href="../struct.Lifetime.html" title="struct syn::Lifetime">Lifetime</a>) -> <a class="struct" href="../struct.Lifetime.html" title="struct syn::Lifetime">Lifetime</a></h4></section><section id="method.fold_lifetime_param" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#586-588">Source</a><h4 class="code-header">fn <a href="#method.fold_lifetime_param" class="fn">fold_lifetime_param</a>(&mut self, i: <a class="struct" href="../struct.LifetimeParam.html" title="struct syn::LifetimeParam">LifetimeParam</a>) -> <a class="struct" href="../struct.LifetimeParam.html" title="struct syn::LifetimeParam">LifetimeParam</a></h4></section><section id="method.fold_lit" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#589-591">Source</a><h4 class="code-header">fn <a href="#method.fold_lit" class="fn">fold_lit</a>(&mut self, i: <a class="enum" href="../enum.Lit.html" title="enum syn::Lit">Lit</a>) -> <a class="enum" href="../enum.Lit.html" title="enum syn::Lit">Lit</a></h4></section><section id="method.fold_lit_bool" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#592-594">Source</a><h4 class="code-header">fn <a href="#method.fold_lit_bool" class="fn">fold_lit_bool</a>(&mut self, i: <a class="struct" href="../struct.LitBool.html" title="struct syn::LitBool">LitBool</a>) -> <a class="struct" href="../struct.LitBool.html" title="struct syn::LitBool">LitBool</a></h4></section><section id="method.fold_lit_byte" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#595-597">Source</a><h4 class="code-header">fn <a href="#method.fold_lit_byte" class="fn">fold_lit_byte</a>(&mut self, i: <a class="struct" href="../struct.LitByte.html" title="struct syn::LitByte">LitByte</a>) -> <a class="struct" href="../struct.LitByte.html" title="struct syn::LitByte">LitByte</a></h4></section><section id="method.fold_lit_byte_str" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#598-600">Source</a><h4 class="code-header">fn <a href="#method.fold_lit_byte_str" class="fn">fold_lit_byte_str</a>(&mut self, i: <a class="struct" href="../struct.LitByteStr.html" title="struct syn::LitByteStr">LitByteStr</a>) -> <a class="struct" href="../struct.LitByteStr.html" title="struct syn::LitByteStr">LitByteStr</a></h4></section><section id="method.fold_lit_cstr" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#601-603">Source</a><h4 class="code-header">fn <a href="#method.fold_lit_cstr" class="fn">fold_lit_cstr</a>(&mut self, i: <a class="struct" href="../struct.LitCStr.html" title="struct syn::LitCStr">LitCStr</a>) -> <a class="struct" href="../struct.LitCStr.html" title="struct syn::LitCStr">LitCStr</a></h4></section><section id="method.fold_lit_char" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#604-606">Source</a><h4 class="code-header">fn <a href="#method.fold_lit_char" class="fn">fold_lit_char</a>(&mut self, i: <a class="struct" href="../struct.LitChar.html" title="struct syn::LitChar">LitChar</a>) -> <a class="struct" href="../struct.LitChar.html" title="struct syn::LitChar">LitChar</a></h4></section><section id="method.fold_lit_float" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#607-609">Source</a><h4 class="code-header">fn <a href="#method.fold_lit_float" class="fn">fold_lit_float</a>(&mut self, i: <a class="struct" href="../struct.LitFloat.html" title="struct syn::LitFloat">LitFloat</a>) -> <a class="struct" href="../struct.LitFloat.html" title="struct syn::LitFloat">LitFloat</a></h4></section><section id="method.fold_lit_int" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#610-612">Source</a><h4 class="code-header">fn <a href="#method.fold_lit_int" class="fn">fold_lit_int</a>(&mut self, i: <a class="struct" href="../struct.LitInt.html" title="struct syn::LitInt">LitInt</a>) -> <a class="struct" href="../struct.LitInt.html" title="struct syn::LitInt">LitInt</a></h4></section><section id="method.fold_lit_str" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#613-615">Source</a><h4 class="code-header">fn <a href="#method.fold_lit_str" class="fn">fold_lit_str</a>(&mut self, i: <a class="struct" href="../struct.LitStr.html" title="struct syn::LitStr">LitStr</a>) -> <a class="struct" href="../struct.LitStr.html" title="struct syn::LitStr">LitStr</a></h4></section><section id="method.fold_local" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#618-620">Source</a><h4 class="code-header">fn <a href="#method.fold_local" class="fn">fold_local</a>(&mut self, i: <a class="struct" href="../struct.Local.html" title="struct syn::Local">Local</a>) -> <a class="struct" href="../struct.Local.html" title="struct syn::Local">Local</a></h4></section><section id="method.fold_local_init" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#623-625">Source</a><h4 class="code-header">fn <a href="#method.fold_local_init" class="fn">fold_local_init</a>(&mut self, i: <a class="struct" href="../struct.LocalInit.html" title="struct syn::LocalInit">LocalInit</a>) -> <a class="struct" href="../struct.LocalInit.html" title="struct syn::LocalInit">LocalInit</a></h4></section><section id="method.fold_macro" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#628-630">Source</a><h4 class="code-header">fn <a href="#method.fold_macro" class="fn">fold_macro</a>(&mut self, i: <a class="struct" href="../struct.Macro.html" title="struct syn::Macro">Macro</a>) -> <a class="struct" href="../struct.Macro.html" title="struct syn::Macro">Macro</a></h4></section><section id="method.fold_macro_delimiter" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#633-638">Source</a><h4 class="code-header">fn <a href="#method.fold_macro_delimiter" class="fn">fold_macro_delimiter</a>(&mut self, i: <a class="enum" href="../enum.MacroDelimiter.html" title="enum syn::MacroDelimiter">MacroDelimiter</a>) -> <a class="enum" href="../enum.MacroDelimiter.html" title="enum syn::MacroDelimiter">MacroDelimiter</a></h4></section><section id="method.fold_member" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#641-643">Source</a><h4 class="code-header">fn <a href="#method.fold_member" class="fn">fold_member</a>(&mut self, i: <a class="enum" href="../enum.Member.html" title="enum syn::Member">Member</a>) -> <a class="enum" href="../enum.Member.html" title="enum syn::Member">Member</a></h4></section><section id="method.fold_meta" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#646-648">Source</a><h4 class="code-header">fn <a href="#method.fold_meta" class="fn">fold_meta</a>(&mut self, i: <a class="enum" href="../enum.Meta.html" title="enum syn::Meta">Meta</a>) -> <a class="enum" href="../enum.Meta.html" title="enum syn::Meta">Meta</a></h4></section><section id="method.fold_meta_list" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#651-653">Source</a><h4 class="code-header">fn <a href="#method.fold_meta_list" class="fn">fold_meta_list</a>(&mut self, i: <a class="struct" href="../struct.MetaList.html" title="struct syn::MetaList">MetaList</a>) -> <a class="struct" href="../struct.MetaList.html" title="struct syn::MetaList">MetaList</a></h4></section><section id="method.fold_meta_name_value" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#656-658">Source</a><h4 class="code-header">fn <a href="#method.fold_meta_name_value" class="fn">fold_meta_name_value</a>(&mut self, i: <a class="struct" href="../struct.MetaNameValue.html" title="struct syn::MetaNameValue">MetaNameValue</a>) -> <a class="struct" href="../struct.MetaNameValue.html" title="struct syn::MetaNameValue">MetaNameValue</a></h4></section><section id="method.fold_parenthesized_generic_arguments" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#661-666">Source</a><h4 class="code-header">fn <a href="#method.fold_parenthesized_generic_arguments" class="fn">fold_parenthesized_generic_arguments</a>(
|
|
&mut self,
|
|
i: <a class="struct" href="../struct.ParenthesizedGenericArguments.html" title="struct syn::ParenthesizedGenericArguments">ParenthesizedGenericArguments</a>,
|
|
) -> <a class="struct" href="../struct.ParenthesizedGenericArguments.html" title="struct syn::ParenthesizedGenericArguments">ParenthesizedGenericArguments</a></h4></section><section id="method.fold_pat" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#669-671">Source</a><h4 class="code-header">fn <a href="#method.fold_pat" class="fn">fold_pat</a>(&mut self, i: <a class="enum" href="../enum.Pat.html" title="enum syn::Pat">Pat</a>) -> <a class="enum" href="../enum.Pat.html" title="enum syn::Pat">Pat</a></h4></section><section id="method.fold_pat_ident" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#674-676">Source</a><h4 class="code-header">fn <a href="#method.fold_pat_ident" class="fn">fold_pat_ident</a>(&mut self, i: <a class="struct" href="../struct.PatIdent.html" title="struct syn::PatIdent">PatIdent</a>) -> <a class="struct" href="../struct.PatIdent.html" title="struct syn::PatIdent">PatIdent</a></h4></section><section id="method.fold_pat_or" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#679-681">Source</a><h4 class="code-header">fn <a href="#method.fold_pat_or" class="fn">fold_pat_or</a>(&mut self, i: <a class="struct" href="../struct.PatOr.html" title="struct syn::PatOr">PatOr</a>) -> <a class="struct" href="../struct.PatOr.html" title="struct syn::PatOr">PatOr</a></h4></section><section id="method.fold_pat_paren" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#684-686">Source</a><h4 class="code-header">fn <a href="#method.fold_pat_paren" class="fn">fold_pat_paren</a>(&mut self, i: <a class="struct" href="../struct.PatParen.html" title="struct syn::PatParen">PatParen</a>) -> <a class="struct" href="../struct.PatParen.html" title="struct syn::PatParen">PatParen</a></h4></section><section id="method.fold_pat_reference" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#689-691">Source</a><h4 class="code-header">fn <a href="#method.fold_pat_reference" class="fn">fold_pat_reference</a>(&mut self, i: <a class="struct" href="../struct.PatReference.html" title="struct syn::PatReference">PatReference</a>) -> <a class="struct" href="../struct.PatReference.html" title="struct syn::PatReference">PatReference</a></h4></section><section id="method.fold_pat_rest" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#694-696">Source</a><h4 class="code-header">fn <a href="#method.fold_pat_rest" class="fn">fold_pat_rest</a>(&mut self, i: <a class="struct" href="../struct.PatRest.html" title="struct syn::PatRest">PatRest</a>) -> <a class="struct" href="../struct.PatRest.html" title="struct syn::PatRest">PatRest</a></h4></section><section id="method.fold_pat_slice" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#699-701">Source</a><h4 class="code-header">fn <a href="#method.fold_pat_slice" class="fn">fold_pat_slice</a>(&mut self, i: <a class="struct" href="../struct.PatSlice.html" title="struct syn::PatSlice">PatSlice</a>) -> <a class="struct" href="../struct.PatSlice.html" title="struct syn::PatSlice">PatSlice</a></h4></section><section id="method.fold_pat_struct" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#704-706">Source</a><h4 class="code-header">fn <a href="#method.fold_pat_struct" class="fn">fold_pat_struct</a>(&mut self, i: <a class="struct" href="../struct.PatStruct.html" title="struct syn::PatStruct">PatStruct</a>) -> <a class="struct" href="../struct.PatStruct.html" title="struct syn::PatStruct">PatStruct</a></h4></section><section id="method.fold_pat_tuple" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#709-711">Source</a><h4 class="code-header">fn <a href="#method.fold_pat_tuple" class="fn">fold_pat_tuple</a>(&mut self, i: <a class="struct" href="../struct.PatTuple.html" title="struct syn::PatTuple">PatTuple</a>) -> <a class="struct" href="../struct.PatTuple.html" title="struct syn::PatTuple">PatTuple</a></h4></section><section id="method.fold_pat_tuple_struct" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#714-719">Source</a><h4 class="code-header">fn <a href="#method.fold_pat_tuple_struct" class="fn">fold_pat_tuple_struct</a>(&mut self, i: <a class="struct" href="../struct.PatTupleStruct.html" title="struct syn::PatTupleStruct">PatTupleStruct</a>) -> <a class="struct" href="../struct.PatTupleStruct.html" title="struct syn::PatTupleStruct">PatTupleStruct</a></h4></section><section id="method.fold_pat_type" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#722-724">Source</a><h4 class="code-header">fn <a href="#method.fold_pat_type" class="fn">fold_pat_type</a>(&mut self, i: <a class="struct" href="../struct.PatType.html" title="struct syn::PatType">PatType</a>) -> <a class="struct" href="../struct.PatType.html" title="struct syn::PatType">PatType</a></h4></section><section id="method.fold_pat_wild" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#727-729">Source</a><h4 class="code-header">fn <a href="#method.fold_pat_wild" class="fn">fold_pat_wild</a>(&mut self, i: <a class="struct" href="../struct.PatWild.html" title="struct syn::PatWild">PatWild</a>) -> <a class="struct" href="../struct.PatWild.html" title="struct syn::PatWild">PatWild</a></h4></section><section id="method.fold_path" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#732-734">Source</a><h4 class="code-header">fn <a href="#method.fold_path" class="fn">fold_path</a>(&mut self, i: <a class="struct" href="../struct.Path.html" title="struct syn::Path">Path</a>) -> <a class="struct" href="../struct.Path.html" title="struct syn::Path">Path</a></h4></section><section id="method.fold_path_arguments" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#737-739">Source</a><h4 class="code-header">fn <a href="#method.fold_path_arguments" class="fn">fold_path_arguments</a>(&mut self, i: <a class="enum" href="../enum.PathArguments.html" title="enum syn::PathArguments">PathArguments</a>) -> <a class="enum" href="../enum.PathArguments.html" title="enum syn::PathArguments">PathArguments</a></h4></section><section id="method.fold_path_segment" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#742-744">Source</a><h4 class="code-header">fn <a href="#method.fold_path_segment" class="fn">fold_path_segment</a>(&mut self, i: <a class="struct" href="../struct.PathSegment.html" title="struct syn::PathSegment">PathSegment</a>) -> <a class="struct" href="../struct.PathSegment.html" title="struct syn::PathSegment">PathSegment</a></h4></section><section id="method.fold_pointer_mutability" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#747-752">Source</a><h4 class="code-header">fn <a href="#method.fold_pointer_mutability" class="fn">fold_pointer_mutability</a>(&mut self, i: <a class="enum" href="../enum.PointerMutability.html" title="enum syn::PointerMutability">PointerMutability</a>) -> <a class="enum" href="../enum.PointerMutability.html" title="enum syn::PointerMutability">PointerMutability</a></h4></section><section id="method.fold_precise_capture" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#755-760">Source</a><h4 class="code-header">fn <a href="#method.fold_precise_capture" class="fn">fold_precise_capture</a>(&mut self, i: <a class="struct" href="../struct.PreciseCapture.html" title="struct syn::PreciseCapture">PreciseCapture</a>) -> <a class="struct" href="../struct.PreciseCapture.html" title="struct syn::PreciseCapture">PreciseCapture</a></h4></section><section id="method.fold_predicate_lifetime" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#763-768">Source</a><h4 class="code-header">fn <a href="#method.fold_predicate_lifetime" class="fn">fold_predicate_lifetime</a>(&mut self, i: <a class="struct" href="../struct.PredicateLifetime.html" title="struct syn::PredicateLifetime">PredicateLifetime</a>) -> <a class="struct" href="../struct.PredicateLifetime.html" title="struct syn::PredicateLifetime">PredicateLifetime</a></h4></section><section id="method.fold_predicate_type" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#771-773">Source</a><h4 class="code-header">fn <a href="#method.fold_predicate_type" class="fn">fold_predicate_type</a>(&mut self, i: <a class="struct" href="../struct.PredicateType.html" title="struct syn::PredicateType">PredicateType</a>) -> <a class="struct" href="../struct.PredicateType.html" title="struct syn::PredicateType">PredicateType</a></h4></section><section id="method.fold_qself" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#776-778">Source</a><h4 class="code-header">fn <a href="#method.fold_qself" class="fn">fold_qself</a>(&mut self, i: <a class="struct" href="../struct.QSelf.html" title="struct syn::QSelf">QSelf</a>) -> <a class="struct" href="../struct.QSelf.html" title="struct syn::QSelf">QSelf</a></h4></section><section id="method.fold_range_limits" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#781-783">Source</a><h4 class="code-header">fn <a href="#method.fold_range_limits" class="fn">fold_range_limits</a>(&mut self, i: <a class="enum" href="../enum.RangeLimits.html" title="enum syn::RangeLimits">RangeLimits</a>) -> <a class="enum" href="../enum.RangeLimits.html" title="enum syn::RangeLimits">RangeLimits</a></h4></section><section id="method.fold_receiver" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#786-788">Source</a><h4 class="code-header">fn <a href="#method.fold_receiver" class="fn">fold_receiver</a>(&mut self, i: <a class="struct" href="../struct.Receiver.html" title="struct syn::Receiver">Receiver</a>) -> <a class="struct" href="../struct.Receiver.html" title="struct syn::Receiver">Receiver</a></h4></section><section id="method.fold_return_type" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#791-793">Source</a><h4 class="code-header">fn <a href="#method.fold_return_type" class="fn">fold_return_type</a>(&mut self, i: <a class="enum" href="../enum.ReturnType.html" title="enum syn::ReturnType">ReturnType</a>) -> <a class="enum" href="../enum.ReturnType.html" title="enum syn::ReturnType">ReturnType</a></h4></section><section id="method.fold_signature" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#796-798">Source</a><h4 class="code-header">fn <a href="#method.fold_signature" class="fn">fold_signature</a>(&mut self, i: <a class="struct" href="../struct.Signature.html" title="struct syn::Signature">Signature</a>) -> <a class="struct" href="../struct.Signature.html" title="struct syn::Signature">Signature</a></h4></section><section id="method.fold_span" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#799-801">Source</a><h4 class="code-header">fn <a href="#method.fold_span" class="fn">fold_span</a>(&mut self, i: <a class="struct" href="../../proc_macro2/struct.Span.html" title="struct proc_macro2::Span">Span</a>) -> <a class="struct" href="../../proc_macro2/struct.Span.html" title="struct proc_macro2::Span">Span</a></h4></section><section id="method.fold_static_mutability" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#804-809">Source</a><h4 class="code-header">fn <a href="#method.fold_static_mutability" class="fn">fold_static_mutability</a>(&mut self, i: <a class="enum" href="../enum.StaticMutability.html" title="enum syn::StaticMutability">StaticMutability</a>) -> <a class="enum" href="../enum.StaticMutability.html" title="enum syn::StaticMutability">StaticMutability</a></h4></section><section id="method.fold_stmt" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#812-814">Source</a><h4 class="code-header">fn <a href="#method.fold_stmt" class="fn">fold_stmt</a>(&mut self, i: <a class="enum" href="../enum.Stmt.html" title="enum syn::Stmt">Stmt</a>) -> <a class="enum" href="../enum.Stmt.html" title="enum syn::Stmt">Stmt</a></h4></section><section id="method.fold_stmt_macro" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#817-819">Source</a><h4 class="code-header">fn <a href="#method.fold_stmt_macro" class="fn">fold_stmt_macro</a>(&mut self, i: <a class="struct" href="../struct.StmtMacro.html" title="struct syn::StmtMacro">StmtMacro</a>) -> <a class="struct" href="../struct.StmtMacro.html" title="struct syn::StmtMacro">StmtMacro</a></h4></section><section id="method.fold_token_stream" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#820-825">Source</a><h4 class="code-header">fn <a href="#method.fold_token_stream" class="fn">fold_token_stream</a>(&mut self, i: <a class="struct" href="../../proc_macro2/struct.TokenStream.html" title="struct proc_macro2::TokenStream">TokenStream</a>) -> <a class="struct" href="../../proc_macro2/struct.TokenStream.html" title="struct proc_macro2::TokenStream">TokenStream</a></h4></section><section id="method.fold_trait_bound" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#828-830">Source</a><h4 class="code-header">fn <a href="#method.fold_trait_bound" class="fn">fold_trait_bound</a>(&mut self, i: <a class="struct" href="../struct.TraitBound.html" title="struct syn::TraitBound">TraitBound</a>) -> <a class="struct" href="../struct.TraitBound.html" title="struct syn::TraitBound">TraitBound</a></h4></section><section id="method.fold_trait_bound_modifier" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#833-838">Source</a><h4 class="code-header">fn <a href="#method.fold_trait_bound_modifier" class="fn">fold_trait_bound_modifier</a>(
|
|
&mut self,
|
|
i: <a class="enum" href="../enum.TraitBoundModifier.html" title="enum syn::TraitBoundModifier">TraitBoundModifier</a>,
|
|
) -> <a class="enum" href="../enum.TraitBoundModifier.html" title="enum syn::TraitBoundModifier">TraitBoundModifier</a></h4></section><section id="method.fold_trait_item" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#841-843">Source</a><h4 class="code-header">fn <a href="#method.fold_trait_item" class="fn">fold_trait_item</a>(&mut self, i: <a class="enum" href="../enum.TraitItem.html" title="enum syn::TraitItem">TraitItem</a>) -> <a class="enum" href="../enum.TraitItem.html" title="enum syn::TraitItem">TraitItem</a></h4></section><section id="method.fold_trait_item_const" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#846-851">Source</a><h4 class="code-header">fn <a href="#method.fold_trait_item_const" class="fn">fold_trait_item_const</a>(&mut self, i: <a class="struct" href="../struct.TraitItemConst.html" title="struct syn::TraitItemConst">TraitItemConst</a>) -> <a class="struct" href="../struct.TraitItemConst.html" title="struct syn::TraitItemConst">TraitItemConst</a></h4></section><section id="method.fold_trait_item_fn" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#854-856">Source</a><h4 class="code-header">fn <a href="#method.fold_trait_item_fn" class="fn">fold_trait_item_fn</a>(&mut self, i: <a class="struct" href="../struct.TraitItemFn.html" title="struct syn::TraitItemFn">TraitItemFn</a>) -> <a class="struct" href="../struct.TraitItemFn.html" title="struct syn::TraitItemFn">TraitItemFn</a></h4></section><section id="method.fold_trait_item_macro" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#859-864">Source</a><h4 class="code-header">fn <a href="#method.fold_trait_item_macro" class="fn">fold_trait_item_macro</a>(&mut self, i: <a class="struct" href="../struct.TraitItemMacro.html" title="struct syn::TraitItemMacro">TraitItemMacro</a>) -> <a class="struct" href="../struct.TraitItemMacro.html" title="struct syn::TraitItemMacro">TraitItemMacro</a></h4></section><section id="method.fold_trait_item_type" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#867-869">Source</a><h4 class="code-header">fn <a href="#method.fold_trait_item_type" class="fn">fold_trait_item_type</a>(&mut self, i: <a class="struct" href="../struct.TraitItemType.html" title="struct syn::TraitItemType">TraitItemType</a>) -> <a class="struct" href="../struct.TraitItemType.html" title="struct syn::TraitItemType">TraitItemType</a></h4></section><section id="method.fold_type" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#872-874">Source</a><h4 class="code-header">fn <a href="#method.fold_type" class="fn">fold_type</a>(&mut self, i: <a class="enum" href="../enum.Type.html" title="enum syn::Type">Type</a>) -> <a class="enum" href="../enum.Type.html" title="enum syn::Type">Type</a></h4></section><section id="method.fold_type_array" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#877-879">Source</a><h4 class="code-header">fn <a href="#method.fold_type_array" class="fn">fold_type_array</a>(&mut self, i: <a class="struct" href="../struct.TypeArray.html" title="struct syn::TypeArray">TypeArray</a>) -> <a class="struct" href="../struct.TypeArray.html" title="struct syn::TypeArray">TypeArray</a></h4></section><section id="method.fold_type_bare_fn" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#882-884">Source</a><h4 class="code-header">fn <a href="#method.fold_type_bare_fn" class="fn">fold_type_bare_fn</a>(&mut self, i: <a class="struct" href="../struct.TypeBareFn.html" title="struct syn::TypeBareFn">TypeBareFn</a>) -> <a class="struct" href="../struct.TypeBareFn.html" title="struct syn::TypeBareFn">TypeBareFn</a></h4></section><section id="method.fold_type_group" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#887-889">Source</a><h4 class="code-header">fn <a href="#method.fold_type_group" class="fn">fold_type_group</a>(&mut self, i: <a class="struct" href="../struct.TypeGroup.html" title="struct syn::TypeGroup">TypeGroup</a>) -> <a class="struct" href="../struct.TypeGroup.html" title="struct syn::TypeGroup">TypeGroup</a></h4></section><section id="method.fold_type_impl_trait" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#892-894">Source</a><h4 class="code-header">fn <a href="#method.fold_type_impl_trait" class="fn">fold_type_impl_trait</a>(&mut self, i: <a class="struct" href="../struct.TypeImplTrait.html" title="struct syn::TypeImplTrait">TypeImplTrait</a>) -> <a class="struct" href="../struct.TypeImplTrait.html" title="struct syn::TypeImplTrait">TypeImplTrait</a></h4></section><section id="method.fold_type_infer" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#897-899">Source</a><h4 class="code-header">fn <a href="#method.fold_type_infer" class="fn">fold_type_infer</a>(&mut self, i: <a class="struct" href="../struct.TypeInfer.html" title="struct syn::TypeInfer">TypeInfer</a>) -> <a class="struct" href="../struct.TypeInfer.html" title="struct syn::TypeInfer">TypeInfer</a></h4></section><section id="method.fold_type_macro" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#902-904">Source</a><h4 class="code-header">fn <a href="#method.fold_type_macro" class="fn">fold_type_macro</a>(&mut self, i: <a class="struct" href="../struct.TypeMacro.html" title="struct syn::TypeMacro">TypeMacro</a>) -> <a class="struct" href="../struct.TypeMacro.html" title="struct syn::TypeMacro">TypeMacro</a></h4></section><section id="method.fold_type_never" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#907-909">Source</a><h4 class="code-header">fn <a href="#method.fold_type_never" class="fn">fold_type_never</a>(&mut self, i: <a class="struct" href="../struct.TypeNever.html" title="struct syn::TypeNever">TypeNever</a>) -> <a class="struct" href="../struct.TypeNever.html" title="struct syn::TypeNever">TypeNever</a></h4></section><section id="method.fold_type_param" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#912-914">Source</a><h4 class="code-header">fn <a href="#method.fold_type_param" class="fn">fold_type_param</a>(&mut self, i: <a class="struct" href="../struct.TypeParam.html" title="struct syn::TypeParam">TypeParam</a>) -> <a class="struct" href="../struct.TypeParam.html" title="struct syn::TypeParam">TypeParam</a></h4></section><section id="method.fold_type_param_bound" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#917-922">Source</a><h4 class="code-header">fn <a href="#method.fold_type_param_bound" class="fn">fold_type_param_bound</a>(&mut self, i: <a class="enum" href="../enum.TypeParamBound.html" title="enum syn::TypeParamBound">TypeParamBound</a>) -> <a class="enum" href="../enum.TypeParamBound.html" title="enum syn::TypeParamBound">TypeParamBound</a></h4></section><section id="method.fold_type_paren" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#925-927">Source</a><h4 class="code-header">fn <a href="#method.fold_type_paren" class="fn">fold_type_paren</a>(&mut self, i: <a class="struct" href="../struct.TypeParen.html" title="struct syn::TypeParen">TypeParen</a>) -> <a class="struct" href="../struct.TypeParen.html" title="struct syn::TypeParen">TypeParen</a></h4></section><section id="method.fold_type_path" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#930-932">Source</a><h4 class="code-header">fn <a href="#method.fold_type_path" class="fn">fold_type_path</a>(&mut self, i: <a class="struct" href="../struct.TypePath.html" title="struct syn::TypePath">TypePath</a>) -> <a class="struct" href="../struct.TypePath.html" title="struct syn::TypePath">TypePath</a></h4></section><section id="method.fold_type_ptr" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#935-937">Source</a><h4 class="code-header">fn <a href="#method.fold_type_ptr" class="fn">fold_type_ptr</a>(&mut self, i: <a class="struct" href="../struct.TypePtr.html" title="struct syn::TypePtr">TypePtr</a>) -> <a class="struct" href="../struct.TypePtr.html" title="struct syn::TypePtr">TypePtr</a></h4></section><section id="method.fold_type_reference" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#940-942">Source</a><h4 class="code-header">fn <a href="#method.fold_type_reference" class="fn">fold_type_reference</a>(&mut self, i: <a class="struct" href="../struct.TypeReference.html" title="struct syn::TypeReference">TypeReference</a>) -> <a class="struct" href="../struct.TypeReference.html" title="struct syn::TypeReference">TypeReference</a></h4></section><section id="method.fold_type_slice" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#945-947">Source</a><h4 class="code-header">fn <a href="#method.fold_type_slice" class="fn">fold_type_slice</a>(&mut self, i: <a class="struct" href="../struct.TypeSlice.html" title="struct syn::TypeSlice">TypeSlice</a>) -> <a class="struct" href="../struct.TypeSlice.html" title="struct syn::TypeSlice">TypeSlice</a></h4></section><section id="method.fold_type_trait_object" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#950-955">Source</a><h4 class="code-header">fn <a href="#method.fold_type_trait_object" class="fn">fold_type_trait_object</a>(&mut self, i: <a class="struct" href="../struct.TypeTraitObject.html" title="struct syn::TypeTraitObject">TypeTraitObject</a>) -> <a class="struct" href="../struct.TypeTraitObject.html" title="struct syn::TypeTraitObject">TypeTraitObject</a></h4></section><section id="method.fold_type_tuple" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#958-960">Source</a><h4 class="code-header">fn <a href="#method.fold_type_tuple" class="fn">fold_type_tuple</a>(&mut self, i: <a class="struct" href="../struct.TypeTuple.html" title="struct syn::TypeTuple">TypeTuple</a>) -> <a class="struct" href="../struct.TypeTuple.html" title="struct syn::TypeTuple">TypeTuple</a></h4></section><section id="method.fold_un_op" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#963-965">Source</a><h4 class="code-header">fn <a href="#method.fold_un_op" class="fn">fold_un_op</a>(&mut self, i: <a class="enum" href="../enum.UnOp.html" title="enum syn::UnOp">UnOp</a>) -> <a class="enum" href="../enum.UnOp.html" title="enum syn::UnOp">UnOp</a></h4></section><section id="method.fold_use_glob" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#968-970">Source</a><h4 class="code-header">fn <a href="#method.fold_use_glob" class="fn">fold_use_glob</a>(&mut self, i: <a class="struct" href="../struct.UseGlob.html" title="struct syn::UseGlob">UseGlob</a>) -> <a class="struct" href="../struct.UseGlob.html" title="struct syn::UseGlob">UseGlob</a></h4></section><section id="method.fold_use_group" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#973-975">Source</a><h4 class="code-header">fn <a href="#method.fold_use_group" class="fn">fold_use_group</a>(&mut self, i: <a class="struct" href="../struct.UseGroup.html" title="struct syn::UseGroup">UseGroup</a>) -> <a class="struct" href="../struct.UseGroup.html" title="struct syn::UseGroup">UseGroup</a></h4></section><section id="method.fold_use_name" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#978-980">Source</a><h4 class="code-header">fn <a href="#method.fold_use_name" class="fn">fold_use_name</a>(&mut self, i: <a class="struct" href="../struct.UseName.html" title="struct syn::UseName">UseName</a>) -> <a class="struct" href="../struct.UseName.html" title="struct syn::UseName">UseName</a></h4></section><section id="method.fold_use_path" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#983-985">Source</a><h4 class="code-header">fn <a href="#method.fold_use_path" class="fn">fold_use_path</a>(&mut self, i: <a class="struct" href="../struct.UsePath.html" title="struct syn::UsePath">UsePath</a>) -> <a class="struct" href="../struct.UsePath.html" title="struct syn::UsePath">UsePath</a></h4></section><section id="method.fold_use_rename" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#988-990">Source</a><h4 class="code-header">fn <a href="#method.fold_use_rename" class="fn">fold_use_rename</a>(&mut self, i: <a class="struct" href="../struct.UseRename.html" title="struct syn::UseRename">UseRename</a>) -> <a class="struct" href="../struct.UseRename.html" title="struct syn::UseRename">UseRename</a></h4></section><section id="method.fold_use_tree" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#993-995">Source</a><h4 class="code-header">fn <a href="#method.fold_use_tree" class="fn">fold_use_tree</a>(&mut self, i: <a class="enum" href="../enum.UseTree.html" title="enum syn::UseTree">UseTree</a>) -> <a class="enum" href="../enum.UseTree.html" title="enum syn::UseTree">UseTree</a></h4></section><section id="method.fold_variadic" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#998-1000">Source</a><h4 class="code-header">fn <a href="#method.fold_variadic" class="fn">fold_variadic</a>(&mut self, i: <a class="struct" href="../struct.Variadic.html" title="struct syn::Variadic">Variadic</a>) -> <a class="struct" href="../struct.Variadic.html" title="struct syn::Variadic">Variadic</a></h4></section><section id="method.fold_variant" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#1003-1005">Source</a><h4 class="code-header">fn <a href="#method.fold_variant" class="fn">fold_variant</a>(&mut self, i: <a class="struct" href="../struct.Variant.html" title="struct syn::Variant">Variant</a>) -> <a class="struct" href="../struct.Variant.html" title="struct syn::Variant">Variant</a></h4></section><section id="method.fold_vis_restricted" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#1008-1010">Source</a><h4 class="code-header">fn <a href="#method.fold_vis_restricted" class="fn">fold_vis_restricted</a>(&mut self, i: <a class="struct" href="../struct.VisRestricted.html" title="struct syn::VisRestricted">VisRestricted</a>) -> <a class="struct" href="../struct.VisRestricted.html" title="struct syn::VisRestricted">VisRestricted</a></h4></section><section id="method.fold_visibility" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#1013-1015">Source</a><h4 class="code-header">fn <a href="#method.fold_visibility" class="fn">fold_visibility</a>(&mut self, i: <a class="enum" href="../enum.Visibility.html" title="enum syn::Visibility">Visibility</a>) -> <a class="enum" href="../enum.Visibility.html" title="enum syn::Visibility">Visibility</a></h4></section><section id="method.fold_where_clause" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#1018-1020">Source</a><h4 class="code-header">fn <a href="#method.fold_where_clause" class="fn">fold_where_clause</a>(&mut self, i: <a class="struct" href="../struct.WhereClause.html" title="struct syn::WhereClause">WhereClause</a>) -> <a class="struct" href="../struct.WhereClause.html" title="struct syn::WhereClause">WhereClause</a></h4></section><section id="method.fold_where_predicate" class="method"><a class="src rightside" href="../../src/syn/gen/fold.rs.html#1023-1028">Source</a><h4 class="code-header">fn <a href="#method.fold_where_predicate" class="fn">fold_where_predicate</a>(&mut self, i: <a class="enum" href="../enum.WherePredicate.html" title="enum syn::WherePredicate">WherePredicate</a>) -> <a class="enum" href="../enum.WherePredicate.html" title="enum syn::WherePredicate">WherePredicate</a></h4></section></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"></div><script src="../../trait.impl/syn/gen/fold/trait.Fold.js" async></script></section></div></main></body></html> |