Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jan 4, 2024
1 parent c08f62b commit b493890
Show file tree
Hide file tree
Showing 154 changed files with 477 additions and 361 deletions.
2 changes: 1 addition & 1 deletion iced/advanced/widget/struct.Id.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions iced/advanced/widget/struct.Text.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
Renderer: <a class="trait" href="../text/trait.Renderer.html" title="trait iced::advanced::text::Renderer">Renderer</a>,
&lt;Renderer as <a class="trait" href="../trait.Renderer.html" title="trait iced::advanced::Renderer">Renderer</a>&gt;::<a class="associatedtype" href="../trait.Renderer.html#associatedtype.Theme" title="type iced::advanced::Renderer::Theme">Theme</a>: <a class="trait" href="../../widget/text/trait.StyleSheet.html" title="trait iced::widget::text::StyleSheet">StyleSheet</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="src rightside" href="../../../src/iced_core/widget/text.rs.html#291">source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&amp;self) -&gt; <a class="struct" href="struct.Text.html" title="struct iced::advanced::widget::Text">Text</a>&lt;'a, Renderer&gt;</h4></section></summary><div class='docblock'>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/nightly/src/core/clone.rs.html#169">source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;Self</a>)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3C%26str%3E-for-Text%3C'a,+Renderer%3E" class="impl"><a class="src rightside" href="../../../src/iced_core/widget/text.rs.html#307-310">source</a><a href="#impl-From%3C%26str%3E-for-Text%3C'a,+Renderer%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, Renderer&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;&amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt; for <a class="struct" href="struct.Text.html" title="struct iced::advanced::widget::Text">Text</a>&lt;'a, Renderer&gt;<div class="where">where
Renderer: <a class="trait" href="../text/trait.Renderer.html" title="trait iced::advanced::text::Renderer">Renderer</a>,
&lt;Renderer as <a class="trait" href="../trait.Renderer.html" title="trait iced::advanced::Renderer">Renderer</a>&gt;::<a class="associatedtype" href="../trait.Renderer.html#associatedtype.Theme" title="type iced::advanced::Renderer::Theme">Theme</a>: <a class="trait" href="../../widget/text/trait.StyleSheet.html" title="trait iced::widget::text::StyleSheet">StyleSheet</a>,</div></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/iced_core/widget/text.rs.html#312">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(content: &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="struct" href="struct.Text.html" title="struct iced::advanced::widget::Text">Text</a>&lt;'a, Renderer&gt;</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3CText%3C'a,+Renderer%3E%3E-for-Element%3C'a,+Message,+Renderer%3E" class="impl"><a class="src rightside" href="../../../src/iced_core/widget/text.rs.html#275-279">source</a><a href="#impl-From%3CText%3C'a,+Renderer%3E%3E-for-Element%3C'a,+Message,+Renderer%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, Message, Renderer&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="struct.Text.html" title="struct iced::advanced::widget::Text">Text</a>&lt;'a, Renderer&gt;&gt; for <a class="struct" href="../../../iced_core/element/struct.Element.html" title="struct iced_core::element::Element">Element</a>&lt;'a, Message, Renderer&gt;<div class="where">where
&lt;Renderer as <a class="trait" href="../trait.Renderer.html" title="trait iced::advanced::Renderer">Renderer</a>&gt;::<a class="associatedtype" href="../trait.Renderer.html#associatedtype.Theme" title="type iced::advanced::Renderer::Theme">Theme</a>: <a class="trait" href="../../widget/text/trait.StyleSheet.html" title="trait iced::widget::text::StyleSheet">StyleSheet</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-1" class="method trait-impl"><a class="src rightside" href="../../../src/iced_core/widget/text.rs.html#312">source</a><a href="#method.from-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(content: &amp;'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="struct" href="struct.Text.html" title="struct iced::advanced::widget::Text">Text</a>&lt;'a, Renderer&gt;</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3CText%3C'a,+Renderer%3E%3E-for-Element%3C'a,+Message,+Renderer%3E" class="impl"><a class="src rightside" href="../../../src/iced_core/widget/text.rs.html#275-279">source</a><a href="#impl-From%3CText%3C'a,+Renderer%3E%3E-for-Element%3C'a,+Message,+Renderer%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, Message, Renderer&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="struct.Text.html" title="struct iced::advanced::widget::Text">Text</a>&lt;'a, Renderer&gt;&gt; for <a class="struct" href="../../../iced_core/element/struct.Element.html" title="struct iced_core::element::Element">Element</a>&lt;'a, Message, Renderer&gt;<div class="where">where
Renderer: <a class="trait" href="../text/trait.Renderer.html" title="trait iced::advanced::text::Renderer">Renderer</a> + 'a,
&lt;Renderer as <a class="trait" href="../trait.Renderer.html" title="trait iced::advanced::Renderer">Renderer</a>&gt;::<a class="associatedtype" href="../trait.Renderer.html#associatedtype.Theme" title="type iced::advanced::Renderer::Theme">Theme</a>: <a class="trait" href="../../widget/text/trait.StyleSheet.html" title="trait iced::widget::text::StyleSheet">StyleSheet</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-1" class="method trait-impl"><a class="src rightside" href="../../../src/iced_core/widget/text.rs.html#281">source</a><a href="#method.from-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(text: <a class="struct" href="struct.Text.html" title="struct iced::advanced::widget::Text">Text</a>&lt;'a, Renderer&gt;) -&gt; <a class="struct" href="../../../iced_core/element/struct.Element.html" title="struct iced_core::element::Element">Element</a>&lt;'a, Message, Renderer&gt;</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Widget%3CMessage,+Renderer%3E-for-Text%3C'a,+Renderer%3E" class="impl"><a class="src rightside" href="../../../src/iced_core/widget/text.rs.html#124-127">source</a><a href="#impl-Widget%3CMessage,+Renderer%3E-for-Text%3C'a,+Renderer%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, Message, Renderer&gt; <a class="trait" href="../trait.Widget.html" title="trait iced::advanced::Widget">Widget</a>&lt;Message, Renderer&gt; for <a class="struct" href="struct.Text.html" title="struct iced::advanced::widget::Text">Text</a>&lt;'a, Renderer&gt;<div class="where">where
&lt;Renderer as <a class="trait" href="../trait.Renderer.html" title="trait iced::advanced::Renderer">Renderer</a>&gt;::<a class="associatedtype" href="../trait.Renderer.html#associatedtype.Theme" title="type iced::advanced::Renderer::Theme">Theme</a>: <a class="trait" href="../../widget/text/trait.StyleSheet.html" title="trait iced::widget::text::StyleSheet">StyleSheet</a>,</div></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/iced_core/widget/text.rs.html#281">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(text: <a class="struct" href="struct.Text.html" title="struct iced::advanced::widget::Text">Text</a>&lt;'a, Renderer&gt;) -&gt; <a class="struct" href="../../../iced_core/element/struct.Element.html" title="struct iced_core::element::Element">Element</a>&lt;'a, Message, Renderer&gt;</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Widget%3CMessage,+Renderer%3E-for-Text%3C'a,+Renderer%3E" class="impl"><a class="src rightside" href="../../../src/iced_core/widget/text.rs.html#124-127">source</a><a href="#impl-Widget%3CMessage,+Renderer%3E-for-Text%3C'a,+Renderer%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, Message, Renderer&gt; <a class="trait" href="../trait.Widget.html" title="trait iced::advanced::Widget">Widget</a>&lt;Message, Renderer&gt; for <a class="struct" href="struct.Text.html" title="struct iced::advanced::widget::Text">Text</a>&lt;'a, Renderer&gt;<div class="where">where
Renderer: <a class="trait" href="../text/trait.Renderer.html" title="trait iced::advanced::text::Renderer">Renderer</a>,
&lt;Renderer as <a class="trait" href="../trait.Renderer.html" title="trait iced::advanced::Renderer">Renderer</a>&gt;::<a class="associatedtype" href="../trait.Renderer.html#associatedtype.Theme" title="type iced::advanced::Renderer::Theme">Theme</a>: <a class="trait" href="../../widget/text/trait.StyleSheet.html" title="trait iced::widget::text::StyleSheet">StyleSheet</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.tag" class="method trait-impl"><a class="src rightside" href="../../../src/iced_core/widget/text.rs.html#129">source</a><a href="#method.tag" class="anchor">§</a><h4 class="code-header">fn <a href="../trait.Widget.html#method.tag" class="fn">tag</a>(&amp;self) -&gt; <a class="struct" href="tree/struct.Tag.html" title="struct iced::advanced::widget::tree::Tag">Tag</a></h4></section></summary><div class='docblock'>Returns the <a href="tree/struct.Tag.html" title="struct iced::advanced::widget::tree::Tag"><code>Tag</code></a> of the <a href="../trait.Widget.html" title="trait iced::advanced::Widget"><code>Widget</code></a>.</div></details><details class="toggle method-toggle" open><summary><section id="method.state" class="method trait-impl"><a class="src rightside" href="../../../src/iced_core/widget/text.rs.html#133">source</a><a href="#method.state" class="anchor">§</a><h4 class="code-header">fn <a href="../trait.Widget.html#method.state" class="fn">state</a>(&amp;self) -&gt; <a class="enum" href="tree/enum.State.html" title="enum iced::advanced::widget::tree::State">State</a></h4></section></summary><div class='docblock'>Returns the <a href="tree/enum.State.html" title="enum iced::advanced::widget::tree::State"><code>State</code></a> of the <a href="../trait.Widget.html" title="trait iced::advanced::Widget"><code>Widget</code></a>.</div></details><details class="toggle method-toggle" open><summary><section id="method.width-1" class="method trait-impl"><a class="src rightside" href="../../../src/iced_core/widget/text.rs.html#137">source</a><a href="#method.width-1" class="anchor">§</a><h4 class="code-header">fn <a href="../trait.Widget.html#tymethod.width" class="fn">width</a>(&amp;self) -&gt; <a class="enum" href="../../enum.Length.html" title="enum iced::Length">Length</a></h4></section></summary><div class='docblock'>Returns the width of the <a href="../trait.Widget.html" title="trait iced::advanced::Widget"><code>Widget</code></a>.</div></details><details class="toggle method-toggle" open><summary><section id="method.height-1" class="method trait-impl"><a class="src rightside" href="../../../src/iced_core/widget/text.rs.html#141">source</a><a href="#method.height-1" class="anchor">§</a><h4 class="code-header">fn <a href="../trait.Widget.html#tymethod.height" class="fn">height</a>(&amp;self) -&gt; <a class="enum" href="../../enum.Length.html" title="enum iced::Length">Length</a></h4></section></summary><div class='docblock'>Returns the height of the <a href="../trait.Widget.html" title="trait iced::advanced::Widget"><code>Widget</code></a>.</div></details><details class="toggle method-toggle" open><summary><section id="method.layout" class="method trait-impl"><a class="src rightside" href="../../../src/iced_core/widget/text.rs.html#145-150">source</a><a href="#method.layout" class="anchor">§</a><h4 class="code-header">fn <a href="../trait.Widget.html#tymethod.layout" class="fn">layout</a>(&amp;self, tree: &amp;mut <a class="struct" href="struct.Tree.html" title="struct iced::advanced::widget::Tree">Tree</a>, renderer: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;Renderer</a>, limits: &amp;<a class="struct" href="../layout/struct.Limits.html" title="struct iced::advanced::layout::Limits">Limits</a>) -&gt; <a class="struct" href="../layout/struct.Node.html" title="struct iced::advanced::layout::Node">Node</a></h4></section></summary><div class='docblock'>Returns the <a href="../layout/struct.Node.html" title="struct iced::advanced::layout::Node"><code>layout::Node</code></a> of the <a href="../trait.Widget.html" title="trait iced::advanced::Widget"><code>Widget</code></a>. <a href="../trait.Widget.html#tymethod.layout">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.draw" class="method trait-impl"><a class="src rightside" href="../../../src/iced_core/widget/text.rs.html#167-176">source</a><a href="#method.draw" class="anchor">§</a><h4 class="code-header">fn <a href="../trait.Widget.html#tymethod.draw" class="fn">draw</a>(
&amp;self,
Expand Down
Loading

0 comments on commit b493890

Please sign in to comment.