Skip to content

Commit

Permalink
Deploying to gh-pages from @ cb75cf7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
NingLin-P committed Sep 11, 2023
1 parent 2507372 commit 9284ba6
Show file tree
Hide file tree
Showing 63 changed files with 675 additions and 386 deletions.
4 changes: 2 additions & 2 deletions domain_service/struct.DomainParams.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
pub consensus_client: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;CClient&gt;,
pub consensus_network_sync_oracle: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;dyn SyncOracle + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>&gt;,
pub select_chain: SC,
pub operator_streams: <a class="struct" href="../domain_client_operator/struct.OperatorStreams.html" title="struct domain_client_operator::OperatorStreams">OperatorStreams</a>&lt;CBlock, IBNS, CIBNS, NSNS&gt;,
pub operator_streams: OperatorStreams&lt;CBlock, IBNS, CIBNS, NSNS&gt;,
pub gossip_message_sink: GossipMessageSink,
pub domain_message_receiver: TracingUnboundedReceiver&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt;,
pub provider: Provider,
}</code></pre><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.domain_id" class="structfield small-section-header"><a href="#structfield.domain_id" class="anchor field">§</a><code>domain_id: DomainId</code></span><span id="structfield.domain_config" class="structfield small-section-header"><a href="#structfield.domain_config" class="anchor field">§</a><code>domain_config: ServiceConfiguration</code></span><span id="structfield.domain_created_at" class="structfield small-section-header"><a href="#structfield.domain_created_at" class="anchor field">§</a><code>domain_created_at: NumberFor&lt;CBlock&gt;</code></span><span id="structfield.consensus_client" class="structfield small-section-header"><a href="#structfield.consensus_client" class="anchor field">§</a><code>consensus_client: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;CClient&gt;</code></span><span id="structfield.consensus_network_sync_oracle" class="structfield small-section-header"><a href="#structfield.consensus_network_sync_oracle" class="anchor field">§</a><code>consensus_network_sync_oracle: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;dyn SyncOracle + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>&gt;</code></span><span id="structfield.select_chain" class="structfield small-section-header"><a href="#structfield.select_chain" class="anchor field">§</a><code>select_chain: SC</code></span><span id="structfield.operator_streams" class="structfield small-section-header"><a href="#structfield.operator_streams" class="anchor field">§</a><code>operator_streams: <a class="struct" href="../domain_client_operator/struct.OperatorStreams.html" title="struct domain_client_operator::OperatorStreams">OperatorStreams</a>&lt;CBlock, IBNS, CIBNS, NSNS&gt;</code></span><span id="structfield.gossip_message_sink" class="structfield small-section-header"><a href="#structfield.gossip_message_sink" class="anchor field">§</a><code>gossip_message_sink: GossipMessageSink</code></span><span id="structfield.domain_message_receiver" class="structfield small-section-header"><a href="#structfield.domain_message_receiver" class="anchor field">§</a><code>domain_message_receiver: TracingUnboundedReceiver&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt;</code></span><span id="structfield.provider" class="structfield small-section-header"><a href="#structfield.provider" class="anchor field">§</a><code>provider: Provider</code></span><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+Provider%3E" class="impl"><a href="#impl-RefUnwindSafe-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+Provider%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, Provider&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.DomainParams.html" title="struct domain_service::DomainParams">DomainParams</a>&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, Provider&gt;</h3></section><section id="impl-Send-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+Provider%3E" class="impl"><a href="#impl-Send-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+Provider%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, Provider&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.DomainParams.html" title="struct domain_service::DomainParams">DomainParams</a>&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, Provider&gt;<span class="where fmt-newline">where
}</code></pre><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.domain_id" class="structfield small-section-header"><a href="#structfield.domain_id" class="anchor field">§</a><code>domain_id: DomainId</code></span><span id="structfield.domain_config" class="structfield small-section-header"><a href="#structfield.domain_config" class="anchor field">§</a><code>domain_config: ServiceConfiguration</code></span><span id="structfield.domain_created_at" class="structfield small-section-header"><a href="#structfield.domain_created_at" class="anchor field">§</a><code>domain_created_at: NumberFor&lt;CBlock&gt;</code></span><span id="structfield.consensus_client" class="structfield small-section-header"><a href="#structfield.consensus_client" class="anchor field">§</a><code>consensus_client: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;CClient&gt;</code></span><span id="structfield.consensus_network_sync_oracle" class="structfield small-section-header"><a href="#structfield.consensus_network_sync_oracle" class="anchor field">§</a><code>consensus_network_sync_oracle: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;dyn SyncOracle + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>&gt;</code></span><span id="structfield.select_chain" class="structfield small-section-header"><a href="#structfield.select_chain" class="anchor field">§</a><code>select_chain: SC</code></span><span id="structfield.operator_streams" class="structfield small-section-header"><a href="#structfield.operator_streams" class="anchor field">§</a><code>operator_streams: OperatorStreams&lt;CBlock, IBNS, CIBNS, NSNS&gt;</code></span><span id="structfield.gossip_message_sink" class="structfield small-section-header"><a href="#structfield.gossip_message_sink" class="anchor field">§</a><code>gossip_message_sink: GossipMessageSink</code></span><span id="structfield.domain_message_receiver" class="structfield small-section-header"><a href="#structfield.domain_message_receiver" class="anchor field">§</a><code>domain_message_receiver: TracingUnboundedReceiver&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt;&gt;</code></span><span id="structfield.provider" class="structfield small-section-header"><a href="#structfield.provider" class="anchor field">§</a><code>provider: Provider</code></span><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+Provider%3E" class="impl"><a href="#impl-RefUnwindSafe-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+Provider%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, Provider&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.DomainParams.html" title="struct domain_service::DomainParams">DomainParams</a>&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, Provider&gt;</h3></section><section id="impl-Send-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+Provider%3E" class="impl"><a href="#impl-Send-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+Provider%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, Provider&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.DomainParams.html" title="struct domain_service::DomainParams">DomainParams</a>&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, Provider&gt;<span class="where fmt-newline">where
CClient: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
CIBNS: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,
IBNS: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,
Expand Down
Loading

0 comments on commit 9284ba6

Please sign in to comment.