Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Updated docs for master
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-parity committed Jul 3, 2023
1 parent f95904d commit 71a6ca3
Show file tree
Hide file tree
Showing 56 changed files with 281 additions and 250 deletions.
4 changes: 2 additions & 2 deletions doc/implementors/core/convert/trait.From.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/implementors/core/marker/trait.Freeze.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/implementors/core/marker/trait.Send.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/implementors/core/marker/trait.Sync.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/implementors/core/marker/trait.Unpin.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions doc/polkadot_node_jaeger/enum.Span.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
</div></details><section id="method.with_validator_index" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#336-338">source</a><h4 class="code-header">pub fn <a href="#method.with_validator_index" class="fn">with_validator_index</a>(self, validator: <a class="struct" href="../polkadot_primitives/v5/struct.ValidatorIndex.html" title="struct polkadot_primitives::v5::ValidatorIndex">ValidatorIndex</a>) -&gt; Self</h4></section><section id="method.with_chunk_index" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#341-343">source</a><h4 class="code-header">pub fn <a href="#method.with_chunk_index" class="fn">with_chunk_index</a>(self, chunk_index: <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.u32.html">u32</a>) -&gt; Self</h4></section><section id="method.with_relay_parent" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#346-348">source</a><h4 class="code-header">pub fn <a href="#method.with_relay_parent" class="fn">with_relay_parent</a>(self, relay_parent: <a class="type" href="../polkadot_core_primitives/type.Hash.html" title="type polkadot_core_primitives::Hash">Hash</a>) -&gt; Self</h4></section><section id="method.with_claimed_validator_index" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#351-353">source</a><h4 class="code-header">pub fn <a href="#method.with_claimed_validator_index" class="fn">with_claimed_validator_index</a>(
self,
claimed_validator_index: <a class="struct" href="../polkadot_primitives/v5/struct.ValidatorIndex.html" title="struct polkadot_primitives::v5::ValidatorIndex">ValidatorIndex</a>
) -&gt; Self</h4></section><section id="method.with_pov" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#356-359">source</a><h4 class="code-header">pub fn <a href="#method.with_pov" class="fn">with_pov</a>(self, pov: &amp;<a class="struct" href="../polkadot_node_primitives/struct.PoV.html" title="struct polkadot_node_primitives::PoV">PoV</a>) -&gt; Self</h4></section><details class="toggle method-toggle" open><summary><section id="method.with_int_tag" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#365-368">source</a><h4 class="code-header">pub fn <a href="#method.with_int_tag" class="fn">with_int_tag</a>(self, tag: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.str.html">str</a>, i: <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.i64.html">i64</a>) -&gt; Self</h4></section></summary><div class="docblock"><p>Add an additional int tag to the span without consuming.</p>
) -&gt; Self</h4></section><section id="method.with_pov" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#356-359">source</a><h4 class="code-header">pub fn <a href="#method.with_pov" class="fn">with_pov</a>(self, pov: &amp;PoV) -&gt; Self</h4></section><details class="toggle method-toggle" open><summary><section id="method.with_int_tag" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#365-368">source</a><h4 class="code-header">pub fn <a href="#method.with_int_tag" class="fn">with_int_tag</a>(self, tag: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.str.html">str</a>, i: <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.i64.html">i64</a>) -&gt; Self</h4></section></summary><div class="docblock"><p>Add an additional int tag to the span without consuming.</p>
<p>Should be used sparingly, introduction of new types is preferred.</p>
</div></details><section id="method.with_uint_tag" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#371-374">source</a><h4 class="code-header">pub fn <a href="#method.with_uint_tag" class="fn">with_uint_tag</a>(self, tag: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.str.html">str</a>, u: <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.u64.html">u64</a>) -&gt; Self</h4></section><section id="method.with_string_fmt_debug_tag" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#377-380">source</a><h4 class="code-header">pub fn <a href="#method.with_string_fmt_debug_tag" class="fn">with_string_fmt_debug_tag</a>&lt;V: <a class="trait" href="https://doc.rust-lang.org/1.70.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>&gt;(
self,
tag: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.str.html">str</a>,
val: V
) -&gt; Self</h4></section><details class="toggle method-toggle" open><summary><section id="method.add_follows_from" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#384-390">source</a><h4 class="code-header">pub fn <a href="#method.add_follows_from" class="fn">add_follows_from</a>(&amp;mut self, other: <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.reference.html">&amp;Self</a>)</h4></section></summary><div class="docblock"><p>Adds the <code>FollowsFrom</code> relationship to this span with respect to the given one.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.add_pov" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#394-399">source</a><h4 class="code-header">pub fn <a href="#method.add_pov" class="fn">add_pov</a>(&amp;mut self, pov: &amp;<a class="struct" href="../polkadot_node_primitives/struct.PoV.html" title="struct polkadot_node_primitives::PoV">PoV</a>)</h4></section></summary><div class="docblock"><p>Add a PoV hash meta tag with lazy hash evaluation, without consuming the span.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.add_pov" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#394-399">source</a><h4 class="code-header">pub fn <a href="#method.add_pov" class="fn">add_pov</a>(&amp;mut self, pov: &amp;PoV)</h4></section></summary><div class="docblock"><p>Add a PoV hash meta tag with lazy hash evaluation, without consuming the span.</p>
</div></details><section id="method.add_para_id" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#402-404">source</a><h4 class="code-header">pub fn <a href="#method.add_para_id" class="fn">add_para_id</a>(&amp;mut self, para_id: <a class="struct" href="../polkadot_parachain/primitives/struct.Id.html" title="struct polkadot_parachain::primitives::Id">ParaId</a>)</h4></section><details class="toggle method-toggle" open><summary><section id="method.add_string_tag" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#407-412">source</a><h4 class="code-header">pub fn <a href="#method.add_string_tag" class="fn">add_string_tag</a>&lt;V: <a class="trait" href="https://doc.rust-lang.org/1.70.0/alloc/string/trait.ToString.html" title="trait alloc::string::ToString">ToString</a>&gt;(&amp;mut self, tag: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.str.html">str</a>, val: V)</h4></section></summary><div class="docblock"><p>Add a string tag, without consuming the span.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.add_string_fmt_debug_tag" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#415-421">source</a><h4 class="code-header">pub fn <a href="#method.add_string_fmt_debug_tag" class="fn">add_string_fmt_debug_tag</a>&lt;V: <a class="trait" href="https://doc.rust-lang.org/1.70.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>&gt;(&amp;mut self, tag: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.str.html">str</a>, val: V)</h4></section></summary><div class="docblock"><p>Add a string tag, without consuming the span.</p>
</div></details><section id="method.add_int_tag" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#423-428">source</a><h4 class="code-header">pub fn <a href="#method.add_int_tag" class="fn">add_int_tag</a>(&amp;mut self, tag: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.str.html">str</a>, value: <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.i64.html">i64</a>)</h4></section><section id="method.add_uint_tag" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#430-435">source</a><h4 class="code-header">pub fn <a href="#method.add_uint_tag" class="fn">add_uint_tag</a>(&amp;mut self, tag: &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.str.html">str</a>, value: <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.u64.html">u64</a>)</h4></section><details class="toggle method-toggle" open><summary><section id="method.is_enabled" class="method"><a class="srclink rightside" href="../src/polkadot_node_jaeger/spans.rs.html#439-444">source</a><h4 class="code-header">pub const fn <a href="#method.is_enabled" class="fn">is_enabled</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Check whether jaeger is enabled
Expand Down
Loading

0 comments on commit 71a6ca3

Please sign in to comment.