<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="API documentation for the Rust `SendRequest` struct in crate `actix_web`."><metaname="keywords"content="rust, rustlang, rust-lang, SendRequest"><title>actix_web::client::SendRequest - Rust</title><linkrel="stylesheet"type="text/css"href="../../normalize.css"><linkrel="stylesheet"type="text/css"href="../../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"type="text/css"href="../../dark.css"><linkrel="stylesheet"type="text/css"href="../../light.css"id="themeStyle"><scriptsrc="../../storage.js"></script></head><bodyclass="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu">☰</div><pclass='location'>Struct SendRequest</p><divclass="sidebar-elems"><divclass="block items"><aclass="sidebar-title"href="#methods">Methods</a><divclass="sidebar-links"><ahref="#method.timeout">timeout</a><ahref="#method.conn_timeout">conn_timeout</a><ahref="#method.wait_timeout">wait_timeout</a></div><aclass="sidebar-title"href="#implementations">Trait Implementations</a><divclass="sidebar-links"><ahref="#impl-Future">Future</a></div><aclass="sidebar-title"href="#synthetic-implementations">Auto Trait Implementations</a><divclass="sidebar-links"><ahref="#impl-Send">!Send</a><ahref="#impl-Sync">!Sync</a></div><aclass="sidebar-title"href="#blanket-implementations">Blanket Implementations</a><divclass="sidebar-links"><ahref="#impl-From">From</a><ahref="#impl-Into">Into</a><ahref="#impl-TryFrom">TryFrom</a><ahref="#impl-Borrow">Borrow</a><ahref="#impl-BorrowMut">BorrowMut</a><ahref="#impl-TryInto">TryInto</a><ahref="#impl-Any">Any</a><ahref="#impl-IntoFuture">IntoFuture</a><ahref="#impl-Erased">Erased</a><ahref="#impl-FutureExt">FutureExt</a><ahref="#impl-WrapFuture">WrapFuture</a></div></div><pclass='location'><ahref='../index.html'>actix_web</a>::<wbr><ahref='index.html'>client</a></p><script>window.sidebarCurrent={name:'SendRequest',ty:'struct',relpath:''};</script><scriptdefersrc="sidebar-items.js"></script></div></nav><divclass="theme-picker"><buttonid="theme-picker"aria-label="Pick another theme!"><imgsrc="../../brush.svg"width="18"alt="Pick another theme!"></button><divid="theme-choices"></div></div><scriptsrc="../../theme.js"></script><navclass="sub"><formclass="search-form js-only"><divclass="search-container"><inputclass="search-input"name="search"autocomplete="off"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"><aid="settings-menu"href="../../settings.html"><imgsrc="../../wheel.svg"width="18"alt="Change settings"></a></div></form></nav><sectionid="main"class="content"><h1class='fqn'><spanclass='out-of-band'><spanid='render-detail'><aid="toggle-all-docs"href="javascript:void(0)"title="collapse all docs">[<spanclass='inner'>−</span>]</a></span><aclass='srclink'href='../../src/actix_web/client/pipeline.rs.html#68-75'title='goto source code'>[src]</a></span><spanclass='in-band'>Struct <ahref='../index.html'>actix_web</a>::<wbr><ahref='index.html'>client</a>::<wbr><aclass="struct"href=''>SendRequest</a></span></h1><divclass="docblock type-decl hidden-by-usual-hider"><preclass='rust struct'><divclass="docblock attributes">#[must_use = "SendRequest does nothing unless polled"]
</div>pub struct SendRequest { /* fields omitted */ }</pre></div><divclass='docblock'><p><code>SendRequest</code> is a <code>Future</code> which represents an asynchronous
<divclass='docblock'><p>The type of value that this future will resolved with if it is successful. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item">Read more</a></p>
<divclass='docblock'><p>The type of error that this future will resolve with if it fails in a normal fashion. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error">Read more</a></p>
</div><h4id='method.poll'class="method"><spanid='poll.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#tymethod.poll'class='fnname'>poll</a>(&mut self) -><aclass="type"href="https://docs.rs/futures/0.1/futures/poll/type.Poll.html"title="type futures::poll::Poll">Poll</a><Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item"title="type futures::future::Future::Item">Item</a>, Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../../src/actix_web/client/pipeline.rs.html#146-237'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Query this future to see if its value has become available, registering interest if it is not. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#tymethod.poll">Read more</a></p>
</div><h4id='method.wait'class="method"><spanid='wait.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.wait'class='fnname'>wait</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item"title="type futures::future::Future::Item">Item</a>, Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#296-300'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Block the current thread until this future is resolved. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.wait">Read more</a></p>
</div><h4id='method.map'class="method"><spanid='map.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.map'class='fnname'>map</a><F, U>(self, f: F) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/map/struct.Map.html"title="struct futures::future::map::Map">Map</a><Self, F><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item"title="type futures::future::Future::Item">Item</a>) -> U, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#370-375'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Map this future's result to a different type, returning a new future of the resulting type. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.map">Read more</a></p>
</div><h4id='method.map_err'class="method"><spanid='map_err.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.map_err'class='fnname'>map_err</a><F, E>(self, f: F) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/map_err/struct.MapErr.html"title="struct futures::future::map_err::MapErr">MapErr</a><Self, F><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>) -> E, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#410-415'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Map this future's error to a different error, returning a new future. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.map_err">Read more</a></p>
</div><h4id='method.from_err'class="method"><spanid='from_err.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.from_err'class='fnname'>from_err</a><E>(self) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/from_err/struct.FromErr.html"title="struct futures::future::from_err::FromErr">FromErr</a><Self, E><spanclass="where fmt-newline">where<br> E: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#440-444'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Map this future's error to any error implementing <code>From</code> for this future's <code>Error</code>, returning a new future. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.from_err">Read more</a></p>
</div><h4id='method.then'class="method"><spanid='then.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.then'class='fnname'>then</a><F, B>(self, f: F) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/then/struct.Then.html"title="struct futures::future::then::Then">Then</a><Self, B, F><spanclass="where fmt-newline">where<br> B: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>,<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(<aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item"title="type futures::future::Future::Item">Item</a>, Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>) -> B, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#484-490'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Chain on a computation for when a future finished, passing the result of the future to the provided closure <code>f</code>. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.then">Read more</a></p>
</div><h4id='method.and_then'class="method"><spanid='and_then.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.and_then'class='fnname'>and_then</a><F, B>(self, f: F) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/and_then/struct.AndThen.html"title="struct futures::future::and_then::AndThen">AndThen</a><Self, B, F><spanclass="where fmt-newline">where<br> B: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a><Error = Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>,<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item"title="type futures::future::Future::Item">Item</a>) -> B, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#525-531'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Execute another future after this one has resolved successfully. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.and_then">Read more</a></p>
</div><h4id='method.or_else'class="method"><spanid='or_else.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.or_else'class='fnname'>or_else</a><F, B>(self, f: F) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/or_else/struct.OrElse.html"title="struct futures::future::or_else::OrElse">OrElse</a><Self, B, F><spanclass="where fmt-newline">where<br> B: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a><Item = Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item"title="type futures::future::Future::Item">Item</a>>,<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>) -> B, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#566-572'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Execute another future if this one resolves with an error. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.or_else">Read more</a></p>
</div><h4id='method.select'class="method"><spanid='select.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.select'class='fnname'>select</a><B>(self, other: B) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/select/struct.Select.html"title="struct futures::future::select::Select">Select</a><Self, <B as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Future"title="type futures::future::IntoFuture::Future">Future</a>><spanclass="where fmt-newline">where<br> B: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a><Item = Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item"title="type futures::future::Future::Item">Item</a>, Error = Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#624-631'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Waits for either one of two futures to complete. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.select">Read more</a></p>
</div><h4id='method.select2'class="method"><spanid='select2.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.select2'class='fnname'>select2</a><B>(self, other: B) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/select2/struct.Select2.html"title="struct futures::future::select2::Select2">Select2</a><Self, <B as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Future"title="type futures::future::IntoFuture::Future">Future</a>><spanclass="where fmt-newline">where<br> B: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#670-674'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Waits for either one of two differently-typed futures to complete. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.select2">Read more</a></p>
</div><h4id='method.join'class="method"><spanid='join.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.join'class='fnname'>join</a><B>(self, other: B) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/join/struct.Join.html"title="struct futures::future::join::Join">Join</a><Self, <B as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Future"title="type futures::future::IntoFuture::Future">Future</a>><spanclass="where fmt-newline">where<br> B: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a><Error = Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#715-721'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Joins the result of two futures, waiting for them both to complete. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.join">Read more</a></p>
</div><h4id='method.join3'class="method"><spanid='join3.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.join3'class='fnname'>join3</a><B, C>(<br> self, <br> b: B, <br> c: C<br>) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/join/struct.Join3.html"title="struct futures::future::join::Join3">Join3</a><Self, <B as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Future"title="type futures::future::IntoFuture::Future">Future</a>, <C as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Future"title="type futures::future::IntoFuture::Future">Future</a>><spanclass="where fmt-newline">where<br> B: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a><Error = Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>,<br> C: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a><Error = Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#724-730'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Same as <code>join</code>, but with more futures.</p>
</div><h4id='method.join4'class="method"><spanid='join4.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.join4'class='fnname'>join4</a><B, C, D>(<br> self, <br> b: B, <br> c: C, <br> d: D<br>) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/join/struct.Join4.html"title="struct futures::future::join::Join4">Join4</a><Self, <B as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Future"title="type futures::future::IntoFuture::Future">Future</a>, <C as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Future"title="type futures::future::IntoFuture::Future">Future</a>, <D as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Future"title="type futures::future::IntoFuture::Future">Future</a>><spanclass="where fmt-newline">where<br> B: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a><Error = Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>,<br> C: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a><Error = Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>,<br> D: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a><Error = Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#733-741'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Same as <code>join</code>, but with more futures.</p>
</div><h4id='method.join5'class="method"><spanid='join5.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.join5'class='fnname'>join5</a><B, C, D, E>(<br> self, <br> b: B, <br> c: C, <br> d: D, <br> e: E<br>) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/join/struct.Join5.html"title="struct futures::future::join::Join5">Join5</a><Self, <B as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Future"title="type futures::future::IntoFuture::Future">Future</a>, <C as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Future"title="type futures::future::IntoFuture::Future">Future</a>, <D as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Future"title="type futures::future::IntoFuture::Future">Future</a>, <E as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Future"title="type futures::future::IntoFuture::Future">Future</a>><spanclass="where fmt-newline">where<br> B: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a><Error = Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>,<br> C: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a><Error = Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>,<br> D: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a><Error = Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>,<br> E: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a><Error = Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#744-754'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Same as <code>join</code>, but with more futures.</p>
</div><h4id='method.into_stream'class="method"><spanid='into_stream.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.into_stream'class='fnname'>into_stream</a>(self) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/into_stream/struct.IntoStream.html"title="struct futures::future::into_stream::IntoStream">IntoStream</a><Self></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#777-781'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Convert this future into a single element stream. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.into_stream">Read more</a></p>
</div><h4id='method.flatten'class="method"><spanid='flatten.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.flatten'class='fnname'>flatten</a>(self) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/flatten/struct.Flatten.html"title="struct futures::future::flatten::Flatten">Flatten</a><Self><spanclass="where fmt-newline">where<br> Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item"title="type futures::future::Future::Item">Item</a>: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>,<br> <Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item"title="type futures::future::Future::Item">Item</a> as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Error"title="type futures::future::IntoFuture::Error">Error</a>: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>>, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#819-829'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Flatten the execution of this future when the successful result of this future is itself another future. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.flatten">Read more</a></p>
</div><h4id='method.flatten_stream'class="method"><spanid='flatten_stream.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.flatten_stream'class='fnname'>flatten_stream</a>(self) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/flatten_stream/struct.FlattenStream.html"title="struct futures::future::flatten_stream::FlattenStream">FlattenStream</a><Self><spanclass="where fmt-newline">where<br> Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item"title="type futures::future::Future::Item">Item</a>: <aclass="trait"href="https://docs.rs/futures/0.1/futures/stream/trait.Stream.html"title="trait futures::stream::Stream">Stream</a>,<br> <Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item"title="type futures::future::Future::Item">Item</a> as <aclass="trait"href="https://docs.rs/futures/0.1/futures/stream/trait.Stream.html"title="trait futures::stream::Stream">Stream</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/stream/trait.Stream.html#associatedtype.Error"title="type futures::stream::Stream::Error">Error</a> == Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a>, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#859-864'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Flatten the execution of this future when the successful result of this future is a stream. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.flatten_stream">Read more</a></p>
</div><h4id='method.fuse'class="method"><spanid='fuse.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.fuse'class='fnname'>fuse</a>(self) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/fuse/struct.Fuse.html"title="struct futures::future::fuse::Fuse">Fuse</a><Self></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#899-904'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Fuse a future such that <code>poll</code> will never again be called once it has completed. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.fuse">Read more</a></p>
</div><h4id='method.inspect'class="method"><spanid='inspect.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.inspect'class='fnname'>inspect</a><F>(self, f: F) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/inspect/struct.Inspect.html"title="struct futures::future::inspect::Inspect">Inspect</a><Self, F><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"title="trait core::ops::function::FnOnce">FnOnce</a>(&Self::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item"title="type futures::future::Future::Item">Item</a>), </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#922-927'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Do something with the item of a future, passing it on. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.inspect">Read more</a></p>
</div><h4id='method.catch_unwind'class="method"><spanid='catch_unwind.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.catch_unwind'class='fnname'>catch_unwind</a>(self) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/catch_unwind/struct.CatchUnwind.html"title="struct futures::future::catch_unwind::CatchUnwind">CatchUnwind</a><Self><spanclass="where fmt-newline">where<br> Self: <aclass="trait"href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html"title="trait std::panic::UnwindSafe">UnwindSafe</a>, </span></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#961-965'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Catches unwinding panics while polling the future. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.catch_unwind">Read more</a></p>
</div><h4id='method.shared'class="method"><spanid='shared.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.shared'class='fnname'>shared</a>(self) -><aclass="struct"href="https://docs.rs/futures/0.1/futures/future/shared/struct.Shared.html"title="struct futures::future::shared::Shared">Shared</a><Self></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#1010-1014'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Create a cloneable handle to this future where all handles will resolve to the same result. <ahref="https://docs.rs/futures/0.1/futures/future/trait.Future.html#method.shared">Read more</a></p>
</div></div></div><h2id='synthetic-implementations'class='small-section-header'>Auto Trait Implementations<ahref='#synthetic-implementations'class='anchor'></a></h2><divid='synthetic-implementations-list'><h3id='impl-Send'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl !<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a> for <aclass="struct"href="../../actix_web/client/struct.SendRequest.html"title="struct actix_web::client::SendRequest">SendRequest</a></code><ahref='#impl-Send'class='anchor'></a></span></td><td><spanclass='out-of-band'></span></td></tr></tbody></table></h3><divclass='impl-items'></div><h3id='impl-Sync'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl !<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a> for <aclass="struct"href="../../actix_web/client/struct.SendRequest.html"title="struct actix_web::client::SendRequest">SendRequest</a></code><ahref='#impl-Sync'class='anchor'></a></span></td><td><spanclass='out-of-band'></span></td></tr></tbody></table></h3><divclass='impl-items'></div></div><h2id='blanket-implementations'class='small-section-header'>Blanket Implementations<ahref='#blanket-implementations'class='anchor'></a></h2><divid='blanket-implementations-list'><h3id='impl-From'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a> for T</code><ahref='#impl-From'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#462-464'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.from'class="method"><spanid='from.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from'class='fnname'>from</a>(t: T) -> T</code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#463'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Performs the conversion.</p>
</div></div><h3id='impl-Into'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><T>, </span></code><ahref='#impl-Into'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#453-458'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.into'class="method"><spanid='into.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into'class='fnname'>into</a>(self) -> U</code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#455-457'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Performs the conversion.</p>
</div></div><h3id='impl-TryFrom'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a> for T <spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html"title="trait core::convert::From">From</a><U>, </span></code><ahref='#impl-TryFrom'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#481-487'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='associatedtype.Error-1'class="type"><spanid='Error.t-1'class='invisible'><code>type <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error'class="type">Error</a> = <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.never.html">!</a></code></span></h4>
<divclass='stability'><divclass='stab unstable'><spanclass=microscope>🔬</span> This is a nightly-only experimental API. (<code>try_from</code>)</div></div><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id='method.try_from'class="method"><spanid='try_from.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from'class='fnname'>try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#484-486'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='stability'><divclass='stab unstable'><spanclass=microscope>🔬</span> This is a nightly-only experimental API. (<code>try_from</code>)</div></div><divclass='docblock'><p>Performs the conversion.</p>
</div></div><h3id='impl-Borrow'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html"title="trait core::borrow::Borrow">Borrow</a> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref='#impl-Borrow'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#219-221'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.borrow'class="method"><spanid='borrow.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow'class='fnname'>borrow</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>T</code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#220'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Immutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3id='impl-BorrowMut'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html"title="trait core::borrow::BorrowMut">BorrowMut</a> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref='#impl-BorrowMut'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#224-226'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.borrow_mut'class="method"><spanid='borrow_mut.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut'class='fnname'>borrow_mut</a>(&mut self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T</code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#225'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Mutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3id='impl-TryInto'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></code><ahref='#impl-TryInto'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#469-476'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='associatedtype.Error-2'class="type"><spanid='Error.t-2'class='invisible'><code>type <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error'class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></code></span></h4>
<divclass='stability'><divclass='stab unstable'><spanclass=microscope>🔬</span> This is a nightly-only experimental API. (<code>try_from</code>)</div></div><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id='method.try_into'class="method"><spanid='try_into.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into'class='fnname'>try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#473-475'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='stability'><divclass='stab unstable'><spanclass=microscope>🔬</span> This is a nightly-only experimental API. (<code>try_from</code>)</div></div><divclass='docblock'><p>Performs the conversion.</p>
</div></div><h3id='impl-Any'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html"title="trait core::any::Any">Any</a> for T <spanclass="where fmt-newline">where<br> T: 'static + ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref='#impl-Any'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#114-116'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.get_type_id'class="method"><spanid='get_type_id.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.get_type_id'class='fnname'>get_type_id</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html"title="struct core::any::TypeId">TypeId</a></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#115'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='stability'><divclass='stab unstable'><details><summary><spanclass=microscope>🔬</span> This is a nightly-only experimental API. (<code>get_type_id</code>)</summary><p>this method will likely be replaced by an associated static</p>
</details></div></div><divclass='docblock'><p>Gets the <code>TypeId</code> of <code>self</code>. <ahref="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.get_type_id">Read more</a></p>
</div></div><h3id='impl-IntoFuture'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl<F><aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html"title="trait futures::future::IntoFuture">IntoFuture</a> for F <spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html"title="trait futures::future::Future">Future</a>, </span></code><ahref='#impl-IntoFuture'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#1051-1059'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='associatedtype.Future'class="type"><spanid='Future.t'class='invisible'><code>type <ahref='https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Future'class="type">Future</a> = F</code></span></h4>
<divclass='docblock'><p>The future that this type can be converted into.</p>
</div><h4id='associatedtype.Item-1'class="type"><spanid='Item.t-1'class='invisible'><code>type <ahref='https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Item'class="type">Item</a> = <F as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html"title="trait futures::future::Future">Future</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item"title="type futures::future::Future::Item">Item</a></code></span></h4>
<divclass='docblock'><p>The item that the future may resolve with.</p>
</div><h4id='associatedtype.Error-3'class="type"><spanid='Error.t-3'class='invisible'><code>type <ahref='https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#associatedtype.Error'class="type">Error</a> = <F as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html"title="trait futures::future::Future">Future</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a></code></span></h4>
<divclass='docblock'><p>The error that the future may resolve with.</p>
</div><h4id='method.into_future'class="method"><spanid='into_future.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/futures/0.1/futures/future/trait.IntoFuture.html#tymethod.into_future'class='fnname'>into_future</a>(self) -> F</code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/futures/0.1/src/futures/future/mod.rs.html#1056-1058'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Consumes this object and produces a future.</p>
</div></div><h3id='impl-Erased'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl<T> Erased for T</code><ahref='#impl-Erased'class='anchor'></a></span></td><td><spanclass='out-of-band'></span></td></tr></tbody></table></h3><divclass='impl-items'></div><h3id='impl-FutureExt'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl<T><aclass="trait"href="https://docs.rs/tokio/0.1.11/tokio/util/future/trait.FutureExt.html"title="trait tokio::util::future::FutureExt">FutureExt</a> for T <spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html"title="trait futures::future::Future">Future</a> + ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref='#impl-FutureExt'class='anchor'></a></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/tokio/0.1.11/src/tokio/util/future.rs.html#74'title='goto source code'>[src]</a></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='method.timeout-1'class="method"><spanid='timeout.v-1'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='https://docs.rs/tokio/0.1.11/tokio/util/future/trait.FutureExt.html#method.timeout'class='fnname'>timeout</a>(self, timeout: <aclass="struct"href="https://doc.rust-lang.org/nightly/core/time/struct.Duration.html"title="struct core::time::Duration">Duration</a>) -><aclass="struct"href="https://docs.rs/tokio-timer/0.2.7/tokio_timer/timeout/struct.Timeout.html"title="struct tokio_timer::timeout::Timeout">Timeout</a><Self></code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='https://docs.rs/tokio/0.1.11/src/tokio/util/future.rs.html#58-62'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Creates a new future which allows <code>self</code> until <code>timeout</code>. <ahref="https://docs.rs/tokio/0.1.11/tokio/util/future/trait.FutureExt.html#method.timeout">Read more</a></p>
</div></div><h3id='impl-WrapFuture'class='impl'><spanclass='in-band'><tableclass='table-display'><tbody><tr><td><code>impl<F, A><aclass="trait"href="../../actix_web/actix/actix/fut/trait.WrapFuture.html"title="trait actix_web::actix::actix::fut::WrapFuture">WrapFuture</a> for F <spanclass="where fmt-newline">where<br> A: <aclass="trait"href="../../actix_web/actix/actix/dev/trait.Actor.html"title="trait actix_web::actix::actix::dev::Actor">Actor</a>,<br> F: <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html"title="trait futures::future::Future">Future</a>, </span></code><ahref='#impl-WrapFuture'class='anchor'></a></span></td><td><spanclass='out-of-band'></span></td></tr></tbody></table></h3><divclass='impl-items'><h4id='associatedtype.Future-1'class="type"><spanid='Future.t-1'class='invisible'><code>type <ahref='../../actix_web/actix/actix/fut/trait.WrapFuture.html#associatedtype.Future'class="type">Future</a> = <aclass="struct"href="../../actix_web/actix/actix/fut/struct.FutureWrap.html"title="struct actix_web::actix::actix::fut::FutureWrap">FutureWrap</a><F, A></code></span></h4>
<divclass='docblock'><p>The future that this type can be converted into.</p>
</div><h4id='associatedtype.Item-2'class="type"><spanid='Item.t-2'class='invisible'><code>type <ahref='../../actix_web/actix/actix/fut/trait.WrapFuture.html#associatedtype.Item'class="type">Item</a> = <F as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html"title="trait futures::future::Future">Future</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Item"title="type futures::future::Future::Item">Item</a></code></span></h4>
<divclass='docblock'><p>The item that the future may resolve with.</p>
</div><h4id='associatedtype.Error-4'class="type"><spanid='Error.t-4'class='invisible'><code>type <ahref='../../actix_web/actix/actix/fut/trait.WrapFuture.html#associatedtype.Error'class="type">Error</a> = <F as <aclass="trait"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html"title="trait futures::future::Future">Future</a>>::<aclass="type"href="https://docs.rs/futures/0.1/futures/future/trait.Future.html#associatedtype.Error"title="type futures::future::Future::Error">Error</a></code></span></h4>
<divclass='docblock'><p>The error that the future may resolve with.</p>
</div><h4id='method.into_actor'class="method"><spanid='into_actor.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>fn <ahref='../../actix_web/actix/actix/fut/trait.WrapFuture.html#tymethod.into_actor'class='fnname'>into_actor</a>(self, <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>A) -><F as <aclass="trait"href="../../actix_web/actix/actix/fut/trait.WrapFuture.html"title="trait actix_web::actix::actix::fut::WrapFuture">WrapFuture</a><A>>::<aclass="type"href="../../actix_web/actix/actix/fut/trait.WrapFuture.html#associatedtype.Future"title="type actix_web::actix::actix::fut::WrapFuture::Future">Future</a></code></td><td></td></tr></tbody></table></span></h4><divclass='docblock'><p>Convert normal future to a ActorFuture</p>
</div></div></div></section><sectionid="search"class="content hidden"></section><sectionclass="footer"></section><asideid="help"class="hidden"><div><h1class="hidden">Help</h1><divclass="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd>↑</kbd></dt><dd>Move up in search results</dd><dt><kbd>↓</kbd></dt><dd>Move down in search results</dd><dt><kbd>↹</kbd></dt><dd>Switch tab</dd><dt><kbd>⏎</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><divclass="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g. <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath="../../";window.currentCrate="actix_web";</script><scriptsrc="../../aliases.js"></script><scriptsrc="../../main.js"></script><scriptdefersrc="../../search-index.js"></script></body></html>