Files
mercator_service/implementors/actix_service/trait.NewService.js

8 lines
19 KiB
JavaScript

(function() {var implementors = {};
implementors["actix_connect"] = [{"text":"impl&lt;T:&nbsp;<a class=\"trait\" href=\"actix_connect/trait.Address.html\" title=\"trait actix_connect::Address\">Address</a>&gt; <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>&lt;T&gt;","synthetic":false,"types":["actix_connect::connector::TcpConnectorFactory"]},{"text":"impl&lt;T:&nbsp;<a class=\"trait\" href=\"actix_connect/trait.Address.html\" title=\"trait actix_connect::Address\">Address</a>&gt; <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>&lt;T&gt;","synthetic":false,"types":["actix_connect::resolver::ResolverFactory"]},{"text":"impl&lt;T:&nbsp;<a class=\"trait\" href=\"actix_connect/trait.Address.html\" title=\"trait actix_connect::Address\">Address</a>&gt; <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>&lt;T&gt;","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&lt;T, P, S, B, X, U&gt; <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>&lt;T, P, S, B, X, U&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class=\"trait\" href=\"actix_server_config/trait.IoStream.html\" title=\"trait actix_server_config::IoStream\">IoStream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;S: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a>&lt;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>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>&lt;<a class=\"struct\" href=\"actix_http/error/struct.Error.html\" title=\"struct actix_http::error::Error\">Error</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;&nbsp;&nbsp;&nbsp;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>&lt;<a class=\"struct\" href=\"actix_http/struct.Response.html\" title=\"struct actix_http::Response\">Response</a>&lt;B&gt;&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;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>&gt;::<a class=\"type\" href=\"actix_service/trait.Service.html#associatedtype.Future\" title=\"type actix_service::Service::Future\">Future</a>: 'static,<br>&nbsp;&nbsp;&nbsp;&nbsp;B: <a class=\"trait\" href=\"actix_http/body/trait.MessageBody.html\" title=\"trait actix_http::body::MessageBody\">MessageBody</a> + 'static,<br>&nbsp;&nbsp;&nbsp;&nbsp;X: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a>&lt;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>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>&lt;<a class=\"struct\" href=\"actix_http/error/struct.Error.html\" title=\"struct actix_http::error::Error\">Error</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a>&lt;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>&lt;T, <a class=\"struct\" href=\"actix_http/h1/struct.Codec.html\" title=\"struct actix_http::h1::Codec\">Codec</a>&gt;<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>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</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&lt;T, P, S, B, X, U&gt; <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>&lt;T, P, S, B, X, U&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class=\"trait\" href=\"actix_server_config/trait.IoStream.html\" title=\"trait actix_server_config::IoStream\">IoStream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;S: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a>&lt;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>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>&lt;<a class=\"struct\" href=\"actix_http/error/struct.Error.html\" title=\"struct actix_http::error::Error\">Error</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>&lt;<a class=\"struct\" href=\"actix_http/struct.Response.html\" title=\"struct actix_http::Response\">Response</a>&lt;B&gt;&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;&nbsp;&nbsp;&nbsp;B: <a class=\"trait\" href=\"actix_http/body/trait.MessageBody.html\" title=\"trait actix_http::body::MessageBody\">MessageBody</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;X: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a>&lt;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>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>&lt;<a class=\"struct\" href=\"actix_http/error/struct.Error.html\" title=\"struct actix_http::error::Error\">Error</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;&nbsp;&nbsp;&nbsp;U: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a>&lt;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>&lt;T, <a class=\"struct\" href=\"actix_http/h1/struct.Codec.html\" title=\"struct actix_http::h1::Codec\">Codec</a>&gt;<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>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;&nbsp;&nbsp;&nbsp;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>,&nbsp;</span>","synthetic":false,"types":["actix_http::h1::service::H1Service"]},{"text":"impl&lt;T, P&gt; <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>&lt;T, P&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class=\"trait\" href=\"actix_server_config/trait.IoStream.html\" title=\"trait actix_server_config::IoStream\">IoStream</a>,&nbsp;</span>","synthetic":false,"types":["actix_http::h1::service::OneRequest"]},{"text":"impl&lt;T&gt; <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>&lt;T&gt;","synthetic":false,"types":["actix_http::h1::upgrade::UpgradeHandler"]},{"text":"impl&lt;T, P, S, B&gt; <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>&lt;T, P, S, B&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: <a class=\"trait\" href=\"actix_server_config/trait.IoStream.html\" title=\"trait actix_server_config::IoStream\">IoStream</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;S: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a>&lt;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>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>&lt;<a class=\"struct\" href=\"actix_http/error/struct.Error.html\" title=\"struct actix_http::error::Error\">Error</a>&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;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>&lt;<a class=\"struct\" href=\"actix_http/struct.Response.html\" title=\"struct actix_http::Response\">Response</a>&lt;B&gt;&gt;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;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>&gt;::<a class=\"type\" href=\"actix_service/trait.Service.html#associatedtype.Future\" title=\"type actix_service::Service::Future\">Future</a>: 'static,<br>&nbsp;&nbsp;&nbsp;&nbsp;B: <a class=\"trait\" href=\"actix_http/body/trait.MessageBody.html\" title=\"trait actix_http::body::MessageBody\">MessageBody</a> + 'static,&nbsp;</span>","synthetic":false,"types":["actix_http::h2::service::H2Service"]}];
implementors["actix_service"] = [];
implementors["actix_utils"] = [{"text":"impl&lt;A, B&gt; <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>&lt;A, B&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;A: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;B: <a class=\"trait\" href=\"actix_service/trait.NewService.html\" title=\"trait actix_service::NewService\">NewService</a>&lt;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>&gt;,&nbsp;</span>","synthetic":false,"types":["actix_utils::either::Either"]},{"text":"impl&lt;R, E, F&gt; <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>&lt;R, E, F&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;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>() -&gt; E + <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html\" title=\"trait core::clone::Clone\">Clone</a>,&nbsp;</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;}})()