edlang/syn/token/trait.Token.html
2024-02-13 06:38:44 +00:00

4 lines
51 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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="Marker trait for types that represent single tokens."><title>Token in syn::token - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-ac92e1bbe349e143.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.76.0 (07dca489a 2024-02-04)" data-channel="1.76.0" data-search-js="search-2b6ce74ff89ae146.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../static.files/storage-f2adc0d6ca4d09fb.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-305769736d49e732.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-feafe1bb7466e4bd.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.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]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../syn/index.html">syn</a><span class="version">2.0.48</span></h2></div><h2 class="location"><a href="#">Token</a></h2><div class="sidebar-elems"><section><h3><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul class="block"><li><a href="#impl-Token-for-Group">Group</a></li><li><a href="#impl-Token-for-Literal">Literal</a></li><li><a href="#impl-Token-for-Punct">Punct</a></li><li><a href="#impl-Token-for-TokenTree">TokenTree</a></li></ul><h3><a href="#object-safety">Object Safety</a></h3><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In syn::token</a></h2></div></nav><div class="sidebar-resizer"></div>
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../../syn/all.html" title="show sidebar"></a></div><input class="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"><div id="help-button" tabindex="-1"><a href="../../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="../index.html">syn</a>::<wbr><a href="index.html">token</a>::<wbr><a class="trait" href="#">Token</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../src/syn/token.rs.html#129-137">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub trait Token: Sealed { }</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="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><h2 id="object-safety" class="section-header">Object Safety<a href="#object-safety" class="anchor">§</a></h2><div class="object-safety-info">This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.76.0/reference/items/traits.html#object-safety">object safe</a>.</div><h2 id="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><section id="impl-Token-for-TokenTree" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#231">source</a><a href="#impl-Token-for-TokenTree" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="enum" href="../../proc_macro2/enum.TokenTree.html" title="enum proc_macro2::TokenTree">TokenTree</a></h3></section><section id="impl-Token-for-Group" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#209">source</a><a href="#impl-Token-for-Group" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="../../proc_macro2/struct.Group.html" title="struct proc_macro2::Group">Group</a></h3></section><section id="impl-Token-for-Literal" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#230">source</a><a href="#impl-Token-for-Literal" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="../../proc_macro2/struct.Literal.html" title="struct proc_macro2::Literal">Literal</a></h3></section><section id="impl-Token-for-Punct" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#229">source</a><a href="#impl-Token-for-Punct" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="../../proc_macro2/struct.Punct.html" title="struct proc_macro2::Punct">Punct</a></h3></section><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-Token-for-Lit" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#201">source</a><a href="#impl-Token-for-Lit" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="enum" href="../enum.Lit.html" title="enum syn::Lit">Lit</a></h3></section><section id="impl-Token-for-Ident" class="impl"><a class="src rightside" href="../../src/syn/ident.rs.html#94-106">source</a><a href="#impl-Token-for-Ident" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="../struct.Ident.html" title="struct syn::Ident">Ident</a></h3></section><section id="impl-Token-for-Lifetime" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#200">source</a><a href="#impl-Token-for-Lifetime" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="../struct.Lifetime.html" title="struct syn::Lifetime">Lifetime</a></h3></section><section id="impl-Token-for-LitBool" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#208">source</a><a href="#impl-Token-for-LitBool" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="../struct.LitBool.html" title="struct syn::LitBool">LitBool</a></h3></section><section id="impl-Token-for-LitByte" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#204">source</a><a href="#impl-Token-for-LitByte" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="../struct.LitByte.html" title="struct syn::LitByte">LitByte</a></h3></section><section id="impl-Token-for-LitByteStr" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#203">source</a><a href="#impl-Token-for-LitByteStr" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="../struct.LitByteStr.html" title="struct syn::LitByteStr">LitByteStr</a></h3></section><section id="impl-Token-for-LitChar" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#205">source</a><a href="#impl-Token-for-LitChar" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="../struct.LitChar.html" title="struct syn::LitChar">LitChar</a></h3></section><section id="impl-Token-for-LitFloat" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#207">source</a><a href="#impl-Token-for-LitFloat" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="../struct.LitFloat.html" title="struct syn::LitFloat">LitFloat</a></h3></section><section id="impl-Token-for-LitInt" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#206">source</a><a href="#impl-Token-for-LitInt" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="../struct.LitInt.html" title="struct syn::LitInt">LitInt</a></h3></section><section id="impl-Token-for-LitStr" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#202">source</a><a href="#impl-Token-for-LitStr" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="../struct.LitStr.html" title="struct syn::LitStr">LitStr</a></h3></section><section id="impl-Token-for-Abstract" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Abstract" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Abstract.html" title="struct syn::token::Abstract">Abstract</a></h3></section><section id="impl-Token-for-And" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-And" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.And.html" title="struct syn::token::And">And</a></h3></section><section id="impl-Token-for-AndAnd" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-AndAnd" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.AndAnd.html" title="struct syn::token::AndAnd">AndAnd</a></h3></section><section id="impl-Token-for-AndEq" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-AndEq" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.AndEq.html" title="struct syn::token::AndEq">AndEq</a></h3></section><section id="impl-Token-for-As" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-As" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.As.html" title="struct syn::token::As">As</a></h3></section><section id="impl-Token-for-Async" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Async" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Async.html" title="struct syn::token::Async">Async</a></h3></section><section id="impl-Token-for-At" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-At" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.At.html" title="struct syn::token::At">At</a></h3></section><section id="impl-Token-for-Auto" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Auto" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Auto.html" title="struct syn::token::Auto">Auto</a></h3></section><section id="impl-Token-for-Await" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Await" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Await.html" title="struct syn::token::Await">Await</a></h3></section><section id="impl-Token-for-Become" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Become" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Become.html" title="struct syn::token::Become">Become</a></h3></section><section id="impl-Token-for-Box" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Box" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Box.html" title="struct syn::token::Box">Box</a></h3></section><section id="impl-Token-for-Brace" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#704-712">source</a><a href="#impl-Token-for-Brace" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Brace.html" title="struct syn::token::Brace">Brace</a></h3></section><section id="impl-Token-for-Bracket" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#715-723">source</a><a href="#impl-Token-for-Bracket" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Bracket.html" title="struct syn::token::Bracket">Bracket</a></h3></section><section id="impl-Token-for-Break" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Break" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Break.html" title="struct syn::token::Break">Break</a></h3></section><section id="impl-Token-for-Caret" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Caret" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Caret.html" title="struct syn::token::Caret">Caret</a></h3></section><section id="impl-Token-for-CaretEq" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-CaretEq" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.CaretEq.html" title="struct syn::token::CaretEq">CaretEq</a></h3></section><section id="impl-Token-for-Colon" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Colon" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Colon.html" title="struct syn::token::Colon">Colon</a></h3></section><section id="impl-Token-for-Comma" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Comma" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Comma.html" title="struct syn::token::Comma">Comma</a></h3></section><section id="impl-Token-for-Const" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Const" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Const.html" title="struct syn::token::Const">Const</a></h3></section><section id="impl-Token-for-Continue" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Continue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Continue.html" title="struct syn::token::Continue">Continue</a></h3></section><section id="impl-Token-for-Crate" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Crate" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Crate.html" title="struct syn::token::Crate">Crate</a></h3></section><section id="impl-Token-for-Default" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Default" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Default.html" title="struct syn::token::Default">Default</a></h3></section><section id="impl-Token-for-Do" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Do" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Do.html" title="struct syn::token::Do">Do</a></h3></section><section id="impl-Token-for-Dollar" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Dollar" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Dollar.html" title="struct syn::token::Dollar">Dollar</a></h3></section><section id="impl-Token-for-Dot" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Dot" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Dot.html" title="struct syn::token::Dot">Dot</a></h3></section><section id="impl-Token-for-DotDot" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-DotDot" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.DotDot.html" title="struct syn::token::DotDot">DotDot</a></h3></section><section id="impl-Token-for-DotDotDot" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-DotDotDot" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.DotDotDot.html" title="struct syn::token::DotDotDot">DotDotDot</a></h3></section><section id="impl-Token-for-DotDotEq" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-DotDotEq" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.DotDotEq.html" title="struct syn::token::DotDotEq">DotDotEq</a></h3></section><section id="impl-Token-for-Dyn" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Dyn" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Dyn.html" title="struct syn::token::Dyn">Dyn</a></h3></section><section id="impl-Token-for-Else" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Else" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Else.html" title="struct syn::token::Else">Else</a></h3></section><section id="impl-Token-for-Enum" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Enum" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Enum.html" title="struct syn::token::Enum">Enum</a></h3></section><section id="impl-Token-for-Eq" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Eq" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Eq.html" title="struct syn::token::Eq">Eq</a></h3></section><section id="impl-Token-for-EqEq" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-EqEq" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.EqEq.html" title="struct syn::token::EqEq">EqEq</a></h3></section><section id="impl-Token-for-Extern" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Extern" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Extern.html" title="struct syn::token::Extern">Extern</a></h3></section><section id="impl-Token-for-FatArrow" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-FatArrow" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.FatArrow.html" title="struct syn::token::FatArrow">FatArrow</a></h3></section><section id="impl-Token-for-Final" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Final" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Final.html" title="struct syn::token::Final">Final</a></h3></section><section id="impl-Token-for-Fn" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Fn" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Fn.html" title="struct syn::token::Fn">Fn</a></h3></section><section id="impl-Token-for-For" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-For" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.For.html" title="struct syn::token::For">For</a></h3></section><section id="impl-Token-for-Ge" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Ge" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Ge.html" title="struct syn::token::Ge">Ge</a></h3></section><section id="impl-Token-for-Group-1" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#726-734">source</a><a href="#impl-Token-for-Group-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for syn::token::<a class="struct" href="struct.Group.html" title="struct syn::token::Group">Group</a></h3></section><section id="impl-Token-for-Gt" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Gt" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Gt.html" title="struct syn::token::Gt">Gt</a></h3></section><section id="impl-Token-for-If" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-If" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.If.html" title="struct syn::token::If">If</a></h3></section><section id="impl-Token-for-Impl" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Impl" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Impl.html" title="struct syn::token::Impl">Impl</a></h3></section><section id="impl-Token-for-In" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-In" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.In.html" title="struct syn::token::In">In</a></h3></section><section id="impl-Token-for-LArrow" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-LArrow" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.LArrow.html" title="struct syn::token::LArrow">LArrow</a></h3></section><section id="impl-Token-for-Le" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Le" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Le.html" title="struct syn::token::Le">Le</a></h3></section><section id="impl-Token-for-Let" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Let" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Let.html" title="struct syn::token::Let">Let</a></h3></section><section id="impl-Token-for-Loop" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Loop" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Loop.html" title="struct syn::token::Loop">Loop</a></h3></section><section id="impl-Token-for-Lt" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Lt" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Lt.html" title="struct syn::token::Lt">Lt</a></h3></section><section id="impl-Token-for-Macro" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Macro" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Macro.html" title="struct syn::token::Macro">Macro</a></h3></section><section id="impl-Token-for-Match" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Match" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Match.html" title="struct syn::token::Match">Match</a></h3></section><section id="impl-Token-for-Minus" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Minus" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Minus.html" title="struct syn::token::Minus">Minus</a></h3></section><section id="impl-Token-for-MinusEq" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-MinusEq" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.MinusEq.html" title="struct syn::token::MinusEq">MinusEq</a></h3></section><section id="impl-Token-for-Mod" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Mod" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Mod.html" title="struct syn::token::Mod">Mod</a></h3></section><section id="impl-Token-for-Move" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Move" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Move.html" title="struct syn::token::Move">Move</a></h3></section><section id="impl-Token-for-Mut" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Mut" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Mut.html" title="struct syn::token::Mut">Mut</a></h3></section><section id="impl-Token-for-Ne" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Ne" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Ne.html" title="struct syn::token::Ne">Ne</a></h3></section><section id="impl-Token-for-Not" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Not" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Not.html" title="struct syn::token::Not">Not</a></h3></section><section id="impl-Token-for-Or" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Or" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Or.html" title="struct syn::token::Or">Or</a></h3></section><section id="impl-Token-for-OrEq" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-OrEq" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.OrEq.html" title="struct syn::token::OrEq">OrEq</a></h3></section><section id="impl-Token-for-OrOr" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-OrOr" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.OrOr.html" title="struct syn::token::OrOr">OrOr</a></h3></section><section id="impl-Token-for-Override" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Override" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Override.html" title="struct syn::token::Override">Override</a></h3></section><section id="impl-Token-for-Paren" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#693-701">source</a><a href="#impl-Token-for-Paren" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Paren.html" title="struct syn::token::Paren">Paren</a></h3></section><section id="impl-Token-for-PathSep" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-PathSep" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.PathSep.html" title="struct syn::token::PathSep">PathSep</a></h3></section><section id="impl-Token-for-Percent" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Percent" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Percent.html" title="struct syn::token::Percent">Percent</a></h3></section><section id="impl-Token-for-PercentEq" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-PercentEq" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.PercentEq.html" title="struct syn::token::PercentEq">PercentEq</a></h3></section><section id="impl-Token-for-Plus" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Plus" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Plus.html" title="struct syn::token::Plus">Plus</a></h3></section><section id="impl-Token-for-PlusEq" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-PlusEq" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.PlusEq.html" title="struct syn::token::PlusEq">PlusEq</a></h3></section><section id="impl-Token-for-Pound" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Pound" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Pound.html" title="struct syn::token::Pound">Pound</a></h3></section><section id="impl-Token-for-Priv" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Priv" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Priv.html" title="struct syn::token::Priv">Priv</a></h3></section><section id="impl-Token-for-Pub" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Pub" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Pub.html" title="struct syn::token::Pub">Pub</a></h3></section><section id="impl-Token-for-Question" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Question" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Question.html" title="struct syn::token::Question">Question</a></h3></section><section id="impl-Token-for-RArrow" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-RArrow" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.RArrow.html" title="struct syn::token::RArrow">RArrow</a></h3></section><section id="impl-Token-for-Ref" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Ref" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Ref.html" title="struct syn::token::Ref">Ref</a></h3></section><section id="impl-Token-for-Return" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Return" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Return.html" title="struct syn::token::Return">Return</a></h3></section><section id="impl-Token-for-SelfType" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-SelfType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.SelfType.html" title="struct syn::token::SelfType">SelfType</a></h3></section><section id="impl-Token-for-SelfValue" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-SelfValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.SelfValue.html" title="struct syn::token::SelfValue">SelfValue</a></h3></section><section id="impl-Token-for-Semi" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Semi" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Semi.html" title="struct syn::token::Semi">Semi</a></h3></section><section id="impl-Token-for-Shl" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Shl" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Shl.html" title="struct syn::token::Shl">Shl</a></h3></section><section id="impl-Token-for-ShlEq" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-ShlEq" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.ShlEq.html" title="struct syn::token::ShlEq">ShlEq</a></h3></section><section id="impl-Token-for-Shr" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Shr" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Shr.html" title="struct syn::token::Shr">Shr</a></h3></section><section id="impl-Token-for-ShrEq" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-ShrEq" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.ShrEq.html" title="struct syn::token::ShrEq">ShrEq</a></h3></section><section id="impl-Token-for-Slash" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Slash" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Slash.html" title="struct syn::token::Slash">Slash</a></h3></section><section id="impl-Token-for-SlashEq" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-SlashEq" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.SlashEq.html" title="struct syn::token::SlashEq">SlashEq</a></h3></section><section id="impl-Token-for-Star" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Star" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Star.html" title="struct syn::token::Star">Star</a></h3></section><section id="impl-Token-for-StarEq" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-StarEq" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.StarEq.html" title="struct syn::token::StarEq">StarEq</a></h3></section><section id="impl-Token-for-Static" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Static" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Static.html" title="struct syn::token::Static">Static</a></h3></section><section id="impl-Token-for-Struct" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Struct" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Struct.html" title="struct syn::token::Struct">Struct</a></h3></section><section id="impl-Token-for-Super" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Super" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Super.html" title="struct syn::token::Super">Super</a></h3></section><section id="impl-Token-for-Tilde" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#791-838">source</a><a href="#impl-Token-for-Tilde" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Tilde.html" title="struct syn::token::Tilde">Tilde</a></h3></section><section id="impl-Token-for-Trait" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Trait" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Trait.html" title="struct syn::token::Trait">Trait</a></h3></section><section id="impl-Token-for-Try" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Try" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Try.html" title="struct syn::token::Try">Try</a></h3></section><section id="impl-Token-for-Type" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Type" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Type.html" title="struct syn::token::Type">Type</a></h3></section><section id="impl-Token-for-Typeof" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Typeof" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Typeof.html" title="struct syn::token::Typeof">Typeof</a></h3></section><section id="impl-Token-for-Underscore" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#599-613">source</a><a href="#impl-Token-for-Underscore" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Underscore.html" title="struct syn::token::Underscore">Underscore</a></h3></section><section id="impl-Token-for-Union" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Union" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Union.html" title="struct syn::token::Union">Union</a></h3></section><section id="impl-Token-for-Unsafe" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Unsafe" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Unsafe.html" title="struct syn::token::Unsafe">Unsafe</a></h3></section><section id="impl-Token-for-Unsized" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Unsized" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Unsized.html" title="struct syn::token::Unsized">Unsized</a></h3></section><section id="impl-Token-for-Use" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Use" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Use.html" title="struct syn::token::Use">Use</a></h3></section><section id="impl-Token-for-Virtual" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Virtual" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Virtual.html" title="struct syn::token::Virtual">Virtual</a></h3></section><section id="impl-Token-for-Where" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Where" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Where.html" title="struct syn::token::Where">Where</a></h3></section><section id="impl-Token-for-While" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-While" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.While.html" title="struct syn::token::While">While</a></h3></section><section id="impl-Token-for-Yield" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#736-789">source</a><a href="#impl-Token-for-Yield" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for <a class="struct" href="struct.Yield.html" title="struct syn::token::Yield">Yield</a></h3></section><section id="impl-Token-for-T" class="impl"><a class="src rightside" href="../../src/syn/token.rs.html#237-245">source</a><a href="#impl-Token-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T: CustomToken&gt; <a class="trait" href="trait.Token.html" title="trait syn::token::Token">Token</a> for T</h3></section></div><script src="../../trait.impl/syn/token/trait.Token.js" data-ignore-extern-crates="proc_macro2" async></script></section></div></main></body></html>