(function() {var implementors = {};
implementors["rocket_cors"] = [{text:"impl UnwindSafe for Method",synthetic:true,types:["rocket_cors::Method"]},{text:"impl UnwindSafe for Origins",synthetic:true,types:["rocket_cors::Origins"]},{text:"impl UnwindSafe for CorsOptions",synthetic:true,types:["rocket_cors::CorsOptions"]},{text:"impl UnwindSafe for Cors",synthetic:true,types:["rocket_cors::Cors"]},{text:"impl<'r> UnwindSafe for Guard<'r>",synthetic:true,types:["rocket_cors::Guard"]},{text:"impl<'r, R> !UnwindSafe for Responder<'r, R>",synthetic:true,types:["rocket_cors::Responder"]},{text:"impl<'r, F, R> !UnwindSafe for ManualResponder<'r, F, R>",synthetic:true,types:["rocket_cors::ManualResponder"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["rocket_cors::Error"]},{text:"impl<T> UnwindSafe for AllOrSome<T> where
T: UnwindSafe, ",synthetic:true,types:["rocket_cors::AllOrSome"]},{text:"impl UnwindSafe for HeaderFieldName",synthetic:true,types:["rocket_cors::headers::HeaderFieldName"]},{text:"impl UnwindSafe for AccessControlRequestMethod",synthetic:true,types:["rocket_cors::headers::AccessControlRequestMethod"]},{text:"impl UnwindSafe for AccessControlRequestHeaders",synthetic:true,types:["rocket_cors::headers::AccessControlRequestHeaders"]},{text:"impl UnwindSafe for Origin",synthetic:true,types:["rocket_cors::headers::Origin"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()