2022-08-10 10:16:25 +02:00
|
|
|
(function() {var implementors = {
|
2023-12-04 17:11:53 +01:00
|
|
|
"actix_cors":[["impl<S, B> Transform<S, ServiceRequest> for <a class=\"struct\" href=\"actix_cors/struct.Cors.html\" title=\"struct actix_cors::Cors\">Cors</a><div class=\"where\">where\n S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error>,\n S::Future: 'static,\n B: MessageBody + 'static,</div>"]],
|
|
|
|
"actix_identity":[["impl<S, B> Transform<S, ServiceRequest> for <a class=\"struct\" href=\"actix_identity/struct.IdentityMiddleware.html\" title=\"struct actix_identity::IdentityMiddleware\">IdentityMiddleware</a><div class=\"where\">where\n S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error> + 'static,\n S::Future: 'static,\n B: MessageBody + 'static,</div>"]],
|
|
|
|
"actix_limitation":[["impl<S, B> Transform<S, ServiceRequest> for <a class=\"struct\" href=\"actix_limitation/struct.RateLimiter.html\" title=\"struct actix_limitation::RateLimiter\">RateLimiter</a><div class=\"where\">where\n S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error> + 'static,\n S::Future: 'static,\n B: 'static,</div>"]],
|
|
|
|
"actix_session":[["impl<S, B, Store> Transform<S, ServiceRequest> for <a class=\"struct\" href=\"actix_session/struct.SessionMiddleware.html\" title=\"struct actix_session::SessionMiddleware\">SessionMiddleware</a><Store><div class=\"where\">where\n S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error> + 'static,\n S::Future: 'static,\n B: MessageBody + 'static,\n Store: <a class=\"trait\" href=\"actix_session/storage/trait.SessionStore.html\" title=\"trait actix_session::storage::SessionStore\">SessionStore</a> + 'static,</div>"]],
|
|
|
|
"actix_web_httpauth":[["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><div class=\"where\">where\n S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error> + 'static,\n S::Future: 'static,\n 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,\n 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, ServiceRequest)>> + 'static,\n T: FromRequest + 'static,\n B: MessageBody + 'static,</div>"]]
|
2022-08-10 10:16:25 +02:00
|
|
|
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|