Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0775071 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Aug 1, 2023
1 parent 1fe9ac6 commit bcde9c4
Show file tree
Hide file tree
Showing 152 changed files with 577 additions and 582 deletions.
10 changes: 5 additions & 5 deletions i3status_rs/blocks/amd_gpu/struct.Config.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions i3status_rs/blocks/apt/struct.Config.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions i3status_rs/blocks/backlight/struct.Config.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions i3status_rs/blocks/battery/enum.BatteryDriver.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions i3status_rs/blocks/battery/struct.Config.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions i3status_rs/blocks/bluetooth/struct.Battery1Proxy.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions i3status_rs/blocks/bluetooth/struct.Battery1ProxyBlocking.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions i3status_rs/blocks/bluetooth/struct.Config.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions i3status_rs/blocks/bluetooth/struct.Device1Proxy.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions i3status_rs/blocks/bluetooth/struct.Device1ProxyBlocking.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions i3status_rs/blocks/cpu/struct.Config.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions i3status_rs/blocks/custom/struct.Config.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions i3status_rs/blocks/custom_dbus/struct.Config.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions i3status_rs/blocks/disk_space/enum.InfoType.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions i3status_rs/blocks/disk_space/struct.Config.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions i3status_rs/blocks/dnf/struct.Config.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions i3status_rs/blocks/docker/struct.Config.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions i3status_rs/blocks/enum.BlockConfig.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions i3status_rs/blocks/external_ip/struct.Config.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions i3status_rs/blocks/focused_window/enum.Driver.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions i3status_rs/blocks/focused_window/struct.Config.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions i3status_rs/blocks/github/struct.Config.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions i3status_rs/blocks/hueshift/enum.HueShifter.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions i3status_rs/blocks/hueshift/struct.Config.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions i3status_rs/blocks/hueshift/struct.WlGammarelayRsBusProxy.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions i3status_rs/blocks/kdeconnect/struct.Config.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions i3status_rs/blocks/kdeconnect/struct.DaemonDbusProxy.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions i3status_rs/blocks/kdeconnect/struct.DeviceDbusProxy.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions i3status_rs/blocks/kdeconnect/struct.NotificationsDbusProxy.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div></details><details class="toggle method-toggle" open><summary><section id="method.reply_serial" class="method"><h4 class="code-header">pub fn <a href="#method.reply_serial" class="fn">reply_serial</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.71.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.71.0/std/primitive.u32.html">u32</a>&gt;</h4></section></summary><div class="docblock"><p>The serial number of the message this message is a reply to.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.body_unchecked" class="method"><h4 class="code-header">pub fn <a href="#method.body_unchecked" class="fn">body_unchecked</a>&lt;'d, 'm, B&gt;(&amp;'m self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.71.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;B, Error&gt;<span class="where fmt-newline">where
'm: 'd,
B: <a class="trait" href="https://docs.rs/serde/1.0.164/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a>&lt;'d&gt; + Type,</span></h4></section></summary><div class="docblock"><p>Deserialize the body (without checking signature matching).</p>
B: <a class="trait" href="https://docs.rs/serde/1.0.180/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a>&lt;'d&gt; + Type,</span></h4></section></summary><div class="docblock"><p>Deserialize the body (without checking signature matching).</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.body" class="method"><h4 class="code-header">pub fn <a href="#method.body" class="fn">body</a>&lt;'d, 'm, B&gt;(&amp;'m self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.71.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;B, Error&gt;<span class="where fmt-newline">where
'm: 'd,
B: DynamicDeserialize&lt;'d&gt;,</span></h4></section></summary><div class="docblock"><p>Deserialize the body using the contained signature.</p>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion i3status_rs/blocks/kdeconnect/struct.nameChanged.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div></details><details class="toggle method-toggle" open><summary><section id="method.reply_serial" class="method"><h4 class="code-header">pub fn <a href="#method.reply_serial" class="fn">reply_serial</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.71.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.71.0/std/primitive.u32.html">u32</a>&gt;</h4></section></summary><div class="docblock"><p>The serial number of the message this message is a reply to.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.body_unchecked" class="method"><h4 class="code-header">pub fn <a href="#method.body_unchecked" class="fn">body_unchecked</a>&lt;'d, 'm, B&gt;(&amp;'m self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.71.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;B, Error&gt;<span class="where fmt-newline">where
'm: 'd,
B: <a class="trait" href="https://docs.rs/serde/1.0.164/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a>&lt;'d&gt; + Type,</span></h4></section></summary><div class="docblock"><p>Deserialize the body (without checking signature matching).</p>
B: <a class="trait" href="https://docs.rs/serde/1.0.180/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a>&lt;'d&gt; + Type,</span></h4></section></summary><div class="docblock"><p>Deserialize the body (without checking signature matching).</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.body" class="method"><h4 class="code-header">pub fn <a href="#method.body" class="fn">body</a>&lt;'d, 'm, B&gt;(&amp;'m self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.71.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;B, Error&gt;<span class="where fmt-newline">where
'm: 'd,
B: DynamicDeserialize&lt;'d&gt;,</span></h4></section></summary><div class="docblock"><p>Deserialize the body using the contained signature.</p>
Expand Down
4 changes: 2 additions & 2 deletions i3status_rs/blocks/kdeconnect/struct.nameChangedStream.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions i3status_rs/blocks/kdeconnect/struct.notificationPosted.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions i3status_rs/blocks/kdeconnect/struct.notificationRemoved.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion i3status_rs/blocks/kdeconnect/struct.reachableChanged.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div></details><details class="toggle method-toggle" open><summary><section id="method.reply_serial" class="method"><h4 class="code-header">pub fn <a href="#method.reply_serial" class="fn">reply_serial</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.71.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.71.0/std/primitive.u32.html">u32</a>&gt;</h4></section></summary><div class="docblock"><p>The serial number of the message this message is a reply to.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.body_unchecked" class="method"><h4 class="code-header">pub fn <a href="#method.body_unchecked" class="fn">body_unchecked</a>&lt;'d, 'm, B&gt;(&amp;'m self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.71.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;B, Error&gt;<span class="where fmt-newline">where
'm: 'd,
B: <a class="trait" href="https://docs.rs/serde/1.0.164/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a>&lt;'d&gt; + Type,</span></h4></section></summary><div class="docblock"><p>Deserialize the body (without checking signature matching).</p>
B: <a class="trait" href="https://docs.rs/serde/1.0.180/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a>&lt;'d&gt; + Type,</span></h4></section></summary><div class="docblock"><p>Deserialize the body (without checking signature matching).</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.body" class="method"><h4 class="code-header">pub fn <a href="#method.body" class="fn">body</a>&lt;'d, 'm, B&gt;(&amp;'m self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.71.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;B, Error&gt;<span class="where fmt-newline">where
'm: 'd,
B: DynamicDeserialize&lt;'d&gt;,</span></h4></section></summary><div class="docblock"><p>Deserialize the body using the contained signature.</p>
Expand Down

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions i3status_rs/blocks/keyboard_layout/struct.Config.html

Large diffs are not rendered by default.

Loading

0 comments on commit bcde9c4

Please sign in to comment.