<!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 `MessageBody` struct in crate `actix_web`."><metaname="keywords"content="rust, rustlang, rust-lang, MessageBody"><title>actix_web::dev::MessageBody - 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 MessageBody</p><divclass="sidebar-elems"><divclass="block items"><aclass="sidebar-title"href="#methods">Methods</a><divclass="sidebar-links"><ahref="#method.new">new</a><ahref="#method.limit">limit</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></div><pclass='location'><ahref='../index.html'>actix_web</a>::<wbr><ahref='index.html'>dev</a></p><script>window.sidebarCurrent={name:'MessageBody',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='in-band'>Struct <ahref='../index.html'>actix_web</a>::<wbr><ahref='index.html'>dev</a>::<wbr><aclass="struct"href=''>MessageBody</a></span><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/httpmessage.rs.html#396-402'title='goto source code'>[src]</a></span></h1><divclass="docblock type-decl"><preclass='rust struct'>pub struct MessageBody<T: <aclass="trait"href="../../actix_web/trait.HttpMessage.html"title="trait actix_web::HttpMessage">HttpMessage</a>> { /* fields omitted */ }</pre></div><divclass='docblock'><p>Future that resolves to a complete http message body.</p>
</div><h4id='method.limit'class="method"><spanid='limit.v'class='invisible'><tableclass='table-display'><tbody><tr><td><code>pub fn <ahref='#method.limit'class='fnname'>limit</a>(self, limit: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -> Self</code></span></td><td><spanclass='out-of-band'><divclass='ghost'></div><aclass='srclink'href='../../src/actix_web/httpmessage.rs.html#430-433'title='goto source code'>[src]</a></td></tr></tbody></table></span></h4><divclass='docblock'><p>Change max size of payload. By default max size is 256Kb</p>
<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/httpmessage.rs.html#453-486'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>
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<T> !<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/dev/struct.MessageBody.html"title="struct actix_web::dev::MessageBody">MessageBody</a><T></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<T> !<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/dev/struct.MessageBody.html"title="struct actix_web::dev::MessageBody">MessageBody</a><T></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></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>