Skip to content

Commit

Permalink
Deploying to gh-pages from @ f918878 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Aug 18, 2023
1 parent 61b60b5 commit a32a539
Show file tree
Hide file tree
Showing 50 changed files with 162 additions and 84 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,10 +6,10 @@
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 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: <a class="struct" href="struct.DomainConfiguration.html" title="struct domain_service::DomainConfiguration">DomainConfiguration</a>&lt;AccountId&gt;</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.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,+AccountId,+Provider%3E" class="impl"><a href="#impl-RefUnwindSafe-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+AccountId,+Provider%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, AccountId, 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, AccountId, Provider&gt;</h3></section><section id="impl-Send-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+AccountId,+Provider%3E" class="impl"><a href="#impl-Send-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+AccountId,+Provider%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, AccountId, 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, AccountId, 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: <a class="struct" href="struct.DomainConfiguration.html" title="struct domain_service::DomainConfiguration">DomainConfiguration</a>&lt;AccountId&gt;</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.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,+AccountId,+Provider%3E" class="impl"><a href="#impl-RefUnwindSafe-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+AccountId,+Provider%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, AccountId, 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, AccountId, Provider&gt;</h3></section><section id="impl-Send-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+AccountId,+Provider%3E" class="impl"><a href="#impl-Send-for-DomainParams%3CCBlock,+CClient,+SC,+IBNS,+CIBNS,+NSNS,+AccountId,+Provider%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, SC, IBNS, CIBNS, NSNS, AccountId, 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, AccountId, Provider&gt;<span class="where fmt-newline">where
AccountId: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,
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>,
Expand Down
Loading

0 comments on commit a32a539

Please sign in to comment.