rocket_cors/implementors/core/ops/deref/trait.Deref.js

9 lines
980 B
JavaScript

(function() {var implementors = {};
implementors["rocket_cors"] = [{text:"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html\" title=\"trait core::ops::deref::Deref\">Deref</a> for <a class=\"struct\" href=\"rocket_cors/headers/struct.HeaderFieldName.html\" title=\"struct rocket_cors::headers::HeaderFieldName\">HeaderFieldName</a>",synthetic:false,types:["rocket_cors::headers::HeaderFieldName"]},{text:"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html\" title=\"trait core::ops::deref::Deref\">Deref</a> for <a class=\"struct\" href=\"rocket_cors/struct.Method.html\" title=\"struct rocket_cors::Method\">Method</a>",synthetic:false,types:["rocket_cors::Method"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()