<!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="An arbitrary value with a `Style` applied to it."><title>Painted in yansi - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><linkrel="stylesheet"href="../static.files/normalize-76eba96aa4d2e634.css"><linkrel="stylesheet"href="../static.files/rustdoc-dd39b87e5fcfba68.css"><metaname="rustdoc-vars"data-root-path="../"data-static-root-path="../static.files/"data-current-crate="yansi"data-themes=""data-resource-suffix=""data-rustdoc-version="1.80.0 (051478957 2024-07-21)"data-channel="1.80.0"data-search-js="search-d52510db62a78183.js"data-settings-js="settings-4313503d2e1961c2.js"><scriptsrc="../static.files/storage-118b08c4c78b968e.js"></script><scriptdefersrc="sidebar-items.js"></script><scriptdefersrc="../static.files/main-20a3ad099b048cf2.js"></script><noscript><linkrel="stylesheet"href="../static.files/noscript-df360f571f6edeae.css"></noscript><linkrel="alternate icon"type="image/png"href="../static.files/favicon-32x32-422f7d1d52889060.png"><linkrel="icon"type="image/svg+xml"href="../static.files/favicon-2c020d218678b618.svg"></head><bodyclass="rustdoc struct"><!--[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"title="show sidebar"></button><aclass="logo-container"href="../yansi/index.html"><imgsrc="https://raw.githubusercontent.com/SergioBenitez/yansi/master/.github/yansi-logo.png"alt=""></a></nav><navclass="sidebar"><divclass="sidebar-crate"><aclass="logo-container"href="../yansi/index.html"><imgsrc="https://raw.githubusercontent.com/SergioBenitez/yansi/master/.github/yansi-logo.png"alt="logo"></a><h2><ahref="../yansi/index.html">yansi</a><spanclass="version">1.0.1</span></h2></div><h2class="location"><ahref="#">Painted</a></h2><divclass="sidebar-elems"><section><h3><ahref="#fields">Fields</a></h3><ulclass="block structfield"><li><ahref="#structfield.style">style</a></li><li><ahref="#structfield.value">value</a></li></ul><h3><ahref="#implementations">Methods</a></h3><ulclass="block method"><li><ahref="#method.attr">attr</a></li><li><ahref="#method.bg">bg</a></li><li><ahref="#method.black">black</a></li><li><ahref="#method.blink">blink</a></li><li><ahref="#method.blue">blue</a></li><li><ahref="#method.bold">bold</a></li><li><ahref="#method.bright">bright</a></li><li><ahref="#method.bright_black">bright_black</a></li><li><ahref="#method.bright_blue">bright_blue</a></li><li><ahref="#method.bright_cyan">bright_cyan</a></li><li><ahref="#method.bright_green">bright_green</a></li><li><ahref="#method.bright_magenta">bright_magenta</a></li><li><ahref="#method.bright_red">bright_red</a></li><li><ahref="#method.bright_white">bright_white</a></li><li><ahref="#method.bright_yellow">bright_yellow</a></li><li><ahref="#method.clear">clear</a></li><li><ahref="#method.conceal">conceal</a></li><li><ahref="#method.cyan">cyan</a></li><li><ahref="#method.dim">dim</a></li><li><ahref="#method.fg">fg</a></li><li><ahref="#method.fixed">fixed</a></li><li><ahref="#method.green">green</a></li><li><ahref="#method.invert">invert</a></li><li><ahref="#method.italic">italic</a></li><li><ahref="#method.linger">linger</a></li><li><ahref="#method.magenta">magenta</a></li><li><ahref="#method.mask">mask</a></li><li><ahref="#method.new">new</a></li><li><ahref="#method.on_black">on_black</a></li><li><ahref="#method.on_blue">on_blue</a><
}</code></pre><detailsclass="toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>An arbitrary value with a <ahref="struct.Style.html"title="struct yansi::Style"><code>Style</code></a> applied to it.</p>
<p>A <code>Painted</code> can be directly formatted. This results in the internal
<ahref="struct.Painted.html#structfield.value"title="field yansi::Painted::value"><code>value</code></a> being formatted as specified and ANSI code styling
sequences corresponding to <ahref="struct.Painted.html#structfield.style"title="field yansi::Painted::style"><code>style</code></a> being prefixed and
suffixed as necessary. Both the global and local <ahref="struct.Condition.html"title="struct yansi::Condition"><code>Condition</code></a> affects
whether styling sequences are actually emitted: both must evaluated to true.
</div></details><h2id="fields"class="fields section-header">Fields<ahref="#fields"class="anchor">§</a></h2><spanid="structfield.value"class="structfield section-header"><ahref="#structfield.value"class="anchor field">§</a><code>value: T</code></span><divclass="docblock"><p>The value to be styled.</p>
</div><spanid="structfield.style"class="structfield section-header"><ahref="#structfield.style"class="anchor field">§</a><code>style: <aclass="struct"href="struct.Style.html"title="struct yansi::Style">Style</a></code></span><divclass="docblock"><p>The style to apply.</p>
</div><h2id="implementations"class="section-header">Implementations<ahref="#implementations"class="anchor">§</a></h2><divid="implementations-list"><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Painted%3CT%3E"class="impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#138-166">source</a><ahref="#impl-Painted%3CT%3E"class="anchor">§</a><h3class="code-header">impl<T><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><T></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.new"class="method"><aclass="src rightside"href="../src/yansi/paint.rs.html#150-152">source</a><h4class="code-header">pub const fn <ahref="#method.new"class="fn">new</a>(value: T) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><T></h4></section></summary><divclass="docblock"><p>Create a new <ahref="struct.Painted.html"title="struct yansi::Painted"><code>Painted</code></a> with a default <ahref="struct.Style.html"title="struct yansi::Style"><code>Style</code></a>.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.fg"class="method"><aclass="src rightside"href="../src/yansi/paint.rs.html#165">source</a><h4class="code-header">pub const fn <ahref="#method.fg"class="fn">fg</a>(self, value: <aclass="enum"href="enum.Color.html"title="enum yansi::Color">Color</a>) -> Self</h4></section></summary><divclass="docblock"><p>Returns a styled value derived from <code>self</code> with the foreground set to
<code>value</code>.</p>
<p>This method should be used rarely. Instead, prefer to use color-specific
builder methods like <ahref="struct.Painted.html#method.red"title="method yansi::Painted::red"><code>red()</code></a> and
<ahref="struct.Painted.html#method.green"title="method yansi::Painted::green"><code>green()</code></a>, which have the same functionality but are
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bg"class="method"><aclass="src rightside"href="../src/yansi/paint.rs.html#165">source</a><h4class="code-header">pub const fn <ahref="#method.bg"class="fn">bg</a>(self, value: <aclass="enum"href="enum.Color.html"title="enum yansi::Color">Color</a>) -> Self</h4></section></summary><divclass="docblock"><p>Returns a styled value derived from <code>self</code> with the background set to
<code>value</code>.</p>
<p>This method should be used rarely. Instead, prefer to use color-specific
builder methods like <ahref="struct.Painted.html#method.on_red"title="method yansi::Painted::on_red"><code>on_red()</code></a> and
<ahref="struct.Painted.html#method.on_green"title="method yansi::Painted::on_green"><code>on_green()</code></a>, which have the same functionality but
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.clear"class="method"><aclass="src rightside"href="../src/yansi/paint.rs.html#165">source</a><h4class="code-header">pub const fn <ahref="#method.clear"class="fn">clear</a>(self) -> Self</h4></section><spanclass="item-info"><divclass="stab deprecated"><spanclass="emoji">👎</span><span>Deprecated since 1.0.1: renamed to <code>resetting()</code> due to conflicts with <code>Vec::clear()</code>.
The <code>clear()</code> method will be removed in a future release.</span></div></span></summary><divclass="docblock"><p>Returns <code>self</code> with the
<code><ahref="https://doc.rust-lang.org/1.80.0/core/convert/trait.From.html"title="trait core::convert::From">From</a><T> for U</code> chooses to do.</p>
T: ?<aclass="trait"href="https://doc.rust-lang.org/1.80.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.fg-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.fg-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.fg"class="fn">fg</a>(&self, value: <aclass="enum"href="enum.Color.html"title="enum yansi::Color">Color</a>) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns a styled value derived from <code>self</code> with the foreground set to
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.primary-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.primary-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.primary"class="fn">primary</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.black-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.black-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.black"class="fn">black</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.red-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.red-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.red"class="fn">red</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.green-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.green-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.green"class="fn">green</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.yellow-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.yellow-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.yellow"class="fn">yellow</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.blue-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.blue-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.blue"class="fn">blue</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.magenta-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.magenta-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.magenta"class="fn">magenta</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.cyan-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.cyan-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.cyan"class="fn">cyan</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.white-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.white-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.white"class="fn">white</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_black-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.bright_black-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.bright_black"class="fn">bright_black</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_red-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.bright_red-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.bright_red"class="fn">bright_red</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_green-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.bright_green-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.bright_green"class="fn">bright_green</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_yellow-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.bright_yellow-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.bright_yellow"class="fn">bright_yellow</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_blue-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.bright_blue-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.bright_blue"class="fn">bright_blue</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_magenta-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.bright_magenta-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.bright_magenta"class="fn">bright_magenta</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_cyan-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.bright_cyan-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.bright_cyan"class="fn">bright_cyan</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_white-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.bright_white-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.bright_white"class="fn">bright_white</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bg-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.bg-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.bg"class="fn">bg</a>(&self, value: <aclass="enum"href="enum.Color.html"title="enum yansi::Color">Color</a>) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns a styled value derived from <code>self</code> with the background set to
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_primary-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_primary-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_primary"class="fn">on_primary</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_black-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_black-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_black"class="fn">on_black</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_red-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_red-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_red"class="fn">on_red</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_green-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_green-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_green"class="fn">on_green</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_yellow-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_yellow-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_yellow"class="fn">on_yellow</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_blue-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_blue-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_blue"class="fn">on_blue</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_magenta-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_magenta-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_magenta"class="fn">on_magenta</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_cyan-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_cyan-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_cyan"class="fn">on_cyan</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_white-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_white-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_white"class="fn">on_white</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_black-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_bright_black-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_bright_black"class="fn">on_bright_black</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_red-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_bright_red-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_bright_red"class="fn">on_bright_red</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_green-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_bright_green-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_bright_green"class="fn">on_bright_green</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_yellow-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_bright_yellow-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_bright_yellow"class="fn">on_bright_yellow</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_blue-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_bright_blue-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_bright_blue"class="fn">on_bright_blue</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_magenta-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_bright_magenta-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_bright_magenta"class="fn">on_bright_magenta</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_cyan-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_bright_cyan-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_bright_cyan"class="fn">on_bright_cyan</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_white-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_bright_white-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_bright_white"class="fn">on_bright_white</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bold-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.bold-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.bold"class="fn">bold</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.dim-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.dim-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.dim"class="fn">dim</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.italic-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.italic-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.italic"class="fn">italic</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.underline-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.underline-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.underline"class="fn">underline</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.blink-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.blink-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.blink"class="fn">blink</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.rapid_blink-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.rapid_blink-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.rapid_blink"class="fn">rapid_blink</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.invert-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.invert-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.invert"class="fn">invert</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.conceal-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.conceal-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.conceal"class="fn">conceal</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.strike-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.strike-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.strike"class="fn">strike</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.mask-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.mask-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.mask"class="fn">mask</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.wrap-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.wrap-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.wrap"class="fn">wrap</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.linger-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.linger-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.linger"class="fn">linger</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.clear-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.clear-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.clear"class="fn">clear</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section><spanclass="item-info"><divclass="stab deprecated"><spanclass="emoji">👎</span><span>Deprecated since 1.0.1: renamed to <code>resetting()</code> due to conflicts with <code>Vec::clear()</code>.
The <code>clear()</code> method will be removed in a future release.</span></div></span></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.resetting-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.resetting-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.resetting"class="fn">resetting</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.bright-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.bright"class="fn">bright</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright-1"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#135">source</a><ahref="#method.on_bright-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#tymethod.on_bright"class="fn">on_bright</a>(&self) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&T</a>></h4></section></summary><divclass="docblock"><p>Returns <code>self</code> with the
Self: <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><divclass='docblock'>Create a new <ahref="struct.Painted.html"title="struct yansi::Painted"><code>Painted</code></a> with a default <ahref="struct.Style.html"title="struct yansi::Style"><code>Style</code></a>. <ahref="trait.Paint.html#method.new">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.paint"class="method trait-impl"><aclass="src rightside"href="../src/yansi/paint.rs.html#126-128">source</a><ahref="#method.paint"class="anchor">§</a><h4class="code-header">fn <ahref="trait.Paint.html#method.paint"class="fn">paint</a><S: <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="struct"href="struct.Style.html"title="struct yansi::Style">Style</a>>>(&self, style: S) -><aclass="struct"href="struct.Painted.html"title="struct yansi::Painted">Painted</a><<aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&Self</a>></h4></section></summary><divclass='docblock'>Apply a style wholesale to <code>self</code>. Any previous style is replaced. <ahref="trait.Paint.html#method.paint">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"><summary><sectionid="impl-ToOwned-for-T"class="impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/src/alloc/borrow.rs.html#83-85">source</a><ahref="#impl-ToOwned-for-T"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.80.0/alloc/borrow/trait.ToOwned.html"title="trait alloc::borrow::ToOwned">ToOwned</a> for T<divclass="where">where
T: <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><divclass="impl-items"><detailsclass="toggle"open><summary><sectionid="associatedtype.Owned"class="associatedtype trait-impl"><ahref="#associatedtype.Owned"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.80.0/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="toggle method-toggle"open><summary><sectionid="method.to_owned"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/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/1.80.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned"class="fn">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/1.80.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.clone_into"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.80.0/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/1.80.0/alloc/borrow/trait.ToOwned.html#method.clone_into"class="fn">clone_into</a>(&self, target: <aclass="primitive"href="https://doc.rust-lang.org/1.80.0/std/primitive.reference.html">&mut T</a>)</h4></section></summary><divclass='docblock'>Uses borrowed data to replace owned data, usually by cloning. <ahref="https://doc.rust-lang.org/1.80.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></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.80.0/src/alloc/string.rs.html#2552">source</a><ahref="#impl-ToString-for-T"class="anchor">§</a><h3class="code-header">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.80.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.80.0/core/fmt/trait.Display.html"title="trait core::fmt::Display">Display</a> + ?<aclass="trait"href="https://doc.rust-lang.org/1.80.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.80.0/src/alloc/string.rs.html#2558">source</a><ahref="#method.to_string"class="anchor">§</a><h4class="code-header">default fn <ahref="https://doc.rust-lang.org/1.80.0/alloc/string/trait.ToString.html#tymethod.to_string"class="fn">to_string</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/1.80.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.80.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.80.0/src/core/convert/mod.rs.html#805-807">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.80.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.80.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.80.0/core/convert/trait.TryFrom.html#associatedtype.Error"class="associatedtype">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/1.80.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.80.0/src/core/convert/mod.rs.html#812">source</a><ahref="#method.try_from"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.80.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.80.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.80.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.80.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.80.0/src/core/convert/mod.rs.html#790-792">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.80.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.80.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.80.0/core/convert/trait.TryInto.html#associatedtype.Error"class="associatedtype">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.80.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.80.0/src/core/convert/mod.rs.html#797">source</a><ahref="#method.try_into"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.80.0/core/convert/trait.TryInto.html#tymethod.try_into"class="fn">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/1.80.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.80.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.80.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>