mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-28 21:02:29 +01:00
193 lines
102 KiB
HTML
193 lines
102 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Searcher for finding type params in a syntax tree. This can be used to determine if a given type parameter needs to be bounded in a generated impl."><title>UsesTypeParams in darling::usage - 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="darling" 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">☰</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../darling/index.html">darling</a><span class="version">0.20.3</span></h2></div><h2 class="location"><a href="#">UsesTypeParams</a></h2><div class="sidebar-elems"><section><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.uses_type_params">uses_type_params</a></li></ul><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.uses_type_params_cloned">uses_type_params_cloned</a></li></ul><h3><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul class="block"><li><a href="#impl-UsesTypeParams-for-()">()</a></li><li><a href="#impl-UsesTypeParams-for-AngleBracketedGenericArguments">AngleBracketedGenericArguments</a></li><li><a href="#impl-UsesTypeParams-for-AssocType">AssocType</a></li><li><a href="#impl-UsesTypeParams-for-BareFnArg">BareFnArg</a></li><li><a href="#impl-UsesTypeParams-for-Constraint">Constraint</a></li><li><a href="#impl-UsesTypeParams-for-Data">Data</a></li><li><a href="#impl-UsesTypeParams-for-DataEnum">DataEnum</a></li><li><a href="#impl-UsesTypeParams-for-DataStruct">DataStruct</a></li><li><a href="#impl-UsesTypeParams-for-DataUnion">DataUnion</a></li><li><a href="#impl-UsesTypeParams-for-Field">Field</a></li><li><a href="#impl-UsesTypeParams-for-Fields">Fields</a></li><li><a href="#impl-UsesTypeParams-for-FieldsNamed">FieldsNamed</a></li><li><a href="#impl-UsesTypeParams-for-GenericArgument">GenericArgument</a></li><li><a href="#impl-UsesTypeParams-for-Ident">Ident</a></li><li><a href="#impl-UsesTypeParams-for-Option%3CT%3E">Option<T></a></li><li><a href="#impl-UsesTypeParams-for-ParenthesizedGenericArguments">ParenthesizedGenericArguments</a></li><li><a href="#impl-UsesTypeParams-for-Path">Path</a></li><li><a href="#impl-UsesTypeParams-for-PathArguments">PathArguments</a></li><li><a href="#impl-UsesTypeParams-for-PredicateType">PredicateType</a></li><li><a href="#impl-UsesTypeParams-for-Punctuated%3CT,+U%3E">Punctuated<T, U></a></li><li><a href="#impl-UsesTypeParams-for-QSelf">QSelf</a></li><li><a href="#impl-UsesTypeParams-for-ReturnType">ReturnType</a></li><li><a href="#impl-UsesTypeParams-for-TraitBound">TraitBound</a></li><li><a href="#impl-UsesTypeParams-for-Type">Type</a></li><li><a href="#impl-UsesTypeParams-for-TypeArray">TypeArray</a></li><li><a href="#impl-UsesTypeParams-for-TypeBareFn">TypeBareFn</a></li><li><a href="#impl-UsesTypeParams-for-TypeGroup">TypeGroup</a></li><li><a href="#impl-UsesTypeParams-for-TypeImplTrait">TypeImplTrait</a></li><li><a href="#impl-UsesTypeParams-for-TypeParamBound">TypeParamBound</a></li><li><a href="#impl-UsesTypeParams-for-TypeParen">TypeParen</a></li><li><a href="#impl-UsesTypeParams-for-TypePath">TypePath</a></li><li><a href="#impl-UsesTypeParams-for-TypePtr">TypePtr</a></li><li><a href="#impl-UsesTypeParams-for-TypeReference">TypeReference</a></li><li><a href="#impl-UsesTypeParams-for-TypeSlice">TypeSlice</a></li><li><a href="#impl-UsesTypeParams-for-TypeTraitObject">TypeTraitObject</a></li><li><a href="#impl-UsesTypeParams-for-TypeTuple">TypeTuple</a></li><li><a href="#impl-UsesTypeParams-for-Variant">Variant</a></li><li><a href="#impl-UsesTypeParams-for-Vec%3CT%3E">Vec<T></a></li><li><a href="#impl-UsesTypeParams-for-WherePredicate">WherePredicate</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In darling::usage</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="../../darling/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">darling</a>::<wbr><a href="index.html">usage</a>::<wbr><a class="trait" href="#">UsesTypeParams</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/darling_core/usage/type_params.rs.html#8">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub trait UsesTypeParams {
|
||
// Required method
|
||
fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>;
|
||
|
||
// Provided method
|
||
fn <a href="#method.uses_type_params_cloned" class="fn">uses_type_params_cloned</a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &<a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>> { ... }
|
||
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Searcher for finding type params in a syntax tree.
|
||
This can be used to determine if a given type parameter needs to be bounded in a generated impl.</p>
|
||
</div></details><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="tymethod.uses_type_params" class="method"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#13">source</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></summary><div class="docblock"><p>Returns the subset of the queried type parameters that are used by the implementing syntax element.</p>
|
||
<p>This method only accounts for direct usage by the element; indirect usage via bounds or <code>where</code>
|
||
predicates are not detected.</p>
|
||
</div></details></div><h2 id="provided-methods" class="section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="method.uses_type_params_cloned" class="method"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#16">source</a><h4 class="code-header">fn <a href="#method.uses_type_params_cloned" class="fn">uses_type_params_cloned</a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &<a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></summary><div class="docblock"><p>Find all type params using <code>uses_type_params</code>, then clone the found values and return the set.</p>
|
||
</div></details></div><h2 id="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-Fields" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#124">source</a><a href="#impl-UsesTypeParams-for-Fields" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="enum" href="../../syn/data/enum.Fields.html" title="enum syn::data::Fields">Fields</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#125">source</a><a href="#method.uses_type_params" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-Data" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#114">source</a><a href="#impl-UsesTypeParams-for-Data" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="enum" href="../../syn/derive/enum.Data.html" title="enum syn::derive::Data">Data</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-1" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#115">source</a><a href="#method.uses_type_params-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-TypeParamBound" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#242">source</a><a href="#impl-UsesTypeParams-for-TypeParamBound" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="enum" href="../../syn/generics/enum.TypeParamBound.html" title="enum syn::generics::TypeParamBound">TypeParamBound</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-2" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#243">source</a><a href="#method.uses_type_params-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-WherePredicate" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#214">source</a><a href="#impl-UsesTypeParams-for-WherePredicate" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="enum" href="../../syn/generics/enum.WherePredicate.html" title="enum syn::generics::WherePredicate">WherePredicate</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-3" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#215">source</a><a href="#method.uses_type_params-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-GenericArgument" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#226">source</a><a href="#impl-UsesTypeParams-for-GenericArgument" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="enum" href="../../syn/path/enum.GenericArgument.html" title="enum syn::path::GenericArgument">GenericArgument</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-4" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#227">source</a><a href="#method.uses_type_params-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-PathArguments" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#204">source</a><a href="#impl-UsesTypeParams-for-PathArguments" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="enum" href="../../syn/path/enum.PathArguments.html" title="enum syn::path::PathArguments">PathArguments</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-5" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#205">source</a><a href="#method.uses_type_params-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-ReturnType" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#137">source</a><a href="#impl-UsesTypeParams-for-ReturnType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="enum" href="../../syn/ty/enum.ReturnType.html" title="enum syn::ty::ReturnType">ReturnType</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-6" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#138">source</a><a href="#method.uses_type_params-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-Type" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#147">source</a><a href="#impl-UsesTypeParams-for-Type" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="enum" href="../../syn/ty/enum.Type.html" title="enum syn::ty::Type">Type</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-7" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#148">source</a><a href="#method.uses_type_params-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-()" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#63">source</a><a href="#impl-UsesTypeParams-for-()" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-8" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#64">source</a><a href="#method.uses_type_params-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
_options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
_type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-Ident" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#131">source</a><a href="#impl-UsesTypeParams-for-Ident" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a></h3></section></summary><div class="docblock"><p>Check if an Ident exactly matches one of the sought-after type parameters.</p>
|
||
</div><div class="impl-items"><section id="method.uses_type_params-9" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#132">source</a><a href="#method.uses_type_params-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
_options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-Field" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#96">source</a><a href="#impl-UsesTypeParams-for-Field" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/data/struct.Field.html" title="struct syn::data::Field">Field</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-10" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#96">source</a><a href="#method.uses_type_params-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-FieldsNamed" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#97">source</a><a href="#impl-UsesTypeParams-for-FieldsNamed" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/data/struct.FieldsNamed.html" title="struct syn::data::FieldsNamed">FieldsNamed</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-11" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#97">source</a><a href="#method.uses_type_params-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-Variant" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#112">source</a><a href="#impl-UsesTypeParams-for-Variant" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/data/struct.Variant.html" title="struct syn::data::Variant">Variant</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-12" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#112">source</a><a href="#method.uses_type_params-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-DataEnum" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#93">source</a><a href="#impl-UsesTypeParams-for-DataEnum" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/derive/struct.DataEnum.html" title="struct syn::derive::DataEnum">DataEnum</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-13" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#93">source</a><a href="#method.uses_type_params-13" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-DataStruct" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#94">source</a><a href="#impl-UsesTypeParams-for-DataStruct" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/derive/struct.DataStruct.html" title="struct syn::derive::DataStruct">DataStruct</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-14" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#94">source</a><a href="#method.uses_type_params-14" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-DataUnion" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#95">source</a><a href="#impl-UsesTypeParams-for-DataUnion" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/derive/struct.DataUnion.html" title="struct syn::derive::DataUnion">DataUnion</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-15" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#95">source</a><a href="#method.uses_type_params-15" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-PredicateType" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#99">source</a><a href="#impl-UsesTypeParams-for-PredicateType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/generics/struct.PredicateType.html" title="struct syn::generics::PredicateType">PredicateType</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-16" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#99">source</a><a href="#method.uses_type_params-16" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-TraitBound" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#101">source</a><a href="#impl-UsesTypeParams-for-TraitBound" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/generics/struct.TraitBound.html" title="struct syn::generics::TraitBound">TraitBound</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-17" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#101">source</a><a href="#method.uses_type_params-17" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-AngleBracketedGenericArguments" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#89">source</a><a href="#impl-UsesTypeParams-for-AngleBracketedGenericArguments" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/path/struct.AngleBracketedGenericArguments.html" title="struct syn::path::AngleBracketedGenericArguments">AngleBracketedGenericArguments</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-18" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#89">source</a><a href="#method.uses_type_params-18" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-AssocType" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#90">source</a><a href="#impl-UsesTypeParams-for-AssocType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/path/struct.AssocType.html" title="struct syn::path::AssocType">AssocType</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-19" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#90">source</a><a href="#method.uses_type_params-19" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-Constraint" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#92">source</a><a href="#impl-UsesTypeParams-for-Constraint" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/path/struct.Constraint.html" title="struct syn::path::Constraint">Constraint</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-20" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#92">source</a><a href="#method.uses_type_params-20" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-ParenthesizedGenericArguments" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#98">source</a><a href="#impl-UsesTypeParams-for-ParenthesizedGenericArguments" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/path/struct.ParenthesizedGenericArguments.html" title="struct syn::path::ParenthesizedGenericArguments">ParenthesizedGenericArguments</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-21" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#98">source</a><a href="#method.uses_type_params-21" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-Path" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#181">source</a><a href="#impl-UsesTypeParams-for-Path" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/path/struct.Path.html" title="struct syn::path::Path">Path</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-22" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#182">source</a><a href="#method.uses_type_params-22" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-QSelf" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#100">source</a><a href="#impl-UsesTypeParams-for-QSelf" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/path/struct.QSelf.html" title="struct syn::path::QSelf">QSelf</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-23" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#100">source</a><a href="#method.uses_type_params-23" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-BareFnArg" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#91">source</a><a href="#impl-UsesTypeParams-for-BareFnArg" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/ty/struct.BareFnArg.html" title="struct syn::ty::BareFnArg">BareFnArg</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-24" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#91">source</a><a href="#method.uses_type_params-24" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-TypeArray" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#102">source</a><a href="#impl-UsesTypeParams-for-TypeArray" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/ty/struct.TypeArray.html" title="struct syn::ty::TypeArray">TypeArray</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-25" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#102">source</a><a href="#method.uses_type_params-25" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-TypeBareFn" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#103">source</a><a href="#impl-UsesTypeParams-for-TypeBareFn" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/ty/struct.TypeBareFn.html" title="struct syn::ty::TypeBareFn">TypeBareFn</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-26" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#103">source</a><a href="#method.uses_type_params-26" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-TypeGroup" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#104">source</a><a href="#impl-UsesTypeParams-for-TypeGroup" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/ty/struct.TypeGroup.html" title="struct syn::ty::TypeGroup">TypeGroup</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-27" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#104">source</a><a href="#method.uses_type_params-27" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-TypeImplTrait" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#105">source</a><a href="#impl-UsesTypeParams-for-TypeImplTrait" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/ty/struct.TypeImplTrait.html" title="struct syn::ty::TypeImplTrait">TypeImplTrait</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-28" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#105">source</a><a href="#method.uses_type_params-28" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-TypeParen" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#106">source</a><a href="#impl-UsesTypeParams-for-TypeParen" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/ty/struct.TypeParen.html" title="struct syn::ty::TypeParen">TypeParen</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-29" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#106">source</a><a href="#method.uses_type_params-29" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-TypePath" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#169">source</a><a href="#impl-UsesTypeParams-for-TypePath" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/ty/struct.TypePath.html" title="struct syn::ty::TypePath">TypePath</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-30" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#170">source</a><a href="#method.uses_type_params-30" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-TypePtr" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#107">source</a><a href="#impl-UsesTypeParams-for-TypePtr" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/ty/struct.TypePtr.html" title="struct syn::ty::TypePtr">TypePtr</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-31" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#107">source</a><a href="#method.uses_type_params-31" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-TypeReference" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#108">source</a><a href="#impl-UsesTypeParams-for-TypeReference" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/ty/struct.TypeReference.html" title="struct syn::ty::TypeReference">TypeReference</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-32" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#108">source</a><a href="#method.uses_type_params-32" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-TypeSlice" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#109">source</a><a href="#impl-UsesTypeParams-for-TypeSlice" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/ty/struct.TypeSlice.html" title="struct syn::ty::TypeSlice">TypeSlice</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-33" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#109">source</a><a href="#method.uses_type_params-33" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-TypeTraitObject" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#111">source</a><a href="#impl-UsesTypeParams-for-TypeTraitObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/ty/struct.TypeTraitObject.html" title="struct syn::ty::TypeTraitObject">TypeTraitObject</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-34" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#111">source</a><a href="#method.uses_type_params-34" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-TypeTuple" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#110">source</a><a href="#impl-UsesTypeParams-for-TypeTuple" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/ty/struct.TypeTuple.html" title="struct syn::ty::TypeTuple">TypeTuple</a></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-35" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#110">source</a><a href="#method.uses_type_params-35" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'gen>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'gen <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'gen <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-Option%3CT%3E" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#69">source</a><a href="#impl-UsesTypeParams-for-Option%3CT%3E" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><T><div class="where">where
|
||
T: <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a>,</div></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-36" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#70">source</a><a href="#method.uses_type_params-36" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-Vec%3CT%3E" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#77">source</a><a href="#impl-UsesTypeParams-for-Vec%3CT%3E" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><T><div class="where">where
|
||
T: <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a>,</div></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-37" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#78">source</a><a href="#method.uses_type_params-37" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-UsesTypeParams-for-Punctuated%3CT,+U%3E" class="impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#83">source</a><a href="#impl-UsesTypeParams-for-Punctuated%3CT,+U%3E" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../../syn/punctuated/struct.Punctuated.html" title="struct syn::punctuated::Punctuated">Punctuated</a><T, U><div class="where">where
|
||
T: <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a>,</div></h3></section></summary><div class="impl-items"><section id="method.uses_type_params-38" class="method trait-impl"><a class="src rightside" href="../../src/darling_core/usage/type_params.rs.html#84">source</a><a href="#method.uses_type_params-38" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.uses_type_params" class="fn">uses_type_params</a><'a>(
|
||
&self,
|
||
options: &<a class="struct" href="struct.Options.html" title="struct darling::usage::Options">Options</a>,
|
||
type_set: &'a <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><<a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>>
|
||
) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a><&'a <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>, <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/hash/struct.BuildHasherDefault.html" title="struct core::hash::BuildHasherDefault">BuildHasherDefault</a><<a class="struct" href="../../fnv/struct.FnvHasher.html" title="struct fnv::FnvHasher">FnvHasher</a>>></h4></section></div></details><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-UsesTypeParams-for-Ignored" class="impl"><a class="src rightside" href="../../src/darling_core/util/ignored.rs.html#32">source</a><a href="#impl-UsesTypeParams-for-Ignored" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for <a class="struct" href="../util/struct.Ignored.html" title="struct darling::util::Ignored">Ignored</a></h3></section><section id="impl-UsesTypeParams-for-Fields%3CT%3E" class="impl"><a class="src rightside" href="../../src/darling_core/ast/data.rs.html#354">source</a><a href="#impl-UsesTypeParams-for-Fields%3CT%3E" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for darling::ast::<a class="struct" href="../ast/struct.Fields.html" title="struct darling::ast::Fields">Fields</a><T><div class="where">where
|
||
T: <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a>,</div></h3></section><section id="impl-UsesTypeParams-for-Data%3CV,+F%3E" class="impl"><a class="src rightside" href="../../src/darling_core/ast/data.rs.html#145">source</a><a href="#impl-UsesTypeParams-for-Data%3CV,+F%3E" class="anchor">§</a><h3 class="code-header">impl<V, F> <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a> for darling::ast::<a class="enum" href="../ast/enum.Data.html" title="enum darling::ast::Data">Data</a><V, F><div class="where">where
|
||
V: <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a>,
|
||
F: <a class="trait" href="trait.UsesTypeParams.html" title="trait darling::usage::UsesTypeParams">UsesTypeParams</a>,</div></h3></section></div><script src="../../trait.impl/darling_core/usage/type_params/trait.UsesTypeParams.js" data-ignore-extern-crates="darling_core,syn,core,alloc,std,proc_macro2" async></script></section></div></main></body></html> |