Skip to content

Commit

Permalink
deploy: dd06fad
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 11, 2024
1 parent 8276497 commit 2875813
Show file tree
Hide file tree
Showing 86 changed files with 134 additions and 134 deletions.
2 changes: 1 addition & 1 deletion hyperion/api/boblight/enum.BoblightApiError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hyperion/api/boblight/message/enum.BoblightResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Lights {
leds: <a class="struct" href="https://doc.rust-lang.org/1.74.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="../../../models/instance/struct.Led.html" title="struct hyperion::models::instance::Led">Led</a>&gt;,
},
}</code></pre><h2 id="variants" class="variants small-section-header">Variants<a href="#variants" class="anchor">§</a></h2><div class="variants"><section id="variant.Hello" class="variant"><a href="#variant.Hello" class="anchor">§</a><h3 class="code-header">Hello</h3></section><section id="variant.Ping" class="variant"><a href="#variant.Ping" class="anchor">§</a><h3 class="code-header">Ping</h3></section><section id="variant.Version" class="variant"><a href="#variant.Version" class="anchor">§</a><h3 class="code-header">Version</h3></section><section id="variant.Lights" class="variant"><a href="#variant.Lights" class="anchor">§</a><h3 class="code-header">Lights</h3></section><div class="sub-variant" id="variant.Lights.fields"><h4>Fields</h4><div class="sub-variant-field"><span id="variant.Lights.field.leds" class="small-section-header"><a href="#variant.Lights.field.leds" class="anchor field">§</a><code>leds: <a class="struct" href="https://doc.rust-lang.org/1.74.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="../../../models/instance/struct.Led.html" title="struct hyperion::models::instance::Led">Led</a>&gt;</code></span></div></div></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-Debug-for-BoblightResponse" class="impl"><a class="src rightside" href="../../../../src/hyperion/api/boblight/message.rs.html#186">source</a><a href="#impl-Debug-for-BoblightResponse" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="enum" href="enum.BoblightResponse.html" title="enum hyperion::api::boblight::message::BoblightResponse">BoblightResponse</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt-1" class="method trait-impl"><a class="src rightside" href="../../../../src/hyperion/api/boblight/message.rs.html#186">source</a><a href="#method.fmt-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.1/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/1.74.1/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.74.1/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/1.74.1/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Display-for-BoblightResponse" class="impl"><a class="src rightside" href="../../../../src/hyperion/api/boblight/message.rs.html#194-228">source</a><a href="#impl-Display-for-BoblightResponse" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> for <a class="enum" href="enum.BoblightResponse.html" title="enum hyperion::api::boblight::message::BoblightResponse">BoblightResponse</a></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/hyperion/api/boblight/message.rs.html#195-227">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.1/core/fmt/trait.Display.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.74.1/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.74.1/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/1.74.1/core/fmt/trait.Display.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Encoder%3CBoblightResponse%3E-for-BoblightCodec" class="impl"><a class="src rightside" href="../../../../src/hyperion/servers/boblight/codec.rs.html#47-57">source</a><a href="#impl-Encoder%3CBoblightResponse%3E-for-BoblightCodec" class="anchor">§</a><h3 class="code-header">impl Encoder&lt;<a class="enum" href="enum.BoblightResponse.html" title="enum hyperion::api::boblight::message::BoblightResponse">BoblightResponse</a>&gt; for <a class="struct" href="../../../servers/boblight/codec/struct.BoblightCodec.html" title="struct hyperion::servers::boblight::codec::BoblightCodec">BoblightCodec</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Error</a> = <a class="enum" href="../../../servers/boblight/codec/enum.BoblightCodecError.html" title="enum hyperion::servers::boblight::codec::BoblightCodecError">BoblightCodecError</a></h4></section></summary><div class='docblock'>The type of encoding errors. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.encode" class="method trait-impl"><a class="src rightside" href="../../../../src/hyperion/servers/boblight/codec.rs.html#50-56">source</a><a href="#method.encode" class="anchor">§</a><h4 class="code-header">fn <a class="fn">encode</a>(
}</code></pre><h2 id="variants" class="variants small-section-header">Variants<a href="#variants" class="anchor">§</a></h2><div class="variants"><section id="variant.Hello" class="variant"><a href="#variant.Hello" class="anchor">§</a><h3 class="code-header">Hello</h3></section><section id="variant.Ping" class="variant"><a href="#variant.Ping" class="anchor">§</a><h3 class="code-header">Ping</h3></section><section id="variant.Version" class="variant"><a href="#variant.Version" class="anchor">§</a><h3 class="code-header">Version</h3></section><section id="variant.Lights" class="variant"><a href="#variant.Lights" class="anchor">§</a><h3 class="code-header">Lights</h3></section><div class="sub-variant" id="variant.Lights.fields"><h4>Fields</h4><div class="sub-variant-field"><span id="variant.Lights.field.leds" class="small-section-header"><a href="#variant.Lights.field.leds" class="anchor field">§</a><code>leds: <a class="struct" href="https://doc.rust-lang.org/1.74.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="../../../models/instance/struct.Led.html" title="struct hyperion::models::instance::Led">Led</a>&gt;</code></span></div></div></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-Debug-for-BoblightResponse" class="impl"><a class="src rightside" href="../../../../src/hyperion/api/boblight/message.rs.html#186">source</a><a href="#impl-Debug-for-BoblightResponse" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="enum" href="enum.BoblightResponse.html" title="enum hyperion::api::boblight::message::BoblightResponse">BoblightResponse</a></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/hyperion/api/boblight/message.rs.html#186">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.1/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/1.74.1/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.74.1/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/1.74.1/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Display-for-BoblightResponse" class="impl"><a class="src rightside" href="../../../../src/hyperion/api/boblight/message.rs.html#194-228">source</a><a href="#impl-Display-for-BoblightResponse" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a> for <a class="enum" href="enum.BoblightResponse.html" title="enum hyperion::api::boblight::message::BoblightResponse">BoblightResponse</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt-1" class="method trait-impl"><a class="src rightside" href="../../../../src/hyperion/api/boblight/message.rs.html#195-227">source</a><a href="#method.fmt-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.1/core/fmt/trait.Display.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.74.1/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.74.1/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/1.74.1/core/fmt/trait.Display.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Encoder%3CBoblightResponse%3E-for-BoblightCodec" class="impl"><a class="src rightside" href="../../../../src/hyperion/servers/boblight/codec.rs.html#47-57">source</a><a href="#impl-Encoder%3CBoblightResponse%3E-for-BoblightCodec" class="anchor">§</a><h3 class="code-header">impl Encoder&lt;<a class="enum" href="enum.BoblightResponse.html" title="enum hyperion::api::boblight::message::BoblightResponse">BoblightResponse</a>&gt; for <a class="struct" href="../../../servers/boblight/codec/struct.BoblightCodec.html" title="struct hyperion::servers::boblight::codec::BoblightCodec">BoblightCodec</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Error</a> = <a class="enum" href="../../../servers/boblight/codec/enum.BoblightCodecError.html" title="enum hyperion::servers::boblight::codec::BoblightCodecError">BoblightCodecError</a></h4></section></summary><div class='docblock'>The type of encoding errors. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.encode" class="method trait-impl"><a class="src rightside" href="../../../../src/hyperion/servers/boblight/codec.rs.html#50-56">source</a><a href="#method.encode" class="anchor">§</a><h4 class="code-header">fn <a class="fn">encode</a>(
&amp;mut self,
item: <a class="enum" href="enum.BoblightResponse.html" title="enum hyperion::api::boblight::message::BoblightResponse">BoblightResponse</a>,
dst: &amp;mut BytesMut
Expand Down
Loading

0 comments on commit 2875813

Please sign in to comment.