Skip to content

Commit

Permalink
Deploying to gh-pages from @ cc6389a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-botsu committed Aug 31, 2023
1 parent c97ba35 commit 9f9e5fe
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions main/gooey_core/enum.Value.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/gooey_core/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions main/gooey_core/struct.Context.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/gooey_core/struct.Runtime.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions main/gooey_core/struct.WidgetInstance.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
pub widget: W,
pub id: <a class="enum" href="https://doc.rust-lang.org/1.72.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="style/struct.Identifier.html" title="struct gooey_core::style::Identifier">Identifier</a>&gt;,
pub style: <a class="struct" href="style/struct.DynamicStyle.html" title="struct gooey_core::style::DynamicStyle">DynamicStyle</a>,
pub scope: <a class="struct" href="../gooey_reactor/struct.ScopeGuard.html" title="struct gooey_reactor::ScopeGuard">ScopeGuard</a>,
pub scope: ScopeGuard,
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>An instance of a <a href="trait.Widget.html" title="trait gooey_core::Widget"><code>Widget</code></a>.</p>
</div></details><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.widget" class="structfield small-section-header"><a href="#structfield.widget" class="anchor field">§</a><code>widget: W</code></span><div class="docblock"><p>The widget instance.</p>
</div><span id="structfield.id" class="structfield small-section-header"><a href="#structfield.id" class="anchor field">§</a><code>id: <a class="enum" href="https://doc.rust-lang.org/1.72.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="style/struct.Identifier.html" title="struct gooey_core::style::Identifier">Identifier</a>&gt;</code></span><div class="docblock"><p>The unique identifier of this widget instance.</p>
</div><span id="structfield.style" class="structfield small-section-header"><a href="#structfield.style" class="anchor field">§</a><code>style: <a class="struct" href="style/struct.DynamicStyle.html" title="struct gooey_core::style::DynamicStyle">DynamicStyle</a></code></span><div class="docblock"><p>The effective style of this widget instance.</p>
</div><span id="structfield.scope" class="structfield small-section-header"><a href="#structfield.scope" class="anchor field">§</a><code>scope: <a class="struct" href="../gooey_reactor/struct.ScopeGuard.html" title="struct gooey_reactor::ScopeGuard">ScopeGuard</a></code></span><div class="docblock"><p>The scope guard that keeps this widget instance’s scope alive.</p>
</div><span id="structfield.scope" class="structfield small-section-header"><a href="#structfield.scope" class="anchor field">§</a><code>scope: ScopeGuard</code></span><div class="docblock"><p>The scope guard that keeps this widget instance’s scope alive.</p>
</div><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-WidgetInstance%3CW%3E" class="impl"><a class="srclink rightside" href="../src/gooey_core/lib.rs.html#265-284">source</a><a href="#impl-WidgetInstance%3CW%3E" class="anchor">§</a><h3 class="code-header">impl&lt;W&gt; <a class="struct" href="struct.WidgetInstance.html" title="struct gooey_core::WidgetInstance">WidgetInstance</a>&lt;W&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.map" class="method"><a class="srclink rightside" href="../src/gooey_core/lib.rs.html#268-275">source</a><h4 class="code-header">pub fn <a href="#method.map" class="fn">map</a>&lt;R&gt;(self, map: impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(W) -&gt; R) -&gt; <a class="struct" href="struct.WidgetInstance.html" title="struct gooey_core::WidgetInstance">WidgetInstance</a>&lt;R&gt;</h4></section></summary><div class="docblock"><p>Maps the widget using <code>map</code> and returns a new <a href="struct.WidgetInstance.html" title="struct gooey_core::WidgetInstance"><code>WidgetInstance</code></a>
containing the result.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.boxed" class="method"><a class="srclink rightside" href="../src/gooey_core/lib.rs.html#278-283">source</a><h4 class="code-header">pub fn <a href="#method.boxed" class="fn">boxed</a>(self) -&gt; <a class="struct" href="struct.WidgetInstance.html" title="struct gooey_core::WidgetInstance">WidgetInstance</a>&lt;<a class="struct" href="struct.BoxedWidget.html" title="struct gooey_core::BoxedWidget">BoxedWidget</a>&gt;<span class="where fmt-newline">where
Expand Down
Loading

0 comments on commit 9f9e5fe

Please sign in to comment.