Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9224904 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-botsu committed Nov 19, 2023
1 parent c616484 commit 5cdc951
Showing 10 changed files with 57 additions and 51 deletions.
10 changes: 5 additions & 5 deletions main/gooey/value/struct.Dynamic.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/gooey/value/trait.IntoValue.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/gooey/widget/trait.Widget.html
Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@
</div></details><details class="toggle method-toggle" open><summary><section id="method.wraps" class="method"><a class="src rightside" href="../../src/gooey/widget.rs.html#178-180">source</a><h4 class="code-header">fn <a href="#method.wraps" class="fn">wraps</a>(&amp;mut self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.74.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;<a class="struct" href="struct.WidgetInstance.html" title="struct gooey::widget::WidgetInstance">WidgetInstance</a>&gt;</h4></section></summary><div class="docblock"><p>Returns a reference to a single child widget if this widget is a widget
that primarily wraps a single other widget to customize its behavior.</p>
</div></details></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-Widget-for-Button" class="impl"><a class="src rightside" href="../../src/gooey/widgets/button.rs.html#330-519">source</a><a href="#impl-Widget-for-Button" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/button/struct.Button.html" title="struct gooey::widgets::button::Button">Button</a></h3></section><section id="impl-Widget-for-Label" class="impl"><a class="src rightside" href="../../src/gooey/widgets/label.rs.html#62-91">source</a><a href="#impl-Widget-for-Label" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/label/struct.Label.html" title="struct gooey::widgets::label::Label">Label</a></h3></section><section id="impl-Widget-for-Scroll" class="impl"><a class="src rightside" href="../../src/gooey/widgets/scroll.rs.html#105-273">source</a><a href="#impl-Widget-for-Scroll" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/scroll/struct.Scroll.html" title="struct gooey::widgets::scroll::Scroll">Scroll</a></h3></section><section id="impl-Widget-for-Stack" class="impl"><a class="src rightside" href="../../src/gooey/widgets/stack.rs.html#140-188">source</a><a href="#impl-Widget-for-Stack" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/stack/struct.Stack.html" title="struct gooey::widgets::stack::Stack">Stack</a></h3></section><section id="impl-Widget-for-Canvas" class="impl"><a class="src rightside" href="../../src/gooey/widgets/canvas.rs.html#44-60">source</a><a href="#impl-Widget-for-Canvas" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Canvas.html" title="struct gooey::widgets::Canvas">Canvas</a></h3></section><section id="impl-Widget-for-Space" class="impl"><a class="src rightside" href="../../src/gooey/widgets/space.rs.html#40-54">source</a><a href="#impl-Widget-for-Space" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.Space.html" title="struct gooey::widgets::Space">Space</a></h3></section><section id="impl-Widget-for-TileMap%3CLayers%3E" class="impl"><a class="src rightside" href="../../src/gooey/widgets/tilemap.rs.html#62-133">source</a><a href="#impl-Widget-for-TileMap%3CLayers%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Layers&gt; <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/struct.TileMap.html" title="struct gooey::widgets::TileMap">TileMap</a>&lt;Layers&gt;<span class="where fmt-newline">where
Layers: Layers,</span></h3></section><section id="impl-Widget-for-Input%3CStorage%3E" class="impl"><a class="src rightside" href="../../src/gooey/widgets/input.rs.html#789-1024">source</a><a href="#impl-Widget-for-Input%3CStorage%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Storage&gt; <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/input/struct.Input.html" title="struct gooey::widgets::input::Input">Input</a>&lt;Storage&gt;<span class="where fmt-newline">where
Layers: Layers,</span></h3></section><section id="impl-Widget-for-Input%3CStorage%3E" class="impl"><a class="src rightside" href="../../src/gooey/widgets/input.rs.html#792-1027">source</a><a href="#impl-Widget-for-Input%3CStorage%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Storage&gt; <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/input/struct.Input.html" title="struct gooey::widgets::input::Input">Input</a>&lt;Storage&gt;<span class="where fmt-newline">where
Storage: <a class="trait" href="../widgets/input/trait.InputStorage.html" title="trait gooey::widgets::input::InputStorage">InputStorage</a> + <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,</span></h3></section><section id="impl-Widget-for-Slider%3CT%3E" class="impl"><a class="src rightside" href="../../src/gooey/widgets/slider.rs.html#146-275">source</a><a href="#impl-Widget-for-Slider%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for <a class="struct" href="../widgets/slider/struct.Slider.html" title="struct gooey::widgets::slider::Slider">Slider</a>&lt;T&gt;<span class="where fmt-newline">where
T: <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> + <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a> + <a class="trait" href="../animation/trait.LinearInterpolate.html" title="trait gooey::animation::LinearInterpolate">LinearInterpolate</a> + <a class="trait" href="../animation/trait.PercentBetween.html" title="trait gooey::animation::PercentBetween">PercentBetween</a> + <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> + <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'static,</span></h3></section><section id="impl-Widget-for-T" class="impl"><a class="src rightside" href="../../src/gooey/widget.rs.html#422-548">source</a><a href="#impl-Widget-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.Widget.html" title="trait gooey::widget::Widget">Widget</a> for T<span class="where fmt-newline">where
T: <a class="trait" href="trait.WrapperWidget.html" title="trait gooey::widget::WrapperWidget">WrapperWidget</a>,</span></h3></section></div><script src="../../implementors/gooey/widget/trait.Widget.js" async></script></section></div></main></body></html>
2 changes: 1 addition & 1 deletion main/gooey/widgets/input/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A text input widget."><title>gooey::widgets::input - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-fa3bb1812debf86c.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="gooey" data-themes="" data-resource-suffix="" data-rustdoc-version="1.74.0 (79e9716c9 2023-11-13)" data-channel="1.74.0" data-search-js="search-8be46b629f5f14a8.js" data-settings-js="settings-74424d7eec62a23e.js" ><script src="../../../static.files/storage-fec3eaa3851e447d.js"></script><script defer src="../../../static.files/main-c5bd66d33317d69f.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-5d8b3c7633ad77ba.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../gooey/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a></nav><nav class="sidebar"><a class="logo-container" href="../../../gooey/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module input</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li><li><a href="#traits">Traits</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="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"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">gooey</a>::<wbr><a href="../index.html">widgets</a>::<wbr><a class="mod" href="#">input</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../../src/gooey/widgets/input.rs.html#1-1286">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A text input widget.</p>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A text input widget."><title>gooey::widgets::input - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-fa3bb1812debf86c.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="gooey" data-themes="" data-resource-suffix="" data-rustdoc-version="1.74.0 (79e9716c9 2023-11-13)" data-channel="1.74.0" data-search-js="search-8be46b629f5f14a8.js" data-settings-js="settings-74424d7eec62a23e.js" ><script src="../../../static.files/storage-fec3eaa3851e447d.js"></script><script defer src="../../../static.files/main-c5bd66d33317d69f.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-5d8b3c7633ad77ba.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../gooey/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a></nav><nav class="sidebar"><a class="logo-container" href="../../../gooey/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">Module input</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li><li><a href="#traits">Traits</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="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"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">gooey</a>::<wbr><a href="../index.html">widgets</a>::<wbr><a class="mod" href="#">input</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../../src/gooey/widgets/input.rs.html#1-1289">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A text input widget.</p>
</div></details><h2 id="structs" class="small-section-header"><a href="#structs">Structs</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.CowString.html" title="struct gooey::widgets::input::CowString">CowString</a></div><div class="desc docblock-short">A cheap-to-clone, copy-on-write <a href="https://doc.rust-lang.org/1.74.0/alloc/string/struct.String.html" title="struct alloc::string::String"><code>String</code></a> type that implements
<a href="trait.InputStorage.html" title="trait gooey::widgets::input::InputStorage"><code>InputStorage</code></a>.</div></li><li><div class="item-name"><a class="struct" href="struct.Cursor.html" title="struct gooey::widgets::input::Cursor">Cursor</a></div><div class="desc docblock-short">A location within an <a href="struct.Input.html" title="struct gooey::widgets::input::Input"><code>Input</code></a> widget.</div></li><li><div class="item-name"><a class="struct" href="struct.Input.html" title="struct gooey::widgets::input::Input">Input</a></div><div class="desc docblock-short">A text input widget.</div></li><li><div class="item-name"><a class="struct" href="struct.MaskedString.html" title="struct gooey::widgets::input::MaskedString">MaskedString</a></div><div class="desc docblock-short">A cheap-to-clone, copy-on-write <a href="https://doc.rust-lang.org/1.74.0/alloc/string/struct.String.html" title="struct alloc::string::String"><code>String</code></a> type that masks its contents in
<a href="https://doc.rust-lang.org/1.74.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug"><code>Debug</code></a> and <a href="trait.InputStorage.html" title="trait gooey::widgets::input::InputStorage"><code>InputStorage</code></a> implementations.</div></li><li><div class="item-name"><a class="struct" href="struct.SelectionState.html" title="struct gooey::widgets::input::SelectionState">SelectionState</a></div><div class="desc docblock-short">The current selection of an <a href="struct.Input.html" title="struct gooey::widgets::input::Input"><code>Input</code></a>.</div></li></ul><h2 id="enums" class="small-section-header"><a href="#enums">Enums</a></h2><ul class="item-table"><li><div class="item-name"><a class="enum" href="enum.Affinity.html" title="enum gooey::widgets::input::Affinity">Affinity</a></div><div class="desc docblock-short">An affinity towards a direction.</div></li></ul><h2 id="traits" class="small-section-header"><a href="#traits">Traits</a></h2><ul class="item-table"><li><div class="item-name"><a class="trait" href="trait.InputStorage.html" title="trait gooey::widgets::input::InputStorage">InputStorage</a></div><div class="desc docblock-short">A type that can be used as the storage of an <a href="struct.Input.html" title="struct gooey::widgets::input::Input"><code>Input</code></a>’s string value.</div></li><li><div class="item-name"><a class="trait" href="trait.InputValue.html" title="trait gooey::widgets::input::InputValue">InputValue</a></div><div class="desc docblock-short">A type that can be converted into a <a href="../../value/struct.Dynamic.html" title="struct gooey::value::Dynamic"><code>Dynamic</code></a> containing <code>Storage</code>.</div></li></ul></section></div></main></body></html>
Loading

0 comments on commit 5cdc951

Please sign in to comment.