Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1ea9938 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-botsu committed Dec 13, 2023
1 parent bbf7505 commit 87e367a
Show file tree
Hide file tree
Showing 177 changed files with 802 additions and 759 deletions.
14 changes: 7 additions & 7 deletions main/gooey/animation/enum.EasingFunction.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions main/gooey/animation/struct.ZeroToOne.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions main/gooey/animation/trait.Animate.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions main/gooey/animation/trait.AnimateTarget.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions main/gooey/animation/trait.AnimationTarget.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions main/gooey/animation/trait.IntoAnimate.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/gooey/animation/trait.LinearInterpolate.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/gooey/animation/trait.PercentBetween.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/gooey/struct.Lazy.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<code>FnOnce</code> generic types due to being unable to allocate a <code>Box&lt;dyn T&gt;</code> in
<code>const</code> or being able to give a name to the type of a function so that
users could use this type in static variables.</p>
</div></details></div></details></div><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Deref-for-Lazy%3CT%3E" class="impl"><a class="src rightside" href="../src/gooey/utils.rs.html#158-164">source</a><a href="#impl-Deref-for-Lazy%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a> for <a class="struct" href="struct.Lazy.html" title="struct gooey::Lazy">Lazy</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Target" class="associatedtype trait-impl"><a href="#associatedtype.Target" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.74.1/core/ops/deref/trait.Deref.html#associatedtype.Target" class="associatedtype">Target</a> = T</h4></section></summary><div class='docblock'>The resulting type after dereferencing.</div></details><details class="toggle method-toggle" open><summary><section id="method.deref" class="method trait-impl"><a class="src rightside" href="../src/gooey/utils.rs.html#161-163">source</a><a href="#method.deref" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.1/core/ops/deref/trait.Deref.html#tymethod.deref" class="fn">deref</a>(&amp;self) -&gt; &amp;Self::<a class="associatedtype" href="https://doc.rust-lang.org/1.74.1/core/ops/deref/trait.Deref.html#associatedtype.Target" title="type core::ops::deref::Deref::Target">Target</a></h4></section></summary><div class='docblock'>Dereferences the value.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3C%26'static+Lazy%3CComponentName%3E%3E-for-ComponentName" class="impl"><a class="src rightside" href="../src/gooey/styles.rs.html#1067-1071">source</a><a href="#impl-From%3C%26'static+Lazy%3CComponentName%3E%3E-for-ComponentName" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;&amp;'static <a class="struct" href="struct.Lazy.html" title="struct gooey::Lazy">Lazy</a>&lt;<a class="struct" href="styles/struct.ComponentName.html" title="struct gooey::styles::ComponentName">ComponentName</a>&gt;&gt; for <a class="struct" href="styles/struct.ComponentName.html" title="struct gooey::styles::ComponentName">ComponentName</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="../src/gooey/styles.rs.html#1068-1070">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(value: &amp;'static <a class="struct" href="struct.Lazy.html" title="struct gooey::Lazy">Lazy</a>&lt;<a class="struct" href="styles/struct.ComponentName.html" title="struct gooey::styles::ComponentName">ComponentName</a>&gt;) -&gt; Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-Lazy%3CT%3E" class="impl"><a href="#impl-RefUnwindSafe-for-Lazy%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.Lazy.html" title="struct gooey::Lazy">Lazy</a>&lt;T&gt;<span class="where fmt-newline">where
</div></details></div></details></div><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Deref-for-Lazy%3CT%3E" class="impl"><a class="src rightside" href="../src/gooey/utils.rs.html#158-164">source</a><a href="#impl-Deref-for-Lazy%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a> for <a class="struct" href="struct.Lazy.html" title="struct gooey::Lazy">Lazy</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Target" class="associatedtype trait-impl"><a href="#associatedtype.Target" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.74.1/core/ops/deref/trait.Deref.html#associatedtype.Target" class="associatedtype">Target</a> = T</h4></section></summary><div class='docblock'>The resulting type after dereferencing.</div></details><details class="toggle method-toggle" open><summary><section id="method.deref" class="method trait-impl"><a class="src rightside" href="../src/gooey/utils.rs.html#161-163">source</a><a href="#method.deref" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.1/core/ops/deref/trait.Deref.html#tymethod.deref" class="fn">deref</a>(&amp;self) -&gt; &amp;Self::<a class="associatedtype" href="https://doc.rust-lang.org/1.74.1/core/ops/deref/trait.Deref.html#associatedtype.Target" title="type core::ops::deref::Deref::Target">Target</a></h4></section></summary><div class='docblock'>Dereferences the value.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3C%26'static+Lazy%3CComponentName%3E%3E-for-ComponentName" class="impl"><a class="src rightside" href="../src/gooey/styles.rs.html#1084-1088">source</a><a href="#impl-From%3C%26'static+Lazy%3CComponentName%3E%3E-for-ComponentName" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;&amp;'static <a class="struct" href="struct.Lazy.html" title="struct gooey::Lazy">Lazy</a>&lt;<a class="struct" href="styles/struct.ComponentName.html" title="struct gooey::styles::ComponentName">ComponentName</a>&gt;&gt; for <a class="struct" href="styles/struct.ComponentName.html" title="struct gooey::styles::ComponentName">ComponentName</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="../src/gooey/styles.rs.html#1085-1087">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.1/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(value: &amp;'static <a class="struct" href="struct.Lazy.html" title="struct gooey::Lazy">Lazy</a>&lt;<a class="struct" href="styles/struct.ComponentName.html" title="struct gooey::styles::ComponentName">ComponentName</a>&gt;) -&gt; Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-Lazy%3CT%3E" class="impl"><a href="#impl-RefUnwindSafe-for-Lazy%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.Lazy.html" title="struct gooey::Lazy">Lazy</a>&lt;T&gt;<span class="where fmt-newline">where
T: <a class="trait" href="https://doc.rust-lang.org/1.74.1/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.1/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,</span></h3></section><section id="impl-Send-for-Lazy%3CT%3E" class="impl"><a href="#impl-Send-for-Lazy%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.Lazy.html" title="struct gooey::Lazy">Lazy</a>&lt;T&gt;<span class="where fmt-newline">where
T: <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</span></h3></section><section id="impl-Sync-for-Lazy%3CT%3E" class="impl"><a href="#impl-Sync-for-Lazy%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.Lazy.html" title="struct gooey::Lazy">Lazy</a>&lt;T&gt;<span class="where fmt-newline">where
T: <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,</span></h3></section><section id="impl-Unpin-for-Lazy%3CT%3E" class="impl"><a href="#impl-Unpin-for-Lazy%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.Lazy.html" title="struct gooey::Lazy">Lazy</a>&lt;T&gt;<span class="where fmt-newline">where
Expand Down
Loading

0 comments on commit 87e367a

Please sign in to comment.