8 lines
15 KiB
JavaScript
8 lines
15 KiB
JavaScript
(function() {var implementors = {};
|
|
implementors["actix_connect"] = [{"text":"impl<T: <a class=\"trait\" href=\"actix_connect/trait.Address.html\" title=\"trait actix_connect::Address\">Address</a>> <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_connect/struct.TcpConnector.html\" title=\"struct actix_connect::TcpConnector\">TcpConnector</a><T>","synthetic":false,"types":["actix_connect::connector::TcpConnector"]},{"text":"impl<T: <a class=\"trait\" href=\"actix_connect/trait.Address.html\" title=\"trait actix_connect::Address\">Address</a>> <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_connect/struct.Resolver.html\" title=\"struct actix_connect::Resolver\">Resolver</a><T>","synthetic":false,"types":["actix_connect::resolver::Resolver"]},{"text":"impl<T: <a class=\"trait\" href=\"actix_connect/trait.Address.html\" title=\"trait actix_connect::Address\">Address</a>> <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_connect/struct.ConnectService.html\" title=\"struct actix_connect::ConnectService\">ConnectService</a><T>","synthetic":false,"types":["actix_connect::service::ConnectService"]},{"text":"impl<T: <a class=\"trait\" href=\"actix_connect/trait.Address.html\" title=\"trait actix_connect::Address\">Address</a>> <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_connect/struct.TcpConnectService.html\" title=\"struct actix_connect::TcpConnectService\">TcpConnectService</a><T>","synthetic":false,"types":["actix_connect::service::TcpConnectService"]}];
|
|
implementors["actix_cors"] = [{"text":"impl<S, B> <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_cors/struct.CorsMiddleware.html\" title=\"struct actix_cors::CorsMiddleware\">CorsMiddleware</a><S> <span class=\"where fmt-newline\">where<br> S: <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a><Request = <a class=\"struct\" href=\"actix_web/service/struct.ServiceRequest.html\" title=\"struct actix_web::service::ServiceRequest\">ServiceRequest</a>, Response = <a class=\"struct\" href=\"actix_web/service/struct.ServiceResponse.html\" title=\"struct actix_web::service::ServiceResponse\">ServiceResponse</a><B>, Error = <a class=\"struct\" href=\"actix_http/error/struct.Error.html\" title=\"struct actix_http::error::Error\">Error</a>>,<br> S::<a class=\"type\" href=\"actix_service/trait.Service.html#associatedtype.Future\" title=\"type actix_service::Service::Future\">Future</a>: 'static,<br> B: 'static, </span>","synthetic":false,"types":["actix_cors::CorsMiddleware"]}];
|
|
implementors["actix_files"] = [{"text":"impl <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_files/struct.FilesService.html\" title=\"struct actix_files::FilesService\">FilesService</a>","synthetic":false,"types":["actix_files::FilesService"]}];
|
|
implementors["actix_http"] = [{"text":"impl <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_http/h1/struct.ExpectHandler.html\" title=\"struct actix_http::h1::ExpectHandler\">ExpectHandler</a>","synthetic":false,"types":["actix_http::h1::expect::ExpectHandler"]},{"text":"impl<T, P, S, B, X, U> <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_http/h1/struct.H1ServiceHandler.html\" title=\"struct actix_http::h1::H1ServiceHandler\">H1ServiceHandler</a><T, P, S, B, X, U> <span class=\"where fmt-newline\">where<br> T: <a class=\"trait\" href=\"actix_server_config/trait.IoStream.html\" title=\"trait actix_server_config::IoStream\">IoStream</a>,<br> S: <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a><Request = <a class=\"struct\" href=\"actix_http/struct.Request.html\" title=\"struct actix_http::Request\">Request</a>>,<br> S::<a class=\"type\" href=\"actix_service/trait.Service.html#associatedtype.Error\" title=\"type actix_service::Service::Error\">Error</a>: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/convert/trait.Into.html\" title=\"trait core::convert::Into\">Into</a><<a class=\"struct\" href=\"actix_http/error/struct.Error.html\" title=\"struct actix_http::error::Error\">Error</a>>,<br> S::<a class=\"type\" href=\"actix_service/trait.Service.html#associatedtype.Response\" title=\"type actix_service::Service::Response\">Response</a>: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/convert/trait.Into.html\" title=\"trait core::convert::Into\">Into</a><<a class=\"struct\" href=\"actix_http/struct.Response.html\" title=\"struct actix_http::Response\">Response</a><B>>,<br> B: <a class=\"trait\" href=\"actix_http/body/trait.MessageBody.html\" title=\"trait actix_http::body::MessageBody\">MessageBody</a>,<br> X: <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a><Request = <a class=\"struct\" href=\"actix_http/struct.Request.html\" title=\"struct actix_http::Request\">Request</a>, Response = <a class=\"struct\" href=\"actix_http/struct.Request.html\" title=\"struct actix_http::Request\">Request</a>>,<br> X::<a class=\"type\" href=\"actix_service/trait.Service.html#associatedtype.Error\" title=\"type actix_service::Service::Error\">Error</a>: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/convert/trait.Into.html\" title=\"trait core::convert::Into\">Into</a><<a class=\"struct\" href=\"actix_http/error/struct.Error.html\" title=\"struct actix_http::error::Error\">Error</a>>,<br> U: <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a><Request = <a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.tuple.html\">(</a><a class=\"struct\" href=\"actix_http/struct.Request.html\" title=\"struct actix_http::Request\">Request</a>, <a class=\"struct\" href=\"actix_codec/framed/struct.Framed.html\" title=\"struct actix_codec::framed::Framed\">Framed</a><T, <a class=\"struct\" href=\"actix_http/h1/struct.Codec.html\" title=\"struct actix_http::h1::Codec\">Codec</a>><a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.tuple.html\">)</a>, Response = <a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.unit.html\">()</a>>,<br> U::<a class=\"type\" href=\"actix_service/trait.Service.html#associatedtype.Error\" title=\"type actix_service::Service::Error\">Error</a>: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html\" title=\"trait core::fmt::Display\">Display</a>, </span>","synthetic":false,"types":["actix_http::h1::service::H1ServiceHandler"]},{"text":"impl<T> <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_http/h1/struct.UpgradeHandler.html\" title=\"struct actix_http::h1::UpgradeHandler\">UpgradeHandler</a><T>","synthetic":false,"types":["actix_http::h1::upgrade::UpgradeHandler"]}];
|
|
implementors["actix_service"] = [];
|
|
implementors["actix_utils"] = [{"text":"impl<A, B> <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_utils/either/struct.EitherService.html\" title=\"struct actix_utils::either::EitherService\">EitherService</a><A, B> <span class=\"where fmt-newline\">where<br> A: <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a>,<br> B: <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a><Response = A::<a class=\"type\" href=\"actix_service/trait.Service.html#associatedtype.Response\" title=\"type actix_service::Service::Response\">Response</a>, Error = A::<a class=\"type\" href=\"actix_service/trait.Service.html#associatedtype.Error\" title=\"type actix_service::Service::Error\">Error</a>>, </span>","synthetic":false,"types":["actix_utils::either::EitherService"]},{"text":"impl<T> <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_utils/inflight/struct.InFlightService.html\" title=\"struct actix_utils::inflight::InFlightService\">InFlightService</a><T> <span class=\"where fmt-newline\">where<br> T: <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a>, </span>","synthetic":false,"types":["actix_utils::inflight::InFlightService"]},{"text":"impl<R, E, F> <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_utils/keepalive/struct.KeepAliveService.html\" title=\"struct actix_utils::keepalive::KeepAliveService\">KeepAliveService</a><R, E, F> <span class=\"where fmt-newline\">where<br> F: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/ops/function/trait.Fn.html\" title=\"trait core::ops::function::Fn\">Fn</a>() -> E, </span>","synthetic":false,"types":["actix_utils::keepalive::KeepAliveService"]},{"text":"impl<S> <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_utils/order/struct.InOrderService.html\" title=\"struct actix_utils::order::InOrderService\">InOrderService</a><S> <span class=\"where fmt-newline\">where<br> S: <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a>,<br> S::<a class=\"type\" href=\"actix_service/trait.Service.html#associatedtype.Response\" title=\"type actix_service::Service::Response\">Response</a>: 'static,<br> S::<a class=\"type\" href=\"actix_service/trait.Service.html#associatedtype.Future\" title=\"type actix_service::Service::Future\">Future</a>: 'static,<br> S::<a class=\"type\" href=\"actix_service/trait.Service.html#associatedtype.Error\" title=\"type actix_service::Service::Error\">Error</a>: 'static, </span>","synthetic":false,"types":["actix_utils::order::InOrderService"]},{"text":"impl<S, T, E> <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_utils/stream/struct.StreamService.html\" title=\"struct actix_utils::stream::StreamService\">StreamService</a><S, T, E> <span class=\"where fmt-newline\">where<br> S: <a class=\"trait\" href=\"actix_utils/stream/trait.IntoStream.html\" title=\"trait actix_utils::stream::IntoStream\">IntoStream</a> + 'static,<br> T: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a><Request = <a class=\"enum\" href=\"https://doc.rust-lang.org/nightly/core/result/enum.Result.html\" title=\"enum core::result::Result\">Result</a><<S as <a class=\"trait\" href=\"actix_utils/stream/trait.IntoStream.html\" title=\"trait actix_utils::stream::IntoStream\">IntoStream</a>>::<a class=\"type\" href=\"actix_utils/stream/trait.IntoStream.html#associatedtype.Item\" title=\"type actix_utils::stream::IntoStream::Item\">Item</a>, <S as <a class=\"trait\" href=\"actix_utils/stream/trait.IntoStream.html\" title=\"trait actix_utils::stream::IntoStream\">IntoStream</a>>::<a class=\"type\" href=\"actix_utils/stream/trait.IntoStream.html#associatedtype.Error\" title=\"type actix_utils::stream::IntoStream::Error\">Error</a>>, Response = <a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.unit.html\">()</a>, Error = E, InitError = E>,<br> T::<a class=\"type\" href=\"actix_service/trait.NewService.html#associatedtype.Future\" title=\"type actix_service::NewService::Future\">Future</a>: 'static,<br> T::<a class=\"type\" href=\"actix_service/trait.NewService.html#associatedtype.Service\" title=\"type actix_service::NewService::Service\">Service</a>: 'static,<br> <T::<a class=\"type\" href=\"actix_service/trait.NewService.html#associatedtype.Service\" title=\"type actix_service::NewService::Service\">Service</a> as <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a>>::<a class=\"type\" href=\"actix_service/trait.Service.html#associatedtype.Future\" title=\"type actix_service::Service::Future\">Future</a>: 'static, </span>","synthetic":false,"types":["actix_utils::stream::StreamService"]},{"text":"impl <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_utils/time/struct.LowResTimeService.html\" title=\"struct actix_utils::time::LowResTimeService\">LowResTimeService</a>","synthetic":false,"types":["actix_utils::time::LowResTimeService"]},{"text":"impl<S> <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a> for <a class=\"struct\" href=\"actix_utils/timeout/struct.TimeoutService.html\" title=\"struct actix_utils::timeout::TimeoutService\">TimeoutService</a><S> <span class=\"where fmt-newline\">where<br> S: <a class=\"trait\" href=\"actix_service/trait.Service.html\" title=\"trait actix_service::Service\">Service</a>, </span>","synthetic":false,"types":["actix_utils::timeout::TimeoutService"]}];
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() |