<!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="A pre-computed style that can be applied to a struct using `OwoColorize::style`. Its interface mimics that of `OwoColorize`, but instead of chaining methods on your object, you instead chain them on the `Style` object before applying it."><title>Style in owo_colors - Rust</title><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><linkrel="stylesheet"href="../static.files/normalize-76eba96aa4d2e634.css"><linkrel="stylesheet"href="../static.files/rustdoc-5bc39a1768837dd0.css"><metaname="rustdoc-vars"data-root-path="../"data-static-root-path="../static.files/"data-current-crate="owo_colors"data-themes=""data-resource-suffix=""data-rustdoc-version="1.77.2 (25ef9e3d8 2024-04-09)"data-channel="1.77.2"data-search-js="search-dd67cee4cfa65049.js"data-settings-js="settings-4313503d2e1961c2.js"><scriptsrc="../static.files/storage-4c98445ec4002617.js"></script><scriptdefersrc="sidebar-items.js"></script><scriptdefersrc="../static.files/main-48f368f3872407c8.js"></script><noscript><linkrel="stylesheet"href="../static.files/noscript-04d5337699b92874.css"></noscript><linkrel="alternate icon"type="image/png"href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><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="../owo_colors/index.html"><imgsrc="https://jam1.re/img/rust_owo.svg"alt=""></a></nav><navclass="sidebar"><divclass="sidebar-crate"><aclass="logo-container"href="../owo_colors/index.html"><imgsrc="https://jam1.re/img/rust_owo.svg"alt="logo"></a><h2><ahref="../owo_colors/index.html">owo_colors</a><spanclass="version">4.0.0</span></h2></div><h2class="location"><ahref="#">Style</a></h2><divclass="sidebar-elems"><section><h3><ahref="#implementations">Methods</a></h3><ulclass="block method"><li><ahref="#method.bg">bg</a></li><li><ahref="#method.bg_rgb">bg_rgb</a></li><li><ahref="#method.black">black</a></li><li><ahref="#method.blink">blink</a></li><li><ahref="#method.blink_fast">blink_fast</a></li><li><ahref="#method.blue">blue</a></li><li><ahref="#method.bold">bold</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_purple">bright_purple</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.color">color</a></li><li><ahref="#method.cyan">cyan</a></li><li><ahref="#method.default_color">default_color</a></li><li><ahref="#method.dimmed">dimmed</a></li><li><ahref="#method.effect">effect</a></li><li><ahref="#method.effects">effects</a></li><li><ahref="#method.fg">fg</a></li><li><ahr
<main><divclass="width-limiter"><navclass="sub"><formclass="search-form"><span></span><divid="sidebar-button"tabindex="-1"><ahref="../owo_colors/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">owo_colors</a>::<wbr><aclass="struct"href="#">Style</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/owo_colors/dyn_styles.rs.html#82-87">source</a> · <buttonid="toggle-all-docs"title="collapse all docs">[<span>−</span>]</button></span></div><preclass="rust item-decl"><code>pub struct Style { <spanclass="comment">/* private fields */</span> }</code></pre><detailsclass="toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>A pre-computed style that can be applied to a struct using <ahref="trait.OwoColorize.html#method.style"title="method owo_colors::OwoColorize::style"><code>OwoColorize::style</code></a>. Its
interface mimics that of <ahref="trait.OwoColorize.html"title="trait owo_colors::OwoColorize"><code>OwoColorize</code></a>, but instead of chaining methods on your
object, you instead chain them on the <code>Style</code> object before applying it.</p>
<spanclass="macro">println!</span>(<spanclass="string">"{}"</span>, <spanclass="string">"red text, white background, struck through"</span>.style(my_style));</code></pre></div>
</div></details><h2id="implementations"class="section-header">Implementations<ahref="#implementations"class="anchor">§</a></h2><divid="implementations-list"><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Style"class="impl"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#129-487">source</a><ahref="#impl-Style"class="anchor">§</a><h3class="code-header">impl <aclass="struct"href="struct.Style.html"title="struct owo_colors::Style">Style</a></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.new"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#132-134">source</a><h4class="code-header">pub fn <ahref="#method.new"class="fn">new</a>() -> Self</h4></section></summary><divclass="docblock"><p>Create a new style to be applied later</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.style"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#137-142">source</a><h4class="code-header">pub fn <ahref="#method.style"class="fn">style</a><T>(&self, target: T) -><aclass="struct"href="struct.Styled.html"title="struct owo_colors::Styled">Styled</a><T></h4></section></summary><divclass="docblock"><p>Apply the style to a given struct to output</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.fg"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#152-155">source</a><h4class="code-header">pub fn <ahref="#method.fg"class="fn">fg</a><C: <aclass="trait"href="trait.Color.html"title="trait owo_colors::Color">Color</a>>(self) -> Self</h4></section></summary><divclass="docblock"><p>Set the foreground color generically</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.remove_fg"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#176-179">source</a><h4class="code-header">pub fn <ahref="#method.remove_fg"class="fn">remove_fg</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Removes the foreground color from the style. Note that this does not apply
the default color, but rather represents not changing the current terminal color.</p>
<p>If you wish to actively change the terminal color back to the default, see
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.remove_bg"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#187-190">source</a><h4class="code-header">pub fn <ahref="#method.remove_bg"class="fn">remove_bg</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Removes the background color from the style. Note that this does not apply
the default color, but rather represents not changing the current terminal color.</p>
<p>If you wish to actively change the terminal color back to the default, see
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.black"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.black"class="fn">black</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to black</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_black"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_black"class="fn">on_black</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to black</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.red"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.red"class="fn">red</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to red</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_red"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_red"class="fn">on_red</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to red</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.green"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.green"class="fn">green</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to green</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_green"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_green"class="fn">on_green</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to green</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.yellow"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.yellow"class="fn">yellow</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to yellow</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_yellow"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_yellow"class="fn">on_yellow</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to yellow</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.blue"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.blue"class="fn">blue</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to blue</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_blue"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_blue"class="fn">on_blue</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to blue</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.magenta"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.magenta"class="fn">magenta</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to magenta</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_magenta"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_magenta"class="fn">on_magenta</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to magenta</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.purple"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.purple"class="fn">purple</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to purple</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_purple"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_purple"class="fn">on_purple</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to purple</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.cyan"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.cyan"class="fn">cyan</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to cyan</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_cyan"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_cyan"class="fn">on_cyan</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to cyan</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.white"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.white"class="fn">white</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to white</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_white"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_white"class="fn">on_white</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to white</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.default_color"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.default_color"class="fn">default_color</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to the terminal default</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_default_color"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_default_color"class="fn">on_default_color</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to the terminal default</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_black"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.bright_black"class="fn">bright_black</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright black</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_black"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_bright_black"class="fn">on_bright_black</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright black</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_red"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.bright_red"class="fn">bright_red</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright red</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_red"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_bright_red"class="fn">on_bright_red</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright red</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_green"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.bright_green"class="fn">bright_green</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright green</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_green"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_bright_green"class="fn">on_bright_green</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright green</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_yellow"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.bright_yellow"class="fn">bright_yellow</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright yellow</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_yellow"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_bright_yellow"class="fn">on_bright_yellow</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright yellow</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_blue"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.bright_blue"class="fn">bright_blue</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright blue</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_blue"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_bright_blue"class="fn">on_bright_blue</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright blue</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_magenta"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.bright_magenta"class="fn">bright_magenta</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright magenta</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_magenta"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_bright_magenta"class="fn">on_bright_magenta</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright magenta</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_purple"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.bright_purple"class="fn">bright_purple</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright purple</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_purple"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_bright_purple"class="fn">on_bright_purple</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright purple</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_cyan"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.bright_cyan"class="fn">bright_cyan</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright cyan</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_cyan"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_bright_cyan"class="fn">on_bright_cyan</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright cyan</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bright_white"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.bright_white"class="fn">bright_white</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright white</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_bright_white"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#192-252">source</a><h4class="code-header">pub fn <ahref="#method.on_bright_white"class="fn">on_bright_white</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Change the foreground color to bright white</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bold"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#256-259">source</a><h4class="code-header">pub fn <ahref="#method.bold"class="fn">bold</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Make the text bold</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.dimmed"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#261-278">source</a><h4class="code-header">pub fn <ahref="#method.dimmed"class="fn">dimmed</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Make the text dim</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.italic"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#261-278">source</a><h4class="code-header">pub fn <ahref="#method.italic"class="fn">italic</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Make the text italicized</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.underline"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#261-278">source</a><h4class="code-header">pub fn <ahref="#method.underline"class="fn">underline</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Make the text italicized</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.blink"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#261-278">source</a><h4class="code-header">pub fn <ahref="#method.blink"class="fn">blink</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Make the text blink</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.blink_fast"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#261-278">source</a><h4class="code-header">pub fn <ahref="#method.blink_fast"class="fn">blink_fast</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Make the text blink (but fast!)</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.reversed"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#261-278">source</a><h4class="code-header">pub fn <ahref="#method.reversed"class="fn">reversed</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Swap the foreground and background colors</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.hidden"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#261-278">source</a><h4class="code-header">pub fn <ahref="#method.hidden"class="fn">hidden</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Hide the text</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.strikethrough"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#261-278">source</a><h4class="code-header">pub fn <ahref="#method.strikethrough"class="fn">strikethrough</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Cross out the text</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.effect"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#303-306">source</a><h4class="code-header">pub fn <ahref="#method.effect"class="fn">effect</a>(self, effect: <aclass="enum"href="enum.Effect.html"title="enum owo_colors::Effect">Effect</a>) -> Self</h4></section></summary><divclass="docblock"><p>Apply a given effect from the style</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.remove_effect"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#310-313">source</a><h4class="code-header">pub fn <ahref="#method.remove_effect"class="fn">remove_effect</a>(self, effect: <aclass="enum"href="enum.Effect.html"title="enum owo_colors::Effect">Effect</a>) -> Self</h4></section></summary><divclass="docblock"><p>Remove a given effect from the style</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.effects"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#317-320">source</a><h4class="code-header">pub fn <ahref="#method.effects"class="fn">effects</a>(self, effects: &[<aclass="enum"href="enum.Effect.html"title="enum owo_colors::Effect">Effect</a>]) -> Self</h4></section></summary><divclass="docblock"><p>Apply a given set of effects to the style</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.remove_effects"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#324-327">source</a><h4class="code-header">pub fn <ahref="#method.remove_effects"class="fn">remove_effects</a>(self, effects: &[<aclass="enum"href="enum.Effect.html"title="enum owo_colors::Effect">Effect</a>]) -> Self</h4></section></summary><divclass="docblock"><p>Remove a given set of effects from the style</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.remove_all_effects"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#331-335">source</a><h4class="code-header">pub fn <ahref="#method.remove_all_effects"class="fn">remove_all_effects</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Disables all the given effects from the style</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.color"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#347-350">source</a><h4class="code-header">pub fn <ahref="#method.color"class="fn">color</a><Color: <aclass="trait"href="trait.DynColor.html"title="trait owo_colors::DynColor">DynColor</a>>(self, color: Color) -> Self</h4></section></summary><divclass="docblock"><p>Set the foreground color at runtime. Only use if you do not know which color will be used at
compile-time. If the color is constant, use either <ahref="trait.OwoColorize.html#method.fg"title="method owo_colors::OwoColorize::fg"><code>OwoColorize::fg</code></a> or
a color-specific method, such as <ahref="trait.OwoColorize.html#method.green"title="method owo_colors::OwoColorize::green"><code>OwoColorize::green</code></a>,</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_color"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#362-365">source</a><h4class="code-header">pub fn <ahref="#method.on_color"class="fn">on_color</a><Color: <aclass="trait"href="trait.DynColor.html"title="trait owo_colors::DynColor">DynColor</a>>(self, color: Color) -> Self</h4></section></summary><divclass="docblock"><p>Set the background color at runtime. Only use if you do not know what color to use at
compile-time. If the color is constant, use either <ahref="trait.OwoColorize.html#method.bg"title="method owo_colors::OwoColorize::bg"><code>OwoColorize::bg</code></a> or
a color-specific method, such as <ahref="trait.OwoColorize.html#method.on_yellow"title="method owo_colors::OwoColorize::on_yellow"><code>OwoColorize::on_yellow</code></a>,</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.fg_rgb"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#369-373">source</a><h4class="code-header">pub fn <ahref="#method.fg_rgb"class="fn">fg_rgb</a><const R: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>, const G: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>, const B: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>>(self) -> Self</h4></section></summary><divclass="docblock"><p>Set the foreground color to a specific RGB value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bg_rgb"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#377-381">source</a><h4class="code-header">pub fn <ahref="#method.bg_rgb"class="fn">bg_rgb</a><const R: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>, const G: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>, const B: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>>(self) -> Self</h4></section></summary><divclass="docblock"><p>Set the background color to a specific RGB value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.truecolor"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#385-388">source</a><h4class="code-header">pub fn <ahref="#method.truecolor"class="fn">truecolor</a>(self, r: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>, g: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>, b: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>) -> Self</h4></section></summary><divclass="docblock"><p>Sets the foreground color to an RGB value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_truecolor"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#392-395">source</a><h4class="code-header">pub fn <ahref="#method.on_truecolor"class="fn">on_truecolor</a>(self, r: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>, g: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>, b: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>) -> Self</h4></section></summary><divclass="docblock"><p>Sets the background color to an RGB value.</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.is_plain"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#400-403">source</a><h4class="code-header">pub fn <ahref="#method.is_plain"class="fn">is_plain</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.bool.html">bool</a></h4></section></summary><divclass="docblock"><p>Returns if the style does not apply any formatting</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.fmt_prefix"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#408-477">source</a><h4class="code-header">pub fn <ahref="#method.fmt_prefix"class="fn">fmt_prefix</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/1.77.2/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/1.77.2/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></h4></section></summary><divclass="docblock"><p>Applies the ANSI-prefix for this style to the given formatter</p>
</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.fmt_suffix"class="method"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#481-486">source</a><h4class="code-header">pub fn <ahref="#method.fmt_suffix"class="fn">fmt_suffix</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/1.77.2/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/1.77.2/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></h4></section></summary><divclass="docblock"><p>Applies the ANSI-suffix for this style to the given formatter</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-Clone-for-Style"class="impl"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#81">source</a><ahref="#impl-Clone-for-Style"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.77.2/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a> for <aclass="struct"href="struct.Style.html"title="struct owo_colors::Style">Style</a></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.clone"class="method trait-impl"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#81">source</a><ahref="#method.clone"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.2/core/clone/trait.Clone.html#tymethod.clone"class="fn">clone</a>(&self) -><aclass="struct"href="struct.Style.html"title="struct owo_colors::Style">Style</a></h4></section></summary><divclass='docblock'>Returns a copy of the value. <ahref="https://doc.rust-lang.org/1.77.2/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.clone_from"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.77.2/src/core/clone.rs.html#169">source</a></span><ahref="#method.clone_from"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.2/core/clone/trait.Clone.html#method.clone_from"class="fn">clone_from</a>(&mut self, source: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.reference.html">&Self</a>)</h4></section></summary><divclass='docblock'>Performs copy-assignment from <code>source</code>. <ahref="https://doc.rust-lang.org/1.77.2/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Debug-for-Style"class="impl"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#81">source</a><ahref="#impl-Debug-for-Style"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.77.2/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="struct"href="struct.Style.html"title="struct owo_colors::Style">Style</a></h3></section></summary><divclass="impl-items"><detailsclass="toggle method-toggle"open><summary><sectionid="method.fmt"class="method trait-impl"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#81">source</a><ahref="#method.fmt"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.2/core/fmt/trait.Debug.html#tymethod.fmt"class="fn">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/1.77.2/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/1.77.2/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/1.77.2/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><detailsclass="toggle implementors-toggle"open><summary><sectionid="impl-Default-for-Style"class="impl"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#81">source</a><ahref="#impl-Default-for-Style"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.77.2/core/default/trait.Default.html"title="trait core::default::Default">Default</a> for <acl
by <code>==</code>.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.ne"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.77.2/src/core/cmp.rs.html#242">source</a></span><ahref="#method.ne"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.2/core/cmp/trait.PartialEq.html#method.ne"class="fn">ne</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.reference.html">&Rhs</a>) -><aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/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.</div></details></div></details><sectionid="impl-Copy-for-Style"class="impl"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#81">source</a><ahref="#impl-Copy-for-Style"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.77.2/core/marker/trait.Copy.html"title="trait core::marker::Copy">Copy</a> for <aclass="struct"href="struct.Style.html"title="struct owo_colors::Style">Style</a></h3></section><sectionid="impl-StructuralPartialEq-for-Style"class="impl"><aclass="src rightside"href="../src/owo_colors/dyn_styles.rs.html#81">source</a><ahref="#impl-StructuralPartialEq-for-Style"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.77.2/core/marker/trait.StructuralPartialEq.html"title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <aclass="struct"href="struct.Style.html"title="struct owo_colors::Style">Style</a></h3></section></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-Style"class="impl"><ahref="#impl-RefUnwindSafe-for-Style"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.77.2/core/panic/unwind_safe/trait.RefUnwindSafe.html"title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <aclass="struct"href="struct.Style.html"title="struct owo_colors::Style">Style</a></h3></section><sectionid="impl-Send-for-Style"class="impl"><ahref="#impl-Send-for-Style"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.77.2/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a> for <aclass="struct"href="struct.Style.html"title="struct owo_colors::Style">Style</a></h3></section><sectionid="impl-Sync-for-Style"class="impl"><ahref="#impl-Sync-for-Style"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.77.2/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a> for <aclass="struct"href="struct.Style.html"title="struct owo_colors::Style">Style</a></h3></section><sectionid="impl-Unpin-for-Style"class="impl"><ahref="#impl-Unpin-for-Style"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.77.2/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a> for <aclass="struct"href="struct.Style.html"title="struct owo_colors::Style">Style</a></h3></section><sectionid="impl-UnwindSafe-for-Style"class="impl"><ahref="#impl-UnwindSafe-for-Style"class="anchor">§</a><h3class="code-header">impl <aclass="trait"href="https://doc.rust-lang.org/1.77.2/core/panic/unwind_safe/trait.UnwindSafe.html"title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <aclass="struct"href="struct.Style.html"title="struct owo_colors::Style">Style</a></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.77.2/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.77.2/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.77.2/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.77.2/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.77.2/core/any/trait.Any.html#tymethod.type_id"class="fn">type_id</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/1.77.2/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.77.2/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.77.2/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.77.2/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.77.2/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.77.2/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.77.2/core/borrow/trait.Borrow.html#tymethod.borrow"class="fn">borrow</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.reference.html">&T</a></h4></section></summary><divclass='docblock'>Immutably borrows from an owned value. <ahref="https://doc.rust-lang.org/1.77.2/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.77.2/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.77.2/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.77.2/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.77.2/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.77.2/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut"class="fn">borrow_mut</a>(&mut self) -><aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.reference.html">&mut T</a></h4></section></summary><divclass='docblock'>Mutably borrows from an owned value. <ahref="https://doc.rust-lang.org/1.77.2/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.77.2/src/core/convert/mod.rs.html#764">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.77.2/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"class="method trait-impl"><aclass="src rightside"href="https://doc.rust-lang.org/1.77.2/src/core/convert/mod.rs.html#767">source</a><ahref="#method.from"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.2/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.77.2/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.77.2/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><U> for T<divclass="where">where
<code><ahref="https://doc.rust-lang.org/1.77.2/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-OwoColorize-for-D"class="impl"><aclass="src rightside"href="../src/owo_colors/lib.rs.html#497">source</a><ahref="#impl-OwoColorize-for-D"class="anchor">§</a><h3class="code-header">impl<D><aclass="trait"href="trait.OwoColorize.html"title="trait owo_colors::OwoColorize">OwoColorize</a> for D</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/owo_colors/lib.rs.html#270-272">source</a><ahref="#method.fg-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.OwoColorize.html#method.fg"class="fn">fg</a><C: <aclass="trait"href="trait.Color.html"title="trait owo_colors::Color">Color</a>>(&self) -><aclass="struct"href="struct.FgColorDisplay.html"title="struct owo_colors::FgColorDisplay">FgColorDisplay</a><'_, C, Self></h4></section></summary><divclass='docblock'>Set the foreground color generically <ahref="trait.OwoColorize.html#method.fg">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.bg-1"class="method trait-impl"><aclass="src rightside"href="../src/owo_colors/lib.rs.html#283-285">source</a><ahref="#method.bg-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.OwoColorize.html#method.bg"class="fn">bg</a><C: <aclass="trait"href="trait.Color.html"title="trait owo_colors::Color">Color</a>>(&self) -><aclass="struct"href="struct.BgColorDisplay.html"title="struct owo_colors::BgColorDisplay">BgColorDisplay</a><'_, C, Self></h4></section></summary><divclass='docblock'>Set the background color generically. <ahref="trait.OwoColorize.html#method.bg">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.black-1"class="method trait-impl"><aclass="src rightside"href="../src/owo_colors/lib.rs.html#287-347">source</a><ahref="#method.black-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.OwoColorize.html#method.black"class="fn">black</a>(&self) -><aclass="struct"href="struct.FgColorDisplay.html"title="struct owo_colors::FgColorDisplay">FgColorDisplay</a><'_, <aclass="struct"href="colors/struct.Black.html"title="struct owo_colors::colors::Black">Black</a>, Self></h4></section></summary><divclass='docblock'>Change the foreground color to black</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_black-1"class="method trait-impl"><aclass="src rightside"href="../src/owo_colors/lib.rs.html#287-347">source</a><ahref="#method.on_black-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.OwoColorize.html#method.on_black"class="fn">on_black</a>(&self) -><aclass="struct"href="struct.BgColorDisplay.html"title="struct owo_colors::BgColorDisplay">BgColorDisplay</a><'_, <aclass="struct"href="colors/struct.Black.html"title="struct owo_colors::colors::Black">Black</a>, Self></h4></section></summary><divclass='docblock'>Change the background color to black</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.red-1"class="method trait-impl"><aclass="src rightside"href="../src/owo_colors/lib.rs.html#287-347">source</a><ahref="#method.red-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.OwoColorize.html#method.red"class="fn">red</a>(&self) -><aclass="struct"href="struct.FgColorDisplay.html"title="struct owo_colors::FgColorDisplay">FgColorDisplay</a><'_, <aclass="struct"href="colors/struct.Red.html"title="struct owo_colors::colors::Red">Red</a>, Self></h4></section></summary><divclass='docblock'>Change the foreground color to red</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_red-1"class="method trait-impl"><aclass="src rightside"href="../src/owo_colors/lib.rs.html#287-347">source</a><a
&self,
color: Color
) -><aclass="struct"href="struct.FgDynColorDisplay.html"title="struct owo_colors::FgDynColorDisplay">FgDynColorDisplay</a><'_, Color, Self></h4></section></summary><divclass='docblock'>Set the foreground color at runtime. Only use if you do not know which color will be used at
compile-time. If the color is constant, use either <ahref="trait.OwoColorize.html#method.fg"title="method owo_colors::OwoColorize::fg"><code>OwoColorize::fg</code></a> or
a color-specific method, such as <ahref="trait.OwoColorize.html#method.green"title="method owo_colors::OwoColorize::green"><code>OwoColorize::green</code></a>, <ahref="trait.OwoColorize.html#method.color">Read more</a></div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_color-1"class="method trait-impl"><aclass="src rightside"href="../src/owo_colors/lib.rs.html#396-398">source</a><ahref="#method.on_color-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.OwoColorize.html#method.on_color"class="fn">on_color</a><Color: <aclass="trait"href="trait.DynColor.html"title="trait owo_colors::DynColor">DynColor</a>>(
&self,
color: Color
) -><aclass="struct"href="struct.BgDynColorDisplay.html"title="struct owo_colors::BgDynColorDisplay">BgDynColorDisplay</a><'_, Color, Self></h4></section></summary><divclass='docblock'>Set the background color at runtime. Only use if you do not know what color to use at
compile-time. If the color is constant, use either <ahref="trait.OwoColorize.html#method.bg"title="method owo_colors::OwoColorize::bg"><code>OwoColorize::bg</code></a> or
) -><aclass="struct"href="struct.BgColorDisplay.html"title="struct owo_colors::BgColorDisplay">BgColorDisplay</a><'_, <aclass="struct"href="colors/struct.CustomColor.html"title="struct owo_colors::colors::CustomColor">CustomColor</a><R, G, B>, Self></h4></section></summary><divclass='docblock'>Set the background color to a specific RGB value.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.truecolor-1"class="method trait-impl"><aclass="src rightside"href="../src/owo_colors/lib.rs.html#419-421">source</a><ahref="#method.truecolor-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.OwoColorize.html#method.truecolor"class="fn">truecolor</a>(&self, r: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>, g: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>, b: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>) -><aclass="struct"href="struct.FgDynColorDisplay.html"title="struct owo_colors::FgDynColorDisplay">FgDynColorDisplay</a><'_, <aclass="struct"href="struct.Rgb.html"title="struct owo_colors::Rgb">Rgb</a>, Self></h4></section></summary><divclass='docblock'>Sets the foreground color to an RGB value.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.on_truecolor-1"class="method trait-impl"><aclass="src rightside"href="../src/owo_colors/lib.rs.html#426-428">source</a><ahref="#method.on_truecolor-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.OwoColorize.html#method.on_truecolor"class="fn">on_truecolor</a>(&self, r: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>, g: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>, b: <aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.u8.html">u8</a>) -><aclass="struct"href="struct.BgDynColorDisplay.html"title="struct owo_colors::BgDynColorDisplay">BgDynColorDisplay</a><'_, <aclass="struct"href="struct.Rgb.html"title="struct owo_colors::Rgb">Rgb</a>, Self></h4></section></summary><divclass='docblock'>Sets the background color to an RGB value.</div></details><detailsclass="toggle method-toggle"open><summary><sectionid="method.style-1"class="method trait-impl"><aclass="src rightside"href="../src/owo_colors/lib.rs.html#432-434">source</a><ahref="#method.style-1"class="anchor">§</a><h4class="code-header">fn <ahref="trait.OwoColorize.html#method.style"class="fn">style</a>(&self, style: <aclass="struct"href="struct.Style.html"title="struct owo_colors::Style">Style</a>) -><aclass="struct"href="struct.Styled.html"title="struct owo_colors::Styled">Styled</a><<aclass="primitive"href="https://doc.rust-lang.org/1.77.2/core/primitive.reference.html">&Self</a>></h4></section></summary><divclass='docblock'>Apply a runtime-determined style</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.77.2/src/core/convert/mod.rs.html#804-806">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.77.2/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.77.2/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-1"class="associatedtype trait-impl"><ahref="#associatedtype.Error-1"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html#associatedtype.Error"class="associatedtype">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/1.77.2/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.77.2/src/core/convert/mod.rs.html#811">source</a><ahref="#method.try_from"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html#tymethod.try_from"class="fn">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/1.77.2/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.77.2/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.77.2/src/core/convert/mod.rs.html#789-791">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.77.2/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.77.2/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"class="associatedtype trait-impl"><ahref="#associatedtype.Error"class="anchor">§</a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryInto.html#associatedtype.Error"class="associatedtype">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.77.2/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.77.2/src/core/convert/mod.rs.html#796">source</a><ahref="#method.try_into"class="anchor">§</a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryInto.html#tymethod.try_into"class="fn">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/1.77.2/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/1.77.2/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.77.2/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>