Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Mar 13, 2024
1 parent a991cc7 commit c201823
Show file tree
Hide file tree
Showing 69 changed files with 146 additions and 146 deletions.
4 changes: 2 additions & 2 deletions iced/enum.Renderer.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced/enum.Theme.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced/theme/enum.Theme.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced/widget/canvas/fill/struct.Fill.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced/widget/canvas/gradient/struct.Linear.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced/widget/canvas/struct.Fill.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced/widget/canvas/struct.Text.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced/widget/container/struct.Appearance.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions iced/widget/enum.Renderer.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced/widget/enum.Theme.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced/widget/theme/enum.Theme.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced/window/icon/enum.Error.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced_graphics/geometry/fill/struct.Fill.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced_graphics/geometry/struct.Text.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced_graphics/gradient/struct.Linear.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions iced_graphics/renderer/struct.Renderer.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions iced_renderer/enum.Renderer.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced_runtime/clipboard/enum.Action.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div><section id="variant.Write" class="variant"><a href="#variant.Write" class="anchor">§</a><h3 class="code-header">Write(<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, Kind)</h3></section><div class="docblock"><p>Write the given contents to the clipboard.</p>
</div></div><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Action%3CT%3E" class="impl"><a class="src rightside" href="../../src/iced_runtime/clipboard.rs.html#19-35">source</a><a href="#impl-Action%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="enum" href="enum.Action.html" title="enum iced_runtime::clipboard::Action">Action</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.map" class="method"><a class="src rightside" href="../../src/iced_runtime/clipboard.rs.html#21-34">source</a><h4 class="code-header">pub fn <a href="#method.map" class="fn">map</a>&lt;A&gt;(
self,
f: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(T) -&gt; A + 'static + MaybeSend + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>
f: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(T) -&gt; A + 'static + <a class="trait" href="../../iced_futures/maybe/platform/trait.MaybeSend.html" title="trait iced_futures::maybe::platform::MaybeSend">MaybeSend</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>
) -&gt; <a class="enum" href="enum.Action.html" title="enum iced_runtime::clipboard::Action">Action</a>&lt;A&gt;<div class="where">where
T: 'static,</div></h4></section></summary><div class="docblock"><p>Maps the output of a clipboard <a href="enum.Action.html" title="enum iced_runtime::clipboard::Action"><code>Action</code></a> using the provided closure.</p>
</div></details></div></details></div><h2 id="trait-implementations" class="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-Debug-for-Action%3CT%3E" class="impl"><a class="src rightside" href="../../src/iced_runtime/clipboard.rs.html#37-44">source</a><a href="#impl-Debug-for-Action%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="enum" href="enum.Action.html" title="enum iced_runtime::clipboard::Action">Action</a>&lt;T&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../../src/iced_runtime/clipboard.rs.html#38-43">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-Action%3CT%3E" class="impl"><a href="#impl-RefUnwindSafe-for-Action%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; !<a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="enum" href="enum.Action.html" title="enum iced_runtime::clipboard::Action">Action</a>&lt;T&gt;</h3></section><section id="impl-Send-for-Action%3CT%3E" class="impl"><a href="#impl-Send-for-Action%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="enum" href="enum.Action.html" title="enum iced_runtime::clipboard::Action">Action</a>&lt;T&gt;</h3></section><section id="impl-Sync-for-Action%3CT%3E" class="impl"><a href="#impl-Sync-for-Action%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="enum" href="enum.Action.html" title="enum iced_runtime::clipboard::Action">Action</a>&lt;T&gt;</h3></section><section id="impl-Unpin-for-Action%3CT%3E" class="impl"><a href="#impl-Unpin-for-Action%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="enum" href="enum.Action.html" title="enum iced_runtime::clipboard::Action">Action</a>&lt;T&gt;</h3></section><section id="impl-UnwindSafe-for-Action%3CT%3E" class="impl"><a href="#impl-UnwindSafe-for-Action%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; !<a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="enum" href="enum.Action.html" title="enum iced_runtime::clipboard::Action">Action</a>&lt;T&gt;</h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-AdaptInto%3CD,+Swp,+Dwp,+T%3E-for-S" class="impl"><a class="src rightside" href="https://docs.rs/palette/0.7.5/src/palette/chromatic_adaptation.rs.html#205-210">source</a><a href="#impl-AdaptInto%3CD,+Swp,+Dwp,+T%3E-for-S" class="anchor">§</a><h3 class="code-header">impl&lt;S, D, Swp, Dwp, T&gt; <a class="trait" href="https://docs.rs/palette/0.7.5/palette/chromatic_adaptation/trait.AdaptInto.html" title="trait palette::chromatic_adaptation::AdaptInto">AdaptInto</a>&lt;D, Swp, Dwp, T&gt; for S<div class="where">where
Expand Down
Loading

0 comments on commit c201823

Please sign in to comment.