mirror of
https://github.com/actix/actix-website
synced 2024-11-25 01:02:58 +01:00
11 lines
4.1 KiB
JavaScript
11 lines
4.1 KiB
JavaScript
(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"]},];
|
|
|
|
if (window.register_implementors) {
|
|
window.register_implementors(implementors);
|
|
} else {
|
|
window.pending_implementors = implementors;
|
|
}
|
|
|
|
})()
|