<main><divclass="width-limiter"><navclass="sub"><formclass="search-form"><span></span><divid="sidebar-button"tabindex="-1"><ahref="../../clap/all.html"title="show sidebar"></a></div><inputclass="search-input"name="search"aria-label="Run search in the documentation"autocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"><divid="help-button"tabindex="-1"><ahref="../../help.html"title="help">?</a></div><divid="settings-menu"tabindex="-1"><ahref="../../settings.html"title="settings"><imgwidth="22"height="22"alt="Change settings"src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><sectionid="main-content"class="content"><divclass="main-heading"><h1>Struct <ahref="../index.html">clap</a>::<wbr><ahref="index.html">error</a>::<wbr><aclass="struct"href="#">Error</a><buttonid="copy-path"title="Copy item path to clipboard"><imgsrc="../../static.files/clipboard-7571035ce49a181d.svg"width="19"height="18"alt="Copy item path"></button></h1><spanclass="out-of-band"><aclass="src"href="../../src/clap_builder/error/mod.rs.html#60">source</a> · <buttonid="toggle-all-docs"title="collapse all docs">[<span>−</span>]</button></span></div><preclass="rust item-decl"><code>pub struct Error<F = <aclass="struct"href="struct.DefaultFormatter.html"title="struct clap::error::DefaultFormatter">RichFormatter</a>><divclass="where">where
a place that has access to the <code>Command</code> at which point you can call <ahref="struct.Error.html#method.format"title="method clap::error::Error::format"><code>Error::format</code></a>.</p>
<p>Prefer <ahref="../struct.Command.html#method.error"title="method clap::Command::error"><code>Command::error</code></a> for generating errors.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.format"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#94">source</a><h4class="code-header">pub fn <ahref="#method.format"class="fn">format</a>(self, cmd: &mut <aclass="struct"href="../struct.Command.html"title="struct clap::Command">Command</a>) -><aclass="struct"href="struct.Error.html"title="struct clap::error::Error">Error</a><F></h4></section></summary><divclass="docblock"><p>Format the existing message with the Command’s context</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.new"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#128">source</a><h4class="code-header">pub fn <ahref="#method.new"class="fn">new</a>(kind: <aclass="enum"href="enum.ErrorKind.html"title="enum clap::error::ErrorKind">ErrorKind</a>) -><aclass="struct"href="struct.Error.html"title="struct clap::error::Error">Error</a><F></h4></section></summary><divclass="docblock"><p>Create an error with a pre-defined message</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.with_cmd"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#149">source</a><h4class="code-header">pub fn <ahref="#method.with_cmd"class="fn">with_cmd</a>(self, cmd: &<aclass="struct"href="../struct.Command.html"title="struct clap::Command">Command</a>) -><aclass="struct"href="struct.Error.html"title="struct clap::error::Error">Error</a><F></h4></section></summary><divclass="docblock"><p>Apply <ahref="../struct.Command.html"title="struct clap::Command"><code>Command</code></a>’s formatting to the error</p>
<p>Generally, this is used with <ahref="struct.Error.html#method.new"title="associated function clap::error::Error::new"><code>Error::new</code></a></p>
EF: <aclass="trait"href="trait.ErrorFormatter.html"title="trait clap::error::ErrorFormatter">ErrorFormatter</a>,</div></h4></section></summary><divclass="docblock"><p>Apply an alternative formatter to the error</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.kind"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#180">source</a><h4class="code-header">pub fn <ahref="#method.kind"class="fn">kind</a>(&self) -><aclass="enum"href="enum.ErrorKind.html"title="enum clap::error::ErrorKind">ErrorKind</a></h4></section></summary><divclass="docblock"><p>Type of error for programmatic processing</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.context"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#186">source</a><h4class="code-header">pub fn <ahref="#method.context"class="fn">context</a>(&self) -> impl <aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html"title="trait core::iter::traits::iterator::Iterator">Iterator</a><Item = (<aclass="enum"href="enum.ContextKind.html"title="enum clap::error::ContextKind">ContextKind</a>, &<aclass="enum"href="enum.ContextValue.html"title="enum clap::error::ContextValue">ContextValue</a>)></h4></section></summary><divclass="docblock"><p>Additional information to further qualify the error</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.get"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#193">source</a><h4class="code-header">pub fn <ahref="#method.get"class="fn">get</a>(&self, kind: <aclass="enum"href="enum.ContextKind.html"title="enum clap::error::ContextKind">ContextKind</a>) -><aclass="enum"href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html"title="enum core::option::Option">Option</a><&<aclass="enum"href="enum.ContextValue.html"title="enum clap::error::ContextValue">ContextValue</a>></h4></section></summary><divclass="docblock"><p>Lookup a piece of context</p>
) -><aclass="enum"href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="enum"href="enum.ContextValue.html"title="enum clap::error::ContextValue">ContextValue</a>></h4></section></summary><divclass="docblock"><p>Insert a piece of context</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.use_stderr"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#206">source</a><h4class="code-header">pub fn <ahref="#method.use_stderr"class="fn">use_stderr</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><divclass="docblock"><p>Should the message be written to <code>stdout</code> or not?</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.exit_code"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#221">source</a><h4class="code-header">pub fn <ahref="#method.exit_code"class="fn">exit_code</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.76.0/std/primitive.i32.html">i32</a></h4></section></summary><divclass="docblock"><p>Returns the exit code that <code>.exit</code> will exit the process with.</p>
<p>When the error’s kind would print to <code>stderr</code> this returns <code>2</code>,
else it returns <code>0</code>.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.exit"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#233">source</a><h4class="code-header">pub fn <ahref="#method.exit"class="fn">exit</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.76.0/std/primitive.never.html">!</a></h4></section></summary><divclass="docblock"><p>Prints the error and exits.</p>
<p>Depending on the error kind, this either prints to <code>stderr</code> and exits with a status of <code>2</code>
or prints to <code>stdout</code> and exits with a status of <code>0</code>.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.print"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#256">source</a><h4class="code-header">pub fn <ahref="#method.print"class="fn">print</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="primitive"href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>, <aclass="struct"href="https://doc.rust-lang.org/1.76.0/std/io/error/struct.Error.html"title="struct std::io::error::Error">Error</a>></h4></section></summary><divclass="docblock"><p>Prints formatted and colored error to <code>stdout</code> or <code>stderr</code> according to its error kind</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.render"class="method"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#288">source</a><h4class="code-header">pub fn <ahref="#method.render"class="fn">render</a>(&self) -><aclass="struct"href="../builder/struct.StyledStr.html"title="struct clap::builder::StyledStr">StyledStr</a></h4></section></summary><divclass="docblock"><p>Render the error message to a <ahref="../builder/struct.StyledStr.html"title="struct clap::builder::StyledStr"><code>StyledStr</code></a>.</p>
</div></details></div></details></div><h2id="trait-implementations"class="section-header">Trait Implementations<ahref="#trait-implementations"class="anchor">§</a></h2><divid="trait-implementations-list"><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Debug-for-Error%3CF%3E"class="impl"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#835">source</a><ahref="#impl-Debug-for-Error%3CF%3E"class="anchor">§</a><h3class="code-header">impl<F><aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="struct"href="struct.Error.html"title="struct clap::error::Error">Error</a><F><divclass="where">where
F: <aclass="trait"href="trait.ErrorFormatter.html"title="trait clap::error::ErrorFormatter">ErrorFormatter</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.fmt"class="method trait-impl"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#836">source</a><ahref="#method.fmt"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html#tymethod.fmt"class="fn">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/1.76.0/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="enum"href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="primitive"href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>, <aclass="struct"href="https://doc.rust-lang.org/1.76.0/core/fmt/struct.Error.html"title="struct core::fmt::Error">Error</a>></h4></section></summary><divclass='docblock'>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Display-for-Error%3CF%3E"class="impl"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#848">source</a><ahref="#impl-Display-for-Error%3CF%3E"class="anchor">§</a><h3class="code-header">impl<F><aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Display.html"title="trait core::fmt::Display">Display</a> for <aclass="struct"href="struct.Error.html"title="struct clap::error::Error">Error</a><F><divclass="where">where
F: <aclass="trait"href="trait.ErrorFormatter.html"title="trait clap::error::ErrorFormatter">ErrorFormatter</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.fmt-1"class="method trait-impl"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#849">source</a><ahref="#method.fmt-1"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Display.html#tymethod.fmt"class="fn">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/1.76.0/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="enum"href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><<aclass="primitive"href="https://doc.rust-lang.org/1.76.0/std/primitive.unit.html">()</a>, <aclass="struct"href="https://doc.rust-lang.org/1.76.0/core/fmt/struct.Error.html"title="struct core::fmt::Error">Error</a>></h4></section></summary><divclass='docblock'>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Display.html#tymethod.fmt">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Error-for-Error%3CF%3E"class="impl"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#841">source</a><ahref="#impl-Error-for-Error%3CF%3E"class="anchor">§</a><h3class="code-header">impl<F><aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/error/trait.Error.html"title="trait core::error::Error">Error</a> for <aclass="struct"href="struct.Error.html"title="struct clap::error::Error">Error</a><F><divclass="where">where
F: <aclass="trait"href="trait.ErrorFormatter.html"title="trait clap::error::ErrorFormatter">ErrorFormatter</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.source"class="method trait-impl"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#843">source</a><ahref="#method.source"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.76.0/core/error/trait.Error.html#method.source"class="fn">source</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html"title="enum core::option::Option">Option</a><&(dyn <aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/error/trait.Error.html"title="trait core::error::Error">Error</a> + 'static)></h4></section></summary><divclass='docblock'>The lower-level source of this error, if any. <ahref="https://doc.rust-lang.org/1.76.0/core/error/trait.Error.html#method.source">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.description"class="method trait-impl"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="src"href="https://doc.rust-lang.org/1.76.0/src/core/error.rs.html#110">source</a></span><ahref="#method.description"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.76.0/core/error/trait.Error.html#method.description"class="fn">description</a>(&self) ->&<aclass="primitive"href="https://doc.rust-lang.org/1.76.0/std/primitive.str.html">str</a></h4></section></summary><spanclass="item-info"><divclass="stab deprecated"><spanclass="emoji">👎</span><span>Deprecated since 1.42.0: use the Display impl or to_string()</span></div></span><divclass='docblock'><ahref="https://doc.rust-lang.org/1.76.0/core/error/trait.Error.html#method.description">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.cause"class="method trait-impl"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="src"href="https://doc.rust-lang.org/1.76.0/src/core/error.rs.html#120">source</a></span><ahref="#method.cause"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.76.0/core/error/trait.Error.html#method.cause"class="fn">cause</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html"title="enum core::option::Option">Option</a><&dyn <aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/error/trait.Error.html"title="trait core::error::Error">Error</a>></h4></section></summary><spanclass="item-info"><divclass="stab deprecated"><spanclass="emoji">👎</span><span>Deprecated since 1.33.0: replaced by Error::source, which can support downcasting</span></div></span></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.provide"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/core/error.rs.html#184">source</a><ahref="#method.provide"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.76.0/core/error/trait.Error.html#method.provide"class="fn">provide</a><'a>(&'a self, request: &mut <aclass="struct"href="https://doc.rust-lang.org/1.76.0/core/error/struct.Request.html"title="struct core::error::Request">Request</a><'a>)</h4></section></summary><spanclass="item-info"><divclass="stab unstable"><spanclass="emoji">🔬</span><span>This is a nightly-only experimental API. (<code>error_generic_member_access</code>)</span></div></span><divclass='docblock'>Provides type based access to context intended for error reports. <ahref="https://doc.rust-lang.org/1.76.0/core/error/trait.Error.html#method.provide">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="i
F: <aclass="trait"href="trait.ErrorFormatter.html"title="trait clap::error::ErrorFormatter">ErrorFormatter</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.from"class="method trait-impl"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#830">source</a><ahref="#method.from"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html#tymethod.from"class="fn">from</a>(e: <aclass="struct"href="https://doc.rust-lang.org/1.76.0/core/fmt/struct.Error.html"title="struct core::fmt::Error">Error</a>) -><aclass="struct"href="struct.Error.html"title="struct clap::error::Error">Error</a><F></h4></section></summary><divclass='docblock'>Converts to this type from the input type.</div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-From%3CError%3E-for-Error%3CF%3E-1"class="impl"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#823">source</a><ahref="#impl-From%3CError%3E-for-Error%3CF%3E-1"class="anchor">§</a><h3class="code-header">impl<F><aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html"title="trait core::convert::From">From</a><<aclass="struct"href="https://doc.rust-lang.org/1.76.0/std/io/error/struct.Error.html"title="struct std::io::error::Error">Error</a>> for <aclass="struct"href="struct.Error.html"title="struct clap::error::Error">Error</a><F><divclass="where">where
F: <aclass="trait"href="trait.ErrorFormatter.html"title="trait clap::error::ErrorFormatter">ErrorFormatter</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.from-1"class="method trait-impl"><aclass="src rightside"href="../../src/clap_builder/error/mod.rs.html#824">source</a><ahref="#method.from-1"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html#tymethod.from"class="fn">from</a>(e: <aclass="struct"href="https://doc.rust-lang.org/1.76.0/std/io/error/struct.Error.html"title="struct std::io::error::Error">Error</a>) -><aclass="struct"href="struct.Error.html"title="struct clap::error::Error">Error</a><F></h4></section></summary><divclass='docblock'>Converts to this type from the input type.</div></details></div></details></div><h2id="synthetic-implementations"class="section-header">Auto Trait Implementations<ahref="#synthetic-implementations"class="anchor">§</a></h2><divid="synthetic-implementations-list"><sectionid="impl-RefUnwindSafe-for-Error%3CF%3E"class="impl"><ahref="#impl-RefUnwindSafe-for-Error%3CF%3E"class="anchor">§</a><h3class="code-header">impl<F = <aclass="struct"href="struct.DefaultFormatter.html"title="struct clap::error::DefaultFormatter">RichFormatter</a>> !<aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html"title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <aclass="struct"href="struct.Error.html"title="struct clap::error::Error">Error</a><F></h3></section><sectionid="impl-Send-for-Error%3CF%3E"class="impl"><ahref="#impl-Send-for-Error%3CF%3E"class="anchor">§</a><h3class="code-header">impl<F><aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a> for <aclass="struct"href="struct.Error.html"title="struct clap::error::Error">Error</a><F><divclass="where">where
F: <aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a>,</div></h3></section><sectionid="impl-Sync-for-Error%3CF%3E"class="impl"><ahref="#impl-Sync-for-Error%3CF%3E"class="anchor">§</a><h3class="code-header">impl<F><aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a> for <aclass="struct"href="struct.Error.html"title="struct clap::error::Error">Error</a><F><divclass="where">where
F: <aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a>,</div></h3></section><sectionid="impl-Unpin-for-Error%3CF%3E"class="impl"><ahref="#impl-Unpin-for-Error%3CF%3E"class="anchor">§</a><h3class="code-header">impl<F><aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a> for <aclass="struct"href="struct.Error.html"title="struct clap::error::Error">Error</a><F><divclass="where">where
F: <aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a>,</div></h3></section><sectionid="impl-UnwindSafe-for-Error%3CF%3E"class="impl"><ahref="#impl-UnwindSafe-for-Error%3CF%3E"class="anchor">§</a><h3class="code-header">impl<F = <aclass="struct"href="struct.DefaultFormatter.html"title="struct clap::error::DefaultFormatter">RichFormatter</a>> !<aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.UnwindSafe.html"title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <aclass="struct"href="struct.Error.html"title="struct clap::error::Error">Error</a><F></h3></section></div><h2id="blanket-implementations"class="section-header">Blanket Implementations<ahref="#blanket-implementations"class="anchor">§</a></h2><divid="blanket-implementations-list"><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-Any-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/core/any.rs.html#140">source</a><ahref="#impl-Any-for-T"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html"title="trait core::any::Any">Any</a> for T<divclass="where">where
T: 'static + ?<aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.type_id"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/core/any.rs.html#141">source</a><ahref="#method.type_id"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html#tymethod.type_id"class="fn">type_id</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/1.76.0/core/any/struct.TypeId.html"title="struct core::any::TypeId">TypeId</a></h4></section></summary><divclass='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <ahref="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-Borrow%3CT%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#208">source</a><ahref="#impl-Borrow%3CT%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html"title="trait core::borrow::Borrow">Borrow</a><T> for T<divclass="where">where
T: ?<aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.borrow"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#210">source</a><ahref="#method.borrow"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html#tymethod.borrow"class="fn">borrow</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&T</a></h4></section></summary><divclass='docblock'>Immutably borrows from an owned value. <ahref="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-BorrowMut%3CT%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#216">source</a><ahref="#impl-BorrowMut%3CT%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html"title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T<divclass="where">where
T: ?<aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.borrow_mut"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/core/borrow.rs.html#217">source</a><ahref="#method.borrow_mut"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut"class="fn">borrow_mut</a>(&mut self) -><aclass="primitive"href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&mut T</a></h4></section></summary><divclass='docblock'>Mutably borrows from an owned value. <ahref="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-From%3CT%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#763">source</a><ahref="#impl-From%3CT%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html"title="trait core::convert::From">From</a><T> for T</h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.from-2"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#766">source</a><ahref="#method.from-2"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html#tymethod.from"class="fn">from</a>(t: T) -> T</h4></section></summary><divclass="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-Into%3CU%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#747-749">source</a><ahref="#impl-Into%3CU%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><U> for T<divclass="where">where
<p>That is, this conversion is whatever the implementation of
<code><ahref="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html"title="trait core::convert::From">From</a><T> for U</code> chooses to do.</p>
</div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-ToString-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/alloc/string.rs.html#2600">source</a><ahref="#impl-ToString-for-T"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.76.0/alloc/string/trait.ToString.html"title="trait alloc::string::ToString">ToString</a> for T<divclass="where">where
T: <aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Display.html"title="trait core::fmt::Display">Display</a> + ?<aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.to_string"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/alloc/string.rs.html#2606">source</a><ahref="#method.to_string"class="anchor">§</a><h4class="code-header">default fn <ahref="https://doc.rust-lang.org/1.76.0/alloc/string/trait.ToString.html#tymethod.to_string"class="fn">to_string</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/1.76.0/alloc/string/struct.String.html"title="struct alloc::string::String">String</a></h4></section></summary><divclass='docblock'>Converts the given value to a <code>String</code>. <ahref="https://doc.rust-lang.org/1.76.0/alloc/string/trait.ToString.html#tymethod.to_string">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-TryFrom%3CU%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#803-805">source</a><ahref="#impl-TryFrom%3CU%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T<divclass="where">where
U: <aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Error"class="associatedtype trait-impl"><ahref="#associatedtype.Error"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error"class="associatedtype">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/1.76.0/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></h4></section></summary><divclass='docblock'>The type returned in the event of a conversion error.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.try_from"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#810">source</a><ahref="#method.try_from"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#tymethod.try_from"class="fn">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><divclass='docblock'>Performs the conversion.</div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-TryInto%3CU%3E-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#788-790">source</a><ahref="#impl-TryInto%3CU%3E-for-T"class="anchor">§</a><h3class="code-header">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T<divclass="where">where
U: <aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Error-1"class="associatedtype trait-impl"><ahref="#associatedtype.Error-1"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html#associatedtype.Error"class="associatedtype">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><divclass='docblock'>The type returned in the event of a conversion error.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.try_into"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.76.0/src/core/convert/mod.rs.html#795">source</a><ahref="#method.try_into"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html#tymethod.try_into"class="fn">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><divclass='docblock'>Performs the conversion.</div></details></div></details></div></section></div></main></body></html>