Skip to content

Commit

Permalink
Deploying to gh-pages from @ d121d12 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
NingLin-P committed Jul 18, 2023
1 parent f5a71f9 commit 72a68ea
Show file tree
Hide file tree
Showing 358 changed files with 4,653 additions and 1,290 deletions.
4 changes: 2 additions & 2 deletions domain_service/struct.DomainParams.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,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: OperatorStreams&lt;CBlock, IBNS, CIBNS, NSNS&gt;,
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 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.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
}</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.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
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
2 changes: 1 addition & 1 deletion domain_service/type.DomainOperator.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `DomainOperator` type in crate `domain_service`."><title>DomainOperator in domain_service - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-f3501f0f5ae15dfb.css" id="mainThemeStyle"><div id="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="domain_service" data-themes="" data-resource-suffix="" data-rustdoc-version="1.71.0-nightly (ce5919fce 2023-05-15)" data-search-js="search-4926e5fc22a5646a.js" data-settings-js="settings-de11bff964e9d4e5.js" data-settings-css="settings-6f6ffb5395b17c6e.css" data-theme-light-css="light-0f8c037637f9eb3e.css" data-theme-dark-css="dark-1097f8e92a01e3cf.css" data-theme-ayu-css="ayu-614652228113ac93.css" ></div><script src="../static.files/storage-62ce34ea385b278a.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-f0540c1d82cde29b.js"></script><noscript><link rel="stylesheet" media="(prefers-color-scheme:light)" href="../static.files/light-0f8c037637f9eb3e.css"><link rel="stylesheet" media="(prefers-color-scheme:dark)" href="../static.files/dark-1097f8e92a01e3cf.css"><link rel="stylesheet" href="../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc type"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../domain_service/index.html"><img class="rust-logo" src="../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../domain_service/index.html"><img class="rust-logo" src="../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">DomainOperator</a></h2><div class="sidebar-elems"><h2><a href="index.html">In domain_service</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Type Definition <a href="index.html">domain_service</a>::<wbr><a class="type" href="#">DomainOperator</a><button id="copy-path" title="Copy item path to clipboard"><img src="../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../src/domain_service/domain.rs.html#47-56">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub type DomainOperator&lt;Block, CBlock, CClient, RuntimeApi, ExecutorDispatch, BI&gt; = Operator&lt;Block, CBlock, <a class="type" href="type.FullClient.html" title="type domain_service::FullClient">FullClient</a>&lt;Block, RuntimeApi, ExecutorDispatch&gt;, CClient, <a class="type" href="type.FullPool.html" title="type domain_service::FullPool">FullPool</a>&lt;CBlock, CClient, RuntimeApi, ExecutorDispatch&gt;, <a class="type" href="type.FullBackend.html" title="type domain_service::FullBackend">FullBackend</a>&lt;Block&gt;, NativeElseWasmExecutor&lt;ExecutorDispatch&gt;, DomainBlockImport&lt;BI&gt;&gt;;</code></pre></section></div></main></body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `DomainOperator` type in crate `domain_service`."><title>DomainOperator in domain_service - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-f3501f0f5ae15dfb.css" id="mainThemeStyle"><div id="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="domain_service" data-themes="" data-resource-suffix="" data-rustdoc-version="1.71.0-nightly (ce5919fce 2023-05-15)" data-search-js="search-4926e5fc22a5646a.js" data-settings-js="settings-de11bff964e9d4e5.js" data-settings-css="settings-6f6ffb5395b17c6e.css" data-theme-light-css="light-0f8c037637f9eb3e.css" data-theme-dark-css="dark-1097f8e92a01e3cf.css" data-theme-ayu-css="ayu-614652228113ac93.css" ></div><script src="../static.files/storage-62ce34ea385b278a.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-f0540c1d82cde29b.js"></script><noscript><link rel="stylesheet" media="(prefers-color-scheme:light)" href="../static.files/light-0f8c037637f9eb3e.css"><link rel="stylesheet" media="(prefers-color-scheme:dark)" href="../static.files/dark-1097f8e92a01e3cf.css"><link rel="stylesheet" href="../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc type"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../domain_service/index.html"><img class="rust-logo" src="../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../domain_service/index.html"><img class="rust-logo" src="../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">DomainOperator</a></h2><div class="sidebar-elems"><h2><a href="index.html">In domain_service</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Type Definition <a href="index.html">domain_service</a>::<wbr><a class="type" href="#">DomainOperator</a><button id="copy-path" title="Copy item path to clipboard"><img src="../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../src/domain_service/domain.rs.html#47-56">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub type DomainOperator&lt;Block, CBlock, CClient, RuntimeApi, ExecutorDispatch, BI&gt; = <a class="struct" href="../domain_client_operator/operator/struct.Operator.html" title="struct domain_client_operator::operator::Operator">Operator</a>&lt;Block, CBlock, <a class="type" href="type.FullClient.html" title="type domain_service::FullClient">FullClient</a>&lt;Block, RuntimeApi, ExecutorDispatch&gt;, CClient, <a class="type" href="type.FullPool.html" title="type domain_service::FullPool">FullPool</a>&lt;CBlock, CClient, RuntimeApi, ExecutorDispatch&gt;, <a class="type" href="type.FullBackend.html" title="type domain_service::FullBackend">FullBackend</a>&lt;Block&gt;, NativeElseWasmExecutor&lt;ExecutorDispatch&gt;, DomainBlockImport&lt;BI&gt;&gt;;</code></pre></section></div></main></body></html>
Loading

0 comments on commit 72a68ea

Please sign in to comment.