<!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="API documentation for the Rust `ButtonBuilder` struct in crate `widgetry`."><metaname="keywords"content="rust, rustlang, rust-lang, ButtonBuilder"><title>ButtonBuilder in widgetry::widgets::button - Rust</title><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../../SourceSerif4-Regular.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../../FiraSans-Regular.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../../FiraSans-Medium.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../../SourceCodePro-Regular.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../../SourceSerif4-Bold.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../../SourceCodePro-Semibold.ttf.woff2"><linkrel="stylesheet"type="text/css"href="../../../normalize.css"><linkrel="stylesheet"type="text/css"href="../../../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"type="text/css"href="../../../ayu.css"disabled><linkrel="stylesheet"type="text/css"href="../../../dark.css"disabled><linkrel="stylesheet"type="text/css"href="../../../light.css"id="themeStyle"><scriptid="default-settings"></script><scriptsrc="../../../storage.js"></script><scriptsrc="../../../crates.js"></script><scriptdefersrc="../../../main.js"></script>
<noscript><linkrel="stylesheet"href="../../../noscript.css"></noscript><linkrel="alternate icon"type="image/png"href="../../../favicon-16x16.png"><linkrel="alternate icon"type="image/png"href="../../../favicon-32x32.png"><linkrel="icon"type="image/svg+xml"href="../../../favicon.svg"></head><bodyclass="rustdoc 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">☰</button><aclass="sidebar-logo"href="../../../widgetry/index.html"><divclass="logo-container"><imgclass="rust-logo"src="../../../rust-logo.svg"alt="logo"></div>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.padding_top"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#200-203">source</a></span><ahref="#method.padding_top"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.padding_top"class="fnname">padding_top</a>(self, padding: <aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.f64.html">f64</a>) -> Self</h4></section></summary><divclass="docblock"><p>Extra spacing around a button’s items (label and/or image).</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.padding_left"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#206-209">source</a></span><ahref="#method.padding_left"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.padding_left"class="fnname">padding_left</a>(self, padding: <aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.f64.html">f64</a>) -> Self</h4></section></summary><divclass="docblock"><p>Extra spacing around a button’s items (label and/or image).</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.padding_bottom"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#212-215">source</a></span><ahref="#method.padding_bottom"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.padding_bottom"class="fnname">padding_bottom</a>(self, padding: <aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.f64.html">f64</a>) -> Self</h4></section></summary><divclass="docblock"><p>Extra spacing around a button’s items (label and/or image).</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.padding_right"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#218-221">source</a></span><ahref="#method.padding_right"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.padding_right"class="fnname">padding_right</a>(self, padding: <aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.f64.html">f64</a>) -> Self</h4></section></summary><divclass="docblock"><p>Extra spacing around a button’s items (label and/or image).</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.label_text"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#226-231">source</a></span><ahref="#method.label_text"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.label_text"class="fnname">label_text</a><I: <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="struct"href="https://doc.rust-lang.org/1.61.0/alloc/string/struct.String.html"title="struct alloc::string::String">String</a>>>(self, text: I) -> Self</h4></section></summary><divclass="docblock"><p>Set the text of the button’s label.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.label_underlined_text"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#236-243">source</a></span><ahref="#method.label_underlined_text"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.label_underlined_text"class="fnname">label_underlined_text</a><I: <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="struct"href="https://doc.rust-lang.org/1.61.0/alloc/string/struct.String.html"title="struct alloc::string::String">String</a>>>(self, text: I) -> Self</h4></section></summary><divclass="docblock"><p>Set the text of the button’s label. The text will be decorated with an underline.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.label_styled_text"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#247-257">source</a></span><ahref="#method.label_styled_text"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.label_styled_text"class="fnname">label_styled_text</a>(<br> self, <br> styled_text: <aclass="struct"href="../../text/struct.Text.html"title="struct widgetry::text::Text">Text</a>, <br> for_state: <aclass="enum"href="../../enum.ControlState.html"title="enum widgetry::ControlState">ControlState</a><br>) -> Self</h4></section></summary><divclass="docblock"><p>Assign a pre-styled <code>Text</code> instance if your button need something more than uniformly
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.label_color"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#262-268">source</a></span><ahref="#method.label_color"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.label_color"class="fnname">label_color</a>(self, color: <aclass="struct"href="../../color/struct.Color.html"title="struct widgetry::color::Color">Color</a>, for_state: <aclass="enum"href="../../enum.ControlState.html"title="enum widgetry::ControlState">ControlState</a>) -> Self</h4></section></summary><divclass="docblock"><p>Set the color of the button’s label.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.font"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#273-278">source</a></span><ahref="#method.font"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.font"class="fnname">font</a>(self, font: <aclass="enum"href="../../text/enum.Font.html"title="enum widgetry::text::Font">Font</a>) -> Self</h4></section></summary><divclass="docblock"><p>Set the font used by the button’s label.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.font_size"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#283-288">source</a></span><ahref="#method.font_size"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.font_size"class="fnname">font_size</a>(self, font_size: <aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.usize.html">usize</a>) -> Self</h4></section></summary><divclass="docblock"><p>Set the size of the font of the button’s label.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.image_path"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#293-300">source</a></span><ahref="#method.image_path"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.image_path"class="fnname">image_path</a>(self, path: &'a <aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.str.html">str</a>) -> Self</h4></section></summary><divclass="docblock"><p>Set the image for the button. If not set, the button will have no image.</p>
</div></details><sectionid="method.image"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#302-307">source</a></span><ahref="#method.image"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.image"class="fnname">image</a>(self, image: <aclass="struct"href="../image/struct.Image.html"title="struct widgetry::widgets::image::Image">Image</a><'a, 'c>) -> Self</h4></section><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.image_bytes"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#317-324">source</a></span><ahref="#method.image_bytes"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.image_bytes"class="fnname">image_bytes</a>(self, labeled_bytes: <aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.tuple.html">(</a>&'a <aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.str.html">str</a>, <aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.slice.html">&'a [</a><aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.u8.html">u8</a><aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.slice.html">]</a><aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.tuple.html">)</a>) -> Self</h4></section></summary><divclass="docblock"><p>Set the image for the button. If not set, the button will have no image.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.image_batch"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#332-337">source</a></span><ahref="#method.image_batch"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.image_batch"class="fnname">image_batch</a>(self, batch: <aclass="struct"href="../../geom/struct.GeomBatch.html"title="struct widgetry::geom::GeomBatch">GeomBatch</a>, bounds: <aclass="struct"href="../../../geom/bounds/struct.Bounds.html"title="struct geom::bounds::Bounds">Bounds</a>) -> Self</h4></section></summary><divclass="docblock"><p>Set the image for the button. If not set, the button will have no image.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.image_color"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#345-351">source</a></span><ahref="#method.image_color"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.image_color"class="fnname">image_color</a><C: <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="enum"href="../../geom/enum.RewriteColor.html"title="enum widgetry::geom::RewriteColor">RewriteColor</a>>>(<br> self, <br> color: C, <br> for_state: <aclass="enum"href="../../enum.ControlState.html"title="enum widgetry::ControlState">ControlState</a><br>) -> Self</h4></section></summary><divclass="docblock"><p>Rewrite the color of the button’s image.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.image_bg_color"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#359-365">source</a></span><ahref="#method.image_bg_color"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.image_bg_color"class="fnname">image_bg_color</a>(self, color: <aclass="struct"href="../../color/struct.Color.html"title="struct widgetry::color::Color">Color</a>, for_state: <aclass="enum"href="../../enum.ControlState.html"title="enum widgetry::ControlState">ControlState</a>) -> Self</h4></section></summary><divclass="docblock"><p>Set a background color for the image, other than the buttons background.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.image_dims"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#372-377">source</a></span><ahref="#method.image_dims"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.image_dims"class="fnname">image_dims</a><D: <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="struct"href="../../screen_geom/struct.ScreenDims.html"title="struct widgetry::screen_geom::ScreenDims">ScreenDims</a>>>(self, dims: D) -> Self</h4></section></summary><divclass="docblock"><p>Scale the bounds containing the image. If <code>image_dims</code> are not specified, the images
<p>See <ahref="struct.ButtonBuilder.html#method.image_content_mode"title="ButtonBuilder::image_content_mode"><code>ButtonBuilder::image_content_mode</code></a> to control how the image scales to fit
</div></details><sectionid="method.override_style"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#379-381">source</a></span><ahref="#method.override_style"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.override_style"class="fnname">override_style</a>(self, style: &<aclass="struct"href="../../style/button_style/struct.ButtonStyle.html"title="struct widgetry::style::button_style::ButtonStyle">ButtonStyle</a>) -> Self</h4></section><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.image_content_mode"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#390-395">source</a></span><ahref="#method.image_content_mode"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.image_content_mode"class="fnname">image_content_mode</a>(self, content_mode: <aclass="enum"href="../../enum.ContentMode.html"title="enum widgetry::ContentMode">ContentMode</a>) -> Self</h4></section></summary><divclass="docblock"><p>If a custom <code>image_dims</code> was set, control how the image should be scaled to its new bounds</p>
<p>The default, <ahref="../../enum.ContentMode.html#variant.ScaleAspectFit"title="ContentMode::ScaleAspectFit"><code>ContentMode::ScaleAspectFit</code></a> will only grow as much as it can while
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.image_corner_rounding"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#398-403">source</a></span><ahref="#method.image_corner_rounding"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.image_corner_rounding"class="fnname">image_corner_rounding</a><R: <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="enum"href="../enum.CornerRounding.html"title="enum widgetry::widgets::CornerRounding">CornerRounding</a>>>(self, value: R) -> Self</h4></section></summary><divclass="docblock"><p>Set independent rounding for each of the button’s image’s corners</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.image_padding"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#406-411">source</a></span><ahref="#method.image_padding"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.image_padding"class="fnname">image_padding</a><EI: <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="struct"href="../struct.EdgeInsets.html"title="struct widgetry::widgets::EdgeInsets">EdgeInsets</a>>>(self, value: EI) -> Self</h4></section></summary><divclass="docblock"><p>Set padding for the image</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.bg_color"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#417-420">source</a></span><ahref="#method.bg_color"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.bg_color"class="fnname">bg_color</a>(self, color: <aclass="struct"href="../../color/struct.Color.html"title="struct widgetry::color::Color">Color</a>, for_state: <aclass="enum"href="../../enum.ControlState.html"title="enum widgetry::ControlState">ControlState</a>) -> Self</h4></section></summary><divclass="docblock"><p>Set a background color for the button based on the button’s <ahref="../../enum.ControlState.html"title="ControlState"><code>ControlState</code></a>.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.outline"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#426-429">source</a></span><ahref="#method.outline"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.outline"class="fnname">outline</a>(self, outline: <aclass="type"href="../../style/type.OutlineStyle.html"title="type widgetry::style::OutlineStyle">OutlineStyle</a>, for_state: <aclass="enum"href="../../enum.ControlState.html"title="enum widgetry::ControlState">ControlState</a>) -> Self</h4></section></summary><divclass="docblock"><p>Set an outline for the button based on the button’s <ahref="../../enum.ControlState.html"title="ControlState"><code>ControlState</code></a>.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.hotkey"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#453-456">source</a></span><ahref="#method.hotkey"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.hotkey"class="fnname">hotkey</a><MK: <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="enum"href="https://doc.rust-lang.org/1.61.0/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="enum"href="../../event/enum.MultiKey.html"title="enum widgetry::event::MultiKey">MultiKey</a>>>>(self, key: MK) -> Self</h4></section></summary><divclass="docblock"><p>Set a hotkey for the button</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.tooltip"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#461-464">source</a></span><ahref="#method.tooltip"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.tooltip"class="fnname">tooltip</a>(self, tooltip: impl <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="struct"href="../../text/struct.Text.html"title="struct widgetry::text::Text">Text</a>>) -> Self</h4></section></summary><divclass="docblock"><p>Set a non-default tooltip <ahref="../../text/struct.Text.html"title="Text"><code>Text</code></a> to appear when hovering over the button.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.no_tooltip"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#468-472">source</a></span><ahref="#method.no_tooltip"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.no_tooltip"class="fnname">no_tooltip</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>If a <code>tooltip</code> is not specified, a default tooltip will be applied. Use <code>no_tooltip</code> when
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.disabled_tooltip"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#478-481">source</a></span><ahref="#method.disabled_tooltip"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.disabled_tooltip"class="fnname">disabled_tooltip</a>(self, tooltip: impl <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="struct"href="../../text/struct.Text.html"title="struct widgetry::text::Text">Text</a>>) -> Self</h4></section></summary><divclass="docblock"><p>Set a tooltip <ahref="../../text/struct.Text.html"title="Text"><code>Text</code></a> to appear when hovering over the button, when the button is
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.vertical"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#486-489">source</a></span><ahref="#method.vertical"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.vertical"class="fnname">vertical</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>The button’s items will be rendered in a vertical column</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.horizontal"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#494-497">source</a></span><ahref="#method.horizontal"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.horizontal"class="fnname">horizontal</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>The button’s items will be rendered in a horizontal row</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.disabled"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#500-503">source</a></span><ahref="#method.disabled"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.disabled"class="fnname">disabled</a>(self, is_disabled: <aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.bool.html">bool</a>) -> Self</h4></section></summary><divclass="docblock"><p>The button cannot be clicked and will be styled as <ahref="../../enum.ControlState.html#variant.Disabled"title="ControlState::Disabled"><code>ControlState::Disabled</code></a></p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.label_first"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#508-511">source</a></span><ahref="#method.label_first"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.label_first"class="fnname">label_first</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Display the button’s label before the button’s image.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.image_first"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#516-519">source</a></span><ahref="#method.image_first"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.image_first"class="fnname">image_first</a>(self) -> Self</h4></section></summary><divclass="docblock"><p>Display the button’s image before the button’s label.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.stack_spacing"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#523-526">source</a></span><ahref="#method.stack_spacing"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.stack_spacing"class="fnname">stack_spacing</a>(self, value: <aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.f64.html">f64</a>) -> Self</h4></section></summary><divclass="docblock"><p>Spacing between the image and text of a button.
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.corner_rounding"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#529-532">source</a></span><ahref="#method.corner_rounding"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.corner_rounding"class="fnname">corner_rounding</a><R: <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="enum"href="../enum.CornerRounding.html"title="enum widgetry::widgets::CornerRounding">CornerRounding</a>>>(self, value: R) -> Self</h4></section></summary><divclass="docblock"><p>Set independent rounding for each of the button’s corners</p>
<spanclass="kw">let</span><spanclass="ident">red_button_1</span><spanclass="op">=</span><spanclass="ident">red_builder</span>.<spanclass="ident">clone</span>().<spanclass="ident">label_text</span>(<spanclass="string">"First red button"</span>).<spanclass="ident">build</span>(<spanclass="ident">ctx</span>, <spanclass="string">"first"</span>);
<spanclass="kw">let</span><spanclass="ident">red_button_2</span><spanclass="op">=</span><spanclass="ident">red_builder</span>.<spanclass="ident">clone</span>().<spanclass="ident">label_text</span>(<spanclass="string">"Second red button"</span>).<spanclass="ident">build</span>(<spanclass="ident">ctx</span>, <spanclass="string">"second"</span>);
<spanclass="kw">let</span><spanclass="ident">red_button_3</span><spanclass="op">=</span><spanclass="ident">red_builder</span>.<spanclass="ident">label_text</span>(<spanclass="string">"Last red button"</span>).<spanclass="ident">build</span>(<spanclass="ident">ctx</span>, <spanclass="string">"third"</span>);
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.build_def"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#589-598">source</a></span><ahref="#method.build_def"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.build_def"class="fnname">build_def</a>(&self, ctx: &<aclass="struct"href="../../event_ctx/struct.EventCtx.html"title="struct widgetry::event_ctx::EventCtx">EventCtx</a><'_>) -><aclass="struct"href="../struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></h4></section></summary><divclass="docblock"><p>Shorthand method to build a default widget whose <code>action</code> is derived from the label’s text.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.clone_from"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span> · <aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/core/clone.rs.html#134-136">source</a></span><ahref="#method.clone_from"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.61.0/core/clone/trait.Clone.html#method.clone_from"class="fnname">clone_from</a>(&mut self, source: <aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.reference.html">&</a>Self)</h4></section></summary><divclass='docblock'><p>Performs copy-assignment from <code>source</code>. <ahref="https://doc.rust-lang.org/1.61.0/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><sectionid="impl-Debug"class="impl has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#144">source</a></span><ahref="#impl-Debug"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="struct"href="struct.ButtonBuilder.html"title="struct widgetry::widgets::button::ButtonBuilder">ButtonBuilder</a><'a, 'c></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.fmt"class="method trait-impl has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#144">source</a></span><ahref="#method.fmt"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.61.0/core/fmt/trait.Debug.html#tymethod.fmt"class="fnname">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/1.61.0/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/1.61.0/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></h4></section></summary><divclass='docblock'><p>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/1.61.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><sectionid="impl-Default"class="impl has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#144">source</a></span><ahref="#impl-Default"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/default/trait.Default.html"title="trait core::default::Default">Default</a> for <aclass="struct"href="struct.ButtonBuilder.html"title="struct widgetry::widgets::button::ButtonBuilder">ButtonBuilder</a><'a, 'c></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.default"class="method trait-impl has-srclink"><spanclass="rightside"><aclass="srclink"href="../../../src/widgetry/widgets/button.rs.html#144">source</a></span><ahref="#method.default"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.61.0/core/default/trait.Default.html#tymethod.default"class="fnname">default</a>() -><aclass="struct"href="struct.ButtonBuilder.html"title="struct widgetry::widgets::button::ButtonBuilder">ButtonBuilder</a><'a, 'c></h4></section></summary><divclass='docblock'><p>Returns the “default value” for a type. <ahref="https://doc.rust-lang.org/1.61.0/core/default/trait.Default.html#tymethod.default">Read more</a></p>
</div></details></div></details></div><h2id="synthetic-implementations"class="small-section-header">Auto Trait Implementations<ahref="#synthetic-implementations"class="anchor"></a></h2><divid="synthetic-implementations-list"><sectionid="impl-RefUnwindSafe"class="impl has-srclink"><ahref="#impl-RefUnwindSafe"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/panic/unwind_safe/trait.RefUnwindSafe.html"title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <aclass="struct"href="struct.ButtonBuilder.html"title="struct widgetry::widgets::button::ButtonBuilder">ButtonBuilder</a><'a, 'c></h3></section><sectionid="impl-Send"class="impl has-srclink"><ahref="#impl-Send"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a> for <aclass="struct"href="struct.ButtonBuilder.html"title="struct widgetry::widgets::button::ButtonBuilder">ButtonBuilder</a><'a, 'c></h3></section><sectionid="impl-Sync"class="impl has-srclink"><ahref="#impl-Sync"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a> for <aclass="struct"href="struct.ButtonBuilder.html"title="struct widgetry::widgets::button::ButtonBuilder">ButtonBuilder</a><'a, 'c></h3></section><sectionid="impl-Unpin"class="impl has-srclink"><ahref="#impl-Unpin"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a> for <aclass="struct"href="struct.ButtonBuilder.html"title="struct widgetry::widgets::button::ButtonBuilder">ButtonBuilder</a><'a, 'c><spanclass="where fmt-newline">where<br> 'a: 'c, </span></h3></section><sectionid="impl-UnwindSafe"class="impl has-srclink"><ahref="#impl-UnwindSafe"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/panic/unwind_safe/trait.UnwindSafe.html"title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <aclass="struct"href="struct.ButtonBuilder.html"title="struct widgetry::widgets::button::ButtonBuilder">ButtonBuilder</a><'a, 'c></h3></section></div><h2id="blanket-implementations"class="small-section-header">Blanket Implementations<ahref="#blanket-implementations"class="anchor"></a></h2><divid="blanket-implementations-list"><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-Any"class="impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/core/any.rs.html#132-136">source</a></span><ahref="#impl-Any"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/any/trait.Any.html"title="trait core::any::Any">Any</a> for T <spanclass="where fmt-newline">where<br> T: 'static + ?<aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.type_id"class="method trait-impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/core/any.rs.html#133">source</a></span><ahref="#method.type_id"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.61.0/core/any/trait.Any.html#tymethod.type_id"class="fnname">type_id</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/1.61.0/core/any/struct.TypeId.html"title="struct core::any::TypeId">TypeId</a></h4></section></summary><divclass='docblock
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-Borrow%3CT%3E"class="impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/core/borrow.rs.html#209-214">source</a></span><ahref="#impl-Borrow%3CT%3E"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/borrow/trait.Borrow.html"title="trait core::borrow::Borrow">Borrow</a><T> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.borrow"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="const unstable">const: <ahref="https://github.com/rust-lang/rust/issues/91522"title="Tracking issue for const_borrow">unstable</a></span> · <aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/core/borrow.rs.html#211">source</a></span><ahref="#method.borrow"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.61.0/core/borrow/trait.Borrow.html#tymethod.borrow"class="fnname">borrow</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.reference.html">&</a>T</h4></section></summary><divclass='docblock'><p>Immutably borrows from an owned value. <ahref="https://doc.rust-lang.org/1.61.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-BorrowMut%3CT%3E"class="impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/core/borrow.rs.html#218-222">source</a></span><ahref="#impl-BorrowMut%3CT%3E"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/borrow/trait.BorrowMut.html"title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.borrow_mut"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="const unstable">const: <ahref="https://github.com/rust-lang/rust/issues/91522"title="Tracking issue for const_borrow">unstable</a></span> · <aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/core/borrow.rs.html#219">source</a></span><ahref="#method.borrow_mut"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.61.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut"class="fnname">borrow_mut</a>(&mut self) -><aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.reference.html">&mut </a>T</h4></section></summary><divclass='docblock'><p>Mutably borrows from an owned value. <ahref="https://doc.rust-lang.org/1.61.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-Downcast"class="impl has-srclink"><ahref="#impl-Downcast"class="anchor"></a><h3class="code-header in-band">impl<T> Downcast for T <spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/any/trait.Any.html"title="trait core::any::Any">Any</a>, </span></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.into_any"class="method trait-impl has-srclink"><ahref="#method.into_any"class="anchor"></a><h4class="code-header">fn <aclass="fnname">into_any</a>(self: <aclass="struct"href="https://doc.rust-lang.org/1.61.0/alloc/boxed/struct.Box.html"title="struct alloc::boxed::Box">Box</a><T, <aclass="struct"href="https://doc.rust-lang.org/1.61.0/alloc/alloc/struct.Global.html"title="struct alloc::alloc::Global">Global</a>>) -><aclass="struct"href="https://doc.rust-lang.org/1.61.0/alloc/boxed/struct.Box.html"title="struct alloc::boxed::Box">Box</a><dyn <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/any/trait.Any.html"title="trait core::any::Any">Any</a> + 'static, <aclass="struct"href="https://doc.rust-lang.org/1.61.0/alloc/alloc/struct.Global.html"title="struct alloc::alloc::Global">Global</a>></h4></section></summary><divclass='docblock'><p>Convert <code>Box<dyn Trait></code> (where <code>Trait: Downcast</code>) to <code>Box<dyn Any></code>. <code>Box<dyn Any></code> can
then be further <code>downcast</code> into <code>Box<ConcreteType></code> where <code>ConcreteType</code> implements <code>Trait</code>. <ahref="#tymethod.into_any">Read more</a></p>
further <code>downcast</code> into <code>Rc<ConcreteType></code> where <code>ConcreteType</code> implements <code>Trait</code>. <ahref="#tymethod.into_any_rc">Read more</a></p>
further <code>downcast</code> into <code>Arc<ConcreteType></code> where <code>ConcreteType</code> implements <code>Trait</code>. <ahref="#tymethod.into_any_arc">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-From%3CT%3E"class="impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/core/convert/mod.rs.html#557-562">source</a></span><ahref="#impl-From%3CT%3E"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.From.html"title="trait core::convert::From">From</a><T> for T</h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.from"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="const unstable">const: <ahref="https://github.com/rust-lang/rust/issues/88674"title="Tracking issue for const_convert">unstable</a></span> · <aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/core/convert/mod.rs.html#559">source</a></span><ahref="#method.from"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.61.0/core/convert/trait.From.html#tymethod.from"class="fnname">from</a>(t: T) -> T</h4></section></summary><divclass="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-Instrument"class="impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#155">source</a></span><ahref="#impl-Instrument"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html"title="trait tracing::instrument::Instrument">Instrument</a> for T</h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.instrument"class="method trait-impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#38">source</a></span><ahref="#method.instrument"class="anchor"></a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html#method.instrument"class="fnname">instrument</a>(self, span: <aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/span/struct.Span.html"title="struct tracing::span::Span">Span</a>) -><aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><divclass='docblock'><p>Instruments this type with the provided <code>Span</code>, returning an
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.in_current_span"class="method trait-impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://docs.rs/tracing/0.1.26/src/tracing/instrument.rs.html#74">source</a></span><ahref="#method.in_current_span"class="anchor"></a><h4class="code-header">fn <ahref="https://docs.rs/tracing/0.1.26/tracing/instrument/trait.Instrument.html#method.in_current_span"class="fnname">in_current_span</a>(self) -><aclass="struct"href="https://docs.rs/tracing/0.1.26/tracing/instrument/struct.Instrumented.html"title="struct tracing::instrument::Instrumented">Instrumented</a><Self></h4></section></summary><divclass='docblock'><p>Instruments this type with the <ahref="../struct.Span.html#method.current">current</a><code>Span</code>, returning an
<code><ahref="https://doc.rust-lang.org/1.61.0/core/convert/trait.From.html"title="From">From</a><T> for U</code> chooses to do.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-Same%3CT%3E"class="impl has-srclink"><ahref="#impl-Same%3CT%3E"class="anchor"></a><h3class="code-header in-band">impl<T> Same<T> for T</h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.Output"class="type trait-impl has-srclink"><ahref="#associatedtype.Output"class="anchor"></a><h4class="code-header">type <ahref="#associatedtype.Output"class="associatedtype">Output</a> = T</h4></section></summary><divclass='docblock'><p>Should always be <code>Self</code></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-ToOwned"class="impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/alloc/borrow.rs.html#84-96">source</a></span><ahref="#impl-ToOwned"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.61.0/alloc/borrow/trait.ToOwned.html"title="trait alloc::borrow::ToOwned">ToOwned</a> for T <spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>, </span></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.Owned"class="type trait-impl has-srclink"><ahref="#associatedtype.Owned"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.61.0/alloc/borrow/trait.ToOwned.html#associatedtype.Owned"class="associatedtype">Owned</a> = T</h4></section></summary><divclass='docblock'><p>The resulting type after obtaining ownership.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.to_owned"class="method trait-impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/alloc/borrow.rs.html#89">source</a></span><ahref="#method.to_owned"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.61.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned"class="fnname">to_owned</a>(&self) -> T</h4></section></summary><divclass='docblock'><p>Creates owned data from borrowed data, usually by cloning. <ahref="https://doc.rust-lang.org/1.61.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.clone_into"class="method trait-impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/alloc/borrow.rs.html#93">source</a></span><ahref="#method.clone_into"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.61.0/alloc/borrow/trait.ToOwned.html#method.clone_into"class="fnname">clone_into</a>(&self, target: <aclass="primitive"href="https://doc.rust-lang.org/1.61.0/std/primitive.reference.html">&mut </a>T)</h4></section></summary><divclass="item-info"><divclass="stab unstable"><spanclass="emoji">🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</div></div><divclass='docblock'><p>Uses borrowed data to replace owned data, usually by cloning. <ahref="https://doc.rust-lang.org/1.61.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-TryFrom%3CU%3E"class="impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/core/convert/mod.rs.html#598-607">source</a></span><ahref="#impl-TryFrom%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.Error"class="type trait-impl has-srclink"><ahref="#associatedtype.Error"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.61.0/core/convert/trait.TryFrom.html#associatedtype.Error"class="associatedtype">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/1.61.0/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></h4></section></summary><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.try_from"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="const unstable">const: <ahref="https://github.com/rust-lang/rust/issues/88674"title="Tracking issue for const_convert">unstable</a></span> · <aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/core/convert/mod.rs.html#604">source</a></span><ahref="#method.try_from"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.61.0/core/convert/trait.TryFrom.html#tymethod.try_from"class="fnname">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/1.61.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.61.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><divclass='docblock'><p>Performs the conversion.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-TryInto%3CU%3E"class="impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/core/convert/mod.rs.html#583-592">source</a></span><ahref="#impl-TryInto%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.Error-1"class="type trait-impl has-srclink"><ahref="#associatedtype.Error-1"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.61.0/core/convert/trait.TryInto.html#associatedtype.Error"class="associatedtype">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.try_into"class="method trait-impl has-srclink"><spanclass="rightside"><spanclass="since"title="const unstable">const: <ahref="https://github.com/rust-lang/rust/issues/88674"title="Tracking issue for const_convert">unstable</a></span> · <aclass="srclink"href="https://doc.rust-lang.org/1.61.0/src/core/convert/mod.rs.html#589">source</a></span><ahref="#method.try_into"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.61.0/core/convert/trait.TryInto.html#tymethod.try_into"class="fnname">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/1.61.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.61.0/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/1.61.0/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><divclass='docblock'><p>Performs the conversion.</p>