<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="Bearer authorization error types, described in RFC 6750."><metaname="keywords"content="rust, rustlang, rust-lang, Error"><title>Error in actix_web_httpauth::headers::www_authenticate::bearer - Rust</title><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../../../SourceSerif4-Regular.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../../../FiraSans-Regular.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../../../FiraSans-Medium.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../../../SourceCodePro-Regular.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../../../SourceSerif4-Bold.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../../../SourceCodePro-Semibold.ttf.woff2"><linkrel="stylesheet"href="../../../../normalize.css"><linkrel="stylesheet"href="../../../../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"href="../../../../ayu.css"disabled><linkrel="stylesheet"href="../../../../dark.css"disabled><linkrel="stylesheet"href="../../../../light.css"id="themeStyle"><scriptid="default-settings"></script><scriptsrc="../../../../storage.js"></script><scriptdefersrc="sidebar-items.js"></script><scriptdefersrc="../../../../main.js"></script><noscript><linkrel="stylesheet"href="../../../../noscript.css"></noscript><linkrel="alternate icon"type="image/png"href="../../../../favicon-16x16.png"><linkrel="alternate icon"type="image/png"href="../../../../favicon-32x32.png"><linkrel="icon"type="image/svg+xml"href="../../../../favicon.svg"></head><bodyclass="rustdoc enum"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="mobile-topbar"><buttonclass="sidebar-menu-toggle">☰</button><aclass="sidebar-logo"href="../../../../actix_web_httpauth/index.html"><divclass="logo-container"><imgclass="rust-logo"src="../../../../rust-logo.svg"alt="logo"></div></a><h2class="location"></h2></nav><navclass="sidebar"><aclass="sidebar-logo"href="../../../../actix_web_httpauth/index.html"><divclass="logo-container"><imgclass="rust-logo"src="../../../../rust-logo.svg"alt="logo"></div></a><h2class="location"><ahref="#">Error</a></h2><divclass="sidebar-elems"><section><h3class="sidebar-title"><ahref="#variants">Variants</a></h3><ulclass="block"><li><ahref="#variant.InsufficientScope">InsufficientScope</a></li><li><ahref="#variant.InvalidRequest">InvalidRequest</a></li><li><ahref="#variant.InvalidToken">InvalidToken</a></li></ul><h3class="sidebar-title"><ahref="#implementations">Methods</a></h3><ulclass="block"><li><ahref="#method.status_code">status_code</a></li></ul><h3class="sidebar-title"><ahref="#trait-implementations">Trait Implementations</a></h3><ulclass="block"><li><ahref="#impl-Clone-for-Error">Clone</a></li><li><ahref="#impl-Copy-for-Error">Copy</a></li><li><ahref="#impl-Debug-for-Error">Debug</a></li><li><ahref="#impl-Display-for-Error">Display</a></li><li><ahref="#impl-Eq-for-Error">Eq</a></li><li><ahref="#impl-Hash-for-Error">Hash</a></li><li><ahref="#impl-Ord-for-Error">Ord</a></li><li><ahref="#impl-PartialEq%3CError%3E-for-Error">PartialEq<Error></a></li><li><ahref="#impl-PartialOrd%3CError%3E-for-Error">PartialOrd<Error></a></li><li><ahref="#impl-StructuralEq-for-Error">StructuralEq</a></li><li><ahref="#impl-StructuralPartialEq-for-Error">StructuralPartialEq</a></li></ul><h3class="sidebar-title"><ahref="#synthetic-implementations">Auto Trait Implementations</a></h3><ulclass="block"><li><ahref="#impl-RefUnwindSafe-for-Error">RefUnwindSafe</a></li><li><ahref="#impl-Send-for-Error">Send</a></li><li><ahref="#impl-Sync-for-Error">Sync</a></li><li><ahref="#impl-Unpin-for-Error">Unpin</a><
}</code></pre></div><detailsclass="rustdoc-toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>Bearer authorization error types, described in <ahref="https://tools.ietf.org/html/rfc6750#section-3.1">RFC 6750</a>.</p>
</div></details><h2id="variants"class="variants small-section-header">Variants<ahref="#variants"class="anchor"></a></h2><h3id="variant.InvalidRequest"class="variant small-section-header"><ahref="#variant.InvalidRequest"class="anchor field"></a><code>InvalidRequest</code></h3><divclass="docblock"><p>The request is missing a required parameter, includes an unsupported parameter or parameter
value, repeats the same parameter, uses more than one method for including an access token,
or is otherwise malformed.</p>
</div><h3id="variant.InvalidToken"class="variant small-section-header"><ahref="#variant.InvalidToken"class="anchor field"></a><code>InvalidToken</code></h3><divclass="docblock"><p>The access token provided is expired, revoked, malformed, or invalid for other reasons.</p>
</div><h3id="variant.InsufficientScope"class="variant small-section-header"><ahref="#variant.InsufficientScope"class="anchor field"></a><code>InsufficientScope</code></h3><divclass="docblock"><p>The request requires higher privileges than provided by the access token.</p>
</div><h2id="implementations"class="small-section-header">Implementations<ahref="#implementations"class="anchor"></a></h2><divid="implementations-list"><detailsclass="rustdoc-toggle implementors-toggle"open><summary><sectionid="impl-Error"class="impl has-srclink"><aclass="srclink rightside"href="../../../../src/actix_web_httpauth/headers/www_authenticate/challenge/bearer/errors.rs.html#22-44">source</a><ahref="#impl-Error"class="anchor"></a><h3class="code-header">impl <aclass="enum"href="../../../extractors/bearer/enum.Error.html"title="enum actix_web_httpauth::extractors::bearer::Error">Error</a></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.status_code"class="method has-srclink"><aclass="srclink rightside"href="../../../../src/actix_web_httpauth/headers/www_authenticate/challenge/bearer/errors.rs.html#27-33">source</a><h4class="code-header">pub fn <ahref="#method.status_code"class="fnname">status_code</a>(&self) -><aclass="struct"href="https://docs.rs/http/0.2.8/http/status/struct.StatusCode.html"title="struct http::status::StatusCode">StatusCode</a></h4></section></summary><divclass="docblock"><p>Returns <ahref="https://docs.rs/http/0.2.8/http/status/struct.StatusCode.html">HTTP status code</a> suitable for current error type.</p>
</div></details></div></details></div><h2id="trait-implementations"class="small-section-header">Trait Implementations<ahref="#trait-implementations"class="anchor"></a></h2><divid="trait-implementations-list"><detailsclass="rustdoc-toggle implementors-toggle"open><summary><sectionid="impl-Clone-for-Error"class="impl has-srclink"><aclass="srclink rightside"href="../../../../src/actix_web_httpauth/headers/www_authenticate/challenge/bearer/errors.rs.html#8">source</a><ahref="#impl-Clone-for-Error"class="anchor"></a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a> for <aclass="enum"href="../../../extractors/bearer/enum.Error.html"title="enum actix_web_httpauth::extractors::bearer::Error">Error</a></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.clone"class="method trait-impl has-srclink"><aclass="srclink rightside"href="../../../../src/actix_web_httpauth/headers/www_authenticate/challenge/bearer/errors.rs.html#8">source</a><ahref="#method.clone"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone"class="fnname">clone</a>(&self) -><aclass="enum"href="../../../extractors/bearer/enum.Error.html"title="enum actix_web_httpauth::extractors::bearer::Error">Error</a></h4></section></summary><divclass='docblock'>Returns a copy of the value. <ahref="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.clone_from"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/clone.rs.html#132-134">source</a></span><ahref="#method.clone_from"class="anchor"></a><h4class="code-header">const fn <ahref="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from"class="fnname">clone_from</a>(&mut self, source: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self)</h4></section></summary><divclass='docblock'>Performs copy-assignment from <code>source</code>. <ahref="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><sectionid="impl-Debug-for-Error"class="impl has-srclink"><aclass="srclink rightside"href="../../../../src/actix_web_httpauth/headers/www_authenticate/challenge/bearer/errors.rs.html#8">source</a><ahref="#impl-Debug-for-Error"class="anchor"></a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="enum"href="../../../extractors/bearer/enum.Error.html"title="enum actix_web_httpauth::extractors::bearer::Error">Error</a></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.fmt"class="method trait-impl has-srclink"><aclass="srclink rightside"href="../../../../src/actix_web_httpauth/headers/www_authenticate/challenge/bearer/errors.rs.html#8">source</a><ahref="#method.fmt"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt"class="fnname">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></h4></section></summary><divclass='docblock'>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/nigh
by <code>==</code>. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.ne"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#227">source</a></span><ahref="#method.ne"class="anchor"></a><h4class="code-header">const fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"class="fnname">ne</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></summary><divclass='docblock'>This method tests for <code>!=</code>. The default implementation is almost always
sufficient, and should not be overridden without very good reason. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne">Read more</a></div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><sectionid="impl-PartialOrd%3CError%3E-for-Error"class="impl has-srclink"><aclass="srclink rightside"href="../../../../src/actix_web_httpauth/headers/www_authenticate/challenge/bearer/errors.rs.html#8">source</a><ahref="#impl-PartialOrd%3CError%3E-for-Error"class="anchor"></a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html"title="trait core::cmp::PartialOrd">PartialOrd</a><<aclass="enum"href="../../../extractors/bearer/enum.Error.html"title="enum actix_web_httpauth::extractors::bearer::Error">Error</a>> for <aclass="enum"href="../../../extractors/bearer/enum.Error.html"title="enum actix_web_httpauth::extractors::bearer::Error">Error</a></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.partial_cmp"class="method trait-impl has-srclink"><aclass="srclink rightside"href="../../../../src/actix_web_httpauth/headers/www_authenticate/challenge/bearer/errors.rs.html#8">source</a><ahref="#method.partial_cmp"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp"class="fnname">partial_cmp</a>(&self, other: &<aclass="enum"href="../../../extractors/bearer/enum.Error.html"title="enum actix_web_httpauth::extractors::bearer::Error">Error</a>) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="enum"href="https://doc.rust-lang.org/nightly/core/cmp/enum.Ordering.html"title="enum core::cmp::Ordering">Ordering</a>></h4></section></summary><divclass='docblock'>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.lt"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#1119">source</a></span><ahref="#method.lt"class="anchor"></a><h4class="code-header">const fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt"class="fnname">lt</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></summary><divclass='docblock'>This method tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.le"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#1138">source</a></span><ahref="#method.le"class="anchor"></a><h4class="code-header">const fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le"class="fnname">le</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></summary><divclass='docblock'>This method tests less than or equal to (for <code>self</code> and <code>other</code
operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.gt"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#1156">source</a></span><ahref="#method.gt"class="anchor"></a><h4class="code-header">const fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt"class="fnname">gt</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></summary><divclass='docblock'>This method tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code> operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.ge"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#1175">source</a></span><ahref="#method.ge"class="anchor"></a><h4class="code-header">const fn <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge"class="fnname">ge</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Rhs) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></summary><divclass='docblock'>This method tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by the <code>>=</code>
operator. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></div></details></div></details><sectionid="impl-Copy-for-Error"class="impl has-srclink"><aclass="srclink rightside"href="../../../../src/actix_web_httpauth/headers/www_authenticate/challenge/bearer/errors.rs.html#8">source</a><ahref="#impl-Copy-for-Error"class="anchor"></a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html"title="trait core::marker::Copy">Copy</a> for <aclass="enum"href="../../../extractors/bearer/enum.Error.html"title="enum actix_web_httpauth::extractors::bearer::Error">Error</a></h3></section><sectionid="impl-Eq-for-Error"class="impl has-srclink"><aclass="srclink rightside"href="../../../../src/actix_web_httpauth/headers/www_authenticate/challenge/bearer/errors.rs.html#8">source</a><ahref="#impl-Eq-for-Error"class="anchor"></a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html"title="trait core::cmp::Eq">Eq</a> for <aclass="enum"href="../../../extractors/bearer/enum.Error.html"title="enum actix_web_httpauth::extractors::bearer::Error">Error</a></h3></section><sectionid="impl-StructuralEq-for-Error"class="impl has-srclink"><aclass="srclink rightside"href="../../../../src/actix_web_httpauth/headers/www_authenticate/challenge/bearer/errors.rs.html#8">source</a><ahref="#impl-StructuralEq-for-Error"class="anchor"></a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralEq.html"title="trait core::marker::StructuralEq">StructuralEq</a> for <aclass="enum"href="../../../extractors/bearer/enum.Error.html"title="enum actix_web_httpauth::extractors::bearer::Error">Error</a></h3></section><sectionid="impl-StructuralPartialEq-for-Error"class="impl has-srclink"><aclass="srclink rightside"href="../../../../src/actix_web_httpauth/headers/www_authenticate/challenge/bearer/errors.rs.html#8">source</a><ahref="#impl-StructuralPartialEq-for-Error"class="anchor"></a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralPartialEq.html"title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <aclass="enum"href="../../../extractors/bearer/enum.Error.html"title="enum actix_web_httpauth::extractors::bearer::Error">Error</a></h3></section></div><h2id="synthetic-implementations"class="small-section-header">Auto Trait Implementations<ahref="#synthetic-implementations"class="anchor"></a></h2><divid="synthetic-implementations-list"><sectionid="impl-RefUnwindSafe-for-Error"class="impl has-srclink"><ahref="#impl-RefUnwindSafe-for-Error"class="anchor"></a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html"title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <aclass="enum"href="../../../extractors/bearer/enum.Error.html"title="enum actix_web_httpauth::extractors::bearer::Error">Error</a></h3></section><sectionid="impl-Send-for-Error"class="impl has-srclink"><ahref="#impl-Send-for-Error"class="anchor"></a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a> for <aclass="enum"href="../../../extractors/bearer/enum.Error.html"title="enum actix_web_httpauth::extractors::bearer::Error">Error</a></h3></section><sectionid="impl-Sync-for-Error"class="impl has-srclink"><ahref="#impl-Sync-for-Error"class="anchor"></a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a> for <aclass="enum"href="../../../extractors/bearer/enum.Error.html"title="enum actix_web_httpauth::extractors::bearer::Error">Error</a></h3></section><sectionid="impl-Unpin-for-Error"class="impl has-srclink"><ahref="#impl-Unpin-for-Error"class
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-Instrument-for-Error"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#276">source</a><ahref="#impl-Instrument-for-Error"class="anchor"></a><h3class="code-header">impl<T><aclass="trait"href="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html"title="trait tracing::instrument::Instrument">Instrument</a> for T</h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.instrument"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#82">source</a><ahref="#method.instrument"class="anchor"></a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.instrument"class="fnname">instrument</a>(self, span: <aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html"title="struct tracing::span::Span">Span</a>) -><aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><divclass='docblock'>Instruments this type with the provided <ahref="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html"title="Span"><code>Span</code></a>, returning an
<code>Instrumented</code> wrapper. <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.instrument">Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.in_current_span"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#121">source</a><ahref="#method.in_current_span"class="anchor"></a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.Instrument.html#method.in_current_span"class="fnname">in_current_span</a>(self) -><aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><divclass='docblock'>Instruments this type with the <ahref="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html#method.current">current</a><ahref="https://docs.rs/tracing/0.1.37/tracing/span/struct.Span.html"><code>Span</code></a>, returning an
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-Same%3CT%3E-for-Error"class="impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/typenum/1.15.0/src/typenum/type_operators.rs.html#34">source</a><ahref="#impl-Same%3CT%3E-for-Error"class="anchor"></a><h3class="code-header">impl<T><aclass="trait"href="https://docs.rs/typenum/1.15.0/typenum/type_operators/trait.Same.html"title="trait typenum::type_operators::Same">Same</a><T> for T</h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.Output"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Output"class="anchor"></a><h4class="code-header">type <ahref="https://docs.rs/typenum/1.15.0/typenum/type_operators/trait.Same.html#associatedtype.Output"class="associatedtype">Output</a> = T</h4></section></summary><divclass='docblock'>Should always be <code>Self</code></div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-ToOwned-for-Error"class="impl has-srclink"><aclass="srclink rightside"href="https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#83">source</a><ahref="#impl-ToOwned-for-Error"class="anchor"></a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html"title="trait alloc::borrow::ToOwned">ToOwned</a> for T<spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>,</span></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.Owned"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Owned"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned"class="associatedtype">Owned</a> = T</h4></section></summary><divclass='docblock'>The resulting type after obtaining ownership.</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.to_owned"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#88">source</a><ahref="#method.to_owned"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned"class="fnname">to_owned</a>(&self) -> T</h4></section></summary><divclass='docblock'>Creates owned data from borrowed data, usually by cloning. <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.clone_into"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#92">source</a><ahref="#method.clone_into"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into"class="fnname">clone_into</a>(&self, target: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T)</h4></section></summary><divclass='docblock'>Uses borrowed data to replace owned data, usually by cloning. <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-ToString-for-Error"class="impl has-srclink"><aclass="srclink rightside"href="https://doc.rust-lang.org/nightly/src/alloc/string.rs.html#2497">source</a><ahref="#impl-ToString-for-Error"class="anchor"></a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/alloc/string/trai
<ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.WithDispatch.html"title="WithDispatch"><code>WithDispatch</code></a> wrapper. <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.WithSubscriber.html#method.with_subscriber">Read more</a></div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.with_current_subscriber"class="method trait-impl has-srclink"><aclass="srclink rightside"href="https://docs.rs/tracing/0.1.37/src/tracing/instrument.rs.html#221">source</a><ahref="#method.with_current_subscriber"class="anchor"></a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.37/tracing/instrument/trait.WithSubscriber.html#method.with_current_subscriber"class="fnname">with_current_subscriber</a>(self) -><aclass="struct"href="https://docs.rs/tracing/0.1.37/tracing/instrument/struct.WithDispatch.html"title="struct tracing::instrument::WithDispatch">WithDispatch</a><Self></h4></section></summary><divclass='docblock'>Attaches the current <ahref="https://docs.rs/tracing/0.1.37/tracing/dispatcher/index.html#setting-the-default-subscriber">default</a><ahref="https://docs.rs/tracing-core/0.1.22/tracing_core/subscriber/trait.Subscriber.html"><code>Subscriber</code></a> to this type, returning a