Skip to content

Commit 61aadfc

Browse files
committed
deploy: cb81fb5
1 parent fab4e1d commit 61aadfc

12 files changed

+24
-20
lines changed

pr/13/docs/iroh_blobs/cli/enum.BlobCommands.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<p>Use <code>relay-and-addresses</code> in networks with no internet connectivity.</p>
9090
</div></div><div class="sub-variant-field"><span id="variant.Share.field.recursive" class="section-header"><a href="#variant.Share.field.recursive" class="anchor field">§</a><code>recursive: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><div class="docblock"><p>If the blob is a collection, the requester will also fetch the listed blobs.</p>
9191
</div></div><div class="sub-variant-field"><span id="variant.Share.field.debug" class="section-header"><a href="#variant.Share.field.debug" class="anchor field">§</a><code>debug: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><div class="docblock"><p>Display the contents of this ticket too.</p>
92-
</div></div></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-BlobCommands" class="impl"><a class="src rightside" href="../../src/iroh_blobs/cli.rs.html#182-397">source</a><a href="#impl-BlobCommands" class="anchor">§</a><h3 class="code-header">impl <a class="enum" href="enum.BlobCommands.html" title="enum iroh_blobs::cli::BlobCommands">BlobCommands</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.run" class="method"><a class="src rightside" href="../../src/iroh_blobs/cli.rs.html#184-396">source</a><h4 class="code-header">pub async fn <a href="#method.run" class="fn">run</a>(self, blobs: &amp;<a class="struct" href="../rpc/client/blobs/struct.Client.html" title="struct iroh_blobs::rpc::client::blobs::Client">Client</a>) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.93/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</h4></section></summary><div class="docblock"><p>Runs the blob command given the iroh client.</p>
92+
</div></div></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-BlobCommands" class="impl"><a class="src rightside" href="../../src/iroh_blobs/cli.rs.html#182-397">source</a><a href="#impl-BlobCommands" class="anchor">§</a><h3 class="code-header">impl <a class="enum" href="enum.BlobCommands.html" title="enum iroh_blobs::cli::BlobCommands">BlobCommands</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.run" class="method"><a class="src rightside" href="../../src/iroh_blobs/cli.rs.html#184-396">source</a><h4 class="code-header">pub async fn <a href="#method.run" class="fn">run</a>(self, blobs: &amp;<a class="struct" href="../rpc/client/blobs/struct.Client.html" title="struct iroh_blobs::rpc::client::blobs::Client">Client</a>, addr: NodeAddr) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.93/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>&gt;</h4></section></summary><div class="docblock"><p>Runs the blob command given the iroh client.</p>
9393
</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-Clone-for-BlobCommands" class="impl"><a class="src rightside" href="../../src/iroh_blobs/cli.rs.html#36">source</a><a href="#impl-Clone-for-BlobCommands" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="enum" href="enum.BlobCommands.html" title="enum iroh_blobs::cli::BlobCommands">BlobCommands</a></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/iroh_blobs/cli.rs.html#36">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="enum" href="enum.BlobCommands.html" title="enum iroh_blobs::cli::BlobCommands">BlobCommands</a></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-Debug-for-BlobCommands" class="impl"><a class="src rightside" href="../../src/iroh_blobs/cli.rs.html#36">source</a><a href="#impl-Debug-for-BlobCommands" class="anchor">§</a><h3 class="code-header">impl <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.BlobCommands.html" title="enum iroh_blobs::cli::BlobCommands">BlobCommands</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/iroh_blobs/cli.rs.html#36">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><details class="toggle implementors-toggle" open><summary><section id="impl-FromArgMatches-for-BlobCommands" class="impl"><a class="src rightside" href="../../src/iroh_blobs/cli.rs.html#36">source</a><a href="#impl-FromArgMatches-for-BlobCommands" class="anchor">§</a><h3 class="code-header">impl FromArgMatches for <a class="enum" href="enum.BlobCommands.html" title="enum iroh_blobs::cli::BlobCommands">BlobCommands</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from_arg_matches" class="method trait-impl"><a class="src rightside" href="../../src/iroh_blobs/cli.rs.html#36">source</a><a href="#method.from_arg_matches" class="anchor">§</a><h4 class="code-header">fn <a class="fn">from_arg_matches</a>(__clap_arg_matches: &amp;ArgMatches) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, Error&gt;</h4></section></summary><div class='docblock'>Instantiate <code>Self</code> from [<code>ArgMatches</code>], parsing the arguments as needed. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.from_arg_matches_mut" class="method trait-impl"><a class="src rightside" href="../../src/iroh_blobs/cli.rs.html#36">source</a><a href="#method.from_arg_matches_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">from_arg_matches_mut</a>(
9494
__clap_arg_matches: &amp;mut ArgMatches
9595
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, Error&gt;</h4></section></summary><div class='docblock'>Instantiate <code>Self</code> from [<code>ArgMatches</code>], parsing the arguments as needed. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.update_from_arg_matches" class="method trait-impl"><a class="src rightside" href="../../src/iroh_blobs/cli.rs.html#36">source</a><a href="#method.update_from_arg_matches" class="anchor">§</a><h4 class="code-header">fn <a class="fn">update_from_arg_matches</a>(

0 commit comments

Comments
 (0)