mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
6 lines
1.9 KiB
JavaScript
6 lines
1.9 KiB
JavaScript
(function() {var implementors = {};
|
|
implementors["actix_identity"] = [{"text":"impl FromRequest for <a class=\"struct\" href=\"actix_identity/struct.Identity.html\" title=\"struct actix_identity::Identity\">Identity</a>","synthetic":false,"types":["actix_identity::identity::Identity"]}];
|
|
implementors["actix_protobuf"] = [{"text":"impl<T> FromRequest for <a class=\"struct\" href=\"actix_protobuf/struct.ProtoBuf.html\" title=\"struct actix_protobuf::ProtoBuf\">ProtoBuf</a><T> <span class=\"where fmt-newline\">where<br> T: <a class=\"trait\" href=\"https://docs.rs/prost/0.8.0/prost/message/trait.Message.html\" title=\"trait prost::message::Message\">Message</a> + <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/default/trait.Default.html\" title=\"trait core::default::Default\">Default</a> + 'static, </span>","synthetic":false,"types":["actix_protobuf::ProtoBuf"]}];
|
|
implementors["actix_session"] = [{"text":"impl FromRequest for <a class=\"struct\" href=\"actix_session/struct.Session.html\" title=\"struct actix_session::Session\">Session</a>","synthetic":false,"types":["actix_session::Session"]}];
|
|
implementors["actix_web_httpauth"] = [{"text":"impl FromRequest for <a class=\"struct\" href=\"actix_web_httpauth/extractors/basic/struct.BasicAuth.html\" title=\"struct actix_web_httpauth::extractors::basic::BasicAuth\">BasicAuth</a>","synthetic":false,"types":["actix_web_httpauth::extractors::basic::BasicAuth"]},{"text":"impl FromRequest for <a class=\"struct\" href=\"actix_web_httpauth/extractors/bearer/struct.BearerAuth.html\" title=\"struct actix_web_httpauth::extractors::bearer::BearerAuth\">BearerAuth</a>","synthetic":false,"types":["actix_web_httpauth::extractors::bearer::BearerAuth"]}];
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() |