blob: a5d6c89af9695ce56eb0b74da4c8220e8d3891ba [file] [log] [blame]
<!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="Channel builder."><meta name="keywords" content="rust, rustlang, rust-lang, Endpoint"><title>Endpoint in teaclave_rpc::transport::channel - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" href="../../../normalize.css"><link rel="stylesheet" href="../../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" href="../../../ayu.css" disabled><link rel="stylesheet" href="../../../dark.css" disabled><link rel="stylesheet" href="../../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../../main.js"></script><noscript><link rel="stylesheet" href="../../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../../favicon.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../../teaclave_rpc/index.html"><div class="logo-container"><img class="rust-logo" src="../../../rust-logo.svg" alt="logo"></div></a><h2></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../../teaclave_rpc/index.html"><div class="logo-container"><img class="rust-logo" src="../../../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">Endpoint</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block"><li><a href="#method.concurrency_limit">concurrency_limit</a></li><li><a href="#method.connect">connect</a></li><li><a href="#method.connect_lazy">connect_lazy</a></li><li><a href="#method.connect_timeout">connect_timeout</a></li><li><a href="#method.connect_with_connector">connect_with_connector</a></li><li><a href="#method.connect_with_connector_lazy">connect_with_connector_lazy</a></li><li><a href="#method.from_shared">from_shared</a></li><li><a href="#method.from_static">from_static</a></li><li><a href="#method.http2_adaptive_window">http2_adaptive_window</a></li><li><a href="#method.http2_keep_alive_interval">http2_keep_alive_interval</a></li><li><a href="#method.initial_connection_window_size">initial_connection_window_size</a></li><li><a href="#method.initial_stream_window_size">initial_stream_window_size</a></li><li><a href="#method.keep_alive_timeout">keep_alive_timeout</a></li><li><a href="#method.keep_alive_while_idle">keep_alive_while_idle</a></li><li><a href="#method.rate_limit">rate_limit</a></li><li><a href="#method.tcp_keepalive">tcp_keepalive</a></li><li><a href="#method.tcp_nodelay">tcp_nodelay</a></li><li><a href="#method.timeout">timeout</a></li><li><a href="#method.tls_config">tls_config</a></li><li><a href="#method.uri">uri</a></li><li><a href="#method.user_agent">user_agent</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block"><li><a href="#impl-Clone-for-Endpoint">Clone</a></li><li><a href="#impl-Debug-for-Endpoint">Debug</a></li><li><a href="#impl-From%3CUri%3E-for-Endpoint">From&lt;Uri&gt;</a></li><li><a href="#impl-FromStr-for-Endpoint">FromStr</a></li><li><a href="#impl-TryFrom%3C%26%27static%20str%3E-for-Endpoint">TryFrom&lt;&amp;&#39;static str&gt;</a></li><li><a href="#impl-TryFrom%3CBytes%3E-for-Endpoint">TryFrom&lt;Bytes&gt;</a></li><li><a href="#impl-TryFrom%3CString%3E-for-Endpoint">TryFrom&lt;String&gt;</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block"><li><a href="#impl-RefUnwindSafe-for-Endpoint">!RefUnwindSafe</a></li><li><a href="#impl-Send-for-Endpoint">Send</a></li><li><a href="#impl-Sync-for-Endpoint">Sync</a></li><li><a href="#impl-Unpin-for-Endpoint">Unpin</a></li><li><a href="#impl-UnwindSafe-for-Endpoint">!UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block"><li><a href="#impl-Any-for-Endpoint">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-Endpoint">Borrow&lt;T&gt;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-Endpoint">BorrowMut&lt;T&gt;</a></li><li><a href="#impl-From%3CT%3E-for-Endpoint">From&lt;T&gt;</a></li><li><a href="#impl-Instrument-for-Endpoint">Instrument</a></li><li><a href="#impl-Into%3CU%3E-for-Endpoint">Into&lt;U&gt;</a></li><li><a href="#impl-IntoRequest%3CT%3E-for-Endpoint">IntoRequest&lt;T&gt;</a></li><li><a href="#impl-ToOwned-for-Endpoint">ToOwned</a></li><li><a href="#impl-TryFrom%3CU%3E-for-Endpoint">TryFrom&lt;U&gt;</a></li><li><a href="#impl-TryInto%3CU%3E-for-Endpoint">TryInto&lt;U&gt;</a></li><li><a href="#impl-VZip%3CV%3E-for-Endpoint">VZip&lt;V&gt;</a></li><li><a href="#impl-WithSubscriber-for-Endpoint">WithSubscriber</a></li></ul></section><h2><a href="index.html">In teaclave_rpc::transport::channel</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../wheel.svg"></a></div></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn">Struct <a href="../../index.html">teaclave_rpc</a>::<wbr><a href="../index.html">transport</a>::<wbr><a href="index.html">channel</a>::<wbr><a class="struct" href="#">Endpoint</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/tonic/transport/channel/endpoint.rs.html#25">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="item-decl"><pre class="rust struct"><code>pub struct Endpoint { /* private fields */ }</code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Channel builder.</p>
<p>This struct is used to build and configure HTTP/2 channels.</p>
</div></details><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor"></a></h2><div id="implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Endpoint" class="impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#45">source</a><a href="#impl-Endpoint" class="anchor"></a><h3 class="code-header">impl <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_static" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#68">source</a><h4 class="code-header">pub fn <a href="#method.from_static" class="fnname">from_static</a>(s: &amp;'static str) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class="docblock"><p>Convert an <code>Endpoint</code> from a static string.</p>
<h5 id="panics"><a href="#panics">Panics</a></h5>
<p>This function panics if the argument is an invalid URI.</p>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code>Endpoint::from_static(<span class="string">&quot;https://example.com&quot;</span>);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_shared" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#79">source</a><h4 class="code-header">pub fn <a href="#method.from_shared" class="fnname">from_shared</a>(s: impl Into&lt;<a class="struct" href="../../../bytes/bytes/struct.Bytes.html" title="struct bytes::bytes::Bytes">Bytes</a>&gt;) -&gt; Result&lt;<a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a>, <a class="struct" href="../../../http/uri/struct.InvalidUri.html" title="struct http::uri::InvalidUri">InvalidUri</a>&gt;</h4></section></summary><div class="docblock"><p>Convert an <code>Endpoint</code> from shared bytes.</p>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code>Endpoint::from_shared(<span class="string">&quot;https://example.com&quot;</span>.to_string());</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.user_agent" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#95-97">source</a><h4 class="code-header">pub fn <a href="#method.user_agent" class="fnname">user_agent</a>&lt;T&gt;(self, user_agent: T) -&gt; Result&lt;<a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a>, <a class="struct" href="../struct.Error.html" title="struct teaclave_rpc::transport::Error">Error</a>&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: TryInto&lt;<a class="struct" href="../../../http/header/value/struct.HeaderValue.html" title="struct http::header::value::HeaderValue">HeaderValue</a>&gt;,</span></h4></section></summary><div class="docblock"><p>Set a custom user-agent header.</p>
<p><code>user_agent</code> will be prepended to Tonic’s default user-agent string (<code>tonic/x.x.x</code>).
It must be a value that can be converted into a valid <code>http::HeaderValue</code> or building
the endpoint will fail.</p>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code>builder.user_agent(<span class="string">&quot;Greeter&quot;</span>).expect(<span class="string">&quot;Greeter should be a valid header value&quot;</span>);
<span class="comment">// user-agent: &quot;Greeter tonic/x.x.x&quot;</span></code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.timeout" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#124">source</a><h4 class="code-header">pub fn <a href="#method.timeout" class="fnname">timeout</a>(self, dur: Duration) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class="docblock"><p>Apply a timeout to each request.</p>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code>builder.timeout(Duration::from_secs(<span class="number">5</span>));</code></pre></div>
<h5 id="notes"><a href="#notes">Notes</a></h5>
<p>This does <strong>not</strong> set the timeout metadata (<code>grpc-timeout</code> header) on
the request, meaning the server will not be informed of this timeout,
for that use <a href="../../struct.Request.html#method.set_timeout"><code>Request::set_timeout</code></a>.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.connect_timeout" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#141">source</a><h4 class="code-header">pub fn <a href="#method.connect_timeout" class="fnname">connect_timeout</a>(self, dur: Duration) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class="docblock"><p>Apply a timeout to connecting to the uri.</p>
<p>Defaults to no timeout.</p>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code>builder.connect_timeout(Duration::from_secs(<span class="number">5</span>));</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.tcp_keepalive" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#156">source</a><h4 class="code-header">pub fn <a href="#method.tcp_keepalive" class="fnname">tcp_keepalive</a>(self, tcp_keepalive: Option&lt;Duration&gt;) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class="docblock"><p>Set whether TCP keepalive messages are enabled on accepted connections.</p>
<p>If <code>None</code> is specified, keepalive is disabled, otherwise the duration
specified will be the time to remain idle before sending TCP keepalive
probes.</p>
<p>Default is no keepalive (<code>None</code>)</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.concurrency_limit" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#170">source</a><h4 class="code-header">pub fn <a href="#method.concurrency_limit" class="fnname">concurrency_limit</a>(self, limit: usize) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class="docblock"><p>Apply a concurrency limit to each request.</p>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code>builder.concurrency_limit(<span class="number">256</span>);</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.rate_limit" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#185">source</a><h4 class="code-header">pub fn <a href="#method.rate_limit" class="fnname">rate_limit</a>(self, limit: u64, duration: Duration) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class="docblock"><p>Apply a rate limit to each request.</p>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code>builder.rate_limit(<span class="number">32</span>, Duration::from_secs(<span class="number">1</span>));</code></pre></div>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.initial_stream_window_size" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#198">source</a><h4 class="code-header">pub fn <a href="#method.initial_stream_window_size" class="fnname">initial_stream_window_size</a>(self, sz: impl Into&lt;Option&lt;u32&gt;&gt;) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class="docblock"><p>Sets the <a href="https://http2.github.io/http2-spec/#SETTINGS_INITIAL_WINDOW_SIZE"><code>SETTINGS_INITIAL_WINDOW_SIZE</code></a> option for HTTP2
stream-level flow control.</p>
<p>Default is 65,535</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.initial_connection_window_size" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#208">source</a><h4 class="code-header">pub fn <a href="#method.initial_connection_window_size" class="fnname">initial_connection_window_size</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;sz: impl Into&lt;Option&lt;u32&gt;&gt;<br>) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class="docblock"><p>Sets the max connection-level flow control for HTTP2</p>
<p>Default is 65,535</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.tls_config" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#218">source</a><h4 class="code-header">pub fn <a href="#method.tls_config" class="fnname">tls_config</a>(self, tls_config: <a class="struct" href="../struct.ClientTlsConfig.html" title="struct teaclave_rpc::transport::ClientTlsConfig">ClientTlsConfig</a>) -&gt; Result&lt;<a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a>, <a class="struct" href="../struct.Error.html" title="struct teaclave_rpc::transport::Error">Error</a>&gt;</h4></section></summary><div class="docblock"><p>Configures TLS for the endpoint.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.tcp_nodelay" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#230">source</a><h4 class="code-header">pub fn <a href="#method.tcp_nodelay" class="fnname">tcp_nodelay</a>(self, enabled: bool) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class="docblock"><p>Set the value of <code>TCP_NODELAY</code> option for accepted connections. Enabled by default.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.http2_keep_alive_interval" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#238">source</a><h4 class="code-header">pub fn <a href="#method.http2_keep_alive_interval" class="fnname">http2_keep_alive_interval</a>(self, interval: Duration) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class="docblock"><p>Set http2 KEEP_ALIVE_INTERVAL. Uses <code>hyper</code>’s default otherwise.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.keep_alive_timeout" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#246">source</a><h4 class="code-header">pub fn <a href="#method.keep_alive_timeout" class="fnname">keep_alive_timeout</a>(self, duration: Duration) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class="docblock"><p>Set http2 KEEP_ALIVE_TIMEOUT. Uses <code>hyper</code>’s default otherwise.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.keep_alive_while_idle" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#254">source</a><h4 class="code-header">pub fn <a href="#method.keep_alive_while_idle" class="fnname">keep_alive_while_idle</a>(self, enabled: bool) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class="docblock"><p>Set http2 KEEP_ALIVE_WHILE_IDLE. Uses <code>hyper</code>’s default otherwise.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.http2_adaptive_window" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#262">source</a><h4 class="code-header">pub fn <a href="#method.http2_adaptive_window" class="fnname">http2_adaptive_window</a>(self, enabled: bool) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class="docblock"><p>Sets whether to use an adaptive flow control. Uses <code>hyper</code>’s default otherwise.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.connect" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#270">source</a><h4 class="code-header">pub async fn <a href="#method.connect" class="fnname">connect</a>(&amp;self) -&gt; impl Future&lt;Output = Result&lt;<a class="struct" href="../struct.Channel.html" title="struct teaclave_rpc::transport::Channel">Channel</a>, <a class="struct" href="../struct.Error.html" title="struct teaclave_rpc::transport::Error">Error</a>&gt;&gt;</h4></section></summary><div class="docblock"><p>Create a channel from this config.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.connect_lazy" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#295">source</a><h4 class="code-header">pub fn <a href="#method.connect_lazy" class="fnname">connect_lazy</a>(&amp;self) -&gt; <a class="struct" href="../struct.Channel.html" title="struct teaclave_rpc::transport::Channel">Channel</a></h4></section></summary><div class="docblock"><p>Create a channel from this config.</p>
<p>The channel returned by this method does not attempt to connect to the endpoint until first
use.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.connect_with_connector" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#323-328">source</a><h4 class="code-header">pub async fn <a href="#method.connect_with_connector" class="fnname">connect_with_connector</a>&lt;C&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;connector: C<br>) -&gt; impl Future&lt;Output = Result&lt;<a class="struct" href="../struct.Channel.html" title="struct teaclave_rpc::transport::Channel">Channel</a>, <a class="struct" href="../struct.Error.html" title="struct teaclave_rpc::transport::Error">Error</a>&gt;&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;C: 'static + <a class="trait" href="../../../tower/make/make_connection/trait.MakeConnection.html" title="trait tower::make::make_connection::MakeConnection">MakeConnection</a>&lt;<a class="struct" href="../struct.Uri.html" title="struct teaclave_rpc::transport::Uri">Uri</a>&gt; + Send,<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;C as <a class="trait" href="../../../tower/make/make_connection/trait.MakeConnection.html" title="trait tower::make::make_connection::MakeConnection">MakeConnection</a>&lt;<a class="struct" href="../struct.Uri.html" title="struct teaclave_rpc::transport::Uri">Uri</a>&gt;&gt;::<a class="associatedtype" href="../../../tower/make/make_connection/trait.MakeConnection.html#associatedtype.Connection" title="type tower::make::make_connection::MakeConnection::Connection">Connection</a>: 'static + Unpin + Send,<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;C as <a class="trait" href="../../../tower/make/make_connection/trait.MakeConnection.html" title="trait tower::make::make_connection::MakeConnection">MakeConnection</a>&lt;<a class="struct" href="../struct.Uri.html" title="struct teaclave_rpc::transport::Uri">Uri</a>&gt;&gt;::<a class="associatedtype" href="../../../tower/make/make_connection/trait.MakeConnection.html#associatedtype.Future" title="type tower::make::make_connection::MakeConnection::Future">Future</a>: 'static + Send,<br>&nbsp;&nbsp;&nbsp;&nbsp;Box&lt;dyn Error + Sync + Send + 'static, Global&gt;: 'static + From&lt;&lt;C as <a class="trait" href="../../../tower/make/make_connection/trait.MakeConnection.html" title="trait tower::make::make_connection::MakeConnection">MakeConnection</a>&lt;<a class="struct" href="../struct.Uri.html" title="struct teaclave_rpc::transport::Uri">Uri</a>&gt;&gt;::<a class="associatedtype" href="../../../tower/make/make_connection/trait.MakeConnection.html#associatedtype.Error" title="type tower::make::make_connection::MakeConnection::Error">Error</a>&gt; + Send,</span></h4></section></summary><div class="docblock"><p>Connect with a custom connector.</p>
<p>This allows you to build a <a href="struct.Channel.html">Channel</a> that uses a non-HTTP transport.
See the <code>uds</code> example for an example on how to use this function to build channel that
uses a Unix socket transport.</p>
<p>The <a href="../struct.Endpoint.html#method.connect_timeout"><code>connect_timeout</code></a> will still be applied.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.connect_with_connector_lazy" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#352-357">source</a><h4 class="code-header">pub fn <a href="#method.connect_with_connector_lazy" class="fnname">connect_with_connector_lazy</a>&lt;C&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;&amp;self,<br>&nbsp;&nbsp;&nbsp;&nbsp;connector: C<br>) -&gt; Result&lt;<a class="struct" href="../struct.Channel.html" title="struct teaclave_rpc::transport::Channel">Channel</a>, <a class="struct" href="../struct.Error.html" title="struct teaclave_rpc::transport::Error">Error</a>&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;C: 'static + <a class="trait" href="../../../tower/make/make_connection/trait.MakeConnection.html" title="trait tower::make::make_connection::MakeConnection">MakeConnection</a>&lt;<a class="struct" href="../struct.Uri.html" title="struct teaclave_rpc::transport::Uri">Uri</a>&gt; + Send,<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;C as <a class="trait" href="../../../tower/make/make_connection/trait.MakeConnection.html" title="trait tower::make::make_connection::MakeConnection">MakeConnection</a>&lt;<a class="struct" href="../struct.Uri.html" title="struct teaclave_rpc::transport::Uri">Uri</a>&gt;&gt;::<a class="associatedtype" href="../../../tower/make/make_connection/trait.MakeConnection.html#associatedtype.Connection" title="type tower::make::make_connection::MakeConnection::Connection">Connection</a>: 'static + Unpin + Send,<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;C as <a class="trait" href="../../../tower/make/make_connection/trait.MakeConnection.html" title="trait tower::make::make_connection::MakeConnection">MakeConnection</a>&lt;<a class="struct" href="../struct.Uri.html" title="struct teaclave_rpc::transport::Uri">Uri</a>&gt;&gt;::<a class="associatedtype" href="../../../tower/make/make_connection/trait.MakeConnection.html#associatedtype.Future" title="type tower::make::make_connection::MakeConnection::Future">Future</a>: 'static + Send,<br>&nbsp;&nbsp;&nbsp;&nbsp;Box&lt;dyn Error + Sync + Send + 'static, Global&gt;: 'static + From&lt;&lt;C as <a class="trait" href="../../../tower/make/make_connection/trait.MakeConnection.html" title="trait tower::make::make_connection::MakeConnection">MakeConnection</a>&lt;<a class="struct" href="../struct.Uri.html" title="struct teaclave_rpc::transport::Uri">Uri</a>&gt;&gt;::<a class="associatedtype" href="../../../tower/make/make_connection/trait.MakeConnection.html#associatedtype.Error" title="type tower::make::make_connection::MakeConnection::Error">Error</a>&gt; + Send,</span></h4></section></summary><div class="docblock"><p>Connect with a custom connector lazily.</p>
<p>This allows you to build a <a href="struct.Channel.html">Channel</a> that uses a non-HTTP transport
connec to it lazily.</p>
<p>See the <code>uds</code> example for an example on how to use this function to build channel that
uses a Unix socket transport.</p>
</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.uri" class="method has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#377">source</a><h4 class="code-header">pub fn <a href="#method.uri" class="fnname">uri</a>(&amp;self) -&gt; &amp;<a class="struct" href="../struct.Uri.html" title="struct teaclave_rpc::transport::Uri">Uri</a></h4></section></summary><div class="docblock"><p>Get the endpoint uri.</p>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>endpoint = Endpoint::from_static(<span class="string">&quot;https://example.com&quot;</span>);
<span class="macro">assert_eq!</span>(endpoint.uri(), <span class="kw-2">&amp;</span>Uri::from_static(<span class="string">&quot;https://example.com&quot;</span>));</code></pre></div>
</div></details></div></details></div><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor"></a></h2><div id="trait-implementations-list"><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Clone-for-Endpoint" class="impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#24">source</a><a href="#impl-Clone-for-Endpoint" class="anchor"></a><h3 class="code-header">impl Clone for <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#24">source</a><a href="#method.clone" class="anchor"></a><h4 class="code-header">fn <a class="fnname">clone</a>(&amp;self) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class='docblock'>Returns a copy of the value. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl has-srclink"><span class="since rightside" title="Stable since Rust version 1.0.0">1.0.0</span><a href="#method.clone_from" class="anchor"></a><h4 class="code-header">const fn <a class="fnname">clone_from</a>(&amp;mut self, source: &amp;Self)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-Debug-for-Endpoint" class="impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#430">source</a><a href="#impl-Debug-for-Endpoint" class="anchor"></a><h3 class="code-header">impl Debug for <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#431">source</a><a href="#method.fmt" class="anchor"></a><h4 class="code-header">fn <a class="fnname">fmt</a>(&amp;self, f: &amp;mut Formatter&lt;'_&gt;) -&gt; Result&lt;(), Error&gt;</h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-From%3CUri%3E-for-Endpoint" class="impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#382">source</a><a href="#impl-From%3CUri%3E-for-Endpoint" class="anchor"></a><h3 class="code-header">impl From&lt;<a class="struct" href="../struct.Uri.html" title="struct teaclave_rpc::transport::Uri">Uri</a>&gt; for <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#383">source</a><a href="#method.from" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(uri: <a class="struct" href="../struct.Uri.html" title="struct teaclave_rpc::transport::Uri">Uri</a>) -&gt; <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-FromStr-for-Endpoint" class="impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#436">source</a><a href="#impl-FromStr-for-Endpoint" class="anchor"></a><h3 class="code-header">impl FromStr for <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Err" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Err" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Err</a> = <a class="struct" href="../../../http/uri/struct.InvalidUri.html" title="struct http::uri::InvalidUri">InvalidUri</a></h4></section></summary><div class='docblock'>The associated error which can be returned from parsing.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from_str" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#439">source</a><a href="#method.from_str" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from_str</a>(s: &amp;str) -&gt; Result&lt;<a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a>, &lt;<a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a> as FromStr&gt;::Err&gt;</h4></section></summary><div class='docblock'>Parses a string <code>s</code> to return a value of this type. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-TryFrom%3C%26%27static%20str%3E-for-Endpoint" class="impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#422">source</a><a href="#impl-TryFrom%3C%26%27static%20str%3E-for-Endpoint" class="anchor"></a><h3 class="code-header">impl TryFrom&lt;&amp;'static str&gt; for <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error-1" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Error</a> = <a class="struct" href="../../../http/uri/struct.InvalidUri.html" title="struct http::uri::InvalidUri">InvalidUri</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.try_from-1" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#425">source</a><a href="#method.try_from-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">try_from</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp;t: &amp;'static str<br>) -&gt; Result&lt;<a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a>, &lt;<a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a> as TryFrom&lt;&amp;'static str&gt;&gt;::Error&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-TryFrom%3CBytes%3E-for-Endpoint" class="impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#406">source</a><a href="#impl-TryFrom%3CBytes%3E-for-Endpoint" class="anchor"></a><h3 class="code-header">impl TryFrom&lt;<a class="struct" href="../../../bytes/bytes/struct.Bytes.html" title="struct bytes::bytes::Bytes">Bytes</a>&gt; for <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error-2" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error-2" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Error</a> = <a class="struct" href="../../../http/uri/struct.InvalidUri.html" title="struct http::uri::InvalidUri">InvalidUri</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.try_from-2" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#409">source</a><a href="#method.try_from-2" class="anchor"></a><h4 class="code-header">fn <a class="fnname">try_from</a>(t: <a class="struct" href="../../../bytes/bytes/struct.Bytes.html" title="struct bytes::bytes::Bytes">Bytes</a>) -&gt; Result&lt;<a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a>, &lt;<a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a> as TryFrom&lt;<a class="struct" href="../../../bytes/bytes/struct.Bytes.html" title="struct bytes::bytes::Bytes">Bytes</a>&gt;&gt;::Error&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="rustdoc-toggle implementors-toggle" open><summary><section id="impl-TryFrom%3CString%3E-for-Endpoint" class="impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#414">source</a><a href="#impl-TryFrom%3CString%3E-for-Endpoint" class="anchor"></a><h3 class="code-header">impl TryFrom&lt;String&gt; for <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Error</a> = <a class="struct" href="../../../http/uri/struct.InvalidUri.html" title="struct http::uri::InvalidUri">InvalidUri</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/transport/channel/endpoint.rs.html#417">source</a><a href="#method.try_from" class="anchor"></a><h4 class="code-header">fn <a class="fnname">try_from</a>(t: String) -&gt; Result&lt;<a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a>, &lt;<a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a> as TryFrom&lt;String&gt;&gt;::Error&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor"></a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-Endpoint" class="impl has-srclink"><a href="#impl-RefUnwindSafe-for-Endpoint" class="anchor"></a><h3 class="code-header">impl !RefUnwindSafe for <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h3></section><section id="impl-Send-for-Endpoint" class="impl has-srclink"><a href="#impl-Send-for-Endpoint" class="anchor"></a><h3 class="code-header">impl Send for <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h3></section><section id="impl-Sync-for-Endpoint" class="impl has-srclink"><a href="#impl-Sync-for-Endpoint" class="anchor"></a><h3 class="code-header">impl Sync for <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h3></section><section id="impl-Unpin-for-Endpoint" class="impl has-srclink"><a href="#impl-Unpin-for-Endpoint" class="anchor"></a><h3 class="code-header">impl Unpin for <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h3></section><section id="impl-UnwindSafe-for-Endpoint" class="impl has-srclink"><a href="#impl-UnwindSafe-for-Endpoint" class="anchor"></a><h3 class="code-header">impl !UnwindSafe for <a class="struct" href="../struct.Endpoint.html" title="struct teaclave_rpc::transport::Endpoint">Endpoint</a></h3></section></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor"></a></h2><div id="blanket-implementations-list"><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Any-for-Endpoint" class="impl has-srclink"><a href="#impl-Any-for-Endpoint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Any for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: 'static + ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl has-srclink"><a href="#method.type_id" class="anchor"></a><h4 class="code-header">fn <a class="fnname">type_id</a>(&amp;self) -&gt; TypeId</h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-Endpoint" class="impl has-srclink"><a href="#impl-Borrow%3CT%3E-for-Endpoint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; Borrow&lt;T&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/91522" title="Tracking issue for const_borrow">unstable</a></span><a href="#method.borrow" class="anchor"></a><h4 class="code-header">fn <a class="fnname">borrow</a>(&amp;self) -&gt; &amp;T</h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-Endpoint" class="impl has-srclink"><a href="#impl-BorrowMut%3CT%3E-for-Endpoint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; BorrowMut&lt;T&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: ?Sized,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/91522" title="Tracking issue for const_borrow">unstable</a></span><a href="#method.borrow_mut" class="anchor"></a><h4 class="code-header">fn <a class="fnname">borrow_mut</a>(&amp;mut self) -&gt; &amp;mut T</h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-Endpoint" class="impl has-srclink"><a href="#impl-From%3CT%3E-for-Endpoint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; From&lt;T&gt; for T</h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.from-1" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.from-1" class="anchor"></a><h4 class="code-header">fn <a class="fnname">from</a>(t: T) -&gt; T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Instrument-for-Endpoint" class="impl has-srclink"><a class="srclink rightside" href="../../../src/tracing/instrument.rs.html#276">source</a><a href="#impl-Instrument-for-Endpoint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="../../../tracing/instrument/trait.Instrument.html" title="trait tracing::instrument::Instrument">Instrument</a> for T</h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.instrument" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/tracing/instrument.rs.html#82">source</a><a href="#method.instrument" class="anchor"></a><h4 class="code-header">fn <a href="../../../tracing/instrument/trait.Instrument.html#method.instrument" class="fnname">instrument</a>(self, span: <a class="struct" href="../../../tracing/span/struct.Span.html" title="struct tracing::span::Span">Span</a>) -&gt; <a class="struct" href="../../../tracing/instrument/struct.Instrumented.html" title="struct tracing::instrument::Instrumented">Instrumented</a>&lt;Self&gt;</h4></section></summary><div class='docblock'>Instruments this type with the provided <a href="../../../tracing/span/struct.Span.html" title="Span"><code>Span</code></a>, returning an
<code>Instrumented</code> wrapper. <a href="../../../tracing/instrument/trait.Instrument.html#method.instrument">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.in_current_span" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/tracing/instrument.rs.html#121">source</a><a href="#method.in_current_span" class="anchor"></a><h4 class="code-header">fn <a href="../../../tracing/instrument/trait.Instrument.html#method.in_current_span" class="fnname">in_current_span</a>(self) -&gt; <a class="struct" href="../../../tracing/instrument/struct.Instrumented.html" title="struct tracing::instrument::Instrumented">Instrumented</a>&lt;Self&gt;</h4></section></summary><div class='docblock'>Instruments this type with the <a href="../../../tracing/span/struct.Span.html#method.current">current</a> <a href="../../../tracing/span/struct.Span.html"><code>Span</code></a>, returning an
<code>Instrumented</code> wrapper. <a href="../../../tracing/instrument/trait.Instrument.html#method.in_current_span">Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-Endpoint" class="impl has-srclink"><a href="#impl-Into%3CU%3E-for-Endpoint" class="anchor"></a><h3 class="code-header">impl&lt;T, U&gt; Into&lt;U&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: From&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.into" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.into" class="anchor"></a><h4 class="code-header">fn <a class="fnname">into</a>(self) -&gt; 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>[From]&lt;T&gt; for U</code> chooses to do.</p>
</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-IntoRequest%3CT%3E-for-Endpoint" class="impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/request.rs.html#346">source</a><a href="#impl-IntoRequest%3CT%3E-for-Endpoint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="../../trait.IntoRequest.html" title="trait teaclave_rpc::IntoRequest">IntoRequest</a>&lt;T&gt; for T</h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.into_request" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/tonic/request.rs.html#347">source</a><a href="#method.into_request" class="anchor"></a><h4 class="code-header">fn <a href="../../trait.IntoRequest.html#tymethod.into_request" class="fnname">into_request</a>(self) -&gt; <a class="struct" href="../../struct.Request.html" title="struct teaclave_rpc::Request">Request</a>&lt;T&gt;</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="rustdoc-toggle implementors-toggle"><summary><section id="impl-ToOwned-for-Endpoint" class="impl has-srclink"><a href="#impl-ToOwned-for-Endpoint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; ToOwned for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Clone,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Owned" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Owned" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Owned</a> = T</h4></section></summary><div class='docblock'>The resulting type after obtaining ownership.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.to_owned" class="method trait-impl has-srclink"><a href="#method.to_owned" class="anchor"></a><h4 class="code-header">fn <a class="fnname">to_owned</a>(&amp;self) -&gt; T</h4></section></summary><div class='docblock'>Creates owned data from borrowed data, usually by cloning. <a>Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.clone_into" class="method trait-impl has-srclink"><a href="#method.clone_into" class="anchor"></a><h4 class="code-header">fn <a class="fnname">clone_into</a>(&amp;self, target: &amp;mut T)</h4></section></summary><div class='docblock'>Uses borrowed data to replace owned data, usually by cloning. <a>Read more</a></div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-Endpoint" class="impl has-srclink"><a href="#impl-TryFrom%3CU%3E-for-Endpoint" class="anchor"></a><h3 class="code-header">impl&lt;T, U&gt; TryFrom&lt;U&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: Into&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error-4" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error-4" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Error</a> = Infallible</h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.try_from-3" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.try_from-3" class="anchor"></a><h4 class="code-header">fn <a class="fnname">try_from</a>(value: U) -&gt; Result&lt;T, &lt;T as TryFrom&lt;U&gt;&gt;::Error&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-Endpoint" class="impl has-srclink"><a href="#impl-TryInto%3CU%3E-for-Endpoint" class="anchor"></a><h3 class="code-header">impl&lt;T, U&gt; TryInto&lt;U&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;U: TryFrom&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><details class="rustdoc-toggle" open><summary><section id="associatedtype.Error-3" class="associatedtype trait-impl has-srclink"><a href="#associatedtype.Error-3" class="anchor"></a><h4 class="code-header">type <a class="associatedtype">Error</a> = &lt;U as TryFrom&lt;T&gt;&gt;::Error</h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl has-srclink"><span class="since rightside" title="const unstable">const: <a href="https://github.com/rust-lang/rust/issues/88674" title="Tracking issue for const_convert">unstable</a></span><a href="#method.try_into" class="anchor"></a><h4 class="code-header">fn <a class="fnname">try_into</a>(self) -&gt; Result&lt;U, &lt;U as TryFrom&lt;T&gt;&gt;::Error&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-VZip%3CV%3E-for-Endpoint" class="impl has-srclink"><a class="srclink rightside" href="../../../src/ppv_lite86/types.rs.html#221">source</a><a href="#impl-VZip%3CV%3E-for-Endpoint" class="anchor"></a><h3 class="code-header">impl&lt;V, T&gt; <a class="trait" href="../../../ppv_lite86/types/trait.VZip.html" title="trait ppv_lite86::types::VZip">VZip</a>&lt;V&gt; for T<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;V: <a class="trait" href="../../../ppv_lite86/types/trait.MultiLane.html" title="trait ppv_lite86::types::MultiLane">MultiLane</a>&lt;T&gt;,</span></h3></section></summary><div class="impl-items"><section id="method.vzip" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/ppv_lite86/types.rs.html#226">source</a><a href="#method.vzip" class="anchor"></a><h4 class="code-header">fn <a href="../../../ppv_lite86/types/trait.VZip.html#tymethod.vzip" class="fnname">vzip</a>(self) -&gt; V</h4></section></div></details><details class="rustdoc-toggle implementors-toggle"><summary><section id="impl-WithSubscriber-for-Endpoint" class="impl has-srclink"><a class="srclink rightside" href="../../../src/tracing/instrument.rs.html#334">source</a><a href="#impl-WithSubscriber-for-Endpoint" class="anchor"></a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="../../../tracing/instrument/trait.WithSubscriber.html" title="trait tracing::instrument::WithSubscriber">WithSubscriber</a> for T</h3></section></summary><div class="impl-items"><details class="rustdoc-toggle method-toggle" open><summary><section id="method.with_subscriber" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/tracing/instrument.rs.html#169-171">source</a><a href="#method.with_subscriber" class="anchor"></a><h4 class="code-header">fn <a href="../../../tracing/instrument/trait.WithSubscriber.html#method.with_subscriber" class="fnname">with_subscriber</a>&lt;S&gt;(self, subscriber: S) -&gt; <a class="struct" href="../../../tracing/instrument/struct.WithDispatch.html" title="struct tracing::instrument::WithDispatch">WithDispatch</a>&lt;Self&gt;<span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;S: Into&lt;<a class="struct" href="../../../tracing_core/dispatcher/struct.Dispatch.html" title="struct tracing_core::dispatcher::Dispatch">Dispatch</a>&gt;,</span></h4></section></summary><div class='docblock'>Attaches the provided <a href="../../../tracing_core/subscriber/trait.Subscriber.html"><code>Subscriber</code></a> to this type, returning a
<a href="../../../tracing/instrument/struct.WithDispatch.html" title="WithDispatch"><code>WithDispatch</code></a> wrapper. <a href="../../../tracing/instrument/trait.WithSubscriber.html#method.with_subscriber">Read more</a></div></details><details class="rustdoc-toggle method-toggle" open><summary><section id="method.with_current_subscriber" class="method trait-impl has-srclink"><a class="srclink rightside" href="../../../src/tracing/instrument.rs.html#221">source</a><a href="#method.with_current_subscriber" class="anchor"></a><h4 class="code-header">fn <a href="../../../tracing/instrument/trait.WithSubscriber.html#method.with_current_subscriber" class="fnname">with_current_subscriber</a>(self) -&gt; <a class="struct" href="../../../tracing/instrument/struct.WithDispatch.html" title="struct tracing::instrument::WithDispatch">WithDispatch</a>&lt;Self&gt;</h4></section></summary><div class='docblock'>Attaches the current <a href="../../../tracing/dispatcher/index.html#setting-the-default-subscriber">default</a> <a href="../../../tracing_core/subscriber/trait.Subscriber.html"><code>Subscriber</code></a> to this type, returning a
<a href="../../../tracing/instrument/struct.WithDispatch.html" title="WithDispatch"><code>WithDispatch</code></a> wrapper. <a href="../../../tracing/instrument/trait.WithSubscriber.html#method.with_current_subscriber">Read more</a></div></details></div></details></div></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-current-crate="teaclave_rpc" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.66.0-nightly (5c8bff74b 2022-10-21)" ></div></body></html>