maplibre-rs/docs/api/maplibre/tcs/resources/trait.ResourceQuery.html

6 lines
33 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

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

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `ResourceQuery` trait in crate `maplibre`."><meta name="keywords" content="rust, rustlang, rust-lang, ResourceQuery"><title>ResourceQuery in maplibre::tcs::resources - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" href="../../../normalize.css"><link rel="stylesheet" href="../../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" href="../../../ayu.css" disabled><link rel="stylesheet" href="../../../dark.css" disabled><link rel="stylesheet" href="../../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../../main.js"></script><noscript><link rel="stylesheet" href="../../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../../favicon.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../../maplibre/index.html"><div class="logo-container"><img class="rust-logo" src="../../../rust-logo.svg" alt="logo"></div></a><h2 class="location"></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../../maplibre/index.html"><div class="logo-container"><img class="rust-logo" src="../../../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">ResourceQuery</a></h2><div class="sidebar-elems"><section><div class="block"><h3 class="sidebar-title"><a href="#required-associated-types">Required Associated Types</a></h3><ul><li><a href="#associatedtype.Item">Item</a></li><li><a href="#associatedtype.State">State</a></li></ul></div><div class="block"><h3 class="sidebar-title"><a href="#required-methods">Required Methods</a></h3><ul><li><a href="#tymethod.query">query</a></li></ul></div><div class="block"><h3 class="sidebar-title"><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul><li><a href="#impl-ResourceQuery-for-%26%27a%20R">&amp;&#39;a R</a></li><li><a href="#impl-ResourceQuery-for-(R1%2C%20R2)">(R1, R2)</a></li><li><a href="#impl-ResourceQuery-for-(R1%2C%20R2%2C%20R3)">(R1, R2, R3)</a></li><li><a href="#impl-ResourceQuery-for-(R1%2C%20R2%2C%20R3%2C%20R4)">(R1, R2, R3, R4)</a></li><li><a href="#impl-ResourceQuery-for-(R1%2C%20R2%2C%20R3%2C%20R4%2C%20R5)">(R1, R2, R3, R4, R5)</a></li><li><a href="#impl-ResourceQuery-for-(R1%2C%20R2%2C%20R3%2C%20R4%2C%20R5%2C%20R6)">(R1, R2, R3, R4, R5, R6)</a></li><li><a href="#impl-ResourceQuery-for-(R1%2C)">(R1,)</a></li></ul></div><div class="block"><h3 class="sidebar-title"><a href="#implementors">Implementors</a></h3></div></section><h2 class="location"><a href="index.html">In maplibre::tcs::resources</a></h2></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../../../maplibre/index.html"><img class="rust-logo" src="../../../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><button type="button">?</button></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../wheel.svg"></a></div></div></form></nav></div><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn"><span class="in-band">Trait <a href="../../index.html">maplibre</a>::<wbr><a href="../index.html">tcs</a>::<wbr><a href="index.html">resources</a>::<wbr><a class="trait" href="#">ResourceQuery</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../../../src/maplibre/tcs/resources.rs.html#88-94">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust trait"><code>pub trait ResourceQuery {
type <a href="#associatedtype.Item" class="associatedtype">Item</a>&lt;'r&gt;;
type <a href="#associatedtype.State" class="associatedtype">State</a>&lt;'s&gt;: <a class="trait" href="../trait.QueryState.html" title="trait maplibre::tcs::QueryState">QueryState</a>&lt;'s&gt;;
fn <a href="#tymethod.query" class="fnname">query</a>&lt;'r, 's&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;resources: &amp;'r <a class="struct" href="struct.Resources.html" title="struct maplibre::tcs::resources::Resources">Resources</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;state: Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.State" title="type maplibre::tcs::resources::ResourceQuery::State">State</a>&lt;'s&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;&gt;;
}</code></pre></div><h2 id="required-associated-types" class="small-section-header">Required Associated Types<a href="#required-associated-types" class="anchor"></a></h2><div class="methods"><div id="associatedtype.Item" class="method has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#89">source</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a>&lt;'r&gt;</h4></div><div id="associatedtype.State" class="method has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#91">source</a><h4 class="code-header">type <a href="#associatedtype.State" class="associatedtype">State</a>&lt;'s&gt;: <a class="trait" href="../trait.QueryState.html" title="trait maplibre::tcs::QueryState">QueryState</a>&lt;'s&gt;</h4></div></div><h2 id="required-methods" class="small-section-header">Required Methods<a href="#required-methods" class="anchor"></a></h2><div class="methods"><div id="tymethod.query" class="method has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#93">source</a><h4 class="code-header">fn <a href="#tymethod.query" class="fnname">query</a>&lt;'r, 's&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;resources: &amp;'r <a class="struct" href="struct.Resources.html" title="struct maplibre::tcs::resources::Resources">Resources</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;state: Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.State" title="type maplibre::tcs::resources::ResourceQuery::State">State</a>&lt;'s&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;&gt;</h4></div></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor"></a></h2><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ResourceQuery-for-%26%27a%20R" class="impl has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#96-103">source</a><a href="#impl-ResourceQuery-for-%26%27a%20R" class="anchor"></a><h3 class="code-header in-band">impl&lt;'a, R:&nbsp;<a class="trait" href="trait.Resource.html" title="trait maplibre::tcs::resources::Resource">Resource</a>&gt; <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a> for <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.reference.html">&amp;'a </a>R</h3></section></summary><div class="impl-items"><section id="associatedtype.Item-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-1" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a>&lt;'r&gt; = <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.reference.html">&amp;'r </a>R</h4></section><section id="associatedtype.State-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.State-1" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.State" class="associatedtype">State</a>&lt;'s&gt; = <a class="struct" href="../struct.EphemeralQueryState.html" title="struct maplibre::tcs::EphemeralQueryState">EphemeralQueryState</a>&lt;'s&gt;</h4></section><section id="method.query" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#100-102">source</a><a href="#method.query" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.query" class="fnname">query</a>&lt;'r, 's&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;resources: &amp;'r <a class="struct" href="struct.Resources.html" title="struct maplibre::tcs::resources::Resources">Resources</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;_state: Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.State" title="type maplibre::tcs::resources::ResourceQuery::State">State</a>&lt;'s&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;&gt;</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ResourceQuery-for-(R1%2C)" class="impl has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#232">source</a><a href="#impl-ResourceQuery-for-(R1%2C)" class="anchor"></a><h3 class="code-header in-band">impl&lt;R1:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt; <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a> for <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.tuple.html">(R1,)</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-2" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-2" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a>&lt;'r&gt; = (&lt;R1 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;,)</h4></section><section id="associatedtype.State-2" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.State-2" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.State" class="associatedtype">State</a>&lt;'s&gt; = <a class="struct" href="../struct.EphemeralQueryState.html" title="struct maplibre::tcs::EphemeralQueryState">EphemeralQueryState</a>&lt;'s&gt;</h4></section><section id="method.query-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#232">source</a><a href="#method.query-1" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.query" class="fnname">query</a>&lt;'r, 's&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;resources: &amp;'r <a class="struct" href="struct.Resources.html" title="struct maplibre::tcs::resources::Resources">Resources</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;state: Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.State" title="type maplibre::tcs::resources::ResourceQuery::State">State</a>&lt;'s&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;&gt;</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ResourceQuery-for-(R1%2C%20R2)" class="impl has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#233">source</a><a href="#impl-ResourceQuery-for-(R1%2C%20R2)" class="anchor"></a><h3 class="code-header in-band">impl&lt;R1:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R2:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt; <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a> for <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.tuple.html">(R1, R2)</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-3" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-3" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a>&lt;'r&gt; = (&lt;R1 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R2 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;)</h4></section><section id="associatedtype.State-3" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.State-3" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.State" class="associatedtype">State</a>&lt;'s&gt; = <a class="struct" href="../struct.EphemeralQueryState.html" title="struct maplibre::tcs::EphemeralQueryState">EphemeralQueryState</a>&lt;'s&gt;</h4></section><section id="method.query-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#233">source</a><a href="#method.query-2" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.query" class="fnname">query</a>&lt;'r, 's&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;resources: &amp;'r <a class="struct" href="struct.Resources.html" title="struct maplibre::tcs::resources::Resources">Resources</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;state: Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.State" title="type maplibre::tcs::resources::ResourceQuery::State">State</a>&lt;'s&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;&gt;</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ResourceQuery-for-(R1%2C%20R2%2C%20R3)" class="impl has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#234">source</a><a href="#impl-ResourceQuery-for-(R1%2C%20R2%2C%20R3)" class="anchor"></a><h3 class="code-header in-band">impl&lt;R1:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R2:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R3:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt; <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a> for <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.tuple.html">(R1, R2, R3)</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-4" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-4" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a>&lt;'r&gt; = (&lt;R1 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R2 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R3 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;)</h4></section><section id="associatedtype.State-4" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.State-4" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.State" class="associatedtype">State</a>&lt;'s&gt; = <a class="struct" href="../struct.EphemeralQueryState.html" title="struct maplibre::tcs::EphemeralQueryState">EphemeralQueryState</a>&lt;'s&gt;</h4></section><section id="method.query-3" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#234">source</a><a href="#method.query-3" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.query" class="fnname">query</a>&lt;'r, 's&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;resources: &amp;'r <a class="struct" href="struct.Resources.html" title="struct maplibre::tcs::resources::Resources">Resources</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;state: Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.State" title="type maplibre::tcs::resources::ResourceQuery::State">State</a>&lt;'s&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;&gt;</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ResourceQuery-for-(R1%2C%20R2%2C%20R3%2C%20R4)" class="impl has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#235">source</a><a href="#impl-ResourceQuery-for-(R1%2C%20R2%2C%20R3%2C%20R4)" class="anchor"></a><h3 class="code-header in-band">impl&lt;R1:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R2:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R3:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R4:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt; <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a> for <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.tuple.html">(R1, R2, R3, R4)</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-5" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-5" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a>&lt;'r&gt; = (&lt;R1 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R2 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R3 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R4 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;)</h4></section><section id="associatedtype.State-5" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.State-5" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.State" class="associatedtype">State</a>&lt;'s&gt; = <a class="struct" href="../struct.EphemeralQueryState.html" title="struct maplibre::tcs::EphemeralQueryState">EphemeralQueryState</a>&lt;'s&gt;</h4></section><section id="method.query-4" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#235">source</a><a href="#method.query-4" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.query" class="fnname">query</a>&lt;'r, 's&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;resources: &amp;'r <a class="struct" href="struct.Resources.html" title="struct maplibre::tcs::resources::Resources">Resources</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;state: Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.State" title="type maplibre::tcs::resources::ResourceQuery::State">State</a>&lt;'s&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;&gt;</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ResourceQuery-for-(R1%2C%20R2%2C%20R3%2C%20R4%2C%20R5)" class="impl has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#236">source</a><a href="#impl-ResourceQuery-for-(R1%2C%20R2%2C%20R3%2C%20R4%2C%20R5)" class="anchor"></a><h3 class="code-header in-band">impl&lt;R1:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R2:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R3:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R4:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R5:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt; <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a> for <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.tuple.html">(R1, R2, R3, R4, R5)</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-6" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-6" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a>&lt;'r&gt; = (&lt;R1 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R2 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R3 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R4 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R5 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;)</h4></section><section id="associatedtype.State-6" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.State-6" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.State" class="associatedtype">State</a>&lt;'s&gt; = <a class="struct" href="../struct.EphemeralQueryState.html" title="struct maplibre::tcs::EphemeralQueryState">EphemeralQueryState</a>&lt;'s&gt;</h4></section><section id="method.query-5" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#236">source</a><a href="#method.query-5" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.query" class="fnname">query</a>&lt;'r, 's&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;resources: &amp;'r <a class="struct" href="struct.Resources.html" title="struct maplibre::tcs::resources::Resources">Resources</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;state: Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.State" title="type maplibre::tcs::resources::ResourceQuery::State">State</a>&lt;'s&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;&gt;</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-ResourceQuery-for-(R1%2C%20R2%2C%20R3%2C%20R4%2C%20R5%2C%20R6)" class="impl has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#237">source</a><a href="#impl-ResourceQuery-for-(R1%2C%20R2%2C%20R3%2C%20R4%2C%20R5%2C%20R6)" class="anchor"></a><h3 class="code-header in-band">impl&lt;R1:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R2:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R3:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R4:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R5:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>, R6:&nbsp;<a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt; <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a> for <a class="primitive" href="https://doc.rust-lang.org/1.65.0/std/primitive.tuple.html">(R1, R2, R3, R4, R5, R6)</a></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-7" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Item-7" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a>&lt;'r&gt; = (&lt;R1 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R2 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R3 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R4 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R5 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;, &lt;R6 as <a class="trait" href="trait.ResourceQuery.html" title="trait maplibre::tcs::resources::ResourceQuery">ResourceQuery</a>&gt;::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;)</h4></section><section id="associatedtype.State-7" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.State-7" class="anchor"></a><h4 class="code-header">type <a href="#associatedtype.State" class="associatedtype">State</a>&lt;'s&gt; = <a class="struct" href="../struct.EphemeralQueryState.html" title="struct maplibre::tcs::EphemeralQueryState">EphemeralQueryState</a>&lt;'s&gt;</h4></section><section id="method.query-6" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/maplibre/tcs/resources.rs.html#237">source</a><a href="#method.query-6" class="anchor"></a><h4 class="code-header">fn <a href="#tymethod.query" class="fnname">query</a>&lt;'r, 's&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;resources: &amp;'r <a class="struct" href="struct.Resources.html" title="struct maplibre::tcs::resources::Resources">Resources</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;state: Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.State" title="type maplibre::tcs::resources::ResourceQuery::State">State</a>&lt;'s&gt;<br>) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.65.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.ResourceQuery.html#associatedtype.Item" title="type maplibre::tcs::resources::ResourceQuery::Item">Item</a>&lt;'r&gt;&gt;</h4></section></div></details><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor"></a></h2><div class="item-list" id="implementors-list"></div><script src="../../../implementors/maplibre/tcs/resources/trait.ResourceQuery.js" data-ignore-extern-crates="std" async></script></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-current-crate="maplibre" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.65.0 (897e37553 2022-11-02)" ></div></body></html>