8 lines
19 KiB
JavaScript
8 lines
19 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.NewService.html\" title=\"trait actix_service::NewService\">NewService</a> for <a class=\"struct\" href=\"actix_connect/struct.TcpConnectorFactory.html\" title=\"struct actix_connect::TcpConnectorFactory\">TcpConnectorFactory</a><T>","synthetic":false,"types":["actix_connect::connector::TcpConnectorFactory"]},{"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.NewService.html\" title=\"trait actix_service::NewService\">NewService</a> for <a class=\"struct\" href=\"actix_connect/struct.ResolverFactory.html\" title=\"struct actix_connect::ResolverFactory\">ResolverFactory</a><T>","synthetic":false,"types":["actix_connect::resolver::ResolverFactory"]},{"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.NewService.html\" title=\"trait actix_service::NewService\">NewService</a> for <a class=\"struct\" href=\"actix_connect/struct.ConnectServiceFactory.html\" title=\"struct actix_connect::ConnectServiceFactory\">ConnectServiceFactory</a><T>","synthetic":false,"types":["actix_connect::service::ConnectServiceFactory"]}];
|
|
implementors["actix_files"] = [{"text":"impl <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a> for <a class=\"struct\" href=\"actix_files/struct.Files.html\" title=\"struct actix_files::Files\">Files</a>","synthetic":false,"types":["actix_files::Files"]}];
|
|
implementors["actix_http"] = [{"text":"impl<T, P, S, B, X, U> <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a> for <a class=\"struct\" href=\"actix_http/struct.HttpService.html\" title=\"struct actix_http::HttpService\">HttpService</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.NewService.html\" title=\"trait actix_service::NewService\">NewService</a><Config = <a class=\"struct\" href=\"actix_server_config/struct.ServerConfig.html\" title=\"struct actix_server_config::ServerConfig\">SrvConfig</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.NewService.html#associatedtype.Error\" title=\"type actix_service::NewService::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.NewService.html#associatedtype.InitError\" title=\"type actix_service::NewService::InitError\">InitError</a>: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html\" title=\"trait core::fmt::Debug\">Debug</a>,<br> S::<a class=\"type\" href=\"actix_service/trait.NewService.html#associatedtype.Response\" title=\"type actix_service::NewService::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> <S::<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,<br> B: <a class=\"trait\" href=\"actix_http/body/trait.MessageBody.html\" title=\"trait actix_http::body::MessageBody\">MessageBody</a> + 'static,<br> X: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a><Config = <a class=\"struct\" href=\"actix_server_config/struct.ServerConfig.html\" title=\"struct actix_server_config::ServerConfig\">SrvConfig</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.NewService.html#associatedtype.Error\" title=\"type actix_service::NewService::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> X::<a class=\"type\" href=\"actix_service/trait.NewService.html#associatedtype.InitError\" title=\"type actix_service::NewService::InitError\">InitError</a>: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html\" title=\"trait core::fmt::Debug\">Debug</a>,<br> U: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a><Config = <a class=\"struct\" href=\"actix_server_config/struct.ServerConfig.html\" title=\"struct actix_server_config::ServerConfig\">SrvConfig</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.NewService.html#associatedtype.Error\" title=\"type actix_service::NewService::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>,<br> U::<a class=\"type\" href=\"actix_service/trait.NewService.html#associatedtype.InitError\" title=\"type actix_service::NewService::InitError\">InitError</a>: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html\" title=\"trait core::fmt::Debug\">Debug</a>, </span>","synthetic":false,"types":["actix_http::service::HttpService"]},{"text":"impl <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</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.NewService.html\" title=\"trait actix_service::NewService\">NewService</a> for <a class=\"struct\" href=\"actix_http/h1/struct.H1Service.html\" title=\"struct actix_http::h1::H1Service\">H1Service</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.NewService.html\" title=\"trait actix_service::NewService\">NewService</a><Config = <a class=\"struct\" href=\"actix_server_config/struct.ServerConfig.html\" title=\"struct actix_server_config::ServerConfig\">SrvConfig</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.NewService.html#associatedtype.Error\" title=\"type actix_service::NewService::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.NewService.html#associatedtype.Response\" title=\"type actix_service::NewService::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> S::<a class=\"type\" href=\"actix_service/trait.NewService.html#associatedtype.InitError\" title=\"type actix_service::NewService::InitError\">InitError</a>: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html\" title=\"trait core::fmt::Debug\">Debug</a>,<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.NewService.html\" title=\"trait actix_service::NewService\">NewService</a><Config = <a class=\"struct\" href=\"actix_server_config/struct.ServerConfig.html\" title=\"struct actix_server_config::ServerConfig\">SrvConfig</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.NewService.html#associatedtype.Error\" title=\"type actix_service::NewService::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> X::<a class=\"type\" href=\"actix_service/trait.NewService.html#associatedtype.InitError\" title=\"type actix_service::NewService::InitError\">InitError</a>: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html\" title=\"trait core::fmt::Debug\">Debug</a>,<br> U: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a><Config = <a class=\"struct\" href=\"actix_server_config/struct.ServerConfig.html\" title=\"struct actix_server_config::ServerConfig\">SrvConfig</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.NewService.html#associatedtype.Error\" title=\"type actix_service::NewService::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>,<br> U::<a class=\"type\" href=\"actix_service/trait.NewService.html#associatedtype.InitError\" title=\"type actix_service::NewService::InitError\">InitError</a>: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html\" title=\"trait core::fmt::Debug\">Debug</a>, </span>","synthetic":false,"types":["actix_http::h1::service::H1Service"]},{"text":"impl<T, P> <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a> for <a class=\"struct\" href=\"actix_http/h1/struct.OneRequest.html\" title=\"struct actix_http::h1::OneRequest\">OneRequest</a><T, P> <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>, </span>","synthetic":false,"types":["actix_http::h1::service::OneRequest"]},{"text":"impl<T> <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</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"]},{"text":"impl<T, P, S, B> <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a> for <a class=\"struct\" href=\"actix_http/h2/struct.H2Service.html\" title=\"struct actix_http::h2::H2Service\">H2Service</a><T, P, S, B> <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.NewService.html\" title=\"trait actix_service::NewService\">NewService</a><Config = <a class=\"struct\" href=\"actix_server_config/struct.ServerConfig.html\" title=\"struct actix_server_config::ServerConfig\">SrvConfig</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.NewService.html#associatedtype.Error\" title=\"type actix_service::NewService::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.NewService.html#associatedtype.Response\" title=\"type actix_service::NewService::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> <S::<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,<br> B: <a class=\"trait\" href=\"actix_http/body/trait.MessageBody.html\" title=\"trait actix_http::body::MessageBody\">MessageBody</a> + 'static, </span>","synthetic":false,"types":["actix_http::h2::service::H2Service"]}];
|
|
implementors["actix_service"] = [];
|
|
implementors["actix_utils"] = [{"text":"impl<A, B> <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a> for <a class=\"struct\" href=\"actix_utils/either/struct.Either.html\" title=\"struct actix_utils::either::Either\">Either</a><A, B> <span class=\"where fmt-newline\">where<br> A: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a>,<br> B: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a><Config = A::<a class=\"type\" href=\"actix_service/trait.NewService.html#associatedtype.Config\" title=\"type actix_service::NewService::Config\">Config</a>, Response = A::<a class=\"type\" href=\"actix_service/trait.NewService.html#associatedtype.Response\" title=\"type actix_service::NewService::Response\">Response</a>, Error = A::<a class=\"type\" href=\"actix_service/trait.NewService.html#associatedtype.Error\" title=\"type actix_service::NewService::Error\">Error</a>, InitError = A::<a class=\"type\" href=\"actix_service/trait.NewService.html#associatedtype.InitError\" title=\"type actix_service::NewService::InitError\">InitError</a>>, </span>","synthetic":false,"types":["actix_utils::either::Either"]},{"text":"impl<R, E, F> <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a> for <a class=\"struct\" href=\"actix_utils/keepalive/struct.KeepAlive.html\" title=\"struct actix_utils::keepalive::KeepAlive\">KeepAlive</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 + <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html\" title=\"trait core::clone::Clone\">Clone</a>, </span>","synthetic":false,"types":["actix_utils::keepalive::KeepAlive"]},{"text":"impl <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a> for <a class=\"struct\" href=\"actix_utils/time/struct.LowResTime.html\" title=\"struct actix_utils::time::LowResTime\">LowResTime</a>","synthetic":false,"types":["actix_utils::time::LowResTime"]}];
|
|
implementors["actix_web"] = [{"text":"impl <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a> for <a class=\"struct\" href=\"actix_web/struct.Route.html\" title=\"struct actix_web::Route\">Route</a>","synthetic":false,"types":["actix_web::route::Route"]}];
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() |