Skip to content

Commit dace7ee

Browse files
committed
deploy: 346f2c8
1 parent e4a4084 commit dace7ee

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pr/69/docs/iroh_blobs/rpc/client/tags/struct.Client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</div></details><details class="toggle method-toggle" open><summary><section id="method.delete_range" class="method"><a class="src rightside" href="../../../../src/iroh_blobs/rpc/client/tags.rs.html#265-271">Source</a><h4 class="code-header">pub async fn <a href="#method.delete_range" class="fn">delete_range</a>&lt;R, E&gt;(&amp;self, range: R) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.97/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;<div class="where">where
3131
R: <a class="trait" href="https://doc.rust-lang.org/nightly/core/ops/range/trait.RangeBounds.html" title="trait core::ops::range::RangeBounds">RangeBounds</a>&lt;E&gt;,
3232
E: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>]&gt;,</div></h4></section></summary><div class="docblock"><p>Deletes a range of tags.</p>
33-
</div></details><details class="toggle method-toggle" open><summary><section id="method.delete_prefix" class="method"><a class="src rightside" href="../../../../src/iroh_blobs/rpc/client/tags.rs.html#274-277">Source</a><h4 class="code-header">pub async fn <a href="#method.delete_prefix" class="fn">delete_prefix</a>(&amp;self, prefix: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>]&gt;) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.97/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>Lists all tags with the given prefix.</p>
33+
</div></details><details class="toggle method-toggle" open><summary><section id="method.delete_prefix" class="method"><a class="src rightside" href="../../../../src/iroh_blobs/rpc/client/tags.rs.html#274-277">Source</a><h4 class="code-header">pub async fn <a href="#method.delete_prefix" class="fn">delete_prefix</a>(&amp;self, prefix: impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>]&gt;) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.97/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>Delete all tags with the given prefix.</p>
3434
</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-Client%3CC%3E" class="impl"><a class="src rightside" href="../../../../src/iroh_blobs/rpc/client/tags.rs.html#29">Source</a><a href="#impl-Clone-for-Client%3CC%3E" class="anchor">§</a><h3 class="code-header">impl&lt;C: <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>&gt; <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="struct" href="struct.Client.html" title="struct iroh_blobs::rpc::client::tags::Client">Client</a>&lt;C&gt;</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/rpc/client/tags.rs.html#29">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.Client.html" title="struct iroh_blobs::rpc::client::tags::Client">Client</a>&lt;C&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#174">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: &amp;Self)</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-Client%3CC%3E" class="impl"><a class="src rightside" href="../../../../src/iroh_blobs/rpc/client/tags.rs.html#29">Source</a><a href="#impl-Debug-for-Client%3CC%3E" class="anchor">§</a><h3 class="code-header">impl&lt;C: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>&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="struct" href="struct.Client.html" title="struct iroh_blobs::rpc::client::tags::Client">Client</a>&lt;C&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/iroh_blobs/rpc/client/tags.rs.html#29">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-Freeze-for-Client%3CC%3E" class="impl"><a href="#impl-Freeze-for-Client%3CC%3E" class="anchor">§</a><h3 class="code-header">impl&lt;C&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="struct" href="struct.Client.html" title="struct iroh_blobs::rpc::client::tags::Client">Client</a>&lt;C&gt;<div class="where">where
3535
C: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a>,</div></h3></section><section id="impl-RefUnwindSafe-for-Client%3CC%3E" class="impl"><a href="#impl-RefUnwindSafe-for-Client%3CC%3E" class="anchor">§</a><h3 class="code-header">impl&lt;C&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="struct" href="struct.Client.html" title="struct iroh_blobs::rpc::client::tags::Client">Client</a>&lt;C&gt;<div class="where">where
3636
C: <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>,</div></h3></section><section id="impl-Send-for-Client%3CC%3E" class="impl"><a href="#impl-Send-for-Client%3CC%3E" class="anchor">§</a><h3 class="code-header">impl&lt;C&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="struct" href="struct.Client.html" title="struct iroh_blobs::rpc::client::tags::Client">Client</a>&lt;C&gt;<div class="where">where

pr/69/docs/search.desc/iroh_blobs/iroh_blobs-desc-0-.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr/69/docs/src/iroh_blobs/rpc/client/tags.rs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@
559559
<span class="self">self</span>.delete_with_opts(DeleteOptions::range(range)).<span class="kw">await
560560
</span>}
561561

562-
<span class="doccomment">/// Lists all tags with the given prefix.
562+
<span class="doccomment">/// Delete all tags with the given prefix.
563563
</span><span class="kw">pub async fn </span>delete_prefix(<span class="kw-2">&amp;</span><span class="self">self</span>, prefix: <span class="kw">impl </span>AsRef&lt;[u8]&gt;) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
564564
<span class="self">self</span>.delete_with_opts(DeleteOptions::prefix(prefix.as_ref()))
565565
.<span class="kw">await

0 commit comments

Comments
 (0)