-
Notifications
You must be signed in to change notification settings - Fork 11.2k
/
struct.RpcService.html
191 lines (191 loc) · 139 KB
/
struct.RpcService.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!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 `RpcService` struct in crate `sui_rpc_api`."><title>RpcService in sui_rpc_api - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-c5d6553a23f1e5a6.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="sui_rpc_api" data-themes="" data-resource-suffix="" data-rustdoc-version="1.81.0 (eeb90cda1 2024-09-04)" data-channel="1.81.0" data-search-js="search-d234aafac6c221dd.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-118b08c4c78b968e.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-d2fab2bf619172d3.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-df360f571f6edeae.css"></noscript><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" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../sui_rpc_api/index.html">sui_rpc_api</a><span class="version">0.1.0</span></h2></div><h2 class="location"><a href="#">RpcService</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.chain_id">chain_id</a></li><li><a href="#method.execute_transaction">execute_transaction</a></li><li><a href="#method.get_checkpoint">get_checkpoint</a></li><li><a href="#method.get_committee">get_committee</a></li><li><a href="#method.get_full_checkpoint">get_full_checkpoint</a></li><li><a href="#method.get_node_info">get_node_info</a></li><li><a href="#method.get_object">get_object</a></li><li><a href="#method.get_transaction">get_transaction</a></li><li><a href="#method.health_check">health_check</a></li><li><a href="#method.into_router">into_router</a></li><li><a href="#method.new">new</a></li><li><a href="#method.new_without_version">new_without_version</a></li><li><a href="#method.simulate_transaction">simulate_transaction</a></li><li><a href="#method.software_version">software_version</a></li><li><a href="#method.start_service">start_service</a></li><li><a href="#method.with_config">with_config</a></li><li><a href="#method.with_executor">with_executor</a></li><li><a href="#method.with_metrics">with_metrics</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-ExecuteTransaction">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetCheckpoint">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetCoinInfo">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetCurrentProtocolConfig">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetGasInfo">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetNodeInfo">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetObject">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetObjectWithVersion">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetProtocolConfig">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetSystemStateSummary">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetTransaction">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-HealthCheck">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-ListAccountObjects">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-ListCheckpoints">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-ListDynamicFields">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-ListTransactions">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-ResolveTransaction">ApiEndpoint<RpcService></a></li><li><a href="#impl-ApiEndpoint%3CRpcService%3E-for-SimulateTransaction">ApiEndpoint<RpcService></a></li><li><a href="#impl-Clone-for-RpcService">Clone</a></li><li><a href="#impl-FromRef%3CRpcService%3E-for-Option%3CArc%3Cdyn+TransactionExecutor%3E%3E">FromRef<RpcService></a></li><li><a href="#impl-Node-for-RpcService">Node</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-RefUnwindSafe-for-RpcService">!RefUnwindSafe</a></li><li><a href="#impl-UnwindSafe-for-RpcService">!UnwindSafe</a></li><li><a href="#impl-Freeze-for-RpcService">Freeze</a></li><li><a href="#impl-Send-for-RpcService">Send</a></li><li><a href="#impl-Sync-for-RpcService">Sync</a></li><li><a href="#impl-Unpin-for-RpcService">Unpin</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T">Any</a></li><li><a href="#impl-As-for-U">As</a></li><li><a href="#impl-AsTaggedExplicit%3C'a,+E%3E-for-T">AsTaggedExplicit<'a, E></a></li><li><a href="#impl-AsTaggedImplicit%3C'a,+E%3E-for-T">AsTaggedImplicit<'a, E></a></li><li><a href="#impl-Borrow%3CT%3E-for-T">Borrow<T></a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T">BorrowMut<T></a></li><li><a href="#impl-CloneToUninit-for-T">CloneToUninit</a></li><li><a href="#impl-Conv-for-T">Conv</a></li><li><a href="#impl-DynClone-for-T">DynClone</a></li><li><a href="#impl-ErasedDestructor-for-T">ErasedDestructor</a></li><li><a href="#impl-FmtForward-for-T">FmtForward</a></li><li><a href="#impl-From%3CT%3E-for-T">From<T></a></li><li><a href="#impl-FromRef%3CT%3E-for-T">FromRef<T></a></li><li><a href="#impl-Instrument-for-T">Instrument</a></li><li><a href="#impl-Into%3CU%3E-for-T">Into<U></a></li><li><a href="#impl-IntoRequest%3CT%3E-for-T">IntoRequest<T></a></li><li><a href="#impl-IntoRequest%3CT%3E-for-T-1">IntoRequest<T></a></li><li><a href="#impl-MaybeSendSync-for-T">MaybeSendSync</a></li><li><a href="#impl-Pipe-for-T">Pipe</a></li><li><a href="#impl-PolicyExt-for-T">PolicyExt</a></li><li><a href="#impl-Same-for-T">Same</a></li><li><a href="#impl-Tap-for-T">Tap</a></li><li><a href="#impl-ToOwned-for-T">ToOwned</a></li><li><a href="#impl-TryConv-for-T">TryConv</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T">TryFrom<U></a></li><li><a href="#impl-TryInto%3CU%3E-for-T">TryInto<U></a></li><li><a href="#impl-VZip%3CV%3E-for-T">VZip<V></a></li><li><a href="#impl-WithSubscriber-for-T">WithSubscriber</a></li></ul></section><h2><a href="index.html">In crate sui_rpc_api</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Struct <a href="index.html">sui_rpc_api</a>::<wbr><a class="struct" href="#">RpcService</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../src/sui_rpc_api/lib.rs.html#33-40">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub struct RpcService { <span class="comment">/* private fields */</span> }</code></pre><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-RpcService" class="impl"><a class="src rightside" href="../src/sui_rpc_api/service/checkpoints.rs.html#18-171">source</a><a href="#impl-RpcService" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section></summary><div class="impl-items"><section id="method.get_checkpoint" class="method"><a class="src rightside" href="../src/sui_rpc_api/service/checkpoints.rs.html#19-88">source</a><h4 class="code-header">pub fn <a href="#method.get_checkpoint" class="fn">get_checkpoint</a>(
&self,
checkpoint: <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><CheckpointId>,
options: <a class="struct" href="types/struct.GetCheckpointOptions.html" title="struct sui_rpc_api::types::GetCheckpointOptions">GetCheckpointOptions</a>,
) -> <a class="type" href="type.Result.html" title="type sui_rpc_api::Result">Result</a><<a class="struct" href="types/struct.CheckpointResponse.html" title="struct sui_rpc_api::types::CheckpointResponse">CheckpointResponse</a>></h4></section><section id="method.get_full_checkpoint" class="method"><a class="src rightside" href="../src/sui_rpc_api/service/checkpoints.rs.html#90-170">source</a><h4 class="code-header">pub fn <a href="#method.get_full_checkpoint" class="fn">get_full_checkpoint</a>(
&self,
checkpoint: CheckpointId,
options: &<a class="struct" href="types/struct.GetFullCheckpointOptions.html" title="struct sui_rpc_api::types::GetFullCheckpointOptions">GetFullCheckpointOptions</a>,
) -> <a class="type" href="type.Result.html" title="type sui_rpc_api::Result">Result</a><<a class="struct" href="types/struct.FullCheckpointResponse.html" title="struct sui_rpc_api::types::FullCheckpointResponse">FullCheckpointResponse</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-RpcService-1" class="impl"><a class="src rightside" href="../src/sui_rpc_api/service/committee.rs.html#8-23">source</a><a href="#impl-RpcService-1" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section></summary><div class="impl-items"><section id="method.get_committee" class="method"><a class="src rightside" href="../src/sui_rpc_api/service/committee.rs.html#9-22">source</a><h4 class="code-header">pub fn <a href="#method.get_committee" class="fn">get_committee</a>(
&self,
epoch: <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><EpochId>,
) -> <a class="type" href="type.Result.html" title="type sui_rpc_api::Result">Result</a><ValidatorCommittee></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-RpcService-2" class="impl"><a class="src rightside" href="../src/sui_rpc_api/service/health.rs.html#10-37">source</a><a href="#impl-RpcService-2" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.health_check" class="method"><a class="src rightside" href="../src/sui_rpc_api/service/health.rs.html#18-36">source</a><h4 class="code-header">pub fn <a href="#method.health_check" class="fn">health_check</a>(&self, threshold_seconds: <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.u32.html">u32</a>>) -> <a class="type" href="type.Result.html" title="type sui_rpc_api::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.unit.html">()</a>></h4></section></summary><div class="docblock"><p>Perform a simple health check on the service.</p>
<p>The threshold, or delta, between the server’s system time and the timestamp in the most
recently executed checkpoint for which the server is considered to be healthy.</p>
<p>If not provided, the server will be considered healthy if it can simply fetch the latest
checkpoint from its store.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-RpcService-3" class="impl"><a class="src rightside" href="../src/sui_rpc_api/service/info.rs.html#9-35">source</a><a href="#impl-RpcService-3" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section></summary><div class="impl-items"><section id="method.get_node_info" class="method"><a class="src rightside" href="../src/sui_rpc_api/service/info.rs.html#10-34">source</a><h4 class="code-header">pub fn <a href="#method.get_node_info" class="fn">get_node_info</a>(&self) -> <a class="type" href="type.Result.html" title="type sui_rpc_api::Result">Result</a><<a class="struct" href="types/struct.NodeInfo.html" title="struct sui_rpc_api::types::NodeInfo">NodeInfo</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-RpcService-4" class="impl"><a class="src rightside" href="../src/sui_rpc_api/service/objects.rs.html#12-43">source</a><a href="#impl-RpcService-4" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section></summary><div class="impl-items"><section id="method.get_object" class="method"><a class="src rightside" href="../src/sui_rpc_api/service/objects.rs.html#13-42">source</a><h4 class="code-header">pub fn <a href="#method.get_object" class="fn">get_object</a>(
&self,
object_id: ObjectId,
version: <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Version>,
options: <a class="struct" href="types/struct.GetObjectOptions.html" title="struct sui_rpc_api::types::GetObjectOptions">GetObjectOptions</a>,
) -> <a class="type" href="type.Result.html" title="type sui_rpc_api::Result">Result</a><<a class="struct" href="types/struct.ObjectResponse.html" title="struct sui_rpc_api::types::ObjectResponse">ObjectResponse</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-RpcService-5" class="impl"><a class="src rightside" href="../src/sui_rpc_api/service/transactions/execution.rs.html#23-187">source</a><a href="#impl-RpcService-5" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section></summary><div class="impl-items"><section id="method.execute_transaction" class="method"><a class="src rightside" href="../src/sui_rpc_api/service/transactions/execution.rs.html#24-129">source</a><h4 class="code-header">pub async fn <a href="#method.execute_transaction" class="fn">execute_transaction</a>(
&self,
signed_transaction: SignedTransaction,
client_address: <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="https://doc.rust-lang.org/1.81.0/core/net/socket_addr/enum.SocketAddr.html" title="enum core::net::socket_addr::SocketAddr">SocketAddr</a>>,
options: &<a class="struct" href="types/struct.ExecuteTransactionOptions.html" title="struct sui_rpc_api::types::ExecuteTransactionOptions">ExecuteTransactionOptions</a>,
) -> <a class="type" href="type.Result.html" title="type sui_rpc_api::Result">Result</a><<a class="struct" href="types/struct.ExecuteTransactionResponse.html" title="struct sui_rpc_api::types::ExecuteTransactionResponse">ExecuteTransactionResponse</a>></h4></section><section id="method.simulate_transaction" class="method"><a class="src rightside" href="../src/sui_rpc_api/service/transactions/execution.rs.html#131-186">source</a><h4 class="code-header">pub fn <a href="#method.simulate_transaction" class="fn">simulate_transaction</a>(
self,
parameters: &<a class="struct" href="rest/transactions/struct.SimulateTransactionQueryParameters.html" title="struct sui_rpc_api::rest::transactions::SimulateTransactionQueryParameters">SimulateTransactionQueryParameters</a>,
transaction: Transaction,
) -> <a class="type" href="type.Result.html" title="type sui_rpc_api::Result">Result</a><<a class="struct" href="rest/transactions/struct.TransactionSimulationResponse.html" title="struct sui_rpc_api::rest::transactions::TransactionSimulationResponse">TransactionSimulationResponse</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-RpcService-6" class="impl"><a class="src rightside" href="../src/sui_rpc_api/service/transactions/mod.rs.html#13-67">source</a><a href="#impl-RpcService-6" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section></summary><div class="impl-items"><section id="method.get_transaction" class="method"><a class="src rightside" href="../src/sui_rpc_api/service/transactions/mod.rs.html#14-66">source</a><h4 class="code-header">pub fn <a href="#method.get_transaction" class="fn">get_transaction</a>(
&self,
transaction_digest: TransactionDigest,
options: &<a class="struct" href="types/struct.GetTransactionOptions.html" title="struct sui_rpc_api::types::GetTransactionOptions">GetTransactionOptions</a>,
) -> <a class="type" href="type.Result.html" title="type sui_rpc_api::Result">Result</a><<a class="struct" href="types/struct.TransactionResponse.html" title="struct sui_rpc_api::types::TransactionResponse">TransactionResponse</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-RpcService-7" class="impl"><a class="src rightside" href="../src/sui_rpc_api/lib.rs.html#42-149">source</a><a href="#impl-RpcService-7" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section></summary><div class="impl-items"><section id="method.new" class="method"><a class="src rightside" href="../src/sui_rpc_api/lib.rs.html#43-53">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>(
reader: <a class="struct" href="https://doc.rust-lang.org/1.81.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><dyn RpcStateReader>,
software_version: &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a>,
) -> Self</h4></section><section id="method.new_without_version" class="method"><a class="src rightside" href="../src/sui_rpc_api/lib.rs.html#55-57">source</a><h4 class="code-header">pub fn <a href="#method.new_without_version" class="fn">new_without_version</a>(reader: <a class="struct" href="https://doc.rust-lang.org/1.81.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><dyn RpcStateReader>) -> Self</h4></section><section id="method.with_config" class="method"><a class="src rightside" href="../src/sui_rpc_api/lib.rs.html#59-61">source</a><h4 class="code-header">pub fn <a href="#method.with_config" class="fn">with_config</a>(&mut self, config: <a class="struct" href="struct.Config.html" title="struct sui_rpc_api::Config">Config</a>)</h4></section><section id="method.with_executor" class="method"><a class="src rightside" href="../src/sui_rpc_api/lib.rs.html#63-65">source</a><h4 class="code-header">pub fn <a href="#method.with_executor" class="fn">with_executor</a>(
&mut self,
executor: <a class="struct" href="https://doc.rust-lang.org/1.81.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><dyn TransactionExecutor + <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>>,
)</h4></section><section id="method.with_metrics" class="method"><a class="src rightside" href="../src/sui_rpc_api/lib.rs.html#67-69">source</a><h4 class="code-header">pub fn <a href="#method.with_metrics" class="fn">with_metrics</a>(&mut self, metrics: <a class="struct" href="struct.RpcMetrics.html" title="struct sui_rpc_api::RpcMetrics">RpcMetrics</a>)</h4></section><section id="method.chain_id" class="method"><a class="src rightside" href="../src/sui_rpc_api/lib.rs.html#71-73">source</a><h4 class="code-header">pub fn <a href="#method.chain_id" class="fn">chain_id</a>(&self) -> ChainIdentifier</h4></section><section id="method.software_version" class="method"><a class="src rightside" href="../src/sui_rpc_api/lib.rs.html#75-77">source</a><h4 class="code-header">pub fn <a href="#method.software_version" class="fn">software_version</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.into_router" class="method"><a class="src rightside" href="../src/sui_rpc_api/lib.rs.html#79-141">source</a><h4 class="code-header">pub async fn <a href="#method.into_router" class="fn">into_router</a>(self) -> Router</h4></section><section id="method.start_service" class="method"><a class="src rightside" href="../src/sui_rpc_api/lib.rs.html#143-148">source</a><h4 class="code-header">pub async fn <a href="#method.start_service" class="fn">start_service</a>(self, socket_address: <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/net/socket_addr/enum.SocketAddr.html" title="enum core::net::socket_addr::SocketAddr">SocketAddr</a>)</h4></section></div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-ExecuteTransaction" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/execution.rs.html#18-30">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-ExecuteTransaction" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/transactions/struct.ExecuteTransaction.html" title="struct sui_rpc_api::rest::transactions::ExecuteTransaction">ExecuteTransaction</a></h3></section></summary><div class="impl-items"><section id="method.method-7" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/execution.rs.html#19-21">source</a><a href="#method.method-7" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-7" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/execution.rs.html#23-25">source</a><a href="#method.path-7" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-7" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/execution.rs.html#27-29">source</a><a href="#method.handler-7" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-GetCheckpoint" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/checkpoints.rs.html#26-38">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetCheckpoint" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/checkpoints/struct.GetCheckpoint.html" title="struct sui_rpc_api::rest::checkpoints::GetCheckpoint">GetCheckpoint</a></h3></section></summary><div class="impl-items"><section id="method.method-11" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/checkpoints.rs.html#27-29">source</a><a href="#method.method-11" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-11" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/checkpoints.rs.html#31-33">source</a><a href="#method.path-11" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-11" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/checkpoints.rs.html#35-37">source</a><a href="#method.handler-11" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-GetCoinInfo" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/coins.rs.html#16-28">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetCoinInfo" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/coins/struct.GetCoinInfo.html" title="struct sui_rpc_api::rest::coins::GetCoinInfo">GetCoinInfo</a></h3></section></summary><div class="impl-items"><section id="method.method-6" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/coins.rs.html#17-19">source</a><a href="#method.method-6" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-6" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/coins.rs.html#21-23">source</a><a href="#method.path-6" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-6" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/coins.rs.html#25-27">source</a><a href="#method.handler-6" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-GetCurrentProtocolConfig" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#461-473">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetCurrentProtocolConfig" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/system/struct.GetCurrentProtocolConfig.html" title="struct sui_rpc_api::rest::system::GetCurrentProtocolConfig">GetCurrentProtocolConfig</a></h3></section></summary><div class="impl-items"><section id="method.method-4" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#462-464">source</a><a href="#method.method-4" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-4" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#466-468">source</a><a href="#method.path-4" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-4" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#470-472">source</a><a href="#method.handler-4" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-GetGasInfo" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#621-633">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetGasInfo" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/system/struct.GetGasInfo.html" title="struct sui_rpc_api::rest::system::GetGasInfo">GetGasInfo</a></h3></section></summary><div class="impl-items"><section id="method.method-5" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#622-624">source</a><a href="#method.method-5" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-5" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#626-628">source</a><a href="#method.path-5" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-5" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#630-632">source</a><a href="#method.handler-5" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-GetNodeInfo" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/info.rs.html#13-25">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetNodeInfo" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/info/struct.GetNodeInfo.html" title="struct sui_rpc_api::rest::info::GetNodeInfo">GetNodeInfo</a></h3></section></summary><div class="impl-items"><section id="method.method-8" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/info.rs.html#14-16">source</a><a href="#method.method-8" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-8" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/info.rs.html#18-20">source</a><a href="#method.path-8" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-8" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/info.rs.html#22-24">source</a><a href="#method.handler-8" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-GetObject" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/objects.rs.html#21-33">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetObject" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/objects/struct.GetObject.html" title="struct sui_rpc_api::rest::objects::GetObject">GetObject</a></h3></section></summary><div class="impl-items"><section id="method.method-13" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/objects.rs.html#22-24">source</a><a href="#method.method-13" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-13" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/objects.rs.html#26-28">source</a><a href="#method.path-13" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-13" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/objects.rs.html#30-32">source</a><a href="#method.handler-13" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-GetObjectWithVersion" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/objects.rs.html#47-59">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetObjectWithVersion" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/objects/struct.GetObjectWithVersion.html" title="struct sui_rpc_api::rest::objects::GetObjectWithVersion">GetObjectWithVersion</a></h3></section></summary><div class="impl-items"><section id="method.method-1" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/objects.rs.html#48-50">source</a><a href="#method.method-1" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-1" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/objects.rs.html#52-54">source</a><a href="#method.path-1" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-1" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/objects.rs.html#56-58">source</a><a href="#method.handler-1" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-GetProtocolConfig" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#502-514">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetProtocolConfig" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/system/struct.GetProtocolConfig.html" title="struct sui_rpc_api::rest::system::GetProtocolConfig">GetProtocolConfig</a></h3></section></summary><div class="impl-items"><section id="method.method-15" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#503-505">source</a><a href="#method.method-15" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-15" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#507-509">source</a><a href="#method.path-15" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-15" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#511-513">source</a><a href="#method.handler-15" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-GetSystemStateSummary" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#17-29">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetSystemStateSummary" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/system/struct.GetSystemStateSummary.html" title="struct sui_rpc_api::rest::system::GetSystemStateSummary">GetSystemStateSummary</a></h3></section></summary><div class="impl-items"><section id="method.method-14" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#18-20">source</a><a href="#method.method-14" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-14" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#22-24">source</a><a href="#method.path-14" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-14" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/system.rs.html#26-28">source</a><a href="#method.handler-14" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-GetTransaction" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/mod.rs.html#33-45">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-GetTransaction" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/transactions/struct.GetTransaction.html" title="struct sui_rpc_api::rest::transactions::GetTransaction">GetTransaction</a></h3></section></summary><div class="impl-items"><section id="method.method-12" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/mod.rs.html#34-36">source</a><a href="#method.method-12" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-12" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/mod.rs.html#38-40">source</a><a href="#method.path-12" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-12" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/mod.rs.html#42-44">source</a><a href="#method.handler-12" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-HealthCheck" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/health.rs.html#15-27">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-HealthCheck" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/health/struct.HealthCheck.html" title="struct sui_rpc_api::rest::health::HealthCheck">HealthCheck</a></h3></section></summary><div class="impl-items"><section id="method.method" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/health.rs.html#16-18">source</a><a href="#method.method" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/health.rs.html#20-22">source</a><a href="#method.path" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/health.rs.html#24-26">source</a><a href="#method.handler" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-ListAccountObjects" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/accounts.rs.html#17-29">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-ListAccountObjects" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/accounts/struct.ListAccountObjects.html" title="struct sui_rpc_api::rest::accounts::ListAccountObjects">ListAccountObjects</a></h3></section></summary><div class="impl-items"><section id="method.method-17" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/accounts.rs.html#18-20">source</a><a href="#method.method-17" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-17" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/accounts.rs.html#22-24">source</a><a href="#method.path-17" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-17" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/accounts.rs.html#26-28">source</a><a href="#method.handler-17" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-ListCheckpoints" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/checkpoints.rs.html#65-77">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-ListCheckpoints" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/checkpoints/struct.ListCheckpoints.html" title="struct sui_rpc_api::rest::checkpoints::ListCheckpoints">ListCheckpoints</a></h3></section></summary><div class="impl-items"><section id="method.method-10" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/checkpoints.rs.html#66-68">source</a><a href="#method.method-10" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-10" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/checkpoints.rs.html#70-72">source</a><a href="#method.path-10" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-10" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/checkpoints.rs.html#74-76">source</a><a href="#method.handler-10" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-ListDynamicFields" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/objects.rs.html#73-85">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-ListDynamicFields" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/objects/struct.ListDynamicFields.html" title="struct sui_rpc_api::rest::objects::ListDynamicFields">ListDynamicFields</a></h3></section></summary><div class="impl-items"><section id="method.method-3" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/objects.rs.html#74-76">source</a><a href="#method.method-3" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-3" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/objects.rs.html#78-80">source</a><a href="#method.path-3" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-3" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/objects.rs.html#82-84">source</a><a href="#method.handler-3" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-ListTransactions" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/mod.rs.html#76-88">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-ListTransactions" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/transactions/struct.ListTransactions.html" title="struct sui_rpc_api::rest::transactions::ListTransactions">ListTransactions</a></h3></section></summary><div class="impl-items"><section id="method.method-2" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/mod.rs.html#77-79">source</a><a href="#method.method-2" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-2" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/mod.rs.html#81-83">source</a><a href="#method.path-2" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-2" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/mod.rs.html#85-87">source</a><a href="#method.handler-2" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-ResolveTransaction" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/resolve/mod.rs.html#45-57">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-ResolveTransaction" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/transactions/struct.ResolveTransaction.html" title="struct sui_rpc_api::rest::transactions::ResolveTransaction">ResolveTransaction</a></h3></section></summary><div class="impl-items"><section id="method.method-9" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/resolve/mod.rs.html#46-48">source</a><a href="#method.method-9" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-9" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/resolve/mod.rs.html#50-52">source</a><a href="#method.path-9" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-9" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/resolve/mod.rs.html#54-56">source</a><a href="#method.handler-9" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-ApiEndpoint%3CRpcService%3E-for-SimulateTransaction" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/execution.rs.html#51-63">source</a><a href="#impl-ApiEndpoint%3CRpcService%3E-for-SimulateTransaction" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="rest/trait.ApiEndpoint.html" title="trait sui_rpc_api::rest::ApiEndpoint">ApiEndpoint</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="struct" href="rest/transactions/struct.SimulateTransaction.html" title="struct sui_rpc_api::rest::transactions::SimulateTransaction">SimulateTransaction</a></h3></section></summary><div class="impl-items"><section id="method.method-16" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/execution.rs.html#52-54">source</a><a href="#method.method-16" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.method" class="fn">method</a>(&self) -> Method</h4></section><section id="method.path-16" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/execution.rs.html#56-58">source</a><a href="#method.path-16" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.path" class="fn">path</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.str.html">str</a></h4></section><section id="method.handler-16" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/transactions/execution.rs.html#60-62">source</a><a href="#method.handler-16" class="anchor">§</a><h4 class="code-header">fn <a href="rest/trait.ApiEndpoint.html#tymethod.handler" class="fn">handler</a>(&self) -> <a class="struct" href="rest/struct.RouteHandler.html" title="struct sui_rpc_api::rest::RouteHandler">RouteHandler</a><<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>></h4></section></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Clone-for-RpcService" class="impl"><a class="src rightside" href="../src/sui_rpc_api/lib.rs.html#32">source</a><a href="#impl-Clone-for-RpcService" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/lib.rs.html#32">source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.81.0/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&self) -> <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h4></section></summary><div class='docblock'>Returns a copy of the value. <a href="https://doc.rust-lang.org/1.81.0/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.81.0/src/core/clone.rs.html#172">source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.81.0/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&mut self, source: <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&Self</a>)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.81.0/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-FromRef%3CRpcService%3E-for-Option%3CArc%3Cdyn+TransactionExecutor%3E%3E" class="impl"><a class="src rightside" href="../src/sui_rpc_api/rest/mod.rs.html#111-117">source</a><a href="#impl-FromRef%3CRpcService%3E-for-Option%3CArc%3Cdyn+TransactionExecutor%3E%3E" class="anchor">§</a><h3 class="code-header">impl FromRef<<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>> for <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/1.81.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a><dyn TransactionExecutor>></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from_ref" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/rest/mod.rs.html#114-116">source</a><a href="#method.from_ref" class="anchor">§</a><h4 class="code-header">fn <a class="fn">from_ref</a>(input: &<a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a>) -> Self</h4></section></summary><div class='docblock'>Converts to this type from a reference to the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Node-for-RpcService" class="impl"><a class="src rightside" href="../src/sui_rpc_api/grpc.rs.html#49-276">source</a><a href="#impl-Node-for-RpcService" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="proto/node/node_server/trait.Node.html" title="trait sui_rpc_api::proto::node::node_server::Node">Node</a> for <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section></summary><div class="impl-items"><section id="method.get_node_info-1" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/grpc.rs.html#50-58">source</a><a href="#method.get_node_info-1" class="anchor">§</a><h4 class="code-header">fn <a href="proto/node/node_server/trait.Node.html#tymethod.get_node_info" class="fn">get_node_info</a><'life0, 'async_trait>(
&'life0 self,
_request: <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/request/struct.Request.html" title="struct tonic::request::Request">Request</a><<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.unit.html">()</a>>,
) -> <a class="struct" href="https://doc.rust-lang.org/1.81.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a><<a class="struct" href="https://doc.rust-lang.org/1.81.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a><Output = <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/response/struct.Response.html" title="struct tonic::response::Response">Response</a><<a class="struct" href="proto/node/struct.GetNodeInfoResponse.html" title="struct sui_rpc_api::proto::node::GetNodeInfoResponse">GetNodeInfoResponse</a>>, <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/status/struct.Status.html" title="struct tonic::status::Status">Status</a>>> + <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait>><div class="where">where
Self: 'async_trait,
'life0: 'async_trait,</div></h4></section><section id="method.get_committee-1" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/grpc.rs.html#60-72">source</a><a href="#method.get_committee-1" class="anchor">§</a><h4 class="code-header">fn <a href="proto/node/node_server/trait.Node.html#tymethod.get_committee" class="fn">get_committee</a><'life0, 'async_trait>(
&'life0 self,
request: <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/request/struct.Request.html" title="struct tonic::request::Request">Request</a><<a class="struct" href="proto/node/struct.GetCommitteeRequest.html" title="struct sui_rpc_api::proto::node::GetCommitteeRequest">GetCommitteeRequest</a>>,
) -> <a class="struct" href="https://doc.rust-lang.org/1.81.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a><<a class="struct" href="https://doc.rust-lang.org/1.81.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a><Output = <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/response/struct.Response.html" title="struct tonic::response::Response">Response</a><<a class="struct" href="proto/node/struct.GetCommitteeResponse.html" title="struct sui_rpc_api::proto::node::GetCommitteeResponse">GetCommitteeResponse</a>>, <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/status/struct.Status.html" title="struct tonic::status::Status">Status</a>>> + <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait>><div class="where">where
Self: 'async_trait,
'life0: 'async_trait,</div></h4></section><section id="method.get_object-1" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/grpc.rs.html#74-93">source</a><a href="#method.get_object-1" class="anchor">§</a><h4 class="code-header">fn <a href="proto/node/node_server/trait.Node.html#tymethod.get_object" class="fn">get_object</a><'life0, 'async_trait>(
&'life0 self,
request: <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/request/struct.Request.html" title="struct tonic::request::Request">Request</a><<a class="struct" href="proto/node/struct.GetObjectRequest.html" title="struct sui_rpc_api::proto::node::GetObjectRequest">GetObjectRequest</a>>,
) -> <a class="struct" href="https://doc.rust-lang.org/1.81.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a><<a class="struct" href="https://doc.rust-lang.org/1.81.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a><Output = <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/response/struct.Response.html" title="struct tonic::response::Response">Response</a><<a class="struct" href="proto/node/struct.GetObjectResponse.html" title="struct sui_rpc_api::proto::node::GetObjectResponse">GetObjectResponse</a>>, <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/status/struct.Status.html" title="struct tonic::status::Status">Status</a>>> + <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait>><div class="where">where
Self: 'async_trait,
'life0: 'async_trait,</div></h4></section><section id="method.get_transaction-1" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/grpc.rs.html#95-120">source</a><a href="#method.get_transaction-1" class="anchor">§</a><h4 class="code-header">fn <a href="proto/node/node_server/trait.Node.html#tymethod.get_transaction" class="fn">get_transaction</a><'life0, 'async_trait>(
&'life0 self,
request: <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/request/struct.Request.html" title="struct tonic::request::Request">Request</a><<a class="struct" href="proto/node/struct.GetTransactionRequest.html" title="struct sui_rpc_api::proto::node::GetTransactionRequest">GetTransactionRequest</a>>,
) -> <a class="struct" href="https://doc.rust-lang.org/1.81.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a><<a class="struct" href="https://doc.rust-lang.org/1.81.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a><Output = <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/response/struct.Response.html" title="struct tonic::response::Response">Response</a><<a class="struct" href="proto/node/struct.GetTransactionResponse.html" title="struct sui_rpc_api::proto::node::GetTransactionResponse">GetTransactionResponse</a>>, <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/status/struct.Status.html" title="struct tonic::status::Status">Status</a>>> + <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait>><div class="where">where
Self: 'async_trait,
'life0: 'async_trait,</div></h4></section><section id="method.get_checkpoint-1" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/grpc.rs.html#122-154">source</a><a href="#method.get_checkpoint-1" class="anchor">§</a><h4 class="code-header">fn <a href="proto/node/node_server/trait.Node.html#tymethod.get_checkpoint" class="fn">get_checkpoint</a><'life0, 'async_trait>(
&'life0 self,
request: <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/request/struct.Request.html" title="struct tonic::request::Request">Request</a><<a class="struct" href="proto/node/struct.GetCheckpointRequest.html" title="struct sui_rpc_api::proto::node::GetCheckpointRequest">GetCheckpointRequest</a>>,
) -> <a class="struct" href="https://doc.rust-lang.org/1.81.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a><<a class="struct" href="https://doc.rust-lang.org/1.81.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a><Output = <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/response/struct.Response.html" title="struct tonic::response::Response">Response</a><<a class="struct" href="proto/node/struct.GetCheckpointResponse.html" title="struct sui_rpc_api::proto::node::GetCheckpointResponse">GetCheckpointResponse</a>>, <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/status/struct.Status.html" title="struct tonic::status::Status">Status</a>>> + <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait>><div class="where">where
Self: 'async_trait,
'life0: 'async_trait,</div></h4></section><section id="method.get_full_checkpoint-1" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/grpc.rs.html#156-194">source</a><a href="#method.get_full_checkpoint-1" class="anchor">§</a><h4 class="code-header">fn <a href="proto/node/node_server/trait.Node.html#tymethod.get_full_checkpoint" class="fn">get_full_checkpoint</a><'life0, 'async_trait>(
&'life0 self,
request: <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/request/struct.Request.html" title="struct tonic::request::Request">Request</a><<a class="struct" href="proto/node/struct.GetFullCheckpointRequest.html" title="struct sui_rpc_api::proto::node::GetFullCheckpointRequest">GetFullCheckpointRequest</a>>,
) -> <a class="struct" href="https://doc.rust-lang.org/1.81.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a><<a class="struct" href="https://doc.rust-lang.org/1.81.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a><Output = <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/response/struct.Response.html" title="struct tonic::response::Response">Response</a><<a class="struct" href="proto/node/struct.GetFullCheckpointResponse.html" title="struct sui_rpc_api::proto::node::GetFullCheckpointResponse">GetFullCheckpointResponse</a>>, <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/status/struct.Status.html" title="struct tonic::status::Status">Status</a>>> + <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait>><div class="where">where
Self: 'async_trait,
'life0: 'async_trait,</div></h4></section><section id="method.execute_transaction-1" class="method trait-impl"><a class="src rightside" href="../src/sui_rpc_api/grpc.rs.html#196-275">source</a><a href="#method.execute_transaction-1" class="anchor">§</a><h4 class="code-header">fn <a href="proto/node/node_server/trait.Node.html#tymethod.execute_transaction" class="fn">execute_transaction</a><'life0, 'async_trait>(
&'life0 self,
request: <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/request/struct.Request.html" title="struct tonic::request::Request">Request</a><<a class="struct" href="proto/node/struct.ExecuteTransactionRequest.html" title="struct sui_rpc_api::proto::node::ExecuteTransactionRequest">ExecuteTransactionRequest</a>>,
) -> <a class="struct" href="https://doc.rust-lang.org/1.81.0/core/pin/struct.Pin.html" title="struct core::pin::Pin">Pin</a><<a class="struct" href="https://doc.rust-lang.org/1.81.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html" title="trait core::future::future::Future">Future</a><Output = <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/response/struct.Response.html" title="struct tonic::response::Response">Response</a><<a class="struct" href="proto/node/struct.ExecuteTransactionResponse.html" title="struct sui_rpc_api::proto::node::ExecuteTransactionResponse">ExecuteTransactionResponse</a>>, <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/status/struct.Status.html" title="struct tonic::status::Status">Status</a>>> + <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + 'async_trait>><div class="where">where
Self: 'async_trait,
'life0: 'async_trait,</div></h4></section></div></details></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-Freeze-for-RpcService" class="impl"><a href="#impl-Freeze-for-RpcService" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section><section id="impl-RefUnwindSafe-for-RpcService" class="impl"><a href="#impl-RefUnwindSafe-for-RpcService" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section><section id="impl-Send-for-RpcService" class="impl"><a href="#impl-Send-for-RpcService" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section><section id="impl-Sync-for-RpcService" class="impl"><a href="#impl-Sync-for-RpcService" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section><section id="impl-Unpin-for-RpcService" class="impl"><a href="#impl-Unpin-for-RpcService" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section><section id="impl-UnwindSafe-for-RpcService" class="impl"><a href="#impl-UnwindSafe-for-RpcService" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.RpcService.html" title="struct sui_rpc_api::RpcService">RpcService</a></h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/any.rs.html#140">source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/any.rs.html#141">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.81.0/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.81.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.81.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-As-for-U" class="impl"><a href="#impl-As-for-U" class="anchor">§</a><h3 class="code-header">impl<U> As for U</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.as_" class="method trait-impl"><a href="#method.as_" class="anchor">§</a><h4 class="code-header">fn <a class="fn">as_</a><T>(self) -> T<div class="where">where
T: CastFrom<U>,</div></h4></section></summary><div class='docblock'>Casts <code>self</code> to type <code>T</code>. The <a href="https://doc.rust-lang.org/reference/expressions/operator-expr.html#semantics">semantics of numeric casting</a> with the <code>as</code> operator are followed, so <code><T as As>::as_::<U></code> can be used in the same way as <code>T as U</code> for numeric conversions. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsTaggedExplicit%3C'a,+E%3E-for-T" class="impl"><a href="#impl-AsTaggedExplicit%3C'a,+E%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<'a, T, E> AsTaggedExplicit<'a, E> for T<div class="where">where
T: 'a,</div></h3></section></summary><div class="impl-items"><section id="method.explicit" class="method trait-impl"><a href="#method.explicit" class="anchor">§</a><h4 class="code-header">fn <a class="fn">explicit</a>(self, class: Class, tag: <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.u32.html">u32</a>) -> TaggedParser<'a, Explicit, Self, E></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-AsTaggedImplicit%3C'a,+E%3E-for-T" class="impl"><a href="#impl-AsTaggedImplicit%3C'a,+E%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<'a, T, E> AsTaggedImplicit<'a, E> for T<div class="where">where
T: 'a,</div></h3></section></summary><div class="impl-items"><section id="method.implicit" class="method trait-impl"><a href="#method.implicit" class="anchor">§</a><h4 class="code-header">fn <a class="fn">implicit</a>(
self,
class: Class,
constructed: <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.bool.html">bool</a>,
tag: <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.u32.html">u32</a>,
) -> TaggedParser<'a, Implicit, Self, E></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/borrow.rs.html#209">source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/borrow.rs.html#211">source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.81.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.81.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/borrow.rs.html#217">source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/borrow.rs.html#218">source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.81.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.81.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-CloneToUninit-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/clone.rs.html#271">source</a><a href="#impl-CloneToUninit-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/clone/trait.CloneToUninit.html" title="trait core::clone::CloneToUninit">CloneToUninit</a> for T<div class="where">where
T: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone_to_uninit" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/clone.rs.html#272">source</a><a href="#method.clone_to_uninit" class="anchor">§</a><h4 class="code-header">default unsafe fn <a href="https://doc.rust-lang.org/1.81.0/core/clone/trait.CloneToUninit.html#tymethod.clone_to_uninit" class="fn">clone_to_uninit</a>(&self, dst: <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.pointer.html">*mut T</a>)</h4></section></summary><span class="item-info"><div class="stab unstable"><span class="emoji">🔬</span><span>This is a nightly-only experimental API. (<code>clone_to_uninit</code>)</span></div></span><div class='docblock'>Performs copy-assignment from <code>self</code> to <code>dst</code>. <a href="https://doc.rust-lang.org/1.81.0/core/clone/trait.CloneToUninit.html#tymethod.clone_to_uninit">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Conv-for-T" class="impl"><a href="#impl-Conv-for-T" class="anchor">§</a><h3 class="code-header">impl<T> Conv for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.conv" class="method trait-impl"><a href="#method.conv" class="anchor">§</a><h4 class="code-header">fn <a class="fn">conv</a><T>(self) -> T<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</div></h4></section></summary><div class='docblock'>Converts <code>self</code> into <code>T</code> using <code>Into<T></code>. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-DynClone-for-T" class="impl"><a class="src rightside" href="https://docs.rs/dyn-clone/1.0.16/src/dyn_clone/lib.rs.html#193-195">source</a><a href="#impl-DynClone-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://docs.rs/dyn-clone/1.0.16/dyn_clone/trait.DynClone.html" title="trait dyn_clone::DynClone">DynClone</a> for T<div class="where">where
T: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><section id="method.__clone_box" class="method trait-impl"><a class="src rightside" href="https://docs.rs/dyn-clone/1.0.16/src/dyn_clone/lib.rs.html#197">source</a><a href="#method.__clone_box" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/dyn-clone/1.0.16/dyn_clone/trait.DynClone.html#tymethod.__clone_box" class="fn">__clone_box</a>(&self, _: Private) -> <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.unit.html">()</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-FmtForward-for-T" class="impl"><a href="#impl-FmtForward-for-T" class="anchor">§</a><h3 class="code-header">impl<T> FmtForward for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt_binary" class="method trait-impl"><a href="#method.fmt_binary" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_binary</a>(self) -> FmtBinary<Self><div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/fmt/trait.Binary.html" title="trait core::fmt::Binary">Binary</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>Binary</code> implementation when <code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_display" class="method trait-impl"><a href="#method.fmt_display" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_display</a>(self) -> FmtDisplay<Self><div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/fmt/trait.Display.html" title="trait core::fmt::Display">Display</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>Display</code> implementation when
<code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_lower_exp" class="method trait-impl"><a href="#method.fmt_lower_exp" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_lower_exp</a>(self) -> FmtLowerExp<Self><div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/fmt/trait.LowerExp.html" title="trait core::fmt::LowerExp">LowerExp</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>LowerExp</code> implementation when
<code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_lower_hex" class="method trait-impl"><a href="#method.fmt_lower_hex" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_lower_hex</a>(self) -> FmtLowerHex<Self><div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/fmt/trait.LowerHex.html" title="trait core::fmt::LowerHex">LowerHex</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>LowerHex</code> implementation when
<code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_octal" class="method trait-impl"><a href="#method.fmt_octal" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_octal</a>(self) -> FmtOctal<Self><div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/fmt/trait.Octal.html" title="trait core::fmt::Octal">Octal</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>Octal</code> implementation when <code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_pointer" class="method trait-impl"><a href="#method.fmt_pointer" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_pointer</a>(self) -> FmtPointer<Self><div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/fmt/trait.Pointer.html" title="trait core::fmt::Pointer">Pointer</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>Pointer</code> implementation when
<code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_upper_exp" class="method trait-impl"><a href="#method.fmt_upper_exp" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_upper_exp</a>(self) -> FmtUpperExp<Self><div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/fmt/trait.UpperExp.html" title="trait core::fmt::UpperExp">UpperExp</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>UpperExp</code> implementation when
<code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_upper_hex" class="method trait-impl"><a href="#method.fmt_upper_hex" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_upper_hex</a>(self) -> FmtUpperHex<Self><div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/fmt/trait.UpperHex.html" title="trait core::fmt::UpperHex">UpperHex</a>,</div></h4></section></summary><div class='docblock'>Causes <code>self</code> to use its <code>UpperHex</code> implementation when
<code>Debug</code>-formatted.</div></details><details class="toggle method-toggle" open><summary><section id="method.fmt_list" class="method trait-impl"><a href="#method.fmt_list" class="anchor">§</a><h4 class="code-header">fn <a class="fn">fmt_list</a>(self) -> FmtList<Self><div class="where">where
<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&'a Self</a>: for<'a> <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/iter/traits/collect/trait.IntoIterator.html" title="trait core::iter::traits::collect::IntoIterator">IntoIterator</a>,</div></h4></section></summary><div class='docblock'>Formats each item in a sequence. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/convert/mod.rs.html#765">source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/convert/mod.rs.html#768">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.81.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -> T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-FromRef%3CT%3E-for-T" class="impl"><a href="#impl-FromRef%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> FromRef<T> for T<div class="where">where
T: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from_ref-1" class="method trait-impl"><a href="#method.from_ref-1" class="anchor">§</a><h4 class="code-header">fn <a class="fn">from_ref</a>(input: <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&T</a>) -> T</h4></section></summary><div class='docblock'>Converts to this type from a reference to the input type.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Instrument-for-T" class="impl"><a href="#impl-Instrument-for-T" class="anchor">§</a><h3 class="code-header">impl<T> Instrument for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instrument" class="method trait-impl"><a href="#method.instrument" class="anchor">§</a><h4 class="code-header">fn <a class="fn">instrument</a>(self, span: Span) -> Instrumented<Self></h4></section></summary><div class='docblock'>Instruments this type with the provided [<code>Span</code>], returning an
<code>Instrumented</code> wrapper. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.in_current_span" class="method trait-impl"><a href="#method.in_current_span" class="anchor">§</a><h4 class="code-header">fn <a class="fn">in_current_span</a>(self) -> Instrumented<Self></h4></section></summary><div class='docblock'>Instruments this type with the <a href="super::Span::current()">current</a> <a href="crate::Span"><code>Span</code></a>, returning an
<code>Instrumented</code> wrapper. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/convert/mod.rs.html#748-750">source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/convert/mod.rs.html#758">source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.81.0/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -> U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
<p>That is, this conversion is whatever the implementation of
<code><a href="https://doc.rust-lang.org/1.81.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for U</code> chooses to do.</p>
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IntoRequest%3CT%3E-for-T" class="impl"><a href="#impl-IntoRequest%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> IntoRequest<T> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into_request" class="method trait-impl"><a href="#method.into_request" class="anchor">§</a><h4 class="code-header">fn <a class="fn">into_request</a>(self) -> Request<T></h4></section></summary><div class='docblock'>Wrap the input message <code>T</code> in a <code>Request</code></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-IntoRequest%3CT%3E-for-T-1" class="impl"><a class="src rightside" href="https://docs.rs/tonic/0.12.3/src/tonic/request.rs.html#355">source</a><a href="#impl-IntoRequest%3CT%3E-for-T-1" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://docs.rs/tonic/0.12.3/tonic/request/trait.IntoRequest.html" title="trait tonic::request::IntoRequest">IntoRequest</a><T> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into_request-1" class="method trait-impl"><a class="src rightside" href="https://docs.rs/tonic/0.12.3/src/tonic/request.rs.html#356">source</a><a href="#method.into_request-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/tonic/0.12.3/tonic/request/trait.IntoRequest.html#tymethod.into_request" class="fn">into_request</a>(self) -> <a class="struct" href="https://docs.rs/tonic/0.12.3/tonic/request/struct.Request.html" title="struct tonic::request::Request">Request</a><T></h4></section></summary><div class='docblock'>Wrap the input message <code>T</code> in a <code>tonic::Request</code></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Pipe-for-T" class="impl"><a href="#impl-Pipe-for-T" class="anchor">§</a><h3 class="code-header">impl<T> Pipe for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.pipe" class="method trait-impl"><a href="#method.pipe" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe</a><R>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(Self) -> R) -> R<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Pipes by value. This is generally the method you want to use. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_ref" class="method trait-impl"><a href="#method.pipe_ref" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_ref</a><'a, R>(&'a self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&'a Self</a>) -> R) -> R<div class="where">where
R: 'a,</div></h4></section></summary><div class='docblock'>Borrows <code>self</code> and passes that borrow into the pipe function. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_ref_mut" class="method trait-impl"><a href="#method.pipe_ref_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_ref_mut</a><'a, R>(&'a mut self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&'a mut Self</a>) -> R) -> R<div class="where">where
R: 'a,</div></h4></section></summary><div class='docblock'>Mutably borrows <code>self</code> and passes that borrow into the pipe function. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_borrow" class="method trait-impl"><a href="#method.pipe_borrow" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_borrow</a><'a, B, R>(&'a self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&'a B</a>) -> R) -> R<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><B>,
B: 'a + ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
R: 'a,</div></h4></section></summary><div class='docblock'>Borrows <code>self</code>, then passes <code>self.borrow()</code> into the pipe function. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_borrow_mut" class="method trait-impl"><a href="#method.pipe_borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_borrow_mut</a><'a, B, R>(
&'a mut self,
func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&'a mut B</a>) -> R,
) -> R<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><B>,
B: 'a + ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
R: 'a,</div></h4></section></summary><div class='docblock'>Mutably borrows <code>self</code>, then passes <code>self.borrow_mut()</code> into the pipe
function. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_as_ref" class="method trait-impl"><a href="#method.pipe_as_ref" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_as_ref</a><'a, U, R>(&'a self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&'a U</a>) -> R) -> R<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><U>,
U: 'a + ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
R: 'a,</div></h4></section></summary><div class='docblock'>Borrows <code>self</code>, then passes <code>self.as_ref()</code> into the pipe function.</div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_as_mut" class="method trait-impl"><a href="#method.pipe_as_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_as_mut</a><'a, U, R>(&'a mut self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&'a mut U</a>) -> R) -> R<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><U>,
U: 'a + ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
R: 'a,</div></h4></section></summary><div class='docblock'>Mutably borrows <code>self</code>, then passes <code>self.as_mut()</code> into the pipe
function.</div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_deref" class="method trait-impl"><a href="#method.pipe_deref" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_deref</a><'a, T, R>(&'a self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&'a T</a>) -> R) -> R<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a><Target = T>,
T: 'a + ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
R: 'a,</div></h4></section></summary><div class='docblock'>Borrows <code>self</code>, then passes <code>self.deref()</code> into the pipe function.</div></details><details class="toggle method-toggle" open><summary><section id="method.pipe_deref_mut" class="method trait-impl"><a href="#method.pipe_deref_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pipe_deref_mut</a><'a, T, R>(
&'a mut self,
func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&'a mut T</a>) -> R,
) -> R<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/deref/trait.DerefMut.html" title="trait core::ops::deref::DerefMut">DerefMut</a><Target = T> + <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>,
T: 'a + ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
R: 'a,</div></h4></section></summary><div class='docblock'>Mutably borrows <code>self</code>, then passes <code>self.deref_mut()</code> into the pipe
function.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-PolicyExt-for-T" class="impl"><a href="#impl-PolicyExt-for-T" class="anchor">§</a><h3 class="code-header">impl<T> PolicyExt for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.and" class="method trait-impl"><a href="#method.and" class="anchor">§</a><h4 class="code-header">fn <a class="fn">and</a><P, B, E>(self, other: P) -> And<T, P><div class="where">where
T: Policy<B, E>,
P: Policy<B, E>,</div></h4></section></summary><div class='docblock'>Create a new <code>Policy</code> that returns [<code>Action::Follow</code>] only if <code>self</code> and <code>other</code> return
<code>Action::Follow</code>. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.or" class="method trait-impl"><a href="#method.or" class="anchor">§</a><h4 class="code-header">fn <a class="fn">or</a><P, B, E>(self, other: P) -> Or<T, P><div class="where">where
T: Policy<B, E>,
P: Policy<B, E>,</div></h4></section></summary><div class='docblock'>Create a new <code>Policy</code> that returns [<code>Action::Follow</code>] if either <code>self</code> or <code>other</code> returns
<code>Action::Follow</code>. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Same-for-T" class="impl"><a class="src rightside" href="https://docs.rs/typenum/1.16.0/src/typenum/type_operators.rs.html#34">source</a><a href="#impl-Same-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://docs.rs/typenum/1.16.0/typenum/type_operators/trait.Same.html" title="trait typenum::type_operators::Same">Same</a> for T</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output" class="associatedtype trait-impl"><a href="#associatedtype.Output" class="anchor">§</a><h4 class="code-header">type <a href="https://docs.rs/typenum/1.16.0/typenum/type_operators/trait.Same.html#associatedtype.Output" class="associatedtype">Output</a> = T</h4></section></summary><div class='docblock'>Should always be <code>Self</code></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Tap-for-T" class="impl"><a href="#impl-Tap-for-T" class="anchor">§</a><h3 class="code-header">impl<T> Tap for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.tap" class="method trait-impl"><a href="#method.tap" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap</a>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&Self</a>)) -> Self</h4></section></summary><div class='docblock'>Immutable access to a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_mut" class="method trait-impl"><a href="#method.tap_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_mut</a>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&mut Self</a>)) -> Self</h4></section></summary><div class='docblock'>Mutable access to a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_borrow" class="method trait-impl"><a href="#method.tap_borrow" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_borrow</a><B>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&B</a>)) -> Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><B>,
B: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Immutable access to the <code>Borrow<B></code> of a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_borrow_mut" class="method trait-impl"><a href="#method.tap_borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_borrow_mut</a><B>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&mut B</a>)) -> Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><B>,
B: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Mutable access to the <code>BorrowMut<B></code> of a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_ref" class="method trait-impl"><a href="#method.tap_ref" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_ref</a><R>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&R</a>)) -> Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><R>,
R: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Immutable access to the <code>AsRef<R></code> view of a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_ref_mut" class="method trait-impl"><a href="#method.tap_ref_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_ref_mut</a><R>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&mut R</a>)) -> Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><R>,
R: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Mutable access to the <code>AsMut<R></code> view of a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_deref" class="method trait-impl"><a href="#method.tap_deref" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_deref</a><T>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&T</a>)) -> Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a><Target = T>,
T: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Immutable access to the <code>Deref::Target</code> of a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_deref_mut" class="method trait-impl"><a href="#method.tap_deref_mut" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_deref_mut</a><T>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&mut T</a>)) -> Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/deref/trait.DerefMut.html" title="trait core::ops::deref::DerefMut">DerefMut</a><Target = T> + <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>,
T: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Mutable access to the <code>Deref::Target</code> of a value. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.tap_dbg" class="method trait-impl"><a href="#method.tap_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_dbg</a>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&Self</a>)) -> Self</h4></section></summary><div class='docblock'>Calls <code>.tap()</code> only in debug builds, and is erased in release builds.</div></details><details class="toggle method-toggle" open><summary><section id="method.tap_mut_dbg" class="method trait-impl"><a href="#method.tap_mut_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_mut_dbg</a>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&mut Self</a>)) -> Self</h4></section></summary><div class='docblock'>Calls <code>.tap_mut()</code> only in debug builds, and is erased in release
builds.</div></details><details class="toggle method-toggle" open><summary><section id="method.tap_borrow_dbg" class="method trait-impl"><a href="#method.tap_borrow_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_borrow_dbg</a><B>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&B</a>)) -> Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><B>,
B: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Calls <code>.tap_borrow()</code> only in debug builds, and is erased in release
builds.</div></details><details class="toggle method-toggle" open><summary><section id="method.tap_borrow_mut_dbg" class="method trait-impl"><a href="#method.tap_borrow_mut_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_borrow_mut_dbg</a><B>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&mut B</a>)) -> Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><B>,
B: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Calls <code>.tap_borrow_mut()</code> only in debug builds, and is erased in release
builds.</div></details><details class="toggle method-toggle" open><summary><section id="method.tap_ref_dbg" class="method trait-impl"><a href="#method.tap_ref_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_ref_dbg</a><R>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&R</a>)) -> Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><R>,
R: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Calls <code>.tap_ref()</code> only in debug builds, and is erased in release
builds.</div></details><details class="toggle method-toggle" open><summary><section id="method.tap_ref_mut_dbg" class="method trait-impl"><a href="#method.tap_ref_mut_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_ref_mut_dbg</a><R>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&mut R</a>)) -> Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.AsMut.html" title="trait core::convert::AsMut">AsMut</a><R>,
R: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Calls <code>.tap_ref_mut()</code> only in debug builds, and is erased in release
builds.</div></details><details class="toggle method-toggle" open><summary><section id="method.tap_deref_dbg" class="method trait-impl"><a href="#method.tap_deref_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_deref_dbg</a><T>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&T</a>)) -> Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a><Target = T>,
T: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Calls <code>.tap_deref()</code> only in debug builds, and is erased in release
builds.</div></details><details class="toggle method-toggle" open><summary><section id="method.tap_deref_mut_dbg" class="method trait-impl"><a href="#method.tap_deref_mut_dbg" class="anchor">§</a><h4 class="code-header">fn <a class="fn">tap_deref_mut_dbg</a><T>(self, func: impl <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&mut T</a>)) -> Self<div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/deref/trait.DerefMut.html" title="trait core::ops::deref::DerefMut">DerefMut</a><Target = T> + <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a>,
T: ?<a class="trait" href="https://doc.rust-lang.org/1.81.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Calls <code>.tap_deref_mut()</code> only in debug builds, and is erased in release
builds.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ToOwned-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/alloc/borrow.rs.html#83-85">source</a><a href="#impl-ToOwned-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.81.0/alloc/borrow/trait.ToOwned.html" title="trait alloc::borrow::ToOwned">ToOwned</a> for T<div class="where">where
T: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl"><a href="#associatedtype.Owned" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.81.0/alloc/borrow/trait.ToOwned.html#associatedtype.Owned" class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'>The resulting type after obtaining ownership.</div></details><details class="toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/alloc/borrow.rs.html#88">source</a><a href="#method.to_owned" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.81.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned" class="fn">to_owned</a>(&self) -> T</h4></section></summary><div class='docblock'>Creates owned data from borrowed data, usually by cloning. <a href="https://doc.rust-lang.org/1.81.0/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/alloc/borrow.rs.html#92">source</a><a href="#method.clone_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.81.0/alloc/borrow/trait.ToOwned.html#method.clone_into" class="fn">clone_into</a>(&self, target: <a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.reference.html">&mut T</a>)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a href="https://doc.rust-lang.org/1.81.0/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryConv-for-T" class="impl"><a href="#impl-TryConv-for-T" class="anchor">§</a><h3 class="code-header">impl<T> TryConv for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.try_conv" class="method trait-impl"><a href="#method.try_conv" class="anchor">§</a><h4 class="code-header">fn <a class="fn">try_conv</a><T>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, Self::<a class="associatedtype" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryInto.html#associatedtype.Error" title="type core::convert::TryInto::Error">Error</a>><div class="where">where
Self: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><T>,</div></h4></section></summary><div class='docblock'>Attempts to convert <code>self</code> into <code>T</code> using <code>TryInto<T></code>. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/convert/mod.rs.html#805-807">source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/convert/mod.rs.html#812">source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/convert/mod.rs.html#790-792">source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.81.0/src/core/convert/mod.rs.html#797">source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.81.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-VZip%3CV%3E-for-T" class="impl"><a href="#impl-VZip%3CV%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<V, T> VZip<V> for T<div class="where">where
V: MultiLane<T>,</div></h3></section></summary><div class="impl-items"><section id="method.vzip" class="method trait-impl"><a href="#method.vzip" class="anchor">§</a><h4 class="code-header">fn <a class="fn">vzip</a>(self) -> V</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-WithSubscriber-for-T" class="impl"><a href="#impl-WithSubscriber-for-T" class="anchor">§</a><h3 class="code-header">impl<T> WithSubscriber for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.with_subscriber" class="method trait-impl"><a href="#method.with_subscriber" class="anchor">§</a><h4 class="code-header">fn <a class="fn">with_subscriber</a><S>(self, subscriber: S) -> WithDispatch<Self><div class="where">where
S: <a class="trait" href="https://doc.rust-lang.org/1.81.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><Dispatch>,</div></h4></section></summary><div class='docblock'>Attaches the provided <a href="super::Subscriber"><code>Subscriber</code></a> to this type, returning a
[<code>WithDispatch</code>] wrapper. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.with_current_subscriber" class="method trait-impl"><a href="#method.with_current_subscriber" class="anchor">§</a><h4 class="code-header">fn <a class="fn">with_current_subscriber</a>(self) -> WithDispatch<Self></h4></section></summary><div class='docblock'>Attaches the current <a href="crate::dispatcher#setting-the-default-subscriber">default</a> <a href="super::Subscriber"><code>Subscriber</code></a> to this type, returning a
[<code>WithDispatch</code>] wrapper. <a>Read more</a></div></details></div></details><section id="impl-ErasedDestructor-for-T" class="impl"><a href="#impl-ErasedDestructor-for-T" class="anchor">§</a><h3 class="code-header">impl<T> ErasedDestructor for T<div class="where">where
T: 'static,</div></h3></section><section id="impl-MaybeSendSync-for-T" class="impl"><a href="#impl-MaybeSendSync-for-T" class="anchor">§</a><h3 class="code-header">impl<T> MaybeSendSync for T</h3></section></div></section></div></main></body></html>