Skip to content

Commit

Permalink
deploy: 37f55c6
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed May 9, 2024
1 parent 63338ae commit 956a3a7
Show file tree
Hide file tree
Showing 81 changed files with 181 additions and 181 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!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="Builder for wallet controller"><title>ControllerBuilder in iapyx::controller::builder - 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-fa3bb1812debf86c.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="iapyx" data-themes="" data-resource-suffix="" data-rustdoc-version="1.74.0-nightly (0288f2e19 2023-09-25)" data-channel="nightly" data-search-js="search-8be46b629f5f14a8.js" data-settings-js="settings-74424d7eec62a23e.js" ><script src="../../../static.files/storage-fec3eaa3851e447d.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../../static.files/main-c5bd66d33317d69f.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-5d8b3c7633ad77ba.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 struct"><!--[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="../../../iapyx/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a></nav><nav class="sidebar"><a class="logo-container" href="../../../iapyx/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">ControllerBuilder</a></h2><div class="sidebar-elems"><section><h3><a href="#fields">Fields</a></h3><ul class="block"><li><a href="#structfield.backend">backend</a></li><li><a href="#structfield.settings">settings</a></li><li><a href="#structfield.wallet">wallet</a></li></ul><h3><a href="#implementations">Methods</a></h3><ul class="block"><li><a href="#method.build">build</a></li><li><a href="#method.with_backend_from_address">with_backend_from_address</a></li><li><a href="#method.with_backend_from_client">with_backend_from_client</a></li><li><a href="#method.with_wallet_from_account">with_wallet_from_account</a></li><li><a href="#method.with_wallet_from_qr_file">with_wallet_from_qr_file</a></li><li><a href="#method.with_wallet_from_qr_hash_file">with_wallet_from_qr_hash_file</a></li><li><a href="#method.with_wallet_from_secret_file">with_wallet_from_secret_file</a></li><li><a href="#method.with_wallet_from_secret_key">with_wallet_from_secret_key</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block"><li><a href="#impl-Default-for-ControllerBuilder">Default</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block"><li><a href="#impl-RefUnwindSafe-for-ControllerBuilder">!RefUnwindSafe</a></li><li><a href="#impl-UnwindSafe-for-ControllerBuilder">!UnwindSafe</a></li><li><a href="#impl-Send-for-ControllerBuilder">Send</a></li><li><a href="#impl-Sync-for-ControllerBuilder">Sync</a></li><li><a href="#impl-Unpin-for-ControllerBuilder">Unpin</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block"><li><a href="#impl-Any-for-ControllerBuilder">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-ControllerBuilder">Borrow&lt;T&gt;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-ControllerBuilder">BorrowMut&lt;T&gt;</a></li><li><a href="#impl-Fake-for-ControllerBuilder">Fake</a></li><li><a href="#impl-From%3CT%3E-for-ControllerBuilder">From&lt;T&gt;</a></li><li><a href="#impl-Instrument-for-ControllerBuilder">Instrument</a></li><li><a href="#impl-Into%3CU%3E-for-ControllerBuilder">Into&lt;U&gt;</a></li><li><a href="#impl-IntoRequest%3CT%3E-for-ControllerBuilder">IntoRequest&lt;T&gt;</a></li><li><a href="#impl-IntoSql-for-ControllerBuilder">IntoSql</a></li><li><a href="#impl-OwoColorize-for-ControllerBuilder">OwoColorize</a></li><li><a href="#impl-Pointable-for-ControllerBuilder">Pointable</a></li><li><a href="#impl-Same%3CT%3E-for-ControllerBuilder">Same&lt;T&gt;</a></li><li><a href="#impl-TryFrom%3CU%3E-for-ControllerBuilder">TryFrom&lt;U&gt;</a></li><li><a href="#impl-TryInto%3CU%3E-for-ControllerBuilder">TryInto&lt;U&gt;</a></li><li><a href="#impl-VZip%3CV%3E-for-ControllerBuilder">VZip&lt;V&gt;</a></li><li><a href="#impl-WithSubscriber-for-ControllerBuilder">WithSubscriber</a></li></ul></section><h2><a href="index.html">In iapyx::controller::builder</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>Struct <a href="../../index.html">iapyx</a>::<wbr><a href="../index.html">controller</a>::<wbr><a href="index.html">builder</a>::<wbr><a class="struct" href="#">ControllerBuilder</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="src" href="../../../src/iapyx/controller/builder.rs.html#24-28">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub struct ControllerBuilder {
backend: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;ValgrindClient&gt;,
backend: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../../valgrind/client/struct.ValgrindClient.html" title="struct valgrind::client::ValgrindClient">ValgrindClient</a>&gt;,
wallet: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../wallet/struct.Wallet.html" title="struct iapyx::wallet::Wallet">Wallet</a>&gt;,
settings: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../../wallet/blockchain/struct.Settings.html" title="struct wallet::blockchain::Settings">Settings</a>&gt;,
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Builder for wallet controller</p>
</div></details><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.backend" class="structfield small-section-header"><a href="#structfield.backend" class="anchor field">§</a><code>backend: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;ValgrindClient&gt;</code></span><span id="structfield.wallet" class="structfield small-section-header"><a href="#structfield.wallet" class="anchor field">§</a><code>wallet: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../wallet/struct.Wallet.html" title="struct iapyx::wallet::Wallet">Wallet</a>&gt;</code></span><span id="structfield.settings" class="structfield small-section-header"><a href="#structfield.settings" class="anchor field">§</a><code>settings: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../../wallet/blockchain/struct.Settings.html" title="struct wallet::blockchain::Settings">Settings</a>&gt;</code></span><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-ControllerBuilder" class="impl"><a class="src rightside" href="../../../src/iapyx/controller/builder.rs.html#30-188">source</a><a href="#impl-ControllerBuilder" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.ControllerBuilder.html" title="struct iapyx::controller::builder::ControllerBuilder">ControllerBuilder</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.with_backend_from_address" class="method"><a class="src rightside" href="../../../src/iapyx/controller/builder.rs.html#37-46">source</a><h4 class="code-header">pub fn <a href="#method.with_backend_from_address" class="fn">with_backend_from_address</a>&lt;S: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;&gt;(
</div></details><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.backend" class="structfield small-section-header"><a href="#structfield.backend" class="anchor field">§</a><code>backend: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../../valgrind/client/struct.ValgrindClient.html" title="struct valgrind::client::ValgrindClient">ValgrindClient</a>&gt;</code></span><span id="structfield.wallet" class="structfield small-section-header"><a href="#structfield.wallet" class="anchor field">§</a><code>wallet: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../wallet/struct.Wallet.html" title="struct iapyx::wallet::Wallet">Wallet</a>&gt;</code></span><span id="structfield.settings" class="structfield small-section-header"><a href="#structfield.settings" class="anchor field">§</a><code>settings: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../../wallet/blockchain/struct.Settings.html" title="struct wallet::blockchain::Settings">Settings</a>&gt;</code></span><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-ControllerBuilder" class="impl"><a class="src rightside" href="../../../src/iapyx/controller/builder.rs.html#30-188">source</a><a href="#impl-ControllerBuilder" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.ControllerBuilder.html" title="struct iapyx::controller::builder::ControllerBuilder">ControllerBuilder</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.with_backend_from_address" class="method"><a class="src rightside" href="../../../src/iapyx/controller/builder.rs.html#37-46">source</a><h4 class="code-header">pub fn <a href="#method.with_backend_from_address" class="fn">with_backend_from_address</a>&lt;S: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>&gt;&gt;(
self,
proxy_address: S,
backend_settings: <a class="struct" href="../../load/multi_controller/struct.RestSettings.html" title="struct iapyx::load::multi_controller::RestSettings">ValgrindSettings</a>
Expand All @@ -12,7 +12,7 @@ <h5 id="errors"><a href="#errors">Errors</a></h5>
<p>On connectivity issues with given address</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.with_backend_from_client" class="method"><a class="src rightside" href="../../../src/iapyx/controller/builder.rs.html#54-58">source</a><h4 class="code-header">pub fn <a href="#method.with_backend_from_client" class="fn">with_backend_from_client</a>(
self,
backend: ValgrindClient
backend: <a class="struct" href="../../../valgrind/client/struct.ValgrindClient.html" title="struct valgrind::client::ValgrindClient">ValgrindClient</a>
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, <a class="enum" href="enum.Error.html" title="enum iapyx::controller::builder::Error">Error</a>&gt;</h4></section></summary><div class="docblock"><p>Sets backend from <code>ValgrindClient</code> struct</p>
<h5 id="errors-1"><a href="#errors-1">Errors</a></h5>
<p>On connectivity issues with given address</p>
Expand Down

Large diffs are not rendered by default.

0 comments on commit 956a3a7

Please sign in to comment.