2020-07-19 22:22:04 +02:00
|
|
|
(function() {var implementors = {};
|
2021-03-22 12:49:07 +01:00
|
|
|
implementors["actix_cors"] = [{"text":"impl<S, B> Transform<S, ServiceRequest> for <a class=\"struct\" href=\"actix_cors/struct.Cors.html\" title=\"struct actix_cors::Cors\">Cors</a> <span class=\"where fmt-newline\">where<br> S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error>,<br> S::Future: 'static,<br> B: 'static, </span>","synthetic":false,"types":["actix_cors::builder::Cors"]}];
|
|
|
|
implementors["actix_identity"] = [{"text":"impl<S, T, B> Transform<S, ServiceRequest> for <a class=\"struct\" href=\"actix_identity/struct.IdentityService.html\" title=\"struct actix_identity::IdentityService\">IdentityService</a><T> <span class=\"where fmt-newline\">where<br> S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error> + 'static,<br> S::Future: 'static,<br> T: <a class=\"trait\" href=\"actix_identity/trait.IdentityPolicy.html\" title=\"trait actix_identity::IdentityPolicy\">IdentityPolicy</a>,<br> B: 'static, </span>","synthetic":false,"types":["actix_identity::IdentityService"]}];
|
|
|
|
implementors["actix_redis"] = [{"text":"impl<S, B> Transform<S, ServiceRequest> for <a class=\"struct\" href=\"actix_redis/struct.RedisSession.html\" title=\"struct actix_redis::RedisSession\">RedisSession</a> <span class=\"where fmt-newline\">where<br> S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error> + 'static,<br> S::Future: 'static,<br> B: 'static, </span>","synthetic":false,"types":["actix_redis::session::RedisSession"]}];
|
|
|
|
implementors["actix_session"] = [{"text":"impl<S, B: 'static> Transform<S, ServiceRequest> for <a class=\"struct\" href=\"actix_session/struct.CookieSession.html\" title=\"struct actix_session::CookieSession\">CookieSession</a> <span class=\"where fmt-newline\">where<br> S: Service<ServiceRequest, Response = ServiceResponse<B>>,<br> S::Future: 'static,<br> S::Error: 'static, </span>","synthetic":false,"types":["actix_session::cookie::CookieSession"]}];
|
|
|
|
implementors["actix_web_httpauth"] = [{"text":"impl<S, B, T, F, O> Transform<S, ServiceRequest> for <a class=\"struct\" href=\"actix_web_httpauth/middleware/struct.HttpAuthentication.html\" title=\"struct actix_web_httpauth::middleware::HttpAuthentication\">HttpAuthentication</a><T, F> <span class=\"where fmt-newline\">where<br> S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error> + 'static,<br> S::Future: 'static,<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>(ServiceRequest, T) -> O + 'static,<br> O: <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/future/future/trait.Future.html\" title=\"trait core::future::future::Future\">Future</a><Output = <a class=\"enum\" href=\"https://doc.rust-lang.org/nightly/core/result/enum.Result.html\" title=\"enum core::result::Result\">Result</a><ServiceRequest, Error>> + 'static,<br> T: <a class=\"trait\" href=\"actix_web_httpauth/extractors/trait.AuthExtractor.html\" title=\"trait actix_web_httpauth::extractors::AuthExtractor\">AuthExtractor</a> + 'static, </span>","synthetic":false,"types":["actix_web_httpauth::middleware::HttpAuthentication"]}];
|
2020-07-19 22:22:04 +02:00
|
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|