(function() {var implementors = {};
implementors["actix_identity"] = [{"text":"impl FromRequest for Identity","synthetic":false,"types":["actix_identity::identity::Identity"]}];
implementors["actix_protobuf"] = [{"text":"impl<T> FromRequest for ProtoBuf<T> where
T: Message + Default + 'static, ","synthetic":false,"types":["actix_protobuf::ProtoBuf"]}];
implementors["actix_session"] = [{"text":"impl FromRequest for Session","synthetic":false,"types":["actix_session::Session"]}];
implementors["actix_web_httpauth"] = [{"text":"impl FromRequest for BasicAuth","synthetic":false,"types":["actix_web_httpauth::extractors::basic::BasicAuth"]},{"text":"impl FromRequest for BearerAuth","synthetic":false,"types":["actix_web_httpauth::extractors::bearer::BearerAuth"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()