mirror of
https://github.com/actix/actix-website
synced 2025-06-30 16:54:27 +02:00
update actix-web api docs
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_web"] = [{text:"impl<A, B, I, E> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a> for <a class=\"enum\" href=\"actix_web/enum.Either.html\" title=\"enum actix_web::Either\">Either</a><A, B> <span class=\"where fmt-newline\">where<br> A: <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a><Item = I, Error = E>,<br> B: <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a><Item = I, Error = E>, </span>",synthetic:false,types:["actix_web::handler::Either"]},{text:"impl<I, E> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a> for <a class=\"struct\" href=\"actix_web/dev/struct.AsyncResult.html\" title=\"struct actix_web::dev::AsyncResult\">AsyncResult</a><I, E>",synthetic:false,types:["actix_web::handler::AsyncResult"]},{text:"impl<T> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a> for <a class=\"struct\" href=\"actix_web/dev/struct.MessageBody.html\" title=\"struct actix_web::dev::MessageBody\">MessageBody</a><T> <span class=\"where fmt-newline\">where<br> T: <a class=\"trait\" href=\"actix_web/trait.HttpMessage.html\" title=\"trait actix_web::HttpMessage\">HttpMessage</a> + 'static, </span>",synthetic:false,types:["actix_web::httpmessage::MessageBody"]},{text:"impl<T, U> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a> for <a class=\"struct\" href=\"actix_web/dev/struct.UrlEncoded.html\" title=\"struct actix_web::dev::UrlEncoded\">UrlEncoded</a><T, U> <span class=\"where fmt-newline\">where<br> T: <a class=\"trait\" href=\"actix_web/trait.HttpMessage.html\" title=\"trait actix_web::HttpMessage\">HttpMessage</a> + 'static,<br> U: <a class=\"trait\" href=\"https://docs.rs/serde/1.0.70/serde/de/trait.DeserializeOwned.html\" title=\"trait serde::de::DeserializeOwned\">DeserializeOwned</a> + 'static, </span>",synthetic:false,types:["actix_web::httpmessage::UrlEncoded"]},{text:"impl<T: <a class=\"trait\" href=\"actix_web/trait.HttpMessage.html\" title=\"trait actix_web::HttpMessage\">HttpMessage</a> + 'static, U: <a class=\"trait\" href=\"https://docs.rs/serde/1.0.70/serde/de/trait.DeserializeOwned.html\" title=\"trait serde::de::DeserializeOwned\">DeserializeOwned</a> + 'static> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a> for <a class=\"struct\" href=\"actix_web/dev/struct.JsonBody.html\" title=\"struct actix_web::dev::JsonBody\">JsonBody</a><T, U>",synthetic:false,types:["actix_web::json::JsonBody"]},{text:"impl <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a> for <a class=\"struct\" href=\"actix_web/client/struct.SendRequest.html\" title=\"struct actix_web::client::SendRequest\">SendRequest</a>",synthetic:false,types:["actix_web::client::pipeline::SendRequest"]},{text:"impl <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a> for <a class=\"struct\" href=\"actix_web/ws/struct.ClientHandshake.html\" title=\"struct actix_web::ws::ClientHandshake\">ClientHandshake</a>",synthetic:false,types:["actix_web::ws::client::ClientHandshake"]},];
|
||||
implementors["actix_web"] = [{text:"impl<A, B, I, E> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a> for <a class=\"enum\" href=\"actix_web/enum.Either.html\" title=\"enum actix_web::Either\">Either</a><A, B> <span class=\"where fmt-newline\">where<br> A: <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a><Item = I, Error = E>,<br> B: <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a><Item = I, Error = E>, </span>",synthetic:false,types:["actix_web::handler::Either"]},{text:"impl<I, E> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a> for <a class=\"struct\" href=\"actix_web/dev/struct.AsyncResult.html\" title=\"struct actix_web::dev::AsyncResult\">AsyncResult</a><I, E>",synthetic:false,types:["actix_web::handler::AsyncResult"]},{text:"impl<T> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a> for <a class=\"struct\" href=\"actix_web/dev/struct.MessageBody.html\" title=\"struct actix_web::dev::MessageBody\">MessageBody</a><T> <span class=\"where fmt-newline\">where<br> T: <a class=\"trait\" href=\"actix_web/trait.HttpMessage.html\" title=\"trait actix_web::HttpMessage\">HttpMessage</a> + 'static, </span>",synthetic:false,types:["actix_web::httpmessage::MessageBody"]},{text:"impl<T, U> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a> for <a class=\"struct\" href=\"actix_web/dev/struct.UrlEncoded.html\" title=\"struct actix_web::dev::UrlEncoded\">UrlEncoded</a><T, U> <span class=\"where fmt-newline\">where<br> T: <a class=\"trait\" href=\"actix_web/trait.HttpMessage.html\" title=\"trait actix_web::HttpMessage\">HttpMessage</a> + 'static,<br> U: <a class=\"trait\" href=\"https://docs.rs/serde/1.0.79/serde/de/trait.DeserializeOwned.html\" title=\"trait serde::de::DeserializeOwned\">DeserializeOwned</a> + 'static, </span>",synthetic:false,types:["actix_web::httpmessage::UrlEncoded"]},{text:"impl<T: <a class=\"trait\" href=\"actix_web/trait.HttpMessage.html\" title=\"trait actix_web::HttpMessage\">HttpMessage</a> + 'static, U: <a class=\"trait\" href=\"https://docs.rs/serde/1.0.79/serde/de/trait.DeserializeOwned.html\" title=\"trait serde::de::DeserializeOwned\">DeserializeOwned</a> + 'static> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a> for <a class=\"struct\" href=\"actix_web/dev/struct.JsonBody.html\" title=\"struct actix_web::dev::JsonBody\">JsonBody</a><T, U>",synthetic:false,types:["actix_web::json::JsonBody"]},{text:"impl <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a> for <a class=\"struct\" href=\"actix_web/client/struct.SendRequest.html\" title=\"struct actix_web::client::SendRequest\">SendRequest</a>",synthetic:false,types:["actix_web::client::pipeline::SendRequest"]},{text:"impl <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/future/trait.Future.html\" title=\"trait futures::future::Future\">Future</a> for <a class=\"struct\" href=\"actix_web/ws/struct.ClientHandshake.html\" title=\"struct actix_web::ws::ClientHandshake\">ClientHandshake</a>",synthetic:false,types:["actix_web::ws::client::ClientHandshake"]},];
|
||||
|
||||
if (window.register_implementors) {
|
||||
window.register_implementors(implementors);
|
||||
|
@ -1,5 +1,5 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_web"] = [{text:"impl <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"actix_web/dev/struct.Payload.html\" title=\"struct actix_web::dev::Payload\">Payload</a>",synthetic:false,types:["actix_web::payload::Payload"]},{text:"impl <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html\" title=\"struct alloc::boxed::Box\">Box</a><Pipeline>",synthetic:false,types:["alloc::boxed::Box"]},{text:"impl <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"actix_web/fs/struct.ChunkedReadFile.html\" title=\"struct actix_web::fs::ChunkedReadFile\">ChunkedReadFile</a>",synthetic:false,types:["actix_web::fs::ChunkedReadFile"]},{text:"impl<S> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"actix_web/multipart/struct.Multipart.html\" title=\"struct actix_web::multipart::Multipart\">Multipart</a><S> <span class=\"where fmt-newline\">where<br> S: <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a><Item = <a class=\"struct\" href=\"https://docs.rs/bytes/0.4.9/bytes/bytes/struct.Bytes.html\" title=\"struct bytes::bytes::Bytes\">Bytes</a>, Error = <a class=\"enum\" href=\"actix_web/error/enum.PayloadError.html\" title=\"enum actix_web::error::PayloadError\">PayloadError</a>>, </span>",synthetic:false,types:["actix_web::multipart::Multipart"]},{text:"impl<S> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"actix_web/multipart/struct.Field.html\" title=\"struct actix_web::multipart::Field\">Field</a><S> <span class=\"where fmt-newline\">where<br> S: <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a><Item = <a class=\"struct\" href=\"https://docs.rs/bytes/0.4.9/bytes/bytes/struct.Bytes.html\" title=\"struct bytes::bytes::Bytes\">Bytes</a>, Error = <a class=\"enum\" href=\"actix_web/error/enum.PayloadError.html\" title=\"enum actix_web::error::PayloadError\">PayloadError</a>>, </span>",synthetic:false,types:["actix_web::multipart::Field"]},{text:"impl <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"actix_web/ws/struct.ClientReader.html\" title=\"struct actix_web::ws::ClientReader\">ClientReader</a>",synthetic:false,types:["actix_web::ws::client::ClientReader"]},{text:"impl<S> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"actix_web/ws/struct.WsStream.html\" title=\"struct actix_web::ws::WsStream\">WsStream</a><S> <span class=\"where fmt-newline\">where<br> S: <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a><Item = <a class=\"struct\" href=\"https://docs.rs/bytes/0.4.9/bytes/bytes/struct.Bytes.html\" title=\"struct bytes::bytes::Bytes\">Bytes</a>, Error = <a class=\"enum\" href=\"actix_web/error/enum.PayloadError.html\" title=\"enum actix_web::error::PayloadError\">PayloadError</a>>, </span>",synthetic:false,types:["actix_web::ws::WsStream"]},];
|
||||
implementors["actix_web"] = [{text:"impl<T: <a class=\"trait\" href=\"actix_web/trait.HttpMessage.html\" title=\"trait actix_web::HttpMessage\">HttpMessage</a> + 'static> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"actix_web/dev/struct.Readlines.html\" title=\"struct actix_web::dev::Readlines\">Readlines</a><T>",synthetic:false,types:["actix_web::httpmessage::Readlines"]},{text:"impl <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"actix_web/dev/struct.Payload.html\" title=\"struct actix_web::dev::Payload\">Payload</a>",synthetic:false,types:["actix_web::payload::Payload"]},{text:"impl <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html\" title=\"struct alloc::boxed::Box\">Box</a><Pipeline>",synthetic:false,types:["alloc::boxed::Box"]},{text:"impl <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"actix_web/fs/struct.ChunkedReadFile.html\" title=\"struct actix_web::fs::ChunkedReadFile\">ChunkedReadFile</a>",synthetic:false,types:["actix_web::fs::ChunkedReadFile"]},{text:"impl<S> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"actix_web/multipart/struct.Multipart.html\" title=\"struct actix_web::multipart::Multipart\">Multipart</a><S> <span class=\"where fmt-newline\">where<br> S: <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a><Item = <a class=\"struct\" href=\"https://docs.rs/bytes/0.4.10/bytes/bytes/struct.Bytes.html\" title=\"struct bytes::bytes::Bytes\">Bytes</a>, Error = <a class=\"enum\" href=\"actix_web/error/enum.PayloadError.html\" title=\"enum actix_web::error::PayloadError\">PayloadError</a>>, </span>",synthetic:false,types:["actix_web::multipart::Multipart"]},{text:"impl<S> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"actix_web/multipart/struct.Field.html\" title=\"struct actix_web::multipart::Field\">Field</a><S> <span class=\"where fmt-newline\">where<br> S: <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a><Item = <a class=\"struct\" href=\"https://docs.rs/bytes/0.4.10/bytes/bytes/struct.Bytes.html\" title=\"struct bytes::bytes::Bytes\">Bytes</a>, Error = <a class=\"enum\" href=\"actix_web/error/enum.PayloadError.html\" title=\"enum actix_web::error::PayloadError\">PayloadError</a>>, </span>",synthetic:false,types:["actix_web::multipart::Field"]},{text:"impl <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"actix_web/ws/struct.ClientReader.html\" title=\"struct actix_web::ws::ClientReader\">ClientReader</a>",synthetic:false,types:["actix_web::ws::client::ClientReader"]},{text:"impl<S> <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a> for <a class=\"struct\" href=\"actix_web/ws/struct.WsStream.html\" title=\"struct actix_web::ws::WsStream\">WsStream</a><S> <span class=\"where fmt-newline\">where<br> S: <a class=\"trait\" href=\"https://docs.rs/futures/0.1/futures/stream/trait.Stream.html\" title=\"trait futures::stream::Stream\">Stream</a><Item = <a class=\"struct\" href=\"https://docs.rs/bytes/0.4.10/bytes/bytes/struct.Bytes.html\" title=\"struct bytes::bytes::Bytes\">Bytes</a>, Error = <a class=\"enum\" href=\"actix_web/error/enum.PayloadError.html\" title=\"enum actix_web::error::PayloadError\">PayloadError</a>>, </span>",synthetic:false,types:["actix_web::ws::WsStream"]},];
|
||||
|
||||
if (window.register_implementors) {
|
||||
window.register_implementors(implementors);
|
||||
|
Reference in New Issue
Block a user