(function() {var implementors = {};
implementors["clap"] = [{text:"impl FromStr for AppSettings",synthetic:false,types:["clap::app::settings::AppSettings"]},{text:"impl FromStr for ArgSettings",synthetic:false,types:["clap::args::settings::ArgSettings"]},{text:"impl FromStr for Shell",synthetic:false,types:["clap::completions::shell::Shell"]},];
implementors["colored"] = [{text:"impl FromStr for Color",synthetic:false,types:["colored::color::Color"]},];
implementors["cranelift_codegen"] = [{text:"impl FromStr for IntCC",synthetic:false,types:["cranelift_codegen::ir::condcodes::IntCC"]},{text:"impl FromStr for FloatCC",synthetic:false,types:["cranelift_codegen::ir::condcodes::FloatCC"]},{text:"impl FromStr for ArgumentPurpose",synthetic:false,types:["cranelift_codegen::ir::extfunc::ArgumentPurpose"]},{text:"impl FromStr for ExternalName",synthetic:false,types:["cranelift_codegen::ir::extname::ExternalName"]},{text:"impl FromStr for Imm64",synthetic:false,types:["cranelift_codegen::ir::immediates::Imm64"]},{text:"impl FromStr for Uimm64",synthetic:false,types:["cranelift_codegen::ir::immediates::Uimm64"]},{text:"impl FromStr for Uimm32",synthetic:false,types:["cranelift_codegen::ir::immediates::Uimm32"]},{text:"impl FromStr for Offset32",synthetic:false,types:["cranelift_codegen::ir::immediates::Offset32"]},{text:"impl FromStr for Ieee32",synthetic:false,types:["cranelift_codegen::ir::immediates::Ieee32"]},{text:"impl FromStr for Ieee64",synthetic:false,types:["cranelift_codegen::ir::immediates::Ieee64"]},{text:"impl FromStr for Opcode",synthetic:false,types:["cranelift_codegen::ir::instructions::Opcode"]},{text:"impl FromStr for LibCall",synthetic:false,types:["cranelift_codegen::ir::libcall::LibCall"]},{text:"impl FromStr for StackSlotKind",synthetic:false,types:["cranelift_codegen::ir::stackslot::StackSlotKind"]},{text:"impl FromStr for TrapCode",synthetic:false,types:["cranelift_codegen::ir::trapcode::TrapCode"]},{text:"impl FromStr for CallConv",synthetic:false,types:["cranelift_codegen::isa::call_conv::CallConv"]},{text:"impl FromStr for OptLevel",synthetic:false,types:["cranelift_codegen::settings::OptLevel"]},];
implementors["log"] = [{text:"impl FromStr for Level",synthetic:false,types:["log::Level"]},{text:"impl FromStr for LevelFilter",synthetic:false,types:["log::LevelFilter"]},];
implementors["nix"] = [{text:"impl FromStr for Signal",synthetic:false,types:["nix::sys::signal::Signal"]},];
implementors["proc_macro2"] = [{text:"impl FromStr for TokenStream",synthetic:false,types:["proc_macro2::TokenStream"]},];
implementors["regex"] = [{text:"impl FromStr for Regex",synthetic:false,types:["regex::re_bytes::Regex"]},{text:"impl FromStr for Regex",synthetic:false,types:["regex::re_unicode::Regex"]},];
implementors["serde_json"] = [{text:"impl FromStr for Number",synthetic:false,types:["serde_json::number::Number"]},{text:"impl FromStr for Value",synthetic:false,types:["serde_json::value::Value"]},];
implementors["target_lexicon"] = [{text:"impl FromStr for Architecture",synthetic:false,types:["target_lexicon::targets::Architecture"]},{text:"impl FromStr for Vendor",synthetic:false,types:["target_lexicon::targets::Vendor"]},{text:"impl FromStr for OperatingSystem",synthetic:false,types:["target_lexicon::targets::OperatingSystem"]},{text:"impl FromStr for Environment",synthetic:false,types:["target_lexicon::targets::Environment"]},{text:"impl FromStr for BinaryFormat",synthetic:false,types:["target_lexicon::targets::BinaryFormat"]},{text:"impl FromStr for Triple",synthetic:false,types:["target_lexicon::triple::Triple"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()