This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="Marker trait for types that represent single tokens."><title>Token in syn::token - Rust</title><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><linkrel="stylesheet"href="../../static.files/normalize-76eba96aa4d2e634.css"><linkrel="stylesheet"href="../../static.files/rustdoc-ac92e1bbe349e143.css"><metaname="rustdoc-vars"data-root-path="../../"data-static-root-path="../../static.files/"data-current-crate="syn"data-themes=""data-resource-suffix=""data-rustdoc-version="1.76.0 (07dca489a 2024-02-04)"data-channel="1.76.0"data-search-js="search-2b6ce74ff89ae146.js"data-settings-js="settings-4313503d2e1961c2.js"><scriptsrc="../../static.files/storage-f2adc0d6ca4d09fb.js"></script><scriptdefersrc="sidebar-items.js"></script><scriptdefersrc="../../static.files/main-305769736d49e732.js"></script><noscript><linkrel="stylesheet"href="../../static.files/noscript-feafe1bb7466e4bd.css"></noscript><linkrel="alternate icon"type="image/png"href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><linkrel="alternate icon"type="image/png"href="../../static.files/favicon-32x32-422f7d1d52889060.png"><linkrel="icon"type="image/svg+xml"href="../../static.files/favicon-2c020d218678b618.svg"></head><bodyclass="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="mobile-topbar"><buttonclass="sidebar-menu-toggle">☰</button></nav><navclass="sidebar"><divclass="sidebar-crate"><h2><ahref="../../syn/index.html">syn</a><spanclass="version">2.0.106</span></h2></div><h2class="location"><ahref="#">Token</a></h2><divclass="sidebar-elems"><section><h3><ahref="#foreign-impls">Implementations on Foreign Types</a></h3><ulclass="block"><li><ahref="#impl-Token-for-Group">Group</a></li><li><ahref="#impl-Token-for-Literal">Literal</a></li><li><ahref="#impl-Token-for-Punct">Punct</a></li><li><ahref="#impl-Token-for-TokenTree">TokenTree</a></li></ul><h3><ahref="#object-safety">Object Safety</a></h3><h3><ahref="#implementors">Implementors</a></h3></section><h2><ahref="index.html">In syn::token</a></h2></div></nav><divclass="sidebar-resizer"></div>
<main><divclass="width-limiter"><navclass="sub"><formclass="search-form"><span></span><divid="sidebar-button"tabindex="-1"><ahref="../../syn/all.html"title="show sidebar"></a></div><inputclass="search-input"name="search"aria-label="Run search in the documentation"autocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"><divid="help-button"tabindex="-1"><ahref="../../help.html"title="help">?</a></div><divid="settings-menu"tabindex="-1"><ahref="../../settings.html"title="settings"><imgwidth="22"height="22"alt="Change settings"src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><sectionid="main-content"class="content"><divclass="main-heading"><h1>Trait <ahref="../index.html">syn</a>::<wbr><ahref="index.html">token</a>::<wbr><aclass="trait"href="#">Token</a><buttonid="copy-path"title="Copy item path to clipboard"><imgsrc="../../static.files/clipboard-7571035ce49a181d.svg"width="19"height="18"alt="Copy item path"></button></h1><spanclass="out-of-band"><aclass="src"href="../../src/syn/token.rs.html#125-133">source</a> · <buttonid="toggle-all-docs"title="collapse all docs">[<span>−</span>]</button></span></div><preclass="rust item-decl"><code>pub trait Token: Sealed { }</code></pre><detailsclass="toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>Marker trait for types that represent single tokens.</p>
<p>This trait is sealed and cannot be implemented for types outside of Syn.</p>
</div></details><h2id="object-safety"class="section-header">Object Safety<ahref="#object-safety"class="anchor">§</a></h2><divclass="object-safety-info">This trait is <b>not</b><ahref="https://doc.rust-lang.org/1.76.0/reference/items/traits.html#object-safety">object safe</a>.</div><h2id="foreign-impls"class="section-header">Implementations on Foreign Types<ahref="#foreign-impls"class="anchor">§</a></h2><sectionid="impl-Token-for-TokenTree"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#183">source</a><ahref="#impl-Token-for-TokenTree"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="enum"href="../../proc_macro2/enum.TokenTree.html"title="enum proc_macro2::TokenTree">TokenTree</a></h3></section><sectionid="impl-Token-for-Group"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#184">source</a><ahref="#impl-Token-for-Group"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="../../proc_macro2/struct.Group.html"title="struct proc_macro2::Group">Group</a></h3></section><sectionid="impl-Token-for-Literal"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#182">source</a><ahref="#impl-Token-for-Literal"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="../../proc_macro2/struct.Literal.html"title="struct proc_macro2::Literal">Literal</a></h3></section><sectionid="impl-Token-for-Punct"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#181">source</a><ahref="#impl-Token-for-Punct"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="../../proc_macro2/struct.Punct.html"title="struct proc_macro2::Punct">Punct</a></h3></section><h2id="implementors"class="section-header">Implementors<ahref="#implementors"class="anchor">§</a></h2><divid="implementors-list"><sectionid="impl-Token-for-Lit"class="impl"><aclass="src rightside"href="../../src/syn/lit.rs.html#1050">source</a><ahref="#impl-Token-for-Lit"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="enum"href="../enum.Lit.html"title="enum syn::Lit">Lit</a></h3></section><sectionid="impl-Token-for-Ident"class="impl"><aclass="src rightside"href="../../src/syn/ident.rs.html#95-107">source</a><ahref="#impl-Token-for-Ident"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="../struct.Ident.html"title="struct syn::Ident">Ident</a></h3></section><sectionid="impl-Token-for-Lifetime"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#185">source</a><ahref="#impl-Token-for-Lifetime"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="../struct.Lifetime.html"title="struct syn::Lifetime">Lifetime</a></h3></section><sectionid="impl-Token-for-LitBool"class="impl"><aclass="src rightside"href="../../src/syn/lit.rs.html#1058">source</a><ahref="#impl-Token-for-LitBool"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="../struct.LitBool.html"title="struct syn::LitBool">LitBool</a></h3></section><sectionid="impl-Token-for-LitByte"class="impl"><aclass="src rightside"href="../../src/syn/lit.rs.html#1054">source</a><ahref="#impl-Token-for-LitByte"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="../struct.LitByte.html"title="struct syn::LitByte">LitByte</a></h3></section><sectionid="impl-Token-for-LitByteStr"class="impl"><aclass="src rightside"href="../../src/syn/lit.rs.html#1052">source</a><ahref="#impl-Token-for-LitByteStr"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="../struct.LitByteStr.html"title="struct syn::LitByteStr">LitByteStr</a></h3></section><sectionid="impl-Token-for-LitCStr"class="impl"><aclass="src rightside"href="../../src/syn/lit.rs.html#1053">source</a><ahref="#impl-Token-for-LitCStr"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="../struct.LitCStr.html"title="struct syn::LitCStr">LitCStr</a></h3></section><sectionid="impl-Token-for-LitChar"class="impl"><aclass="src rightside"href="../../src/syn/lit.rs.html#1055">source</a><ahref="#impl-Token-for-LitChar"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="../struct.LitChar.html"title="struct syn::LitChar">LitChar</a></h3></section><sectionid="impl-Token-for-LitFloat"class="impl"><aclass="src rightside"href="../../src/syn/lit.rs.html#1057">source</a><ahref="#impl-Token-for-LitFloat"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="../struct.LitFloat.html"title="struct syn::LitFloat">LitFloat</a></h3></section><sectionid="impl-Token-for-LitInt"class="impl"><aclass="src rightside"href="../../src/syn/lit.rs.html#1056">source</a><ahref="#impl-Token-for-LitInt"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="../struct.LitInt.html"title="struct syn::LitInt">LitInt</a></h3></section><sectionid="impl-Token-for-LitStr"class="impl"><aclass="src rightside"href="../../src/syn/lit.rs.html#1051">source</a><ahref="#impl-Token-for-LitStr"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="../struct.LitStr.html"title="struct syn::LitStr">LitStr</a></h3></section><sectionid="impl-Token-for-Abstract"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Abstract"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Abstract.html"title="struct syn::token::Abstract">Abstract</a></h3></section><sectionid="impl-Token-for-And"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-And"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.And.html"title="struct syn::token::And">And</a></h3></section><sectionid="impl-Token-for-AndAnd"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-AndAnd"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.AndAnd.html"title="struct syn::token::AndAnd">AndAnd</a></h3></section><sectionid="impl-Token-for-AndEq"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-AndEq"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.AndEq.html"title="struct syn::token::AndEq">AndEq</a></h3></section><sectionid="impl-Token-for-As"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-As"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.As.html"title="struct syn::token::As">As</a></h3></section><sectionid="impl-Token-for-Async"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Async"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Async.html"title="struct syn::token::Async">Async</a></h3></section><sectionid="impl-Token-for-At"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-At"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.At.html"title="struct syn::token::At">At</a></h3></section><sectionid="impl-Token-for-Auto"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Auto"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Auto.html"title="struct syn::token::Auto">Auto</a></h3></section><sectionid="impl-Token-for-Await"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Await"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Await.html"title="struct syn::token::Await">Await</a></h3></section><sectionid="impl-Token-for-Become"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Become"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Become.html"title="struct syn::token::Become">Become</a></h3></section><sectionid="impl-Token-for-Box"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Box"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Box.html"title="struct syn::token::Box">Box</a></h3></section><sectionid="impl-Token-for-Brace"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#660-668">source</a><ahref="#impl-Token-for-Brace"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Brace.html"title="struct syn::token::Brace">Brace</a></h3></section><sectionid="impl-Token-for-Bracket"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#671-679">source</a><ahref="#impl-Token-for-Bracket"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Bracket.html"title="struct syn::token::Bracket">Bracket</a></h3></section><sectionid="impl-Token-for-Break"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Break"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Break.html"title="struct syn::token::Break">Break</a></h3></section><sectionid="impl-Token-for-Caret"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Caret"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Caret.html"title="struct syn::token::Caret">Caret</a></h3></section><sectionid="impl-Token-for-CaretEq"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-CaretEq"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.CaretEq.html"title="struct syn::token::CaretEq">CaretEq</a></h3></section><sectionid="impl-Token-for-Colon"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Colon"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Colon.html"title="struct syn::token::Colon">Colon</a></h3></section><sectionid="impl-Token-for-Comma"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Comma"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Comma.html"title="struct syn::token::Comma">Comma</a></h3></section><sectionid="impl-Token-for-Const"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Const"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Const.html"title="struct syn::token::Const">Const</a></h3></section><sectionid="impl-Token-for-Continue"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Continue"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Continue.html"title="struct syn::token::Continue">Continue</a></h3></section><sectionid="impl-Token-for-Crate"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Crate"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Crate.html"title="struct syn::token::Crate">Crate</a></h3></section><sectionid="impl-Token-for-Default"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Default"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Default.html"title="struct syn::token::Default">Default</a></h3></section><sectionid="impl-Token-for-Do"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Do"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Do.html"title="struct syn::token::Do">Do</a></h3></section><sectionid="impl-Token-for-Dollar"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Dollar"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Dollar.html"title="struct syn::token::Dollar">Dollar</a></h3></section><sectionid="impl-Token-for-Dot"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Dot"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Dot.html"title="struct syn::token::Dot">Dot</a></h3></section><sectionid="impl-Token-for-DotDot"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-DotDot"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.DotDot.html"title="struct syn::token::DotDot">DotDot</a></h3></section><sectionid="impl-Token-for-DotDotDot"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-DotDotDot"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.DotDotDot.html"title="struct syn::token::DotDotDot">DotDotDot</a></h3></section><sectionid="impl-Token-for-DotDotEq"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-DotDotEq"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.DotDotEq.html"title="struct syn::token::DotDotEq">DotDotEq</a></h3></section><sectionid="impl-Token-for-Dyn"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Dyn"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Dyn.html"title="struct syn::token::Dyn">Dyn</a></h3></section><sectionid="impl-Token-for-Else"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Else"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Else.html"title="struct syn::token::Else">Else</a></h3></section><sectionid="impl-Token-for-Enum"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Enum"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Enum.html"title="struct syn::token::Enum">Enum</a></h3></section><sectionid="impl-Token-for-Eq"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Eq"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Eq.html"title="struct syn::token::Eq">Eq</a></h3></section><sectionid="impl-Token-for-EqEq"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-EqEq"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.EqEq.html"title="struct syn::token::EqEq">EqEq</a></h3></section><sectionid="impl-Token-for-Extern"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Extern"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Extern.html"title="struct syn::token::Extern">Extern</a></h3></section><sectionid="impl-Token-for-FatArrow"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-FatArrow"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.FatArrow.html"title="struct syn::token::FatArrow">FatArrow</a></h3></section><sectionid="impl-Token-for-Final"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Final"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Final.html"title="struct syn::token::Final">Final</a></h3></section><sectionid="impl-Token-for-Fn"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Fn"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Fn.html"title="struct syn::token::Fn">Fn</a></h3></section><sectionid="impl-Token-for-For"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-For"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.For.html"title="struct syn::token::For">For</a></h3></section><sectionid="impl-Token-for-Ge"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Ge"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Ge.html"title="struct syn::token::Ge">Ge</a></h3></section><sectionid="impl-Token-for-Group-1"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#682-690">source</a><ahref="#impl-Token-for-Group-1"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for syn::token::<aclass="struct"href="struct.Group.html"title="struct syn::token::Group">Group</a></h3></section><sectionid="impl-Token-for-Gt"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Gt"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Gt.html"title="struct syn::token::Gt">Gt</a></h3></section><sectionid="impl-Token-for-If"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-If"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.If.html"title="struct syn::token::If">If</a></h3></section><sectionid="impl-Token-for-Impl"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Impl"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Impl.html"title="struct syn::token::Impl">Impl</a></h3></section><sectionid="impl-Token-for-In"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-In"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.In.html"title="struct syn::token::In">In</a></h3></section><sectionid="impl-Token-for-LArrow"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-LArrow"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.LArrow.html"title="struct syn::token::LArrow">LArrow</a></h3></section><sectionid="impl-Token-for-Le"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Le"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Le.html"title="struct syn::token::Le">Le</a></h3></section><sectionid="impl-Token-for-Let"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Let"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Let.html"title="struct syn::token::Let">Let</a></h3></section><sectionid="impl-Token-for-Loop"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Loop"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Loop.html"title="struct syn::token::Loop">Loop</a></h3></section><sectionid="impl-Token-for-Lt"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Lt"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Lt.html"title="struct syn::token::Lt">Lt</a></h3></section><sectionid="impl-Token-for-Macro"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Macro"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Macro.html"title="struct syn::token::Macro">Macro</a></h3></section><sectionid="impl-Token-for-Match"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Match"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Match.html"title="struct syn::token::Match">Match</a></h3></section><sectionid="impl-Token-for-Minus"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Minus"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Minus.html"title="struct syn::token::Minus">Minus</a></h3></section><sectionid="impl-Token-for-MinusEq"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-MinusEq"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.MinusEq.html"title="struct syn::token::MinusEq">MinusEq</a></h3></section><sectionid="impl-Token-for-Mod"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Mod"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Mod.html"title="struct syn::token::Mod">Mod</a></h3></section><sectionid="impl-Token-for-Move"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Move"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Move.html"title="struct syn::token::Move">Move</a></h3></section><sectionid="impl-Token-for-Mut"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Mut"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Mut.html"title="struct syn::token::Mut">Mut</a></h3></section><sectionid="impl-Token-for-Ne"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Ne"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Ne.html"title="struct syn::token::Ne">Ne</a></h3></section><sectionid="impl-Token-for-Not"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Not"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Not.html"title="struct syn::token::Not">Not</a></h3></section><sectionid="impl-Token-for-Or"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Or"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Or.html"title="struct syn::token::Or">Or</a></h3></section><sectionid="impl-Token-for-OrEq"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-OrEq"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.OrEq.html"title="struct syn::token::OrEq">OrEq</a></h3></section><sectionid="impl-Token-for-OrOr"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-OrOr"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.OrOr.html"title="struct syn::token::OrOr">OrOr</a></h3></section><sectionid="impl-Token-for-Override"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Override"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Override.html"title="struct syn::token::Override">Override</a></h3></section><sectionid="impl-Token-for-Paren"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#649-657">source</a><ahref="#impl-Token-for-Paren"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Paren.html"title="struct syn::token::Paren">Paren</a></h3></section><sectionid="impl-Token-for-PathSep"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-PathSep"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.PathSep.html"title="struct syn::token::PathSep">PathSep</a></h3></section><sectionid="impl-Token-for-Percent"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Percent"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Percent.html"title="struct syn::token::Percent">Percent</a></h3></section><sectionid="impl-Token-for-PercentEq"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-PercentEq"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.PercentEq.html"title="struct syn::token::PercentEq">PercentEq</a></h3></section><sectionid="impl-Token-for-Plus"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Plus"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Plus.html"title="struct syn::token::Plus">Plus</a></h3></section><sectionid="impl-Token-for-PlusEq"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-PlusEq"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.PlusEq.html"title="struct syn::token::PlusEq">PlusEq</a></h3></section><sectionid="impl-Token-for-Pound"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Pound"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Pound.html"title="struct syn::token::Pound">Pound</a></h3></section><sectionid="impl-Token-for-Priv"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Priv"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Priv.html"title="struct syn::token::Priv">Priv</a></h3></section><sectionid="impl-Token-for-Pub"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Pub"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Pub.html"title="struct syn::token::Pub">Pub</a></h3></section><sectionid="impl-Token-for-Question"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Question"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Question.html"title="struct syn::token::Question">Question</a></h3></section><sectionid="impl-Token-for-RArrow"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-RArrow"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.RArrow.html"title="struct syn::token::RArrow">RArrow</a></h3></section><sectionid="impl-Token-for-Raw"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Raw"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Raw.html"title="struct syn::token::Raw">Raw</a></h3></section><sectionid="impl-Token-for-Ref"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Ref"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Ref.html"title="struct syn::token::Ref">Ref</a></h3></section><sectionid="impl-Token-for-Return"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Return"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Return.html"title="struct syn::token::Return">Return</a></h3></section><sectionid="impl-Token-for-SelfType"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-SelfType"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.SelfType.html"title="struct syn::token::SelfType">SelfType</a></h3></section><sectionid="impl-Token-for-SelfValue"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-SelfValue"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.SelfValue.html"title="struct syn::token::SelfValue">SelfValue</a></h3></section><sectionid="impl-Token-for-Semi"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Semi"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Semi.html"title="struct syn::token::Semi">Semi</a></h3></section><sectionid="impl-Token-for-Shl"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Shl"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Shl.html"title="struct syn::token::Shl">Shl</a></h3></section><sectionid="impl-Token-for-ShlEq"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-ShlEq"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.ShlEq.html"title="struct syn::token::ShlEq">ShlEq</a></h3></section><sectionid="impl-Token-for-Shr"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Shr"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Shr.html"title="struct syn::token::Shr">Shr</a></h3></section><sectionid="impl-Token-for-ShrEq"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-ShrEq"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.ShrEq.html"title="struct syn::token::ShrEq">ShrEq</a></h3></section><sectionid="impl-Token-for-Slash"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Slash"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Slash.html"title="struct syn::token::Slash">Slash</a></h3></section><sectionid="impl-Token-for-SlashEq"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-SlashEq"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.SlashEq.html"title="struct syn::token::SlashEq">SlashEq</a></h3></section><sectionid="impl-Token-for-Star"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Star"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Star.html"title="struct syn::token::Star">Star</a></h3></section><sectionid="impl-Token-for-StarEq"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-StarEq"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.StarEq.html"title="struct syn::token::StarEq">StarEq</a></h3></section><sectionid="impl-Token-for-Static"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Static"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Static.html"title="struct syn::token::Static">Static</a></h3></section><sectionid="impl-Token-for-Struct"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Struct"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Struct.html"title="struct syn::token::Struct">Struct</a></h3></section><sectionid="impl-Token-for-Super"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Super"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Super.html"title="struct syn::token::Super">Super</a></h3></section><sectionid="impl-Token-for-Tilde"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#748-795">source</a><ahref="#impl-Token-for-Tilde"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Tilde.html"title="struct syn::token::Tilde">Tilde</a></h3></section><sectionid="impl-Token-for-Trait"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Trait"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Trait.html"title="struct syn::token::Trait">Trait</a></h3></section><sectionid="impl-Token-for-Try"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Try"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Try.html"title="struct syn::token::Try">Try</a></h3></section><sectionid="impl-Token-for-Type"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Type"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Type.html"title="struct syn::token::Type">Type</a></h3></section><sectionid="impl-Token-for-Typeof"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Typeof"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Typeof.html"title="struct syn::token::Typeof">Typeof</a></h3></section><sectionid="impl-Token-for-Underscore"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#554-568">source</a><ahref="#impl-Token-for-Underscore"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Underscore.html"title="struct syn::token::Underscore">Underscore</a></h3></section><sectionid="impl-Token-for-Union"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Union"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Union.html"title="struct syn::token::Union">Union</a></h3></section><sectionid="impl-Token-for-Unsafe"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Unsafe"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Unsafe.html"title="struct syn::token::Unsafe">Unsafe</a></h3></section><sectionid="impl-Token-for-Unsized"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Unsized"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Unsized.html"title="struct syn::token::Unsized">Unsized</a></h3></section><sectionid="impl-Token-for-Use"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Use"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Use.html"title="struct syn::token::Use">Use</a></h3></section><sectionid="impl-Token-for-Virtual"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Virtual"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Virtual.html"title="struct syn::token::Virtual">Virtual</a></h3></section><sectionid="impl-Token-for-Where"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Where"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Where.html"title="struct syn::token::Where">Where</a></h3></section><sectionid="impl-Token-for-While"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-While"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.While.html"title="struct syn::token::While">While</a></h3></section><sectionid="impl-Token-for-Yield"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#692-746">source</a><ahref="#impl-Token-for-Yield"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for <aclass="struct"href="struct.Yield.html"title="struct syn::token::Yield">Yield</a></h3></section><sectionid="impl-Token-for-T"class="impl"><aclass="src rightside"href="../../src/syn/token.rs.html#191-199">source</a><ahref="#impl-Token-for-T"class="anchor">§</a><h3class="code-header">impl<T: CustomToken><aclass="trait"href="trait.Token.html"title="trait syn::token::Token">Token</a> for T</h3></section></div><scriptsrc="../../trait.impl/syn/token/trait.Token.js"data-ignore-extern-crates="proc_macro2"async></script></section></div></main></body></html>