rocket_cors/implementors/core/convert/trait.From.js

9 lines
2.3 KiB
JavaScript

(function() {var implementors = {};
implementors["rocket_cors"] = [{text:"impl&lt;'a&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/convert/trait.From.html\" title=\"trait core::convert::From\">From</a>&lt;&amp;'a <a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.str.html\">str</a>&gt; 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&lt;'a&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/convert/trait.From.html\" title=\"trait core::convert::From\">From</a>&lt;<a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/alloc/string/struct.String.html\" title=\"struct alloc::string::String\">String</a>&gt; 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/convert/trait.From.html\" title=\"trait core::convert::From\">From</a>&lt;<a class=\"enum\" href=\"https://docs.rs/url/2.0.0/url/parser/enum.ParseError.html\" title=\"enum url::parser::ParseError\">ParseError</a>&gt; for <a class=\"enum\" href=\"rocket_cors/enum.Error.html\" title=\"enum rocket_cors::Error\">Error</a>",synthetic:false,types:["rocket_cors::Error"]},{text:"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/convert/trait.From.html\" title=\"trait core::convert::From\">From</a>&lt;Error&gt; for <a class=\"enum\" href=\"rocket_cors/enum.Error.html\" title=\"enum rocket_cors::Error\">Error</a>",synthetic:false,types:["rocket_cors::Error"]},{text:"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/convert/trait.From.html\" title=\"trait core::convert::From\">From</a>&lt;Method&gt; 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;
}
})()