(function() {var implementors = { "aho_corasick":[["impl UnwindSafe for AhoCorasick",1,["aho_corasick::ahocorasick::AhoCorasick"]],["impl<'a, 'h> UnwindSafe for FindIter<'a, 'h>",1,["aho_corasick::ahocorasick::FindIter"]],["impl<'a, 'h> UnwindSafe for FindOverlappingIter<'a, 'h>",1,["aho_corasick::ahocorasick::FindOverlappingIter"]],["impl<'a, R> UnwindSafe for StreamFindIter<'a, R>
where\n R: UnwindSafe,
",1,["aho_corasick::ahocorasick::StreamFindIter"]],["impl UnwindSafe for AhoCorasickBuilder",1,["aho_corasick::ahocorasick::AhoCorasickBuilder"]],["impl UnwindSafe for AhoCorasickKind",1,["aho_corasick::ahocorasick::AhoCorasickKind"]],["impl UnwindSafe for Candidate",1,["aho_corasick::util::prefilter::Candidate"]],["impl UnwindSafe for Prefilter",1,["aho_corasick::util::prefilter::Prefilter"]],["impl UnwindSafe for StateID",1,["aho_corasick::util::primitives::StateID"]],["impl UnwindSafe for StateIDError",1,["aho_corasick::util::primitives::StateIDError"]],["impl UnwindSafe for OverlappingState",1,["aho_corasick::automaton::OverlappingState"]],["impl<'a, 'h, A> UnwindSafe for FindIter<'a, 'h, A>
where\n A: RefUnwindSafe,
",1,["aho_corasick::automaton::FindIter"]],["impl<'a, 'h, A> UnwindSafe for FindOverlappingIter<'a, 'h, A>
where\n A: RefUnwindSafe,
",1,["aho_corasick::automaton::FindOverlappingIter"]],["impl<'a, A, R> UnwindSafe for StreamFindIter<'a, A, R>
where\n A: RefUnwindSafe,\n R: UnwindSafe,
",1,["aho_corasick::automaton::StreamFindIter"]],["impl UnwindSafe for DFA",1,["aho_corasick::dfa::DFA"]],["impl UnwindSafe for Builder",1,["aho_corasick::dfa::Builder"]],["impl UnwindSafe for NFA",1,["aho_corasick::nfa::contiguous::NFA"]],["impl UnwindSafe for Builder",1,["aho_corasick::nfa::contiguous::Builder"]],["impl UnwindSafe for NFA",1,["aho_corasick::nfa::noncontiguous::NFA"]],["impl UnwindSafe for Builder",1,["aho_corasick::nfa::noncontiguous::Builder"]],["impl UnwindSafe for MatchKind",1,["aho_corasick::packed::api::MatchKind"]],["impl UnwindSafe for Config",1,["aho_corasick::packed::api::Config"]],["impl UnwindSafe for Builder",1,["aho_corasick::packed::api::Builder"]],["impl UnwindSafe for Searcher",1,["aho_corasick::packed::api::Searcher"]],["impl<'s, 'h> UnwindSafe for FindIter<'s, 'h>",1,["aho_corasick::packed::api::FindIter"]],["impl UnwindSafe for BuildError",1,["aho_corasick::util::error::BuildError"]],["impl UnwindSafe for MatchError",1,["aho_corasick::util::error::MatchError"]],["impl UnwindSafe for MatchErrorKind",1,["aho_corasick::util::error::MatchErrorKind"]],["impl UnwindSafe for PatternID",1,["aho_corasick::util::primitives::PatternID"]],["impl UnwindSafe for PatternIDError",1,["aho_corasick::util::primitives::PatternIDError"]],["impl<'h> UnwindSafe for Input<'h>",1,["aho_corasick::util::search::Input"]],["impl UnwindSafe for Span",1,["aho_corasick::util::search::Span"]],["impl UnwindSafe for Anchored",1,["aho_corasick::util::search::Anchored"]],["impl UnwindSafe for Match",1,["aho_corasick::util::search::Match"]],["impl UnwindSafe for MatchKind",1,["aho_corasick::util::search::MatchKind"]],["impl UnwindSafe for StartKind",1,["aho_corasick::util::search::StartKind"]]], "anstream":[["impl<'s> UnwindSafe for StrippedStr<'s>",1,["anstream::adapter::strip::StrippedStr"]],["impl UnwindSafe for StripStr",1,["anstream::adapter::strip::StripStr"]],["impl<'s> !UnwindSafe for StripStrIter<'s>",1,["anstream::adapter::strip::StripStrIter"]],["impl<'s> UnwindSafe for StrippedBytes<'s>",1,["anstream::adapter::strip::StrippedBytes"]],["impl UnwindSafe for StripBytes",1,["anstream::adapter::strip::StripBytes"]],["impl<'s> !UnwindSafe for StripBytesIter<'s>",1,["anstream::adapter::strip::StripBytesIter"]],["impl UnwindSafe for WinconBytes",1,["anstream::adapter::wincon::WinconBytes"]],["impl<'s> !UnwindSafe for WinconBytesIter<'s>",1,["anstream::adapter::wincon::WinconBytesIter"]],["impl<S> UnwindSafe for AutoStream<S>
where\n S: UnwindSafe,
",1,["anstream::auto::AutoStream"]],["impl<S> UnwindSafe for StripStream<S>
where\n S: UnwindSafe,
",1,["anstream::strip::StripStream"]]], "anstyle":[["impl UnwindSafe for Color",1,["anstyle::color::Color"]],["impl UnwindSafe for AnsiColor",1,["anstyle::color::AnsiColor"]],["impl UnwindSafe for Ansi256Color",1,["anstyle::color::Ansi256Color"]],["impl UnwindSafe for RgbColor",1,["anstyle::color::RgbColor"]],["impl UnwindSafe for Effects",1,["anstyle::effect::Effects"]],["impl UnwindSafe for EffectIter",1,["anstyle::effect::EffectIter"]],["impl UnwindSafe for Reset",1,["anstyle::reset::Reset"]],["impl UnwindSafe for Style",1,["anstyle::style::Style"]]], "anstyle_parse":[["impl UnwindSafe for Params",1,["anstyle_parse::params::Params"]],["impl<'a> UnwindSafe for ParamsIter<'a>",1,["anstyle_parse::params::ParamsIter"]],["impl UnwindSafe for State",1,["anstyle_parse::state::definitions::State"]],["impl UnwindSafe for Action",1,["anstyle_parse::state::definitions::Action"]],["impl<C> UnwindSafe for Parser<C>
where\n C: UnwindSafe,
",1,["anstyle_parse::Parser"]],["impl UnwindSafe for AsciiParser",1,["anstyle_parse::AsciiParser"]],["impl UnwindSafe for Utf8Parser",1,["anstyle_parse::Utf8Parser"]]], "anyhow":[["impl UnwindSafe for Error",1,["anyhow::Error"]],["impl<'a> !UnwindSafe for Chain<'a>",1,["anyhow::Chain"]]], "ariadne":[["impl UnwindSafe for Line",1,["ariadne::source::Line"]],["impl<I> UnwindSafe for Source<I>
where\n I: UnwindSafe,
",1,["ariadne::source::Source"]],["impl UnwindSafe for FileCache",1,["ariadne::source::FileCache"]],["impl<Id, F, I> UnwindSafe for FnCache<Id, F, I>
where\n F: UnwindSafe,\n I: UnwindSafe,\n Id: UnwindSafe,
",1,["ariadne::source::FnCache"]],["impl UnwindSafe for ColorGenerator",1,["ariadne::draw::ColorGenerator"]],["impl<S> UnwindSafe for Label<S>
where\n S: UnwindSafe,
",1,["ariadne::Label"]],["impl<'a, S> UnwindSafe for Report<'a, S>
where\n S: UnwindSafe,\n <<S as Span>::SourceId as ToOwned>::Owned: UnwindSafe,
",1,["ariadne::Report"]],["impl<'a> UnwindSafe for ReportKind<'a>",1,["ariadne::ReportKind"]],["impl<'a, S> UnwindSafe for ReportBuilder<'a, S>
where\n S: UnwindSafe,\n <<S as Span>::SourceId as ToOwned>::Owned: UnwindSafe,
",1,["ariadne::ReportBuilder"]],["impl UnwindSafe for LabelAttach",1,["ariadne::LabelAttach"]],["impl UnwindSafe for CharSet",1,["ariadne::CharSet"]],["impl UnwindSafe for Config",1,["ariadne::Config"]]], "beef":[["impl<'a, T: ?Sized, U> UnwindSafe for Cow<'a, T, U>
where\n T: RefUnwindSafe,\n <U as Capacity>::Field: UnwindSafe,\n <T as Beef>::PointerT: RefUnwindSafe,
",1,["beef::generic::Cow"]]], "bitflags":[["impl<B> UnwindSafe for Iter<B>
where\n B: UnwindSafe + RefUnwindSafe,
",1,["bitflags::iter::Iter"]],["impl<B> UnwindSafe for IterNames<B>
where\n B: UnwindSafe + RefUnwindSafe,
",1,["bitflags::iter::IterNames"]],["impl UnwindSafe for ParseError",1,["bitflags::parser::ParseError"]],["impl<B> UnwindSafe for Flag<B>
where\n B: UnwindSafe,
",1,["bitflags::traits::Flag"]]], "clap_builder":[["impl UnwindSafe for ArgAction",1,["clap_builder::builder::action::ArgAction"]],["impl !UnwindSafe for Arg",1,["clap_builder::builder::arg::Arg"]],["impl UnwindSafe for ArgGroup",1,["clap_builder::builder::arg_group::ArgGroup"]],["impl UnwindSafe for ArgPredicate",1,["clap_builder::builder::arg_predicate::ArgPredicate"]],["impl !UnwindSafe for Command",1,["clap_builder::builder::command::Command"]],["impl UnwindSafe for OsStr",1,["clap_builder::builder::os_str::OsStr"]],["impl UnwindSafe for PossibleValue",1,["clap_builder::builder::possible_value::PossibleValue"]],["impl UnwindSafe for ValueRange",1,["clap_builder::builder::range::ValueRange"]],["impl<T> UnwindSafe for Resettable<T>
where\n T: UnwindSafe,
",1,["clap_builder::builder::resettable::Resettable"]],["impl UnwindSafe for Str",1,["clap_builder::builder::str::Str"]],["impl UnwindSafe for StyledStr",1,["clap_builder::builder::styled_str::StyledStr"]],["impl UnwindSafe for ValueHint",1,["clap_builder::builder::value_hint::ValueHint"]],["impl !UnwindSafe for ValueParser",1,["clap_builder::builder::value_parser::ValueParser"]],["impl UnwindSafe for StringValueParser",1,["clap_builder::builder::value_parser::StringValueParser"]],["impl UnwindSafe for OsStringValueParser",1,["clap_builder::builder::value_parser::OsStringValueParser"]],["impl UnwindSafe for PathBufValueParser",1,["clap_builder::builder::value_parser::PathBufValueParser"]],["impl<E> UnwindSafe for EnumValueParser<E>
where\n E: UnwindSafe,
",1,["clap_builder::builder::value_parser::EnumValueParser"]],["impl UnwindSafe for PossibleValuesParser",1,["clap_builder::builder::value_parser::PossibleValuesParser"]],["impl<T> UnwindSafe for RangedI64ValueParser<T>
where\n T: UnwindSafe,
",1,["clap_builder::builder::value_parser::RangedI64ValueParser"]],["impl<T> UnwindSafe for RangedU64ValueParser<T>
where\n T: UnwindSafe,
",1,["clap_builder::builder::value_parser::RangedU64ValueParser"]],["impl UnwindSafe for BoolValueParser",1,["clap_builder::builder::value_parser::BoolValueParser"]],["impl UnwindSafe for FalseyValueParser",1,["clap_builder::builder::value_parser::FalseyValueParser"]],["impl UnwindSafe for BoolishValueParser",1,["clap_builder::builder::value_parser::BoolishValueParser"]],["impl UnwindSafe for NonEmptyStringValueParser",1,["clap_builder::builder::value_parser::NonEmptyStringValueParser"]],["impl<P, F> UnwindSafe for MapValueParser<P, F>
where\n F: UnwindSafe,\n P: UnwindSafe,
",1,["clap_builder::builder::value_parser::MapValueParser"]],["impl<P, F> UnwindSafe for TryMapValueParser<P, F>
where\n F: UnwindSafe,\n P: UnwindSafe,
",1,["clap_builder::builder::value_parser::TryMapValueParser"]],["impl UnwindSafe for UnknownArgumentValueParser",1,["clap_builder::builder::value_parser::UnknownArgumentValueParser"]],["impl UnwindSafe for Styles",1,["clap_builder::builder::styling::Styles"]],["impl UnwindSafe for ContextKind",1,["clap_builder::error::context::ContextKind"]],["impl UnwindSafe for ContextValue",1,["clap_builder::error::context::ContextValue"]],["impl UnwindSafe for KindFormatter",1,["clap_builder::error::format::KindFormatter"]],["impl UnwindSafe for RichFormatter",1,["clap_builder::error::format::RichFormatter"]],["impl UnwindSafe for ErrorKind",1,["clap_builder::error::kind::ErrorKind"]],["impl<F = RichFormatter> !UnwindSafe for Error<F>",1,["clap_builder::error::Error"]],["impl UnwindSafe for MatchesError",1,["clap_builder::parser::error::MatchesError"]],["impl !UnwindSafe for ArgMatches",1,["clap_builder::parser::matches::arg_matches::ArgMatches"]],["impl<'a> UnwindSafe for IdsRef<'a>",1,["clap_builder::parser::matches::arg_matches::IdsRef"]],["impl<T> !UnwindSafe for Values<T>",1,["clap_builder::parser::matches::arg_matches::Values"]],["impl<'a, T> !UnwindSafe for ValuesRef<'a, T>",1,["clap_builder::parser::matches::arg_matches::ValuesRef"]],["impl<'a> UnwindSafe for RawValues<'a>",1,["clap_builder::parser::matches::arg_matches::RawValues"]],["impl<'a> UnwindSafe for Indices<'a>",1,["clap_builder::parser::matches::arg_matches::Indices"]],["impl UnwindSafe for ValueSource",1,["clap_builder::parser::matches::value_source::ValueSource"]],["impl UnwindSafe for Id",1,["clap_builder::util::id::Id"]],["impl UnwindSafe for ColorChoice",1,["clap_builder::util::color::ColorChoice"]]], "clap_lex":[["impl UnwindSafe for RawArgs",1,["clap_lex::RawArgs"]],["impl UnwindSafe for ArgCursor",1,["clap_lex::ArgCursor"]],["impl<'s> UnwindSafe for ParsedArg<'s>",1,["clap_lex::ParsedArg"]],["impl<'s> UnwindSafe for ShortFlags<'s>",1,["clap_lex::ShortFlags"]]], "colorchoice":[["impl UnwindSafe for ColorChoice",1,["colorchoice::ColorChoice"]]], "concolor":[["impl UnwindSafe for Color",1,["concolor::color::Color"]],["impl UnwindSafe for ColorChoice",1,["concolor::choice::ColorChoice"]],["impl UnwindSafe for Stream",1,["concolor::stream::Stream"]]], "edb":[["impl UnwindSafe for Config",1,["edb::config::Config"]],["impl UnwindSafe for Package",1,["edb::config::Package"]],["impl UnwindSafe for Profile",1,["edb::config::Profile"]],["impl UnwindSafe for Cli",1,["edb::Cli"]],["impl UnwindSafe for Commands",1,["edb::Commands"]]], "edlang_ast":[["impl UnwindSafe for Module",1,["edlang_ast::Module"]],["impl UnwindSafe for ModuleStatement",1,["edlang_ast::ModuleStatement"]],["impl UnwindSafe for Import",1,["edlang_ast::Import"]],["impl UnwindSafe for PathExpr",1,["edlang_ast::PathExpr"]],["impl UnwindSafe for PathSegment",1,["edlang_ast::PathSegment"]],["impl UnwindSafe for Ident",1,["edlang_ast::Ident"]],["impl UnwindSafe for Type",1,["edlang_ast::Type"]],["impl UnwindSafe for TypeQualifier",1,["edlang_ast::TypeQualifier"]],["impl UnwindSafe for FnParam",1,["edlang_ast::FnParam"]],["impl UnwindSafe for Block",1,["edlang_ast::Block"]],["impl UnwindSafe for Statement",1,["edlang_ast::Statement"]],["impl UnwindSafe for LetStmt",1,["edlang_ast::LetStmt"]],["impl UnwindSafe for AssignStmt",1,["edlang_ast::AssignStmt"]],["impl UnwindSafe for IfStmt",1,["edlang_ast::IfStmt"]],["impl UnwindSafe for ForStmt",1,["edlang_ast::ForStmt"]],["impl UnwindSafe for WhileStmt",1,["edlang_ast::WhileStmt"]],["impl UnwindSafe for ReturnStmt",1,["edlang_ast::ReturnStmt"]],["impl UnwindSafe for Function",1,["edlang_ast::Function"]],["impl UnwindSafe for Constant",1,["edlang_ast::Constant"]],["impl UnwindSafe for StructField",1,["edlang_ast::StructField"]],["impl UnwindSafe for Struct",1,["edlang_ast::Struct"]],["impl UnwindSafe for Expression",1,["edlang_ast::Expression"]],["impl UnwindSafe for ValueExpr",1,["edlang_ast::ValueExpr"]],["impl UnwindSafe for StructInitField",1,["edlang_ast::StructInitField"]],["impl UnwindSafe for StructInitExpr",1,["edlang_ast::StructInitExpr"]],["impl UnwindSafe for FnCallExpr",1,["edlang_ast::FnCallExpr"]],["impl UnwindSafe for UnaryOp",1,["edlang_ast::UnaryOp"]],["impl UnwindSafe for BinaryOp",1,["edlang_ast::BinaryOp"]],["impl UnwindSafe for ArithOp",1,["edlang_ast::ArithOp"]],["impl UnwindSafe for LogicOp",1,["edlang_ast::LogicOp"]],["impl UnwindSafe for CmpOp",1,["edlang_ast::CmpOp"]],["impl UnwindSafe for BitwiseOp",1,["edlang_ast::BitwiseOp"]]], "edlang_driver":[["impl UnwindSafe for CompilerArgs",1,["edlang_driver::CompilerArgs"]]], "edlang_ir":[["impl UnwindSafe for ScalarInt",1,["edlang_ir::scalar_int::ScalarInt"]],["impl UnwindSafe for SymbolTable",1,["edlang_ir::SymbolTable"]],["impl UnwindSafe for ProgramBody",1,["edlang_ir::ProgramBody"]],["impl UnwindSafe for ModuleBody",1,["edlang_ir::ModuleBody"]],["impl UnwindSafe for DefId",1,["edlang_ir::DefId"]],["impl UnwindSafe for Body",1,["edlang_ir::Body"]],["impl UnwindSafe for AdtBody",1,["edlang_ir::AdtBody"]],["impl UnwindSafe for AdtVariant",1,["edlang_ir::AdtVariant"]],["impl UnwindSafe for DebugInfo",1,["edlang_ir::DebugInfo"]],["impl UnwindSafe for BasicBlock",1,["edlang_ir::BasicBlock"]],["impl UnwindSafe for Local",1,["edlang_ir::Local"]],["impl UnwindSafe for LocalKind",1,["edlang_ir::LocalKind"]],["impl UnwindSafe for Statement",1,["edlang_ir::Statement"]],["impl UnwindSafe for StatementKind",1,["edlang_ir::StatementKind"]],["impl UnwindSafe for Terminator",1,["edlang_ir::Terminator"]],["impl UnwindSafe for SwitchTarget",1,["edlang_ir::SwitchTarget"]],["impl UnwindSafe for TypeInfo",1,["edlang_ir::TypeInfo"]],["impl UnwindSafe for TypeKind",1,["edlang_ir::TypeKind"]],["impl UnwindSafe for IntTy",1,["edlang_ir::IntTy"]],["impl UnwindSafe for UintTy",1,["edlang_ir::UintTy"]],["impl UnwindSafe for FloatTy",1,["edlang_ir::FloatTy"]],["impl UnwindSafe for ConstData",1,["edlang_ir::ConstData"]],["impl UnwindSafe for ConstKind",1,["edlang_ir::ConstKind"]],["impl UnwindSafe for ValueTree",1,["edlang_ir::ValueTree"]],["impl UnwindSafe for RValue",1,["edlang_ir::RValue"]],["impl UnwindSafe for Operand",1,["edlang_ir::Operand"]],["impl UnwindSafe for Place",1,["edlang_ir::Place"]],["impl UnwindSafe for PlaceElem",1,["edlang_ir::PlaceElem"]],["impl UnwindSafe for BinOp",1,["edlang_ir::BinOp"]],["impl UnwindSafe for LogicalOp",1,["edlang_ir::LogicalOp"]],["impl UnwindSafe for UnOp",1,["edlang_ir::UnOp"]],["impl UnwindSafe for ConstValue",1,["edlang_ir::ConstValue"]]], "edlang_lowering":[["impl UnwindSafe for LoweringError",1,["edlang_lowering::errors::LoweringError"]]], "edlang_parser":[["impl UnwindSafe for LexicalError",1,["edlang_parser::lexer::LexicalError"]],["impl<'input> UnwindSafe for Lexer<'input>",1,["edlang_parser::lexer::Lexer"]],["impl UnwindSafe for LexingError",1,["edlang_parser::tokens::LexingError"]],["impl UnwindSafe for Token",1,["edlang_parser::tokens::Token"]],["impl UnwindSafe for BinaryFirstLvlOpParser",1,["edlang_parser::grammar::grammar::__parse__BinaryFirstLvlOp::BinaryFirstLvlOpParser"]],["impl UnwindSafe for BinarySecondLvlOpParser",1,["edlang_parser::grammar::grammar::__parse__BinarySecondLvlOp::BinarySecondLvlOpParser"]],["impl UnwindSafe for BinaryThirdLvlOpParser",1,["edlang_parser::grammar::grammar::__parse__BinaryThirdLvlOp::BinaryThirdLvlOpParser"]],["impl UnwindSafe for ModuleParser",1,["edlang_parser::grammar::grammar::__parse__Module::ModuleParser"]],["impl UnwindSafe for ModulesParser",1,["edlang_parser::grammar::grammar::__parse__Modules::ModulesParser"]],["impl UnwindSafe for PathSegmentsParser",1,["edlang_parser::grammar::grammar::__parse__PathSegments::PathSegmentsParser"]],["impl UnwindSafe for UnaryOpParser",1,["edlang_parser::grammar::grammar::__parse__UnaryOp::UnaryOpParser"]]], "edlang_session":[["impl UnwindSafe for Session",1,["edlang_session::Session"]],["impl UnwindSafe for OptLevel",1,["edlang_session::OptLevel"]],["impl UnwindSafe for DebugInfo",1,["edlang_session::DebugInfo"]]], "edlang_span":[["impl UnwindSafe for Span",1,["edlang_span::Span"]]], "either":[["impl<L, R> UnwindSafe for IterEither<L, R>
where\n L: UnwindSafe,\n R: UnwindSafe,
",1,["either::iterator::IterEither"]],["impl<L, R> UnwindSafe for Either<L, R>
where\n L: UnwindSafe,\n R: UnwindSafe,
",1,["either::Either"]]], "fnv":[["impl UnwindSafe for FnvHasher",1,["fnv::FnvHasher"]]], "form_urlencoded":[["impl<'a> UnwindSafe for Parse<'a>",1,["form_urlencoded::Parse"]],["impl<'a> UnwindSafe for ParseIntoOwned<'a>",1,["form_urlencoded::ParseIntoOwned"]],["impl<'a> UnwindSafe for ByteSerialize<'a>",1,["form_urlencoded::ByteSerialize"]],["impl<'a, T> !UnwindSafe for Serializer<'a, T>",1,["form_urlencoded::Serializer"]]], "git2":[["impl<'string> UnwindSafe for AttrValue<'string>",1,["git2::attr::AttrValue"]],["impl<'cb> !UnwindSafe for RepoBuilder<'cb>",1,["git2::build::RepoBuilder"]],["impl UnwindSafe for TreeUpdateBuilder",1,["git2::build::TreeUpdateBuilder"]],["impl<'cb> !UnwindSafe for CheckoutBuilder<'cb>",1,["git2::build::CheckoutBuilder"]],["impl UnwindSafe for CloneLocal",1,["git2::build::CloneLocal"]],["impl<'a> UnwindSafe for Cert<'a>",1,["git2::cert::Cert"]],["impl<'a> UnwindSafe for CertHostkey<'a>",1,["git2::cert::CertHostkey"]],["impl<'a> UnwindSafe for CertX509<'a>",1,["git2::cert::CertX509"]],["impl UnwindSafe for SshHostKeyType",1,["git2::cert::SshHostKeyType"]],["impl UnwindSafe for OidArray",1,["git2::oid_array::OidArray"]],["impl UnwindSafe for StringArray",1,["git2::string_array::StringArray"]],["impl<'a> UnwindSafe for Iter<'a>",1,["git2::string_array::Iter"]],["impl<'a> UnwindSafe for IterBytes<'a>",1,["git2::string_array::IterBytes"]],["impl UnwindSafe for Transport",1,["git2::transport::Transport"]],["impl UnwindSafe for Service",1,["git2::transport::Service"]],["impl UnwindSafe for ApplyLocation",1,["git2::apply::ApplyLocation"]],["impl<'cb> !UnwindSafe for ApplyOptions<'cb>",1,["git2::apply::ApplyOptions"]],["impl<'repo> UnwindSafe for Blame<'repo>",1,["git2::blame::Blame"]],["impl<'blame> UnwindSafe for BlameHunk<'blame>",1,["git2::blame::BlameHunk"]],["impl UnwindSafe for BlameOptions",1,["git2::blame::BlameOptions"]],["impl<'blame> UnwindSafe for BlameIter<'blame>",1,["git2::blame::BlameIter"]],["impl<'repo> UnwindSafe for Blob<'repo>",1,["git2::blob::Blob"]],["impl<'repo> UnwindSafe for BlobWriter<'repo>",1,["git2::blob::BlobWriter"]],["impl<'repo> UnwindSafe for Branch<'repo>",1,["git2::branch::Branch"]],["impl<'repo> UnwindSafe for Branches<'repo>",1,["git2::branch::Branches"]],["impl UnwindSafe for Buf",1,["git2::buf::Buf"]],["impl<'cb> !UnwindSafe for CherrypickOptions<'cb>",1,["git2::cherrypick::CherrypickOptions"]],["impl<'repo> UnwindSafe for Commit<'repo>",1,["git2::commit::Commit"]],["impl<'commit, 'repo> UnwindSafe for Parents<'commit, 'repo>",1,["git2::commit::Parents"]],["impl UnwindSafe for Config",1,["git2::config::Config"]],["impl<'cfg> UnwindSafe for ConfigEntry<'cfg>",1,["git2::config::ConfigEntry"]],["impl<'cfg> UnwindSafe for ConfigEntries<'cfg>",1,["git2::config::ConfigEntries"]],["impl UnwindSafe for Cred",1,["git2::cred::Cred"]],["impl UnwindSafe for CredentialHelper",1,["git2::cred::CredentialHelper"]],["impl<'repo> UnwindSafe for Describe<'repo>",1,["git2::describe::Describe"]],["impl UnwindSafe for DescribeOptions",1,["git2::describe::DescribeOptions"]],["impl UnwindSafe for DescribeFormatOptions",1,["git2::describe::DescribeFormatOptions"]],["impl<'repo> UnwindSafe for Diff<'repo>",1,["git2::diff::Diff"]],["impl<'a> UnwindSafe for DiffDelta<'a>",1,["git2::diff::DiffDelta"]],["impl<'a> UnwindSafe for DiffFile<'a>",1,["git2::diff::DiffFile"]],["impl UnwindSafe for DiffOptions",1,["git2::diff::DiffOptions"]],["impl UnwindSafe for DiffFindOptions",1,["git2::diff::DiffFindOptions"]],["impl UnwindSafe for DiffPatchidOptions",1,["git2::diff::DiffPatchidOptions"]],["impl<'diff> UnwindSafe for Deltas<'diff>",1,["git2::diff::Deltas"]],["impl<'a> UnwindSafe for DiffLine<'a>",1,["git2::diff::DiffLine"]],["impl<'a> UnwindSafe for DiffHunk<'a>",1,["git2::diff::DiffHunk"]],["impl UnwindSafe for DiffStats",1,["git2::diff::DiffStats"]],["impl<'a> UnwindSafe for DiffBinary<'a>",1,["git2::diff::DiffBinary"]],["impl<'a> UnwindSafe for DiffBinaryFile<'a>",1,["git2::diff::DiffBinaryFile"]],["impl UnwindSafe for DiffBinaryKind",1,["git2::diff::DiffBinaryKind"]],["impl UnwindSafe for DiffLineType",1,["git2::diff::DiffLineType"]],["impl UnwindSafe for Email",1,["git2::email::Email"]],["impl UnwindSafe for EmailCreateOptions",1,["git2::email::EmailCreateOptions"]],["impl UnwindSafe for Error",1,["git2::error::Error"]],["impl UnwindSafe for Index",1,["git2::index::Index"]],["impl<'index> UnwindSafe for IndexEntries<'index>",1,["git2::index::IndexEntries"]],["impl<'index> UnwindSafe for IndexConflicts<'index>",1,["git2::index::IndexConflicts"]],["impl UnwindSafe for IndexConflict",1,["git2::index::IndexConflict"]],["impl UnwindSafe for IndexEntry",1,["git2::index::IndexEntry"]],["impl<'a> UnwindSafe for Progress<'a>",1,["git2::indexer::Progress"]],["impl<'odb> !UnwindSafe for Indexer<'odb>",1,["git2::indexer::Indexer"]],["impl UnwindSafe for Mailmap",1,["git2::mailmap::Mailmap"]],["impl<'odb> UnwindSafe for Mempack<'odb>",1,["git2::mempack::Mempack"]],["impl<'repo> UnwindSafe for AnnotatedCommit<'repo>",1,["git2::merge::AnnotatedCommit"]],["impl UnwindSafe for MergeOptions",1,["git2::merge::MergeOptions"]],["impl UnwindSafe for MessageTrailersStrs",1,["git2::message::MessageTrailersStrs"]],["impl UnwindSafe for MessageTrailersBytes",1,["git2::message::MessageTrailersBytes"]],["impl<'a> UnwindSafe for MessageTrailersStrsIterator<'a>",1,["git2::message::MessageTrailersStrsIterator"]],["impl<'a> UnwindSafe for MessageTrailersBytesIterator<'a>",1,["git2::message::MessageTrailersBytesIterator"]],["impl<'repo> UnwindSafe for Note<'repo>",1,["git2::note::Note"]],["impl<'repo> UnwindSafe for Notes<'repo>",1,["git2::note::Notes"]],["impl<'repo> UnwindSafe for Object<'repo>",1,["git2::object::Object"]],["impl<'repo> UnwindSafe for Odb<'repo>",1,["git2::odb::Odb"]],["impl<'a> UnwindSafe for OdbObject<'a>",1,["git2::odb::OdbObject"]],["impl<'repo> UnwindSafe for OdbReader<'repo>",1,["git2::odb::OdbReader"]],["impl<'repo> UnwindSafe for OdbWriter<'repo>",1,["git2::odb::OdbWriter"]],["impl<'repo> !UnwindSafe for OdbPackwriter<'repo>",1,["git2::odb::OdbPackwriter"]],["impl UnwindSafe for Oid",1,["git2::oid::Oid"]],["impl UnwindSafe for PackBuilderStage",1,["git2::packbuilder::PackBuilderStage"]],["impl<'repo> !UnwindSafe for PackBuilder<'repo>",1,["git2::packbuilder::PackBuilder"]],["impl<'buffers> UnwindSafe for Patch<'buffers>",1,["git2::patch::Patch"]],["impl UnwindSafe for Pathspec",1,["git2::pathspec::Pathspec"]],["impl<'ps> UnwindSafe for PathspecMatchList<'ps>",1,["git2::pathspec::PathspecMatchList"]],["impl<'list> UnwindSafe for PathspecEntries<'list>",1,["git2::pathspec::PathspecEntries"]],["impl<'list> UnwindSafe for PathspecDiffEntries<'list>",1,["git2::pathspec::PathspecDiffEntries"]],["impl<'list> UnwindSafe for PathspecFailedEntries<'list>",1,["git2::pathspec::PathspecFailedEntries"]],["impl<'a> UnwindSafe for ProxyOptions<'a>",1,["git2::proxy_options::ProxyOptions"]],["impl<'a> UnwindSafe for PushUpdate<'a>",1,["git2::push_update::PushUpdate"]],["impl<'cb> !UnwindSafe for RebaseOptions<'cb>",1,["git2::rebase::RebaseOptions"]],["impl<'repo> UnwindSafe for Rebase<'repo>",1,["git2::rebase::Rebase"]],["impl UnwindSafe for RebaseOperationType",1,["git2::rebase::RebaseOperationType"]],["impl<'rebase> UnwindSafe for RebaseOperation<'rebase>",1,["git2::rebase::RebaseOperation"]],["impl<'repo> UnwindSafe for Reference<'repo>",1,["git2::reference::Reference"]],["impl<'repo> UnwindSafe for References<'repo>",1,["git2::reference::References"]],["impl<'repo, 'references> !UnwindSafe for ReferenceNames<'repo, 'references>",1,["git2::reference::ReferenceNames"]],["impl UnwindSafe for Reflog",1,["git2::reflog::Reflog"]],["impl<'reflog> UnwindSafe for ReflogEntry<'reflog>",1,["git2::reflog::ReflogEntry"]],["impl<'reflog> UnwindSafe for ReflogIter<'reflog>",1,["git2::reflog::ReflogIter"]],["impl<'remote> UnwindSafe for Refspec<'remote>",1,["git2::refspec::Refspec"]],["impl<'repo> UnwindSafe for Remote<'repo>",1,["git2::remote::Remote"]],["impl<'remote> UnwindSafe for Refspecs<'remote>",1,["git2::remote::Refspecs"]],["impl<'remote> UnwindSafe for RemoteHead<'remote>",1,["git2::remote::RemoteHead"]],["impl<'cb> !UnwindSafe for FetchOptions<'cb>",1,["git2::remote::FetchOptions"]],["impl<'cb> !UnwindSafe for PushOptions<'cb>",1,["git2::remote::PushOptions"]],["impl<'repo, 'connection, 'cb> !UnwindSafe for RemoteConnection<'repo, 'connection, 'cb>",1,["git2::remote::RemoteConnection"]],["impl UnwindSafe for RemoteRedirect",1,["git2::remote::RemoteRedirect"]],["impl<'a> !UnwindSafe for RemoteCallbacks<'a>",1,["git2::remote_callbacks::RemoteCallbacks"]],["impl UnwindSafe for CertificateCheckStatus",1,["git2::remote_callbacks::CertificateCheckStatus"]],["impl UnwindSafe for Repository",1,["git2::repo::Repository"]],["impl UnwindSafe for RepositoryInitOptions",1,["git2::repo::RepositoryInitOptions"]],["impl<'cb> !UnwindSafe for RevertOptions<'cb>",1,["git2::revert::RevertOptions"]],["impl<'repo> UnwindSafe for Revspec<'repo>",1,["git2::revspec::Revspec"]],["impl<'repo> UnwindSafe for Revwalk<'repo>",1,["git2::revwalk::Revwalk"]],["impl<'a> UnwindSafe for Signature<'a>",1,["git2::signature::Signature"]],["impl<'a> UnwindSafe for StashSaveOptions<'a>",1,["git2::stash::StashSaveOptions"]],["impl<'cb> !UnwindSafe for StashApplyOptions<'cb>",1,["git2::stash::StashApplyOptions"]],["impl UnwindSafe for StatusOptions",1,["git2::status::StatusOptions"]],["impl UnwindSafe for StatusShow",1,["git2::status::StatusShow"]],["impl<'repo> UnwindSafe for Statuses<'repo>",1,["git2::status::Statuses"]],["impl<'statuses> UnwindSafe for StatusIter<'statuses>",1,["git2::status::StatusIter"]],["impl<'statuses> UnwindSafe for StatusEntry<'statuses>",1,["git2::status::StatusEntry"]],["impl<'repo> UnwindSafe for Submodule<'repo>",1,["git2::submodule::Submodule"]],["impl<'cb> !UnwindSafe for SubmoduleUpdateOptions<'cb>",1,["git2::submodule::SubmoduleUpdateOptions"]],["impl<'repo> UnwindSafe for Tag<'repo>",1,["git2::tag::Tag"]],["impl UnwindSafe for Time",1,["git2::time::Time"]],["impl UnwindSafe for IndexTime",1,["git2::time::IndexTime"]],["impl UnwindSafe for TraceLevel",1,["git2::tracing::TraceLevel"]],["impl<'repo> UnwindSafe for Transaction<'repo>",1,["git2::transaction::Transaction"]],["impl<'repo> UnwindSafe for Tree<'repo>",1,["git2::tree::Tree"]],["impl<'tree> UnwindSafe for TreeEntry<'tree>",1,["git2::tree::TreeEntry"]],["impl<'tree> UnwindSafe for TreeIter<'tree>",1,["git2::tree::TreeIter"]],["impl UnwindSafe for TreeWalkMode",1,["git2::tree::TreeWalkMode"]],["impl UnwindSafe for TreeWalkResult",1,["git2::tree::TreeWalkResult"]],["impl<'repo> UnwindSafe for TreeBuilder<'repo>",1,["git2::treebuilder::TreeBuilder"]],["impl UnwindSafe for Version",1,["git2::version::Version"]],["impl UnwindSafe for Worktree",1,["git2::worktree::Worktree"]],["impl<'a> UnwindSafe for WorktreeAddOptions<'a>",1,["git2::worktree::WorktreeAddOptions"]],["impl UnwindSafe for WorktreePruneOptions",1,["git2::worktree::WorktreePruneOptions"]],["impl UnwindSafe for WorktreeLockStatus",1,["git2::worktree::WorktreeLockStatus"]],["impl UnwindSafe for ErrorCode",1,["git2::ErrorCode"]],["impl UnwindSafe for ErrorClass",1,["git2::ErrorClass"]],["impl UnwindSafe for RepositoryState",1,["git2::RepositoryState"]],["impl UnwindSafe for Direction",1,["git2::Direction"]],["impl UnwindSafe for ResetType",1,["git2::ResetType"]],["impl UnwindSafe for ObjectType",1,["git2::ObjectType"]],["impl UnwindSafe for ReferenceType",1,["git2::ReferenceType"]],["impl UnwindSafe for BranchType",1,["git2::BranchType"]],["impl UnwindSafe for ConfigLevel",1,["git2::ConfigLevel"]],["impl UnwindSafe for FileFavor",1,["git2::FileFavor"]],["impl UnwindSafe for Sort",1,["git2::Sort"]],["impl UnwindSafe for CredentialType",1,["git2::CredentialType"]],["impl UnwindSafe for IndexEntryFlag",1,["git2::IndexEntryFlag"]],["impl UnwindSafe for IndexEntryExtendedFlag",1,["git2::IndexEntryExtendedFlag"]],["impl UnwindSafe for IndexAddOption",1,["git2::IndexAddOption"]],["impl UnwindSafe for RepositoryOpenFlags",1,["git2::RepositoryOpenFlags"]],["impl UnwindSafe for RevparseMode",1,["git2::RevparseMode"]],["impl UnwindSafe for MergeAnalysis",1,["git2::MergeAnalysis"]],["impl UnwindSafe for MergePreference",1,["git2::MergePreference"]],["impl UnwindSafe for OdbLookupFlags",1,["git2::OdbLookupFlags"]],["impl UnwindSafe for Status",1,["git2::Status"]],["impl UnwindSafe for RepositoryInitMode",1,["git2::RepositoryInitMode"]],["impl UnwindSafe for Delta",1,["git2::Delta"]],["impl UnwindSafe for FileMode",1,["git2::FileMode"]],["impl UnwindSafe for SubmoduleStatus",1,["git2::SubmoduleStatus"]],["impl UnwindSafe for SubmoduleIgnore",1,["git2::SubmoduleIgnore"]],["impl UnwindSafe for SubmoduleUpdate",1,["git2::SubmoduleUpdate"]],["impl UnwindSafe for PathspecFlags",1,["git2::PathspecFlags"]],["impl UnwindSafe for CheckoutNotificationType",1,["git2::CheckoutNotificationType"]],["impl UnwindSafe for DiffFormat",1,["git2::DiffFormat"]],["impl UnwindSafe for DiffStatsFormat",1,["git2::DiffStatsFormat"]],["impl UnwindSafe for AutotagOption",1,["git2::AutotagOption"]],["impl UnwindSafe for FetchPrune",1,["git2::FetchPrune"]],["impl UnwindSafe for StashApplyProgress",1,["git2::StashApplyProgress"]],["impl UnwindSafe for StashApplyFlags",1,["git2::StashApplyFlags"]],["impl UnwindSafe for StashFlags",1,["git2::StashFlags"]],["impl UnwindSafe for AttrCheckFlags",1,["git2::AttrCheckFlags"]],["impl UnwindSafe for DiffFlags",1,["git2::DiffFlags"]],["impl UnwindSafe for ReferenceFormat",1,["git2::ReferenceFormat"]]], "hashbrown":[["impl UnwindSafe for InsertSlot",1,["hashbrown::raw::inner::InsertSlot"]],["impl<T> UnwindSafe for Bucket<T>
where\n T: RefUnwindSafe,
",1,["hashbrown::raw::inner::Bucket"]],["impl<T, A> UnwindSafe for RawTable<T, A>
where\n A: UnwindSafe,\n T: UnwindSafe,
",1,["hashbrown::raw::inner::RawTable"]],["impl<T> UnwindSafe for RawIter<T>
where\n T: RefUnwindSafe,
",1,["hashbrown::raw::inner::RawIter"]],["impl<T, A> UnwindSafe for RawIntoIter<T, A>
where\n A: UnwindSafe,\n T: UnwindSafe + RefUnwindSafe,
",1,["hashbrown::raw::inner::RawIntoIter"]],["impl<'a, T, A> UnwindSafe for RawDrain<'a, T, A>
where\n A: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["hashbrown::raw::inner::RawDrain"]],["impl<T> UnwindSafe for RawIterHash<T>
where\n T: UnwindSafe,
",1,["hashbrown::raw::inner::RawIterHash"]],["impl UnwindSafe for DefaultHashBuilder",1,["hashbrown::map::DefaultHashBuilder"]],["impl<K, V, S, A> UnwindSafe for HashMap<K, V, S, A>
where\n A: UnwindSafe,\n K: UnwindSafe,\n S: UnwindSafe,\n V: UnwindSafe,
",1,["hashbrown::map::HashMap"]],["impl<'a, K, V> UnwindSafe for Iter<'a, K, V>
where\n K: RefUnwindSafe,\n V: RefUnwindSafe,
",1,["hashbrown::map::Iter"]],["impl<'a, K, V> !UnwindSafe for IterMut<'a, K, V>",1,["hashbrown::map::IterMut"]],["impl<K, V, A> UnwindSafe for IntoIter<K, V, A>
where\n A: UnwindSafe,\n K: UnwindSafe + RefUnwindSafe,\n V: UnwindSafe + RefUnwindSafe,
",1,["hashbrown::map::IntoIter"]],["impl<K, V, A> UnwindSafe for IntoKeys<K, V, A>
where\n A: UnwindSafe,\n K: UnwindSafe + RefUnwindSafe,\n V: UnwindSafe + RefUnwindSafe,
",1,["hashbrown::map::IntoKeys"]],["impl<K, V, A> UnwindSafe for IntoValues<K, V, A>
where\n A: UnwindSafe,\n K: UnwindSafe + RefUnwindSafe,\n V: UnwindSafe + RefUnwindSafe,
",1,["hashbrown::map::IntoValues"]],["impl<'a, K, V> UnwindSafe for Keys<'a, K, V>
where\n K: RefUnwindSafe,\n V: RefUnwindSafe,
",1,["hashbrown::map::Keys"]],["impl<'a, K, V> UnwindSafe for Values<'a, K, V>
where\n K: RefUnwindSafe,\n V: RefUnwindSafe,
",1,["hashbrown::map::Values"]],["impl<'a, K, V, A> UnwindSafe for Drain<'a, K, V, A>
where\n A: RefUnwindSafe,\n K: RefUnwindSafe,\n V: RefUnwindSafe,
",1,["hashbrown::map::Drain"]],["impl<'a, K, V, F, A = Global> !UnwindSafe for ExtractIf<'a, K, V, F, A>",1,["hashbrown::map::ExtractIf"]],["impl<'a, K, V> !UnwindSafe for ValuesMut<'a, K, V>",1,["hashbrown::map::ValuesMut"]],["impl<'a, K, V, S, A = Global> !UnwindSafe for RawEntryBuilderMut<'a, K, V, S, A>",1,["hashbrown::map::RawEntryBuilderMut"]],["impl<'a, K, V, S, A = Global> !UnwindSafe for RawEntryMut<'a, K, V, S, A>",1,["hashbrown::map::RawEntryMut"]],["impl<'a, K, V, S, A = Global> !UnwindSafe for RawOccupiedEntryMut<'a, K, V, S, A>",1,["hashbrown::map::RawOccupiedEntryMut"]],["impl<'a, K, V, S, A = Global> !UnwindSafe for RawVacantEntryMut<'a, K, V, S, A>",1,["hashbrown::map::RawVacantEntryMut"]],["impl<'a, K, V, S, A> UnwindSafe for RawEntryBuilder<'a, K, V, S, A>
where\n A: RefUnwindSafe,\n K: RefUnwindSafe,\n S: RefUnwindSafe,\n V: RefUnwindSafe,
",1,["hashbrown::map::RawEntryBuilder"]],["impl<'a, K, V, S, A = Global> !UnwindSafe for Entry<'a, K, V, S, A>",1,["hashbrown::map::Entry"]],["impl<'a, K, V, S = DefaultHashBuilder, A = Global> !UnwindSafe for OccupiedEntry<'a, K, V, S, A>",1,["hashbrown::map::OccupiedEntry"]],["impl<'a, K, V, S = DefaultHashBuilder, A = Global> !UnwindSafe for VacantEntry<'a, K, V, S, A>",1,["hashbrown::map::VacantEntry"]],["impl<'a, 'b, K, Q, V, S, A = Global> !UnwindSafe for EntryRef<'a, 'b, K, Q, V, S, A>",1,["hashbrown::map::EntryRef"]],["impl<'a, 'b, K, Q, V, S, A = Global> !UnwindSafe for OccupiedEntryRef<'a, 'b, K, Q, V, S, A>",1,["hashbrown::map::OccupiedEntryRef"]],["impl<'a, 'b, K, Q, V, S, A = Global> !UnwindSafe for VacantEntryRef<'a, 'b, K, Q, V, S, A>",1,["hashbrown::map::VacantEntryRef"]],["impl<'a, K, V, S, A = Global> !UnwindSafe for OccupiedError<'a, K, V, S, A>",1,["hashbrown::map::OccupiedError"]],["impl<T, S, A> UnwindSafe for HashSet<T, S, A>
where\n A: UnwindSafe,\n S: UnwindSafe,\n T: UnwindSafe,
",1,["hashbrown::set::HashSet"]],["impl<'a, K> UnwindSafe for Iter<'a, K>
where\n K: RefUnwindSafe,
",1,["hashbrown::set::Iter"]],["impl<K, A> UnwindSafe for IntoIter<K, A>
where\n A: UnwindSafe,\n K: UnwindSafe + RefUnwindSafe,
",1,["hashbrown::set::IntoIter"]],["impl<'a, K, A> UnwindSafe for Drain<'a, K, A>
where\n A: RefUnwindSafe,\n K: RefUnwindSafe,
",1,["hashbrown::set::Drain"]],["impl<'a, K, F, A = Global> !UnwindSafe for ExtractIf<'a, K, F, A>",1,["hashbrown::set::ExtractIf"]],["impl<'a, T, S, A> UnwindSafe for Intersection<'a, T, S, A>
where\n A: RefUnwindSafe,\n S: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["hashbrown::set::Intersection"]],["impl<'a, T, S, A> UnwindSafe for Difference<'a, T, S, A>
where\n A: RefUnwindSafe,\n S: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["hashbrown::set::Difference"]],["impl<'a, T, S, A> UnwindSafe for SymmetricDifference<'a, T, S, A>
where\n A: RefUnwindSafe,\n S: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["hashbrown::set::SymmetricDifference"]],["impl<'a, T, S, A> UnwindSafe for Union<'a, T, S, A>
where\n A: RefUnwindSafe,\n S: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["hashbrown::set::Union"]],["impl<'a, T, S, A = Global> !UnwindSafe for Entry<'a, T, S, A>",1,["hashbrown::set::Entry"]],["impl<'a, T, S, A = Global> !UnwindSafe for OccupiedEntry<'a, T, S, A>",1,["hashbrown::set::OccupiedEntry"]],["impl<'a, T, S, A = Global> !UnwindSafe for VacantEntry<'a, T, S, A>",1,["hashbrown::set::VacantEntry"]],["impl<T, A> UnwindSafe for HashTable<T, A>
where\n A: UnwindSafe,\n T: UnwindSafe,
",1,["hashbrown::table::HashTable"]],["impl<'a, T, A = Global> !UnwindSafe for Entry<'a, T, A>",1,["hashbrown::table::Entry"]],["impl<'a, T, A = Global> !UnwindSafe for OccupiedEntry<'a, T, A>",1,["hashbrown::table::OccupiedEntry"]],["impl<'a, T, A = Global> !UnwindSafe for VacantEntry<'a, T, A>",1,["hashbrown::table::VacantEntry"]],["impl<'a, T, A = Global> !UnwindSafe for AbsentEntry<'a, T, A>",1,["hashbrown::table::AbsentEntry"]],["impl<'a, T> UnwindSafe for Iter<'a, T>
where\n T: RefUnwindSafe,
",1,["hashbrown::table::Iter"]],["impl<'a, T> !UnwindSafe for IterMut<'a, T>",1,["hashbrown::table::IterMut"]],["impl<T, A> UnwindSafe for IntoIter<T, A>
where\n A: UnwindSafe,\n T: UnwindSafe + RefUnwindSafe,
",1,["hashbrown::table::IntoIter"]],["impl<'a, T, A> UnwindSafe for Drain<'a, T, A>
where\n A: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["hashbrown::table::Drain"]],["impl<'a, T, F, A = Global> !UnwindSafe for ExtractIf<'a, T, F, A>",1,["hashbrown::table::ExtractIf"]],["impl UnwindSafe for TryReserveError",1,["hashbrown::TryReserveError"]]], "heck":[["impl<T> UnwindSafe for AsKebabCase<T>
where\n T: UnwindSafe,
",1,["heck::kebab::AsKebabCase"]],["impl<T> UnwindSafe for AsLowerCamelCase<T>
where\n T: UnwindSafe,
",1,["heck::lower_camel::AsLowerCamelCase"]],["impl<T> UnwindSafe for AsShoutyKebabCase<T>
where\n T: UnwindSafe,
",1,["heck::shouty_kebab::AsShoutyKebabCase"]],["impl<T> UnwindSafe for AsShoutySnakeCase<T>
where\n T: UnwindSafe,
",1,["heck::shouty_snake::AsShoutySnakeCase"]],["impl<T> UnwindSafe for AsSnakeCase<T>
where\n T: UnwindSafe,
",1,["heck::snake::AsSnakeCase"]],["impl<T> UnwindSafe for AsTitleCase<T>
where\n T: UnwindSafe,
",1,["heck::title::AsTitleCase"]],["impl<T> UnwindSafe for AsTrainCase<T>
where\n T: UnwindSafe,
",1,["heck::train::AsTrainCase"]],["impl<T> UnwindSafe for AsUpperCamelCase<T>
where\n T: UnwindSafe,
",1,["heck::upper_camel::AsUpperCamelCase"]]], "idna":[["impl UnwindSafe for Idna",1,["idna::uts46::Idna"]],["impl UnwindSafe for Config",1,["idna::uts46::Config"]],["impl UnwindSafe for Errors",1,["idna::uts46::Errors"]]], "indexmap":[["impl<'a, K, V> !UnwindSafe for Entry<'a, K, V>",1,["indexmap::map::core::entry::Entry"]],["impl<'a, K, V> !UnwindSafe for OccupiedEntry<'a, K, V>",1,["indexmap::map::core::entry::OccupiedEntry"]],["impl<'a, K, V> !UnwindSafe for VacantEntry<'a, K, V>",1,["indexmap::map::core::entry::VacantEntry"]],["impl<'a, K, V> !UnwindSafe for IndexedEntry<'a, K, V>",1,["indexmap::map::core::entry::IndexedEntry"]],["impl<'a, K, V, S> UnwindSafe for RawEntryBuilder<'a, K, V, S>
where\n K: RefUnwindSafe,\n S: RefUnwindSafe,\n V: RefUnwindSafe,
",1,["indexmap::map::core::raw_entry_v1::RawEntryBuilder"]],["impl<'a, K, V, S> !UnwindSafe for RawEntryBuilderMut<'a, K, V, S>",1,["indexmap::map::core::raw_entry_v1::RawEntryBuilderMut"]],["impl<'a, K, V, S> !UnwindSafe for RawEntryMut<'a, K, V, S>",1,["indexmap::map::core::raw_entry_v1::RawEntryMut"]],["impl<'a, K, V, S> !UnwindSafe for RawOccupiedEntryMut<'a, K, V, S>",1,["indexmap::map::core::raw_entry_v1::RawOccupiedEntryMut"]],["impl<'a, K, V, S> !UnwindSafe for RawVacantEntryMut<'a, K, V, S>",1,["indexmap::map::core::raw_entry_v1::RawVacantEntryMut"]],["impl<'a, K, V> UnwindSafe for Iter<'a, K, V>
where\n K: RefUnwindSafe,\n V: RefUnwindSafe,
",1,["indexmap::map::iter::Iter"]],["impl<'a, K, V> !UnwindSafe for IterMut<'a, K, V>",1,["indexmap::map::iter::IterMut"]],["impl<K, V> UnwindSafe for IntoIter<K, V>
where\n K: UnwindSafe + RefUnwindSafe,\n V: UnwindSafe + RefUnwindSafe,
",1,["indexmap::map::iter::IntoIter"]],["impl<'a, K, V> UnwindSafe for Drain<'a, K, V>
where\n K: RefUnwindSafe,\n V: RefUnwindSafe,
",1,["indexmap::map::iter::Drain"]],["impl<'a, K, V> UnwindSafe for Keys<'a, K, V>
where\n K: RefUnwindSafe,\n V: RefUnwindSafe,
",1,["indexmap::map::iter::Keys"]],["impl<K, V> UnwindSafe for IntoKeys<K, V>
where\n K: UnwindSafe + RefUnwindSafe,\n V: UnwindSafe + RefUnwindSafe,
",1,["indexmap::map::iter::IntoKeys"]],["impl<'a, K, V> UnwindSafe for Values<'a, K, V>
where\n K: RefUnwindSafe,\n V: RefUnwindSafe,
",1,["indexmap::map::iter::Values"]],["impl<'a, K, V> !UnwindSafe for ValuesMut<'a, K, V>",1,["indexmap::map::iter::ValuesMut"]],["impl<K, V> UnwindSafe for IntoValues<K, V>
where\n K: UnwindSafe + RefUnwindSafe,\n V: UnwindSafe + RefUnwindSafe,
",1,["indexmap::map::iter::IntoValues"]],["impl<'a, I, K, V, S> !UnwindSafe for Splice<'a, I, K, V, S>",1,["indexmap::map::iter::Splice"]],["impl<K, V> UnwindSafe for Slice<K, V>
where\n K: UnwindSafe,\n V: UnwindSafe,
",1,["indexmap::map::slice::Slice"]],["impl<K, V, S> UnwindSafe for IndexMap<K, V, S>
where\n K: UnwindSafe,\n S: UnwindSafe,\n V: UnwindSafe,
",1,["indexmap::map::IndexMap"]],["impl<'a, T> UnwindSafe for Iter<'a, T>
where\n T: RefUnwindSafe,
",1,["indexmap::set::iter::Iter"]],["impl<T> UnwindSafe for IntoIter<T>
where\n T: UnwindSafe + RefUnwindSafe,
",1,["indexmap::set::iter::IntoIter"]],["impl<'a, T> UnwindSafe for Drain<'a, T>
where\n T: RefUnwindSafe,
",1,["indexmap::set::iter::Drain"]],["impl<'a, T, S> UnwindSafe for Difference<'a, T, S>
where\n S: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["indexmap::set::iter::Difference"]],["impl<'a, T, S> UnwindSafe for Intersection<'a, T, S>
where\n S: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["indexmap::set::iter::Intersection"]],["impl<'a, T, S1, S2> UnwindSafe for SymmetricDifference<'a, T, S1, S2>
where\n S1: RefUnwindSafe,\n S2: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["indexmap::set::iter::SymmetricDifference"]],["impl<'a, T, S> UnwindSafe for Union<'a, T, S>
where\n S: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["indexmap::set::iter::Union"]],["impl<'a, I, T, S> !UnwindSafe for Splice<'a, I, T, S>",1,["indexmap::set::iter::Splice"]],["impl<T> UnwindSafe for Slice<T>
where\n T: UnwindSafe,
",1,["indexmap::set::slice::Slice"]],["impl<T, S> UnwindSafe for IndexSet<T, S>
where\n S: UnwindSafe,\n T: UnwindSafe,
",1,["indexmap::set::IndexSet"]],["impl UnwindSafe for TryReserveError",1,["indexmap::TryReserveError"]]], "inkwell":[["impl UnwindSafe for LLVMString",1,["inkwell::support::LLVMString"]],["impl UnwindSafe for LoadLibraryError",1,["inkwell::support::LoadLibraryError"]],["impl UnwindSafe for Attribute",1,["inkwell::attributes::Attribute"]],["impl UnwindSafe for AttributeLoc",1,["inkwell::attributes::AttributeLoc"]],["impl<'ctx> UnwindSafe for BasicBlock<'ctx>",1,["inkwell::basic_block::BasicBlock"]],["impl<'ctx> UnwindSafe for InstructionIter<'ctx>",1,["inkwell::basic_block::InstructionIter"]],["impl UnwindSafe for BuilderError",1,["inkwell::builder::BuilderError"]],["impl<'ctx> UnwindSafe for Builder<'ctx>",1,["inkwell::builder::Builder"]],["impl UnwindSafe for ComdatSelectionKind",1,["inkwell::comdat::ComdatSelectionKind"]],["impl UnwindSafe for Comdat",1,["inkwell::comdat::Comdat"]],["impl UnwindSafe for Context",1,["inkwell::context::Context"]],["impl<'ctx> UnwindSafe for ContextRef<'ctx>",1,["inkwell::context::ContextRef"]],["impl UnwindSafe for DataLayout",1,["inkwell::data_layout::DataLayout"]],["impl UnwindSafe for DWARFEmissionKind",1,["inkwell::debug_info::flags::DWARFEmissionKind"]],["impl UnwindSafe for DWARFSourceLanguage",1,["inkwell::debug_info::flags::DWARFSourceLanguage"]],["impl<'ctx> UnwindSafe for DebugInfoBuilder<'ctx>",1,["inkwell::debug_info::DebugInfoBuilder"]],["impl<'ctx> UnwindSafe for DIScope<'ctx>",1,["inkwell::debug_info::DIScope"]],["impl<'ctx> UnwindSafe for DIFile<'ctx>",1,["inkwell::debug_info::DIFile"]],["impl<'ctx> UnwindSafe for DICompileUnit<'ctx>",1,["inkwell::debug_info::DICompileUnit"]],["impl<'ctx> UnwindSafe for DINamespace<'ctx>",1,["inkwell::debug_info::DINamespace"]],["impl<'ctx> UnwindSafe for DISubprogram<'ctx>",1,["inkwell::debug_info::DISubprogram"]],["impl<'ctx> UnwindSafe for DIType<'ctx>",1,["inkwell::debug_info::DIType"]],["impl<'ctx> UnwindSafe for DIDerivedType<'ctx>",1,["inkwell::debug_info::DIDerivedType"]],["impl<'ctx> UnwindSafe for DIBasicType<'ctx>",1,["inkwell::debug_info::DIBasicType"]],["impl<'ctx> UnwindSafe for DICompositeType<'ctx>",1,["inkwell::debug_info::DICompositeType"]],["impl<'ctx> UnwindSafe for DISubroutineType<'ctx>",1,["inkwell::debug_info::DISubroutineType"]],["impl<'ctx> UnwindSafe for DILexicalBlock<'ctx>",1,["inkwell::debug_info::DILexicalBlock"]],["impl<'ctx> UnwindSafe for DILocation<'ctx>",1,["inkwell::debug_info::DILocation"]],["impl<'ctx> UnwindSafe for DILocalVariable<'ctx>",1,["inkwell::debug_info::DILocalVariable"]],["impl<'ctx> UnwindSafe for DIGlobalVariableExpression<'ctx>",1,["inkwell::debug_info::DIGlobalVariableExpression"]],["impl<'ctx> UnwindSafe for DIExpression<'ctx>",1,["inkwell::debug_info::DIExpression"]],["impl UnwindSafe for FunctionLookupError",1,["inkwell::execution_engine::FunctionLookupError"]],["impl UnwindSafe for RemoveModuleError",1,["inkwell::execution_engine::RemoveModuleError"]],["impl<'ctx> UnwindSafe for ExecutionEngine<'ctx>",1,["inkwell::execution_engine::ExecutionEngine"]],["impl<'ctx, F> UnwindSafe for JitFunction<'ctx, F>
where\n F: UnwindSafe,
",1,["inkwell::execution_engine::JitFunction"]],["impl UnwindSafe for Intrinsic",1,["inkwell::intrinsics::Intrinsic"]],["impl UnwindSafe for MemoryBuffer",1,["inkwell::memory_buffer::MemoryBuffer"]],["impl UnwindSafe for Linkage",1,["inkwell::module::Linkage"]],["impl<'ctx> UnwindSafe for Module<'ctx>",1,["inkwell::module::Module"]],["impl UnwindSafe for FlagBehavior",1,["inkwell::module::FlagBehavior"]],["impl<'ctx> UnwindSafe for FunctionIterator<'ctx>",1,["inkwell::module::FunctionIterator"]],["impl<'ctx> UnwindSafe for GlobalIterator<'ctx>",1,["inkwell::module::GlobalIterator"]],["impl UnwindSafe for ObjectFile",1,["inkwell::object_file::ObjectFile"]],["impl UnwindSafe for SectionIterator",1,["inkwell::object_file::SectionIterator"]],["impl UnwindSafe for Section",1,["inkwell::object_file::Section"]],["impl UnwindSafe for RelocationIterator",1,["inkwell::object_file::RelocationIterator"]],["impl UnwindSafe for Relocation",1,["inkwell::object_file::Relocation"]],["impl UnwindSafe for SymbolIterator",1,["inkwell::object_file::SymbolIterator"]],["impl UnwindSafe for Symbol",1,["inkwell::object_file::Symbol"]],["impl<T> UnwindSafe for PassManager<T>
where\n T: UnwindSafe,
",1,["inkwell::passes::PassManager"]],["impl UnwindSafe for PassBuilderOptions",1,["inkwell::passes::PassBuilderOptions"]],["impl UnwindSafe for CodeModel",1,["inkwell::targets::CodeModel"]],["impl UnwindSafe for RelocMode",1,["inkwell::targets::RelocMode"]],["impl UnwindSafe for FileType",1,["inkwell::targets::FileType"]],["impl UnwindSafe for InitializationConfig",1,["inkwell::targets::InitializationConfig"]],["impl UnwindSafe for TargetTriple",1,["inkwell::targets::TargetTriple"]],["impl UnwindSafe for Target",1,["inkwell::targets::Target"]],["impl UnwindSafe for TargetMachine",1,["inkwell::targets::TargetMachine"]],["impl UnwindSafe for ByteOrdering",1,["inkwell::targets::ByteOrdering"]],["impl UnwindSafe for TargetData",1,["inkwell::targets::TargetData"]],["impl<'ctx> UnwindSafe for ArrayType<'ctx>",1,["inkwell::types::array_type::ArrayType"]],["impl<'ctx> UnwindSafe for AnyTypeEnum<'ctx>",1,["inkwell::types::enums::AnyTypeEnum"]],["impl<'ctx> UnwindSafe for BasicTypeEnum<'ctx>",1,["inkwell::types::enums::BasicTypeEnum"]],["impl<'ctx> UnwindSafe for BasicMetadataTypeEnum<'ctx>",1,["inkwell::types::enums::BasicMetadataTypeEnum"]],["impl<'ctx> UnwindSafe for FloatType<'ctx>",1,["inkwell::types::float_type::FloatType"]],["impl<'ctx> UnwindSafe for FunctionType<'ctx>",1,["inkwell::types::fn_type::FunctionType"]],["impl UnwindSafe for StringRadix",1,["inkwell::types::int_type::StringRadix"]],["impl<'ctx> UnwindSafe for IntType<'ctx>",1,["inkwell::types::int_type::IntType"]],["impl<'ctx> UnwindSafe for MetadataType<'ctx>",1,["inkwell::types::metadata_type::MetadataType"]],["impl<'ctx> UnwindSafe for PointerType<'ctx>",1,["inkwell::types::ptr_type::PointerType"]],["impl<'ctx> UnwindSafe for StructType<'ctx>",1,["inkwell::types::struct_type::StructType"]],["impl<'ctx> UnwindSafe for FieldTypesIter<'ctx>",1,["inkwell::types::struct_type::FieldTypesIter"]],["impl<'ctx> UnwindSafe for VectorType<'ctx>",1,["inkwell::types::vec_type::VectorType"]],["impl<'ctx> UnwindSafe for VoidType<'ctx>",1,["inkwell::types::void_type::VoidType"]],["impl<'ctx> UnwindSafe for ArrayValue<'ctx>",1,["inkwell::values::array_value::ArrayValue"]],["impl<'ctx> UnwindSafe for BasicValueUse<'ctx>",1,["inkwell::values::basic_value_use::BasicValueUse"]],["impl<'ctx> UnwindSafe for CallSiteValue<'ctx>",1,["inkwell::values::call_site_value::CallSiteValue"]],["impl<'ctx> UnwindSafe for AggregateValueEnum<'ctx>",1,["inkwell::values::enums::AggregateValueEnum"]],["impl<'ctx> UnwindSafe for AnyValueEnum<'ctx>",1,["inkwell::values::enums::AnyValueEnum"]],["impl<'ctx> UnwindSafe for BasicValueEnum<'ctx>",1,["inkwell::values::enums::BasicValueEnum"]],["impl<'ctx> UnwindSafe for BasicMetadataValueEnum<'ctx>",1,["inkwell::values::enums::BasicMetadataValueEnum"]],["impl<'ctx> UnwindSafe for FloatValue<'ctx>",1,["inkwell::values::float_value::FloatValue"]],["impl<'ctx> UnwindSafe for FunctionValue<'ctx>",1,["inkwell::values::fn_value::FunctionValue"]],["impl<'ctx> UnwindSafe for GenericValue<'ctx>",1,["inkwell::values::generic_value::GenericValue"]],["impl<'ctx> UnwindSafe for GlobalValue<'ctx>",1,["inkwell::values::global_value::GlobalValue"]],["impl UnwindSafe for UnnamedAddress",1,["inkwell::values::global_value::UnnamedAddress"]],["impl UnwindSafe for InstructionOpcode",1,["inkwell::values::instruction_value::InstructionOpcode"]],["impl<'ctx> UnwindSafe for InstructionValue<'ctx>",1,["inkwell::values::instruction_value::InstructionValue"]],["impl<'ctx> UnwindSafe for OperandIter<'ctx>",1,["inkwell::values::instruction_value::OperandIter"]],["impl<'ctx> UnwindSafe for OperandUseIter<'ctx>",1,["inkwell::values::instruction_value::OperandUseIter"]],["impl<'ctx> UnwindSafe for IntValue<'ctx>",1,["inkwell::values::int_value::IntValue"]],["impl<'ctx> UnwindSafe for MetadataValue<'ctx>",1,["inkwell::values::metadata_value::MetadataValue"]],["impl<'ctx> UnwindSafe for PhiValue<'ctx>",1,["inkwell::values::phi_value::PhiValue"]],["impl<'ctx> UnwindSafe for IncomingIter<'ctx>",1,["inkwell::values::phi_value::IncomingIter"]],["impl<'ctx> UnwindSafe for PointerValue<'ctx>",1,["inkwell::values::ptr_value::PointerValue"]],["impl<'ctx> UnwindSafe for StructValue<'ctx>",1,["inkwell::values::struct_value::StructValue"]],["impl<'ctx> UnwindSafe for FieldValueIter<'ctx>",1,["inkwell::values::struct_value::FieldValueIter"]],["impl<'ctx> UnwindSafe for VectorValue<'ctx>",1,["inkwell::values::vec_value::VectorValue"]],["impl UnwindSafe for AddressSpace",1,["inkwell::AddressSpace"]],["impl UnwindSafe for IntPredicate",1,["inkwell::IntPredicate"]],["impl UnwindSafe for FloatPredicate",1,["inkwell::FloatPredicate"]],["impl UnwindSafe for AtomicOrdering",1,["inkwell::AtomicOrdering"]],["impl UnwindSafe for AtomicRMWBinOp",1,["inkwell::AtomicRMWBinOp"]],["impl UnwindSafe for OptimizationLevel",1,["inkwell::OptimizationLevel"]],["impl UnwindSafe for GlobalVisibility",1,["inkwell::GlobalVisibility"]],["impl UnwindSafe for ThreadLocalMode",1,["inkwell::ThreadLocalMode"]],["impl UnwindSafe for DLLStorageClass",1,["inkwell::DLLStorageClass"]],["impl UnwindSafe for InlineAsmDialect",1,["inkwell::InlineAsmDialect"]]], "itertools":[["impl<I> UnwindSafe for MultiProduct<I>
where\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::adaptors::multi_product::MultiProduct"]],["impl<I, F> UnwindSafe for Batching<I, F>
where\n F: UnwindSafe,\n I: UnwindSafe,
",1,["itertools::adaptors::Batching"]],["impl<I, F> UnwindSafe for FilterMapOk<I, F>
where\n F: UnwindSafe,\n I: UnwindSafe,
",1,["itertools::adaptors::FilterMapOk"]],["impl<I, F> UnwindSafe for FilterOk<I, F>
where\n F: UnwindSafe,\n I: UnwindSafe,
",1,["itertools::adaptors::FilterOk"]],["impl<I, J> UnwindSafe for Interleave<I, J>
where\n I: UnwindSafe,\n J: UnwindSafe,
",1,["itertools::adaptors::Interleave"]],["impl<I, J> UnwindSafe for InterleaveShortest<I, J>
where\n I: UnwindSafe,\n J: UnwindSafe,
",1,["itertools::adaptors::InterleaveShortest"]],["impl<I, F> UnwindSafe for Positions<I, F>
where\n F: UnwindSafe,\n I: UnwindSafe,
",1,["itertools::adaptors::Positions"]],["impl<I, J> UnwindSafe for Product<I, J>
where\n I: UnwindSafe,\n J: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::adaptors::Product"]],["impl<I> UnwindSafe for PutBack<I>
where\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::adaptors::PutBack"]],["impl<'a, I, F> !UnwindSafe for TakeWhileRef<'a, I, F>",1,["itertools::adaptors::TakeWhileRef"]],["impl<I, T> UnwindSafe for TupleCombinations<I, T>
where\n I: UnwindSafe,\n <T as HasCombination<I>>::Combination: UnwindSafe,
",1,["itertools::adaptors::TupleCombinations"]],["impl<I, F> UnwindSafe for Update<I, F>
where\n F: UnwindSafe,\n I: UnwindSafe,
",1,["itertools::adaptors::Update"]],["impl<I> UnwindSafe for WhileSome<I>
where\n I: UnwindSafe,
",1,["itertools::adaptors::WhileSome"]],["impl<I> UnwindSafe for Step<I>
where\n I: UnwindSafe,
",1,["itertools::adaptors::Step"]],["impl<I> UnwindSafe for Combinations<I>
where\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::combinations::Combinations"]],["impl<I> UnwindSafe for CombinationsWithReplacement<I>
where\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::combinations_with_replacement::CombinationsWithReplacement"]],["impl<I, J> UnwindSafe for ConsTuples<I, J>
where\n I: UnwindSafe,
",1,["itertools::cons_tuples_impl::ConsTuples"]],["impl<I> UnwindSafe for ExactlyOneError<I>
where\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::exactly_one_err::ExactlyOneError"]],["impl<I, T, E> UnwindSafe for FlattenOk<I, T, E>
where\n I: UnwindSafe,\n <T as IntoIterator>::IntoIter: UnwindSafe,
",1,["itertools::flatten_ok::FlattenOk"]],["impl<'a, I> UnwindSafe for Format<'a, I>
where\n I: UnwindSafe,
",1,["itertools::format::Format"]],["impl<'a, I, F> UnwindSafe for FormatWith<'a, I, F>
where\n F: UnwindSafe,\n I: UnwindSafe,
",1,["itertools::format::FormatWith"]],["impl<'a, I> !UnwindSafe for Chunk<'a, I>",1,["itertools::groupbylazy::Chunk"]],["impl<'a, I> !UnwindSafe for Chunks<'a, I>",1,["itertools::groupbylazy::Chunks"]],["impl<'a, K, I, F> !UnwindSafe for Group<'a, K, I, F>",1,["itertools::groupbylazy::Group"]],["impl<K, I, F> UnwindSafe for GroupBy<K, I, F>
where\n F: UnwindSafe,\n I: UnwindSafe,\n K: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe + RefUnwindSafe,
",1,["itertools::groupbylazy::GroupBy"]],["impl<'a, K, I, F> !UnwindSafe for Groups<'a, K, I, F>",1,["itertools::groupbylazy::Groups"]],["impl<I> UnwindSafe for IntoChunks<I>
where\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe + RefUnwindSafe,
",1,["itertools::groupbylazy::IntoChunks"]],["impl<I> UnwindSafe for GroupingMap<I>
where\n I: UnwindSafe,
",1,["itertools::grouping_map::GroupingMap"]],["impl<I, ElemF> UnwindSafe for IntersperseWith<I, ElemF>
where\n ElemF: UnwindSafe,\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::intersperse::IntersperseWith"]],["impl<I, F> UnwindSafe for KMergeBy<I, F>
where\n F: UnwindSafe,\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::kmerge_impl::KMergeBy"]],["impl<I, J, F> UnwindSafe for MergeBy<I, J, F>
where\n F: UnwindSafe,\n I: UnwindSafe,\n J: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,\n <J as Iterator>::Item: UnwindSafe,
",1,["itertools::merge_join::MergeBy"]],["impl<I> UnwindSafe for MultiPeek<I>
where\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::multipeek_impl::MultiPeek"]],["impl<I, F> UnwindSafe for PadUsing<I, F>
where\n F: UnwindSafe,\n I: UnwindSafe,
",1,["itertools::pad_tail::PadUsing"]],["impl<I> UnwindSafe for PeekNth<I>
where\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::peek_nth::PeekNth"]],["impl<'a, I, F> !UnwindSafe for PeekingTakeWhile<'a, I, F>",1,["itertools::peeking_take_while::PeekingTakeWhile"]],["impl<I> UnwindSafe for Permutations<I>
where\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::permutations::Permutations"]],["impl<I> UnwindSafe for Powerset<I>
where\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::powerset::Powerset"]],["impl<'a, I, E> !UnwindSafe for ProcessResults<'a, I, E>",1,["itertools::process_results_impl::ProcessResults"]],["impl<I> UnwindSafe for PutBackN<I>
where\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::put_back_n_impl::PutBackN"]],["impl<I> !UnwindSafe for RcIter<I>",1,["itertools::rciter_impl::RcIter"]],["impl<A> UnwindSafe for RepeatN<A>
where\n A: UnwindSafe,
",1,["itertools::repeatn::RepeatN"]],["impl<St, F> UnwindSafe for Iterate<St, F>
where\n F: UnwindSafe,\n St: UnwindSafe,
",1,["itertools::sources::Iterate"]],["impl<F> UnwindSafe for RepeatCall<F>
where\n F: UnwindSafe,
",1,["itertools::sources::RepeatCall"]],["impl<St, F> UnwindSafe for Unfold<St, F>
where\n F: UnwindSafe,\n St: UnwindSafe,
",1,["itertools::sources::Unfold"]],["impl<I, F> UnwindSafe for TakeWhileInclusive<I, F>
where\n F: UnwindSafe,\n I: UnwindSafe,
",1,["itertools::take_while_inclusive::TakeWhileInclusive"]],["impl<I> !UnwindSafe for Tee<I>",1,["itertools::tee::Tee"]],["impl<I, T> UnwindSafe for CircularTupleWindows<I, T>
where\n I: UnwindSafe,\n T: UnwindSafe,
",1,["itertools::tuple_impl::CircularTupleWindows"]],["impl<T> UnwindSafe for TupleBuffer<T>
where\n <T as TupleCollect>::Buffer: UnwindSafe,
",1,["itertools::tuple_impl::TupleBuffer"]],["impl<I, T> UnwindSafe for TupleWindows<I, T>
where\n I: UnwindSafe,\n T: UnwindSafe,
",1,["itertools::tuple_impl::TupleWindows"]],["impl<I, T> UnwindSafe for Tuples<I, T>
where\n I: UnwindSafe,\n <T as TupleCollect>::Buffer: UnwindSafe,
",1,["itertools::tuple_impl::Tuples"]],["impl<I> UnwindSafe for Unique<I>
where\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::unique_impl::Unique"]],["impl<I, V, F> UnwindSafe for UniqueBy<I, V, F>
where\n F: UnwindSafe,\n I: UnwindSafe,\n V: UnwindSafe,
",1,["itertools::unique_impl::UniqueBy"]],["impl<I> UnwindSafe for WithPosition<I>
where\n I: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,
",1,["itertools::with_position::WithPosition"]],["impl<I, J> UnwindSafe for ZipEq<I, J>
where\n I: UnwindSafe,\n J: UnwindSafe,
",1,["itertools::zip_eq_impl::ZipEq"]],["impl<T, U> UnwindSafe for ZipLongest<T, U>
where\n T: UnwindSafe,\n U: UnwindSafe,
",1,["itertools::zip_longest::ZipLongest"]],["impl<T> UnwindSafe for Zip<T>
where\n T: UnwindSafe,
",1,["itertools::ziptuple::Zip"]],["impl<A, B> UnwindSafe for EitherOrBoth<A, B>
where\n A: UnwindSafe,\n B: UnwindSafe,
",1,["itertools::either_or_both::EitherOrBoth"]],["impl<I, J> UnwindSafe for Diff<I, J>
where\n I: UnwindSafe,\n J: UnwindSafe,\n <I as Iterator>::Item: UnwindSafe,\n <J as Iterator>::Item: UnwindSafe,
",1,["itertools::diff::Diff"]],["impl<T> UnwindSafe for MinMaxResult<T>
where\n T: UnwindSafe,
",1,["itertools::minmax::MinMaxResult"]],["impl UnwindSafe for Position",1,["itertools::with_position::Position"]],["impl<T> UnwindSafe for FoldWhile<T>
where\n T: UnwindSafe,
",1,["itertools::FoldWhile"]]], "lalrpop_util":[["impl<'input> UnwindSafe for Token<'input>",1,["lalrpop_util::lexer::Token"]],["impl UnwindSafe for MatcherBuilder",1,["lalrpop_util::lexer::MatcherBuilder"]],["impl<'input, 'builder, E> UnwindSafe for Matcher<'input, 'builder, E>",1,["lalrpop_util::lexer::Matcher"]],["impl<D> UnwindSafe for SimulatedReduce<D>
where\n <D as ParserDefinition>::NonterminalIndex: UnwindSafe,
",1,["lalrpop_util::state_machine::SimulatedReduce"]],["impl<D, I> UnwindSafe for Parser<D, I>
where\n D: UnwindSafe,\n I: UnwindSafe,\n <D as ParserDefinition>::Location: UnwindSafe,\n <D as ParserDefinition>::StateIndex: UnwindSafe,\n <D as ParserDefinition>::Symbol: UnwindSafe,
",1,["lalrpop_util::state_machine::Parser"]],["impl<L, T, E> UnwindSafe for ParseError<L, T, E>
where\n E: UnwindSafe,\n L: UnwindSafe,\n T: UnwindSafe,
",1,["lalrpop_util::ParseError"]],["impl<L, T, E> UnwindSafe for ErrorRecovery<L, T, E>
where\n E: UnwindSafe,\n L: UnwindSafe,\n T: UnwindSafe,
",1,["lalrpop_util::ErrorRecovery"]]], "libc":[["impl UnwindSafe for statvfs",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::not_x32::statvfs"]],["impl UnwindSafe for max_align_t",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::align::max_align_t"]],["impl UnwindSafe for clone_args",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::align::clone_args"]],["impl UnwindSafe for sigaction",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::sigaction"]],["impl UnwindSafe for statfs",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::statfs"]],["impl UnwindSafe for flock",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::flock"]],["impl UnwindSafe for flock64",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::flock64"]],["impl UnwindSafe for siginfo_t",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::siginfo_t"]],["impl UnwindSafe for stack_t",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::stack_t"]],["impl UnwindSafe for stat",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::stat"]],["impl UnwindSafe for stat64",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::stat64"]],["impl UnwindSafe for statfs64",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::statfs64"]],["impl UnwindSafe for statvfs64",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::statvfs64"]],["impl UnwindSafe for pthread_attr_t",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::pthread_attr_t"]],["impl UnwindSafe for _libc_fpxreg",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::_libc_fpxreg"]],["impl UnwindSafe for _libc_xmmreg",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::_libc_xmmreg"]],["impl UnwindSafe for _libc_fpstate",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::_libc_fpstate"]],["impl UnwindSafe for user_regs_struct",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::user_regs_struct"]],["impl UnwindSafe for user",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::user"]],["impl UnwindSafe for mcontext_t",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::mcontext_t"]],["impl UnwindSafe for ipc_perm",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::ipc_perm"]],["impl UnwindSafe for shmid_ds",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::shmid_ds"]],["impl UnwindSafe for ptrace_rseq_configuration",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::ptrace_rseq_configuration"]],["impl UnwindSafe for user_fpregs_struct",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::user_fpregs_struct"]],["impl UnwindSafe for ucontext_t",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::ucontext_t"]],["impl UnwindSafe for sigset_t",1,["libc::unix::linux_like::linux::gnu::b64::sigset_t"]],["impl UnwindSafe for sysinfo",1,["libc::unix::linux_like::linux::gnu::b64::sysinfo"]],["impl UnwindSafe for msqid_ds",1,["libc::unix::linux_like::linux::gnu::b64::msqid_ds"]],["impl UnwindSafe for semid_ds",1,["libc::unix::linux_like::linux::gnu::b64::semid_ds"]],["impl UnwindSafe for sem_t",1,["libc::unix::linux_like::linux::gnu::align::sem_t"]],["impl UnwindSafe for statx",1,["libc::unix::linux_like::linux::gnu::statx"]],["impl UnwindSafe for statx_timestamp",1,["libc::unix::linux_like::linux::gnu::statx_timestamp"]],["impl UnwindSafe for aiocb",1,["libc::unix::linux_like::linux::gnu::aiocb"]],["impl UnwindSafe for __exit_status",1,["libc::unix::linux_like::linux::gnu::__exit_status"]],["impl UnwindSafe for __timeval",1,["libc::unix::linux_like::linux::gnu::__timeval"]],["impl UnwindSafe for glob64_t",1,["libc::unix::linux_like::linux::gnu::glob64_t"]],["impl UnwindSafe for msghdr",1,["libc::unix::linux_like::linux::gnu::msghdr"]],["impl UnwindSafe for cmsghdr",1,["libc::unix::linux_like::linux::gnu::cmsghdr"]],["impl UnwindSafe for termios",1,["libc::unix::linux_like::linux::gnu::termios"]],["impl UnwindSafe for mallinfo",1,["libc::unix::linux_like::linux::gnu::mallinfo"]],["impl UnwindSafe for mallinfo2",1,["libc::unix::linux_like::linux::gnu::mallinfo2"]],["impl UnwindSafe for nl_pktinfo",1,["libc::unix::linux_like::linux::gnu::nl_pktinfo"]],["impl UnwindSafe for nl_mmap_req",1,["libc::unix::linux_like::linux::gnu::nl_mmap_req"]],["impl UnwindSafe for nl_mmap_hdr",1,["libc::unix::linux_like::linux::gnu::nl_mmap_hdr"]],["impl UnwindSafe for rtentry",1,["libc::unix::linux_like::linux::gnu::rtentry"]],["impl UnwindSafe for timex",1,["libc::unix::linux_like::linux::gnu::timex"]],["impl UnwindSafe for ntptimeval",1,["libc::unix::linux_like::linux::gnu::ntptimeval"]],["impl UnwindSafe for regex_t",1,["libc::unix::linux_like::linux::gnu::regex_t"]],["impl UnwindSafe for Elf64_Chdr",1,["libc::unix::linux_like::linux::gnu::Elf64_Chdr"]],["impl UnwindSafe for Elf32_Chdr",1,["libc::unix::linux_like::linux::gnu::Elf32_Chdr"]],["impl UnwindSafe for seminfo",1,["libc::unix::linux_like::linux::gnu::seminfo"]],["impl UnwindSafe for ptrace_peeksiginfo_args",1,["libc::unix::linux_like::linux::gnu::ptrace_peeksiginfo_args"]],["impl UnwindSafe for __c_anonymous_ptrace_syscall_info_entry",1,["libc::unix::linux_like::linux::gnu::__c_anonymous_ptrace_syscall_info_entry"]],["impl UnwindSafe for __c_anonymous_ptrace_syscall_info_exit",1,["libc::unix::linux_like::linux::gnu::__c_anonymous_ptrace_syscall_info_exit"]],["impl UnwindSafe for __c_anonymous_ptrace_syscall_info_seccomp",1,["libc::unix::linux_like::linux::gnu::__c_anonymous_ptrace_syscall_info_seccomp"]],["impl UnwindSafe for ptrace_syscall_info",1,["libc::unix::linux_like::linux::gnu::ptrace_syscall_info"]],["impl UnwindSafe for sockaddr_xdp",1,["libc::unix::linux_like::linux::gnu::sockaddr_xdp"]],["impl UnwindSafe for xdp_ring_offset",1,["libc::unix::linux_like::linux::gnu::xdp_ring_offset"]],["impl UnwindSafe for xdp_mmap_offsets",1,["libc::unix::linux_like::linux::gnu::xdp_mmap_offsets"]],["impl UnwindSafe for xdp_ring_offset_v1",1,["libc::unix::linux_like::linux::gnu::xdp_ring_offset_v1"]],["impl UnwindSafe for xdp_mmap_offsets_v1",1,["libc::unix::linux_like::linux::gnu::xdp_mmap_offsets_v1"]],["impl UnwindSafe for xdp_umem_reg",1,["libc::unix::linux_like::linux::gnu::xdp_umem_reg"]],["impl UnwindSafe for xdp_umem_reg_v1",1,["libc::unix::linux_like::linux::gnu::xdp_umem_reg_v1"]],["impl UnwindSafe for xdp_statistics",1,["libc::unix::linux_like::linux::gnu::xdp_statistics"]],["impl UnwindSafe for xdp_statistics_v1",1,["libc::unix::linux_like::linux::gnu::xdp_statistics_v1"]],["impl UnwindSafe for xdp_options",1,["libc::unix::linux_like::linux::gnu::xdp_options"]],["impl UnwindSafe for xdp_desc",1,["libc::unix::linux_like::linux::gnu::xdp_desc"]],["impl UnwindSafe for iocb",1,["libc::unix::linux_like::linux::gnu::iocb"]],["impl UnwindSafe for __c_anonymous_ptrace_syscall_info_data",1,["libc::unix::linux_like::linux::gnu::__c_anonymous_ptrace_syscall_info_data"]],["impl UnwindSafe for utmpx",1,["libc::unix::linux_like::linux::gnu::utmpx"]],["impl UnwindSafe for termios2",1,["libc::unix::linux_like::linux::arch::generic::termios2"]],["impl UnwindSafe for open_how",1,["libc::unix::linux_like::linux::non_exhaustive::open_how"]],["impl UnwindSafe for fpos64_t",1,["libc::unix::linux_like::linux::fpos64_t"]],["impl UnwindSafe for glob_t",1,["libc::unix::linux_like::linux::glob_t"]],["impl UnwindSafe for passwd",1,["libc::unix::linux_like::linux::passwd"]],["impl UnwindSafe for spwd",1,["libc::unix::linux_like::linux::spwd"]],["impl UnwindSafe for dqblk",1,["libc::unix::linux_like::linux::dqblk"]],["impl UnwindSafe for signalfd_siginfo",1,["libc::unix::linux_like::linux::signalfd_siginfo"]],["impl UnwindSafe for itimerspec",1,["libc::unix::linux_like::linux::itimerspec"]],["impl UnwindSafe for fsid_t",1,["libc::unix::linux_like::linux::fsid_t"]],["impl UnwindSafe for packet_mreq",1,["libc::unix::linux_like::linux::packet_mreq"]],["impl UnwindSafe for cpu_set_t",1,["libc::unix::linux_like::linux::cpu_set_t"]],["impl UnwindSafe for if_nameindex",1,["libc::unix::linux_like::linux::if_nameindex"]],["impl UnwindSafe for msginfo",1,["libc::unix::linux_like::linux::msginfo"]],["impl UnwindSafe for sembuf",1,["libc::unix::linux_like::linux::sembuf"]],["impl UnwindSafe for input_event",1,["libc::unix::linux_like::linux::input_event"]],["impl UnwindSafe for input_id",1,["libc::unix::linux_like::linux::input_id"]],["impl UnwindSafe for input_absinfo",1,["libc::unix::linux_like::linux::input_absinfo"]],["impl UnwindSafe for input_keymap_entry",1,["libc::unix::linux_like::linux::input_keymap_entry"]],["impl UnwindSafe for input_mask",1,["libc::unix::linux_like::linux::input_mask"]],["impl UnwindSafe for ff_replay",1,["libc::unix::linux_like::linux::ff_replay"]],["impl UnwindSafe for ff_trigger",1,["libc::unix::linux_like::linux::ff_trigger"]],["impl UnwindSafe for ff_envelope",1,["libc::unix::linux_like::linux::ff_envelope"]],["impl UnwindSafe for ff_constant_effect",1,["libc::unix::linux_like::linux::ff_constant_effect"]],["impl UnwindSafe for ff_ramp_effect",1,["libc::unix::linux_like::linux::ff_ramp_effect"]],["impl UnwindSafe for ff_condition_effect",1,["libc::unix::linux_like::linux::ff_condition_effect"]],["impl UnwindSafe for ff_periodic_effect",1,["libc::unix::linux_like::linux::ff_periodic_effect"]],["impl UnwindSafe for ff_rumble_effect",1,["libc::unix::linux_like::linux::ff_rumble_effect"]],["impl UnwindSafe for ff_effect",1,["libc::unix::linux_like::linux::ff_effect"]],["impl UnwindSafe for uinput_ff_upload",1,["libc::unix::linux_like::linux::uinput_ff_upload"]],["impl UnwindSafe for uinput_ff_erase",1,["libc::unix::linux_like::linux::uinput_ff_erase"]],["impl UnwindSafe for uinput_abs_setup",1,["libc::unix::linux_like::linux::uinput_abs_setup"]],["impl UnwindSafe for dl_phdr_info",1,["libc::unix::linux_like::linux::dl_phdr_info"]],["impl UnwindSafe for Elf32_Ehdr",1,["libc::unix::linux_like::linux::Elf32_Ehdr"]],["impl UnwindSafe for Elf64_Ehdr",1,["libc::unix::linux_like::linux::Elf64_Ehdr"]],["impl UnwindSafe for Elf32_Sym",1,["libc::unix::linux_like::linux::Elf32_Sym"]],["impl UnwindSafe for Elf64_Sym",1,["libc::unix::linux_like::linux::Elf64_Sym"]],["impl UnwindSafe for Elf32_Phdr",1,["libc::unix::linux_like::linux::Elf32_Phdr"]],["impl UnwindSafe for Elf64_Phdr",1,["libc::unix::linux_like::linux::Elf64_Phdr"]],["impl UnwindSafe for Elf32_Shdr",1,["libc::unix::linux_like::linux::Elf32_Shdr"]],["impl UnwindSafe for Elf64_Shdr",1,["libc::unix::linux_like::linux::Elf64_Shdr"]],["impl UnwindSafe for ucred",1,["libc::unix::linux_like::linux::ucred"]],["impl UnwindSafe for mntent",1,["libc::unix::linux_like::linux::mntent"]],["impl UnwindSafe for posix_spawn_file_actions_t",1,["libc::unix::linux_like::linux::posix_spawn_file_actions_t"]],["impl UnwindSafe for posix_spawnattr_t",1,["libc::unix::linux_like::linux::posix_spawnattr_t"]],["impl UnwindSafe for genlmsghdr",1,["libc::unix::linux_like::linux::genlmsghdr"]],["impl UnwindSafe for in6_pktinfo",1,["libc::unix::linux_like::linux::in6_pktinfo"]],["impl UnwindSafe for arpd_request",1,["libc::unix::linux_like::linux::arpd_request"]],["impl UnwindSafe for inotify_event",1,["libc::unix::linux_like::linux::inotify_event"]],["impl UnwindSafe for fanotify_response",1,["libc::unix::linux_like::linux::fanotify_response"]],["impl UnwindSafe for sockaddr_vm",1,["libc::unix::linux_like::linux::sockaddr_vm"]],["impl UnwindSafe for regmatch_t",1,["libc::unix::linux_like::linux::regmatch_t"]],["impl UnwindSafe for sock_extended_err",1,["libc::unix::linux_like::linux::sock_extended_err"]],["impl UnwindSafe for __c_anonymous_sockaddr_can_tp",1,["libc::unix::linux_like::linux::__c_anonymous_sockaddr_can_tp"]],["impl UnwindSafe for __c_anonymous_sockaddr_can_j1939",1,["libc::unix::linux_like::linux::__c_anonymous_sockaddr_can_j1939"]],["impl UnwindSafe for can_filter",1,["libc::unix::linux_like::linux::can_filter"]],["impl UnwindSafe for j1939_filter",1,["libc::unix::linux_like::linux::j1939_filter"]],["impl UnwindSafe for sock_filter",1,["libc::unix::linux_like::linux::sock_filter"]],["impl UnwindSafe for sock_fprog",1,["libc::unix::linux_like::linux::sock_fprog"]],["impl UnwindSafe for seccomp_data",1,["libc::unix::linux_like::linux::seccomp_data"]],["impl UnwindSafe for seccomp_notif_sizes",1,["libc::unix::linux_like::linux::seccomp_notif_sizes"]],["impl UnwindSafe for seccomp_notif",1,["libc::unix::linux_like::linux::seccomp_notif"]],["impl UnwindSafe for seccomp_notif_resp",1,["libc::unix::linux_like::linux::seccomp_notif_resp"]],["impl UnwindSafe for seccomp_notif_addfd",1,["libc::unix::linux_like::linux::seccomp_notif_addfd"]],["impl UnwindSafe for nlmsghdr",1,["libc::unix::linux_like::linux::nlmsghdr"]],["impl UnwindSafe for nlmsgerr",1,["libc::unix::linux_like::linux::nlmsgerr"]],["impl UnwindSafe for nlattr",1,["libc::unix::linux_like::linux::nlattr"]],["impl UnwindSafe for file_clone_range",1,["libc::unix::linux_like::linux::file_clone_range"]],["impl UnwindSafe for __c_anonymous_ifru_map",1,["libc::unix::linux_like::linux::__c_anonymous_ifru_map"]],["impl UnwindSafe for in6_ifreq",1,["libc::unix::linux_like::linux::in6_ifreq"]],["impl UnwindSafe for option",1,["libc::unix::linux_like::linux::option"]],["impl UnwindSafe for sctp_initmsg",1,["libc::unix::linux_like::linux::sctp_initmsg"]],["impl UnwindSafe for sctp_sndrcvinfo",1,["libc::unix::linux_like::linux::sctp_sndrcvinfo"]],["impl UnwindSafe for sctp_sndinfo",1,["libc::unix::linux_like::linux::sctp_sndinfo"]],["impl UnwindSafe for sctp_rcvinfo",1,["libc::unix::linux_like::linux::sctp_rcvinfo"]],["impl UnwindSafe for sctp_nxtinfo",1,["libc::unix::linux_like::linux::sctp_nxtinfo"]],["impl UnwindSafe for sctp_prinfo",1,["libc::unix::linux_like::linux::sctp_prinfo"]],["impl UnwindSafe for sctp_authinfo",1,["libc::unix::linux_like::linux::sctp_authinfo"]],["impl UnwindSafe for rlimit64",1,["libc::unix::linux_like::linux::rlimit64"]],["impl UnwindSafe for tls_crypto_info",1,["libc::unix::linux_like::linux::tls_crypto_info"]],["impl UnwindSafe for tls12_crypto_info_aes_gcm_128",1,["libc::unix::linux_like::linux::tls12_crypto_info_aes_gcm_128"]],["impl UnwindSafe for tls12_crypto_info_aes_gcm_256",1,["libc::unix::linux_like::linux::tls12_crypto_info_aes_gcm_256"]],["impl UnwindSafe for tls12_crypto_info_chacha20_poly1305",1,["libc::unix::linux_like::linux::tls12_crypto_info_chacha20_poly1305"]],["impl UnwindSafe for sockaddr_nl",1,["libc::unix::linux_like::linux::sockaddr_nl"]],["impl UnwindSafe for dirent",1,["libc::unix::linux_like::linux::dirent"]],["impl UnwindSafe for sockaddr_alg",1,["libc::unix::linux_like::linux::sockaddr_alg"]],["impl UnwindSafe for uinput_setup",1,["libc::unix::linux_like::linux::uinput_setup"]],["impl UnwindSafe for uinput_user_dev",1,["libc::unix::linux_like::linux::uinput_user_dev"]],["impl UnwindSafe for af_alg_iv",1,["libc::unix::linux_like::linux::af_alg_iv"]],["impl UnwindSafe for mq_attr",1,["libc::unix::linux_like::linux::mq_attr"]],["impl UnwindSafe for __c_anonymous_ifr_ifru",1,["libc::unix::linux_like::linux::__c_anonymous_ifr_ifru"]],["impl UnwindSafe for ifreq",1,["libc::unix::linux_like::linux::ifreq"]],["impl UnwindSafe for __c_anonymous_ifc_ifcu",1,["libc::unix::linux_like::linux::__c_anonymous_ifc_ifcu"]],["impl UnwindSafe for ifconf",1,["libc::unix::linux_like::linux::ifconf"]],["impl UnwindSafe for hwtstamp_config",1,["libc::unix::linux_like::linux::hwtstamp_config"]],["impl UnwindSafe for dirent64",1,["libc::unix::linux_like::linux::dirent64"]],["impl UnwindSafe for sched_attr",1,["libc::unix::linux_like::linux::sched_attr"]],["impl UnwindSafe for sock_txtime",1,["libc::unix::linux_like::linux::sock_txtime"]],["impl UnwindSafe for __c_anonymous_sockaddr_can_can_addr",1,["libc::unix::linux_like::linux::__c_anonymous_sockaddr_can_can_addr"]],["impl UnwindSafe for sockaddr_can",1,["libc::unix::linux_like::linux::sockaddr_can"]],["impl UnwindSafe for pthread_mutexattr_t",1,["libc::unix::linux_like::linux::pthread_mutexattr_t"]],["impl UnwindSafe for pthread_rwlockattr_t",1,["libc::unix::linux_like::linux::pthread_rwlockattr_t"]],["impl UnwindSafe for pthread_condattr_t",1,["libc::unix::linux_like::linux::pthread_condattr_t"]],["impl UnwindSafe for pthread_barrierattr_t",1,["libc::unix::linux_like::linux::pthread_barrierattr_t"]],["impl UnwindSafe for fanotify_event_metadata",1,["libc::unix::linux_like::linux::fanotify_event_metadata"]],["impl UnwindSafe for pthread_cond_t",1,["libc::unix::linux_like::linux::pthread_cond_t"]],["impl UnwindSafe for pthread_mutex_t",1,["libc::unix::linux_like::linux::pthread_mutex_t"]],["impl UnwindSafe for pthread_rwlock_t",1,["libc::unix::linux_like::linux::pthread_rwlock_t"]],["impl UnwindSafe for pthread_barrier_t",1,["libc::unix::linux_like::linux::pthread_barrier_t"]],["impl UnwindSafe for can_frame",1,["libc::unix::linux_like::linux::can_frame"]],["impl UnwindSafe for canfd_frame",1,["libc::unix::linux_like::linux::canfd_frame"]],["impl UnwindSafe for canxl_frame",1,["libc::unix::linux_like::linux::canxl_frame"]],["impl UnwindSafe for timezone",1,["libc::unix::linux_like::timezone"]],["impl UnwindSafe for in_addr",1,["libc::unix::linux_like::in_addr"]],["impl UnwindSafe for ip_mreq",1,["libc::unix::linux_like::ip_mreq"]],["impl UnwindSafe for ip_mreqn",1,["libc::unix::linux_like::ip_mreqn"]],["impl UnwindSafe for ip_mreq_source",1,["libc::unix::linux_like::ip_mreq_source"]],["impl UnwindSafe for sockaddr",1,["libc::unix::linux_like::sockaddr"]],["impl UnwindSafe for sockaddr_in",1,["libc::unix::linux_like::sockaddr_in"]],["impl UnwindSafe for sockaddr_in6",1,["libc::unix::linux_like::sockaddr_in6"]],["impl UnwindSafe for addrinfo",1,["libc::unix::linux_like::addrinfo"]],["impl UnwindSafe for sockaddr_ll",1,["libc::unix::linux_like::sockaddr_ll"]],["impl UnwindSafe for fd_set",1,["libc::unix::linux_like::fd_set"]],["impl UnwindSafe for tm",1,["libc::unix::linux_like::tm"]],["impl UnwindSafe for sched_param",1,["libc::unix::linux_like::sched_param"]],["impl UnwindSafe for Dl_info",1,["libc::unix::linux_like::Dl_info"]],["impl UnwindSafe for lconv",1,["libc::unix::linux_like::lconv"]],["impl UnwindSafe for in_pktinfo",1,["libc::unix::linux_like::in_pktinfo"]],["impl UnwindSafe for ifaddrs",1,["libc::unix::linux_like::ifaddrs"]],["impl UnwindSafe for in6_rtmsg",1,["libc::unix::linux_like::in6_rtmsg"]],["impl UnwindSafe for arpreq",1,["libc::unix::linux_like::arpreq"]],["impl UnwindSafe for arpreq_old",1,["libc::unix::linux_like::arpreq_old"]],["impl UnwindSafe for arphdr",1,["libc::unix::linux_like::arphdr"]],["impl UnwindSafe for mmsghdr",1,["libc::unix::linux_like::mmsghdr"]],["impl UnwindSafe for epoll_event",1,["libc::unix::linux_like::epoll_event"]],["impl UnwindSafe for sockaddr_un",1,["libc::unix::linux_like::sockaddr_un"]],["impl UnwindSafe for sockaddr_storage",1,["libc::unix::linux_like::sockaddr_storage"]],["impl UnwindSafe for utsname",1,["libc::unix::linux_like::utsname"]],["impl UnwindSafe for sigevent",1,["libc::unix::linux_like::sigevent"]],["impl UnwindSafe for in6_addr",1,["libc::unix::align::in6_addr"]],["impl UnwindSafe for DIR",1,["libc::unix::DIR"]],["impl UnwindSafe for group",1,["libc::unix::group"]],["impl UnwindSafe for utimbuf",1,["libc::unix::utimbuf"]],["impl UnwindSafe for timeval",1,["libc::unix::timeval"]],["impl UnwindSafe for timespec",1,["libc::unix::timespec"]],["impl UnwindSafe for rlimit",1,["libc::unix::rlimit"]],["impl UnwindSafe for rusage",1,["libc::unix::rusage"]],["impl UnwindSafe for ipv6_mreq",1,["libc::unix::ipv6_mreq"]],["impl UnwindSafe for hostent",1,["libc::unix::hostent"]],["impl UnwindSafe for iovec",1,["libc::unix::iovec"]],["impl UnwindSafe for pollfd",1,["libc::unix::pollfd"]],["impl UnwindSafe for winsize",1,["libc::unix::winsize"]],["impl UnwindSafe for linger",1,["libc::unix::linger"]],["impl UnwindSafe for sigval",1,["libc::unix::sigval"]],["impl UnwindSafe for itimerval",1,["libc::unix::itimerval"]],["impl UnwindSafe for tms",1,["libc::unix::tms"]],["impl UnwindSafe for servent",1,["libc::unix::servent"]],["impl UnwindSafe for protoent",1,["libc::unix::protoent"]],["impl UnwindSafe for FILE",1,["libc::unix::FILE"]],["impl UnwindSafe for fpos_t",1,["libc::unix::fpos_t"]]], "libgit2_sys":[["impl UnwindSafe for git_blob",1,["libgit2_sys::git_blob"]],["impl UnwindSafe for git_branch_iterator",1,["libgit2_sys::git_branch_iterator"]],["impl UnwindSafe for git_blame",1,["libgit2_sys::git_blame"]],["impl UnwindSafe for git_commit",1,["libgit2_sys::git_commit"]],["impl UnwindSafe for git_config",1,["libgit2_sys::git_config"]],["impl UnwindSafe for git_config_iterator",1,["libgit2_sys::git_config_iterator"]],["impl UnwindSafe for git_index",1,["libgit2_sys::git_index"]],["impl UnwindSafe for git_index_conflict_iterator",1,["libgit2_sys::git_index_conflict_iterator"]],["impl UnwindSafe for git_object",1,["libgit2_sys::git_object"]],["impl UnwindSafe for git_reference",1,["libgit2_sys::git_reference"]],["impl UnwindSafe for git_reference_iterator",1,["libgit2_sys::git_reference_iterator"]],["impl UnwindSafe for git_annotated_commit",1,["libgit2_sys::git_annotated_commit"]],["impl UnwindSafe for git_refdb",1,["libgit2_sys::git_refdb"]],["impl UnwindSafe for git_refspec",1,["libgit2_sys::git_refspec"]],["impl UnwindSafe for git_remote",1,["libgit2_sys::git_remote"]],["impl UnwindSafe for git_repository",1,["libgit2_sys::git_repository"]],["impl UnwindSafe for git_revwalk",1,["libgit2_sys::git_revwalk"]],["impl UnwindSafe for git_submodule",1,["libgit2_sys::git_submodule"]],["impl UnwindSafe for git_tag",1,["libgit2_sys::git_tag"]],["impl UnwindSafe for git_tree",1,["libgit2_sys::git_tree"]],["impl UnwindSafe for git_tree_entry",1,["libgit2_sys::git_tree_entry"]],["impl UnwindSafe for git_treebuilder",1,["libgit2_sys::git_treebuilder"]],["impl UnwindSafe for git_push",1,["libgit2_sys::git_push"]],["impl UnwindSafe for git_note",1,["libgit2_sys::git_note"]],["impl UnwindSafe for git_note_iterator",1,["libgit2_sys::git_note_iterator"]],["impl UnwindSafe for git_status_list",1,["libgit2_sys::git_status_list"]],["impl UnwindSafe for git_pathspec",1,["libgit2_sys::git_pathspec"]],["impl UnwindSafe for git_pathspec_match_list",1,["libgit2_sys::git_pathspec_match_list"]],["impl UnwindSafe for git_diff",1,["libgit2_sys::git_diff"]],["impl UnwindSafe for git_diff_stats",1,["libgit2_sys::git_diff_stats"]],["impl UnwindSafe for git_patch",1,["libgit2_sys::git_patch"]],["impl UnwindSafe for git_rebase",1,["libgit2_sys::git_rebase"]],["impl UnwindSafe for git_reflog",1,["libgit2_sys::git_reflog"]],["impl UnwindSafe for git_reflog_entry",1,["libgit2_sys::git_reflog_entry"]],["impl UnwindSafe for git_describe_result",1,["libgit2_sys::git_describe_result"]],["impl UnwindSafe for git_packbuilder",1,["libgit2_sys::git_packbuilder"]],["impl UnwindSafe for git_odb",1,["libgit2_sys::git_odb"]],["impl UnwindSafe for git_odb_stream",1,["libgit2_sys::git_odb_stream"]],["impl UnwindSafe for git_odb_object",1,["libgit2_sys::git_odb_object"]],["impl UnwindSafe for git_worktree",1,["libgit2_sys::git_worktree"]],["impl UnwindSafe for git_transaction",1,["libgit2_sys::git_transaction"]],["impl UnwindSafe for git_mailmap",1,["libgit2_sys::git_mailmap"]],["impl UnwindSafe for git_indexer",1,["libgit2_sys::git_indexer"]],["impl UnwindSafe for git_revspec",1,["libgit2_sys::git_revspec"]],["impl UnwindSafe for git_error",1,["libgit2_sys::git_error"]],["impl UnwindSafe for git_oid",1,["libgit2_sys::git_oid"]],["impl UnwindSafe for git_strarray",1,["libgit2_sys::git_strarray"]],["impl UnwindSafe for git_oidarray",1,["libgit2_sys::git_oidarray"]],["impl UnwindSafe for git_signature",1,["libgit2_sys::git_signature"]],["impl UnwindSafe for git_time",1,["libgit2_sys::git_time"]],["impl UnwindSafe for git_clone_options",1,["libgit2_sys::git_clone_options"]],["impl UnwindSafe for git_checkout_options",1,["libgit2_sys::git_checkout_options"]],["impl UnwindSafe for git_checkout_perfdata",1,["libgit2_sys::git_checkout_perfdata"]],["impl UnwindSafe for git_indexer_progress",1,["libgit2_sys::git_indexer_progress"]],["impl UnwindSafe for git_indexer_options",1,["libgit2_sys::git_indexer_options"]],["impl UnwindSafe for git_remote_callbacks",1,["libgit2_sys::git_remote_callbacks"]],["impl UnwindSafe for git_fetch_options",1,["libgit2_sys::git_fetch_options"]],["impl UnwindSafe for git_fetch_negotiation",1,["libgit2_sys::git_fetch_negotiation"]],["impl UnwindSafe for git_push_update",1,["libgit2_sys::git_push_update"]],["impl UnwindSafe for git_cert",1,["libgit2_sys::git_cert"]],["impl UnwindSafe for git_cert_hostkey",1,["libgit2_sys::git_cert_hostkey"]],["impl UnwindSafe for git_cert_x509",1,["libgit2_sys::git_cert_x509"]],["impl UnwindSafe for git_diff_file",1,["libgit2_sys::git_diff_file"]],["impl UnwindSafe for git_status_options",1,["libgit2_sys::git_status_options"]],["impl UnwindSafe for git_diff_delta",1,["libgit2_sys::git_diff_delta"]],["impl UnwindSafe for git_status_entry",1,["libgit2_sys::git_status_entry"]],["impl UnwindSafe for git_tree_update",1,["libgit2_sys::git_tree_update"]],["impl UnwindSafe for git_buf",1,["libgit2_sys::git_buf"]],["impl UnwindSafe for git_blame_options",1,["libgit2_sys::git_blame_options"]],["impl UnwindSafe for git_blame_hunk",1,["libgit2_sys::git_blame_hunk"]],["impl UnwindSafe for git_index_entry",1,["libgit2_sys::git_index_entry"]],["impl UnwindSafe for git_index_time",1,["libgit2_sys::git_index_time"]],["impl UnwindSafe for git_config_entry",1,["libgit2_sys::git_config_entry"]],["impl UnwindSafe for git_submodule_update_options",1,["libgit2_sys::git_submodule_update_options"]],["impl UnwindSafe for git_writestream",1,["libgit2_sys::git_writestream"]],["impl UnwindSafe for git_cred",1,["libgit2_sys::git_cred"]],["impl UnwindSafe for LIBSSH2_SESSION",1,["libgit2_sys::LIBSSH2_SESSION"]],["impl UnwindSafe for LIBSSH2_USERAUTH_KBDINT_PROMPT",1,["libgit2_sys::LIBSSH2_USERAUTH_KBDINT_PROMPT"]],["impl UnwindSafe for LIBSSH2_USERAUTH_KBDINT_RESPONSE",1,["libgit2_sys::LIBSSH2_USERAUTH_KBDINT_RESPONSE"]],["impl UnwindSafe for git_push_options",1,["libgit2_sys::git_push_options"]],["impl UnwindSafe for git_repository_init_options",1,["libgit2_sys::git_repository_init_options"]],["impl UnwindSafe for git_remote_head",1,["libgit2_sys::git_remote_head"]],["impl UnwindSafe for git_diff_hunk",1,["libgit2_sys::git_diff_hunk"]],["impl UnwindSafe for git_diff_line",1,["libgit2_sys::git_diff_line"]],["impl UnwindSafe for git_diff_options",1,["libgit2_sys::git_diff_options"]],["impl UnwindSafe for git_diff_find_options",1,["libgit2_sys::git_diff_find_options"]],["impl UnwindSafe for git_diff_similarity_metric",1,["libgit2_sys::git_diff_similarity_metric"]],["impl UnwindSafe for git_diff_format_email_options",1,["libgit2_sys::git_diff_format_email_options"]],["impl UnwindSafe for git_diff_patchid_options",1,["libgit2_sys::git_diff_patchid_options"]],["impl UnwindSafe for git_diff_binary",1,["libgit2_sys::git_diff_binary"]],["impl UnwindSafe for git_diff_binary_file",1,["libgit2_sys::git_diff_binary_file"]],["impl UnwindSafe for git_merge_options",1,["libgit2_sys::git_merge_options"]],["impl UnwindSafe for git_transport",1,["libgit2_sys::git_transport"]],["impl UnwindSafe for git_remote_connect_options",1,["libgit2_sys::git_remote_connect_options"]],["impl UnwindSafe for git_odb_backend",1,["libgit2_sys::git_odb_backend"]],["impl UnwindSafe for git_odb_writepack",1,["libgit2_sys::git_odb_writepack"]],["impl UnwindSafe for git_refdb_backend",1,["libgit2_sys::git_refdb_backend"]],["impl UnwindSafe for git_proxy_options",1,["libgit2_sys::git_proxy_options"]],["impl UnwindSafe for git_smart_subtransport_stream",1,["libgit2_sys::git_smart_subtransport_stream"]],["impl UnwindSafe for git_smart_subtransport",1,["libgit2_sys::git_smart_subtransport"]],["impl UnwindSafe for git_smart_subtransport_definition",1,["libgit2_sys::git_smart_subtransport_definition"]],["impl UnwindSafe for git_describe_options",1,["libgit2_sys::git_describe_options"]],["impl UnwindSafe for git_describe_format_options",1,["libgit2_sys::git_describe_format_options"]],["impl UnwindSafe for git_stash_save_options",1,["libgit2_sys::git_stash_save_options"]],["impl UnwindSafe for git_stash_apply_options",1,["libgit2_sys::git_stash_apply_options"]],["impl UnwindSafe for git_rebase_options",1,["libgit2_sys::git_rebase_options"]],["impl UnwindSafe for git_rebase_operation",1,["libgit2_sys::git_rebase_operation"]],["impl UnwindSafe for git_cherrypick_options",1,["libgit2_sys::git_cherrypick_options"]],["impl UnwindSafe for git_apply_options",1,["libgit2_sys::git_apply_options"]],["impl UnwindSafe for git_worktree_add_options",1,["libgit2_sys::git_worktree_add_options"]],["impl UnwindSafe for git_worktree_prune_options",1,["libgit2_sys::git_worktree_prune_options"]],["impl UnwindSafe for git_message_trailer",1,["libgit2_sys::git_message_trailer"]],["impl UnwindSafe for git_message_trailer_array",1,["libgit2_sys::git_message_trailer_array"]],["impl UnwindSafe for git_email_create_options",1,["libgit2_sys::git_email_create_options"]]], "libssh2_sys":[["impl UnwindSafe for LIBSSH2_SESSION",1,["libssh2_sys::LIBSSH2_SESSION"]],["impl UnwindSafe for LIBSSH2_AGENT",1,["libssh2_sys::LIBSSH2_AGENT"]],["impl UnwindSafe for LIBSSH2_CHANNEL",1,["libssh2_sys::LIBSSH2_CHANNEL"]],["impl UnwindSafe for LIBSSH2_LISTENER",1,["libssh2_sys::LIBSSH2_LISTENER"]],["impl UnwindSafe for LIBSSH2_KNOWNHOSTS",1,["libssh2_sys::LIBSSH2_KNOWNHOSTS"]],["impl UnwindSafe for LIBSSH2_SFTP",1,["libssh2_sys::LIBSSH2_SFTP"]],["impl UnwindSafe for LIBSSH2_SFTP_HANDLE",1,["libssh2_sys::LIBSSH2_SFTP_HANDLE"]],["impl UnwindSafe for libssh2_struct_stat",1,["libssh2_sys::libssh2_struct_stat"]],["impl UnwindSafe for libssh2_agent_publickey",1,["libssh2_sys::libssh2_agent_publickey"]],["impl UnwindSafe for libssh2_knownhost",1,["libssh2_sys::libssh2_knownhost"]],["impl UnwindSafe for LIBSSH2_SFTP_ATTRIBUTES",1,["libssh2_sys::LIBSSH2_SFTP_ATTRIBUTES"]],["impl UnwindSafe for LIBSSH2_SFTP_STATVFS",1,["libssh2_sys::LIBSSH2_SFTP_STATVFS"]],["impl UnwindSafe for LIBSSH2_USERAUTH_KBDINT_PROMPT",1,["libssh2_sys::LIBSSH2_USERAUTH_KBDINT_PROMPT"]],["impl UnwindSafe for LIBSSH2_USERAUTH_KBDINT_RESPONSE",1,["libssh2_sys::LIBSSH2_USERAUTH_KBDINT_RESPONSE"]]], "libz_sys":[["impl UnwindSafe for gzFile_s",1,["libz_sys::gzFile_s"]],["impl UnwindSafe for internal_state",1,["libz_sys::internal_state"]],["impl UnwindSafe for gz_header",1,["libz_sys::gz_header"]],["impl UnwindSafe for z_stream",1,["libz_sys::z_stream"]]], "llvm_sys":[["impl UnwindSafe for LLVMVerifierFailureAction",1,["llvm_sys::analysis::LLVMVerifierFailureAction"]],["impl UnwindSafe for llvm_blake3_hasher",1,["llvm_sys::blake3::llvm_blake3_hasher"]],["impl UnwindSafe for LLVMComdatSelectionKind",1,["llvm_sys::comdat::LLVMComdatSelectionKind"]],["impl UnwindSafe for LLVMDWARFSourceLanguage",1,["llvm_sys::debuginfo::LLVMDWARFSourceLanguage"]],["impl UnwindSafe for LLVMDWARFEmissionKind",1,["llvm_sys::debuginfo::LLVMDWARFEmissionKind"]],["impl UnwindSafe for LLVMMetadataKind",1,["llvm_sys::debuginfo::LLVMMetadataKind"]],["impl UnwindSafe for LLVMDWARFMacinfoRecordType",1,["llvm_sys::debuginfo::LLVMDWARFMacinfoRecordType"]],["impl UnwindSafe for LLVMOpaqueDisasmContext",1,["llvm_sys::disassembler::LLVMOpaqueDisasmContext"]],["impl UnwindSafe for LLVMOpInfoSymbol1",1,["llvm_sys::disassembler::LLVMOpInfoSymbol1"]],["impl UnwindSafe for Struct_LLVMOpInfo1",1,["llvm_sys::disassembler::Struct_LLVMOpInfo1"]],["impl UnwindSafe for LLVMOpaqueError",1,["llvm_sys::error::LLVMOpaqueError"]],["impl UnwindSafe for LLVMOpaqueGenericValue",1,["llvm_sys::execution_engine::LLVMOpaqueGenericValue"]],["impl UnwindSafe for LLVMOpaqueExecutionEngine",1,["llvm_sys::execution_engine::LLVMOpaqueExecutionEngine"]],["impl UnwindSafe for LLVMOpaqueMCJITMemoryManager",1,["llvm_sys::execution_engine::LLVMOpaqueMCJITMemoryManager"]],["impl UnwindSafe for LLVMMCJITCompilerOptions",1,["llvm_sys::execution_engine::LLVMMCJITCompilerOptions"]],["impl UnwindSafe for LLVMLinkerMode",1,["llvm_sys::linker::LLVMLinkerMode"]],["impl UnwindSafe for lto_symbol_attributes",1,["llvm_sys::lto::lto_symbol_attributes"]],["impl UnwindSafe for lto_debug_model",1,["llvm_sys::lto::lto_debug_model"]],["impl UnwindSafe for lto_codegen_model",1,["llvm_sys::lto::lto_codegen_model"]],["impl UnwindSafe for LLVMOpaqueLTOModule",1,["llvm_sys::lto::LLVMOpaqueLTOModule"]],["impl UnwindSafe for LLVMOpaqueLTOCodeGenerator",1,["llvm_sys::lto::LLVMOpaqueLTOCodeGenerator"]],["impl UnwindSafe for LLVMOpaqueThinLTOCodeGenerator",1,["llvm_sys::lto::LLVMOpaqueThinLTOCodeGenerator"]],["impl UnwindSafe for LLVMOpaqueLTOInput",1,["llvm_sys::lto::LLVMOpaqueLTOInput"]],["impl UnwindSafe for lto_codegen_diagnostic_severity_t",1,["llvm_sys::lto::lto_codegen_diagnostic_severity_t"]],["impl UnwindSafe for LTOObjectBuffer",1,["llvm_sys::lto::LTOObjectBuffer"]],["impl UnwindSafe for LLVMOpaqueSectionIterator",1,["llvm_sys::object::LLVMOpaqueSectionIterator"]],["impl UnwindSafe for LLVMOpaqueSymbolIterator",1,["llvm_sys::object::LLVMOpaqueSymbolIterator"]],["impl UnwindSafe for LLVMOpaqueRelocationIterator",1,["llvm_sys::object::LLVMOpaqueRelocationIterator"]],["impl UnwindSafe for LLVMOpaqueBinary",1,["llvm_sys::object::LLVMOpaqueBinary"]],["impl UnwindSafe for LLVMBinaryType",1,["llvm_sys::object::LLVMBinaryType"]],["impl UnwindSafe for LLVMOpaqueObjectFile",1,["llvm_sys::object::LLVMOpaqueObjectFile"]],["impl UnwindSafe for LLVMOrcOpaqueLLJITBuilder",1,["llvm_sys::orc2::lljit::LLVMOrcOpaqueLLJITBuilder"]],["impl UnwindSafe for LLVMOrcOpaqueLLJIT",1,["llvm_sys::orc2::lljit::LLVMOrcOpaqueLLJIT"]],["impl UnwindSafe for LLVMJITSymbolGenericFlags",1,["llvm_sys::orc2::LLVMJITSymbolGenericFlags"]],["impl UnwindSafe for LLVMJITSymbolFlags",1,["llvm_sys::orc2::LLVMJITSymbolFlags"]],["impl UnwindSafe for LLVMJITEvaluatedSymbol",1,["llvm_sys::orc2::LLVMJITEvaluatedSymbol"]],["impl UnwindSafe for LLVMOrcOpaqueExecutionSession",1,["llvm_sys::orc2::LLVMOrcOpaqueExecutionSession"]],["impl UnwindSafe for LLVMOrcOpaqueSymbolStringPool",1,["llvm_sys::orc2::LLVMOrcOpaqueSymbolStringPool"]],["impl UnwindSafe for LLVMOrcOpaqueSymbolStringPoolEntry",1,["llvm_sys::orc2::LLVMOrcOpaqueSymbolStringPoolEntry"]],["impl UnwindSafe for LLVMOrcCSymbolFlagsMapPair",1,["llvm_sys::orc2::LLVMOrcCSymbolFlagsMapPair"]],["impl UnwindSafe for LLVMOrcCSymbolMapPair",1,["llvm_sys::orc2::LLVMOrcCSymbolMapPair"]],["impl UnwindSafe for LLVMOrcCSymbolAliasMapEntry",1,["llvm_sys::orc2::LLVMOrcCSymbolAliasMapEntry"]],["impl UnwindSafe for LLVMOrcCSymbolAliasMapPair",1,["llvm_sys::orc2::LLVMOrcCSymbolAliasMapPair"]],["impl UnwindSafe for LLVMOrcOpaqueJITDylib",1,["llvm_sys::orc2::LLVMOrcOpaqueJITDylib"]],["impl UnwindSafe for LLVMOrcCSymbolsList",1,["llvm_sys::orc2::LLVMOrcCSymbolsList"]],["impl UnwindSafe for LLVMOrcCDependenceMapPair",1,["llvm_sys::orc2::LLVMOrcCDependenceMapPair"]],["impl UnwindSafe for LLVMOrcLookupKind",1,["llvm_sys::orc2::LLVMOrcLookupKind"]],["impl UnwindSafe for LLVMOrcJITDylibLookupFlags",1,["llvm_sys::orc2::LLVMOrcJITDylibLookupFlags"]],["impl UnwindSafe for LLVMOrcCJITDylibSearchOrderElement",1,["llvm_sys::orc2::LLVMOrcCJITDylibSearchOrderElement"]],["impl UnwindSafe for LLVMOrcSymbolLookupFlags",1,["llvm_sys::orc2::LLVMOrcSymbolLookupFlags"]],["impl UnwindSafe for LLVMOrcCLookupSetElement",1,["llvm_sys::orc2::LLVMOrcCLookupSetElement"]],["impl UnwindSafe for LLVMOrcOpaqueMaterializationUnit",1,["llvm_sys::orc2::LLVMOrcOpaqueMaterializationUnit"]],["impl UnwindSafe for LLVMOrcOpaqueMaterializationResponsibility",1,["llvm_sys::orc2::LLVMOrcOpaqueMaterializationResponsibility"]],["impl UnwindSafe for LLVMOrcOpaqueResourceTracker",1,["llvm_sys::orc2::LLVMOrcOpaqueResourceTracker"]],["impl UnwindSafe for LLVMOrcOpaqueDefinitionGenerator",1,["llvm_sys::orc2::LLVMOrcOpaqueDefinitionGenerator"]],["impl UnwindSafe for LLVMOrcOpaqueLookupState",1,["llvm_sys::orc2::LLVMOrcOpaqueLookupState"]],["impl UnwindSafe for LLVMOrcOpaqueThreadSafeContext",1,["llvm_sys::orc2::LLVMOrcOpaqueThreadSafeContext"]],["impl UnwindSafe for LLVMOrcOpaqueThreadSafeModule",1,["llvm_sys::orc2::LLVMOrcOpaqueThreadSafeModule"]],["impl UnwindSafe for LLVMOrcOpaqueJITTargetMachineBuilder",1,["llvm_sys::orc2::LLVMOrcOpaqueJITTargetMachineBuilder"]],["impl UnwindSafe for LLVMOrcOpaqueObjectLayer",1,["llvm_sys::orc2::LLVMOrcOpaqueObjectLayer"]],["impl UnwindSafe for LLVMOrcOpaqueObjectLinkingLayer",1,["llvm_sys::orc2::LLVMOrcOpaqueObjectLinkingLayer"]],["impl UnwindSafe for LLVMOrcOpaqueIRTransformLayer",1,["llvm_sys::orc2::LLVMOrcOpaqueIRTransformLayer"]],["impl UnwindSafe for LLVMOrcOpaqueObjectTransformLayer",1,["llvm_sys::orc2::LLVMOrcOpaqueObjectTransformLayer"]],["impl UnwindSafe for LLVMOrcOpaqueIndirectStubsManager",1,["llvm_sys::orc2::LLVMOrcOpaqueIndirectStubsManager"]],["impl UnwindSafe for LLVMOrcOpaqueLazyCallThroughManager",1,["llvm_sys::orc2::LLVMOrcOpaqueLazyCallThroughManager"]],["impl UnwindSafe for LLVMOrcOpaqueDumpObjects",1,["llvm_sys::orc2::LLVMOrcOpaqueDumpObjects"]],["impl UnwindSafe for LLVMRemarkType",1,["llvm_sys::remarks::LLVMRemarkType"]],["impl UnwindSafe for LLVMRemarkOpaqueString",1,["llvm_sys::remarks::LLVMRemarkOpaqueString"]],["impl UnwindSafe for LLVMRemarkOpaqueDebugLoc",1,["llvm_sys::remarks::LLVMRemarkOpaqueDebugLoc"]],["impl UnwindSafe for LLVMRemarkOpaqueArg",1,["llvm_sys::remarks::LLVMRemarkOpaqueArg"]],["impl UnwindSafe for LLVMRemarkOpaqueEntry",1,["llvm_sys::remarks::LLVMRemarkOpaqueEntry"]],["impl UnwindSafe for LLVMRemarkOpaqueParser",1,["llvm_sys::remarks::LLVMRemarkOpaqueParser"]],["impl UnwindSafe for LLVMByteOrdering",1,["llvm_sys::target::LLVMByteOrdering"]],["impl UnwindSafe for LLVMOpaqueTargetData",1,["llvm_sys::target::LLVMOpaqueTargetData"]],["impl UnwindSafe for LLVMOpaqueTargetLibraryInfotData",1,["llvm_sys::target::LLVMOpaqueTargetLibraryInfotData"]],["impl UnwindSafe for LLVMOpaqueTargetMachine",1,["llvm_sys::target_machine::LLVMOpaqueTargetMachine"]],["impl UnwindSafe for LLVMTarget",1,["llvm_sys::target_machine::LLVMTarget"]],["impl UnwindSafe for LLVMCodeGenOptLevel",1,["llvm_sys::target_machine::LLVMCodeGenOptLevel"]],["impl UnwindSafe for LLVMRelocMode",1,["llvm_sys::target_machine::LLVMRelocMode"]],["impl UnwindSafe for LLVMCodeModel",1,["llvm_sys::target_machine::LLVMCodeModel"]],["impl UnwindSafe for LLVMCodeGenFileType",1,["llvm_sys::target_machine::LLVMCodeGenFileType"]],["impl UnwindSafe for LLVMOpaquePassBuilderOptions",1,["llvm_sys::transforms::pass_builder::LLVMOpaquePassBuilderOptions"]],["impl UnwindSafe for LLVMMemoryBuffer",1,["llvm_sys::LLVMMemoryBuffer"]],["impl UnwindSafe for LLVMContext",1,["llvm_sys::LLVMContext"]],["impl UnwindSafe for LLVMModule",1,["llvm_sys::LLVMModule"]],["impl UnwindSafe for LLVMType",1,["llvm_sys::LLVMType"]],["impl UnwindSafe for LLVMValue",1,["llvm_sys::LLVMValue"]],["impl UnwindSafe for LLVMBasicBlock",1,["llvm_sys::LLVMBasicBlock"]],["impl UnwindSafe for LLVMOpaqueMetadata",1,["llvm_sys::LLVMOpaqueMetadata"]],["impl UnwindSafe for LLVMOpaqueNamedMDNode",1,["llvm_sys::LLVMOpaqueNamedMDNode"]],["impl UnwindSafe for LLVMOpaqueValueMetadataEntry",1,["llvm_sys::LLVMOpaqueValueMetadataEntry"]],["impl UnwindSafe for LLVMBuilder",1,["llvm_sys::LLVMBuilder"]],["impl UnwindSafe for LLVMOpaqueDIBuilder",1,["llvm_sys::LLVMOpaqueDIBuilder"]],["impl UnwindSafe for LLVMModuleProvider",1,["llvm_sys::LLVMModuleProvider"]],["impl UnwindSafe for LLVMPassManager",1,["llvm_sys::LLVMPassManager"]],["impl UnwindSafe for LLVMUse",1,["llvm_sys::LLVMUse"]],["impl UnwindSafe for LLVMDiagnosticInfo",1,["llvm_sys::LLVMDiagnosticInfo"]],["impl UnwindSafe for LLVMComdat",1,["llvm_sys::LLVMComdat"]],["impl UnwindSafe for LLVMOpaqueModuleFlagEntry",1,["llvm_sys::LLVMOpaqueModuleFlagEntry"]],["impl UnwindSafe for LLVMOpaqueJITEventListener",1,["llvm_sys::LLVMOpaqueJITEventListener"]],["impl UnwindSafe for LLVMOpaqueAttributeRef",1,["llvm_sys::LLVMOpaqueAttributeRef"]],["impl UnwindSafe for LLVMOpcode",1,["llvm_sys::LLVMOpcode"]],["impl UnwindSafe for LLVMTypeKind",1,["llvm_sys::LLVMTypeKind"]],["impl UnwindSafe for LLVMLinkage",1,["llvm_sys::LLVMLinkage"]],["impl UnwindSafe for LLVMVisibility",1,["llvm_sys::LLVMVisibility"]],["impl UnwindSafe for LLVMUnnamedAddr",1,["llvm_sys::LLVMUnnamedAddr"]],["impl UnwindSafe for LLVMDLLStorageClass",1,["llvm_sys::LLVMDLLStorageClass"]],["impl UnwindSafe for LLVMCallConv",1,["llvm_sys::LLVMCallConv"]],["impl UnwindSafe for LLVMValueKind",1,["llvm_sys::LLVMValueKind"]],["impl UnwindSafe for LLVMIntPredicate",1,["llvm_sys::LLVMIntPredicate"]],["impl UnwindSafe for LLVMRealPredicate",1,["llvm_sys::LLVMRealPredicate"]],["impl UnwindSafe for LLVMLandingPadClauseTy",1,["llvm_sys::LLVMLandingPadClauseTy"]],["impl UnwindSafe for LLVMThreadLocalMode",1,["llvm_sys::LLVMThreadLocalMode"]],["impl UnwindSafe for LLVMAtomicOrdering",1,["llvm_sys::LLVMAtomicOrdering"]],["impl UnwindSafe for LLVMAtomicRMWBinOp",1,["llvm_sys::LLVMAtomicRMWBinOp"]],["impl UnwindSafe for LLVMDiagnosticSeverity",1,["llvm_sys::LLVMDiagnosticSeverity"]],["impl UnwindSafe for LLVMInlineAsmDialect",1,["llvm_sys::LLVMInlineAsmDialect"]],["impl UnwindSafe for LLVMModuleFlagBehavior",1,["llvm_sys::LLVMModuleFlagBehavior"]]], "log":[["impl UnwindSafe for Level",1,["log::Level"]],["impl UnwindSafe for LevelFilter",1,["log::LevelFilter"]],["impl<'a> !UnwindSafe for Record<'a>",1,["log::Record"]],["impl<'a> !UnwindSafe for RecordBuilder<'a>",1,["log::RecordBuilder"]],["impl<'a> UnwindSafe for Metadata<'a>",1,["log::Metadata"]],["impl<'a> UnwindSafe for MetadataBuilder<'a>",1,["log::MetadataBuilder"]],["impl UnwindSafe for SetLoggerError",1,["log::SetLoggerError"]],["impl UnwindSafe for ParseLevelError",1,["log::ParseLevelError"]]], "logos":[["impl<'source, Token> UnwindSafe for Lexer<'source, Token>
where\n Token: UnwindSafe,\n <Token as Logos<'source>>::Error: UnwindSafe,\n <Token as Logos<'source>>::Extras: UnwindSafe,\n <Token as Logos<'source>>::Source: RefUnwindSafe,
",1,["logos::lexer::Lexer"]],["impl<'source, Token> UnwindSafe for SpannedIter<'source, Token>
where\n Token: UnwindSafe,\n <Token as Logos<'source>>::Error: UnwindSafe,\n <Token as Logos<'source>>::Extras: UnwindSafe,\n <Token as Logos<'source>>::Source: RefUnwindSafe,
",1,["logos::lexer::SpannedIter"]],["impl UnwindSafe for Skip",1,["logos::Skip"]],["impl<T> UnwindSafe for Filter<T>
where\n T: UnwindSafe,
",1,["logos::Filter"]],["impl<T, E> UnwindSafe for FilterResult<T, E>
where\n E: UnwindSafe,\n T: UnwindSafe,
",1,["logos::FilterResult"]]], "matchers":[["impl<S, A> UnwindSafe for Pattern<S, A>
where\n A: UnwindSafe,
",1,["matchers::Pattern"]],["impl<'a, S, A> UnwindSafe for Matcher<'a, S, A>
where\n A: UnwindSafe,\n S: UnwindSafe,
",1,["matchers::Matcher"]]], "memchr":[["impl UnwindSafe for One",1,["memchr::arch::all::memchr::One"]],["impl<'a, 'h> UnwindSafe for OneIter<'a, 'h>",1,["memchr::arch::all::memchr::OneIter"]],["impl UnwindSafe for Two",1,["memchr::arch::all::memchr::Two"]],["impl<'a, 'h> UnwindSafe for TwoIter<'a, 'h>",1,["memchr::arch::all::memchr::TwoIter"]],["impl UnwindSafe for Three",1,["memchr::arch::all::memchr::Three"]],["impl<'a, 'h> UnwindSafe for ThreeIter<'a, 'h>",1,["memchr::arch::all::memchr::ThreeIter"]],["impl UnwindSafe for Finder",1,["memchr::arch::all::packedpair::Finder"]],["impl UnwindSafe for Pair",1,["memchr::arch::all::packedpair::Pair"]],["impl UnwindSafe for Finder",1,["memchr::arch::all::rabinkarp::Finder"]],["impl UnwindSafe for FinderRev",1,["memchr::arch::all::rabinkarp::FinderRev"]],["impl UnwindSafe for Finder",1,["memchr::arch::all::shiftor::Finder"]],["impl UnwindSafe for Finder",1,["memchr::arch::all::twoway::Finder"]],["impl UnwindSafe for FinderRev",1,["memchr::arch::all::twoway::FinderRev"]],["impl UnwindSafe for One",1,["memchr::arch::x86_64::avx2::memchr::One"]],["impl<'a, 'h> UnwindSafe for OneIter<'a, 'h>",1,["memchr::arch::x86_64::avx2::memchr::OneIter"]],["impl UnwindSafe for Two",1,["memchr::arch::x86_64::avx2::memchr::Two"]],["impl<'a, 'h> UnwindSafe for TwoIter<'a, 'h>",1,["memchr::arch::x86_64::avx2::memchr::TwoIter"]],["impl UnwindSafe for Three",1,["memchr::arch::x86_64::avx2::memchr::Three"]],["impl<'a, 'h> UnwindSafe for ThreeIter<'a, 'h>",1,["memchr::arch::x86_64::avx2::memchr::ThreeIter"]],["impl UnwindSafe for Finder",1,["memchr::arch::x86_64::avx2::packedpair::Finder"]],["impl UnwindSafe for One",1,["memchr::arch::x86_64::sse2::memchr::One"]],["impl<'a, 'h> UnwindSafe for OneIter<'a, 'h>",1,["memchr::arch::x86_64::sse2::memchr::OneIter"]],["impl UnwindSafe for Two",1,["memchr::arch::x86_64::sse2::memchr::Two"]],["impl<'a, 'h> UnwindSafe for TwoIter<'a, 'h>",1,["memchr::arch::x86_64::sse2::memchr::TwoIter"]],["impl UnwindSafe for Three",1,["memchr::arch::x86_64::sse2::memchr::Three"]],["impl<'a, 'h> UnwindSafe for ThreeIter<'a, 'h>",1,["memchr::arch::x86_64::sse2::memchr::ThreeIter"]],["impl UnwindSafe for Finder",1,["memchr::arch::x86_64::sse2::packedpair::Finder"]],["impl<'h> UnwindSafe for Memchr<'h>",1,["memchr::memchr::Memchr"]],["impl<'h> UnwindSafe for Memchr2<'h>",1,["memchr::memchr::Memchr2"]],["impl<'h> UnwindSafe for Memchr3<'h>",1,["memchr::memchr::Memchr3"]],["impl UnwindSafe for PrefilterConfig",1,["memchr::memmem::searcher::PrefilterConfig"]],["impl<'h, 'n> UnwindSafe for FindIter<'h, 'n>",1,["memchr::memmem::FindIter"]],["impl<'h, 'n> UnwindSafe for FindRevIter<'h, 'n>",1,["memchr::memmem::FindRevIter"]],["impl<'n> UnwindSafe for Finder<'n>",1,["memchr::memmem::Finder"]],["impl<'n> UnwindSafe for FinderRev<'n>",1,["memchr::memmem::FinderRev"]],["impl UnwindSafe for FinderBuilder",1,["memchr::memmem::FinderBuilder"]]], "nu_ansi_term":[["impl UnwindSafe for Prefix",1,["nu_ansi_term::ansi::Prefix"]],["impl UnwindSafe for Infix",1,["nu_ansi_term::ansi::Infix"]],["impl UnwindSafe for Suffix",1,["nu_ansi_term::ansi::Suffix"]],["impl UnwindSafe for Style",1,["nu_ansi_term::style::Style"]],["impl UnwindSafe for Color",1,["nu_ansi_term::style::Color"]],["impl<'a, S: ?Sized> UnwindSafe for AnsiGenericString<'a, S>
where\n S: RefUnwindSafe,\n <S as ToOwned>::Owned: UnwindSafe,
",1,["nu_ansi_term::display::AnsiGenericString"]],["impl<'a, S: ?Sized> UnwindSafe for AnsiGenericStrings<'a, S>
where\n S: RefUnwindSafe,\n <S as ToOwned>::Owned: RefUnwindSafe,
",1,["nu_ansi_term::display::AnsiGenericStrings"]],["impl UnwindSafe for Gradient",1,["nu_ansi_term::gradient::Gradient"]],["impl UnwindSafe for TargetGround",1,["nu_ansi_term::gradient::TargetGround"]],["impl UnwindSafe for Rgb",1,["nu_ansi_term::rgb::Rgb"]]], "once_cell":[["impl<T, F> UnwindSafe for Lazy<T, F>
where\n F: UnwindSafe,\n T: UnwindSafe,
",1,["once_cell::unsync::Lazy"]],["impl<T> UnwindSafe for OnceCell<T>
where\n T: UnwindSafe,
",1,["once_cell::sync::OnceCell"]],["impl<T, F> UnwindSafe for Lazy<T, F>
where\n F: UnwindSafe,\n T: UnwindSafe,
",1,["once_cell::sync::Lazy"]],["impl<T> UnwindSafe for OnceBox<T>
where\n T: UnwindSafe + RefUnwindSafe,
",1,["once_cell::race::once_box::OnceBox"]],["impl UnwindSafe for OnceNonZeroUsize",1,["once_cell::race::OnceNonZeroUsize"]],["impl UnwindSafe for OnceBool",1,["once_cell::race::OnceBool"]],["impl<'a, T> UnwindSafe for OnceRef<'a, T>
where\n T: RefUnwindSafe,
",1,["once_cell::race::OnceRef"]],["impl<T: UnwindSafe> UnwindSafe for OnceCell<T>"]], "openssl_probe":[["impl UnwindSafe for ProbeResult",1,["openssl_probe::ProbeResult"]]], "openssl_sys":[["impl UnwindSafe for AES_KEY",1,["openssl_sys::openssl::handwritten::aes::AES_KEY"]],["impl UnwindSafe for ASN1_ENCODING",1,["openssl_sys::openssl::handwritten::asn1::ASN1_ENCODING"]],["impl UnwindSafe for stack_st_ASN1_OBJECT",1,["openssl_sys::openssl::handwritten::asn1::stack_st_ASN1_OBJECT"]],["impl UnwindSafe for ASN1_TYPE",1,["openssl_sys::openssl::handwritten::asn1::ASN1_TYPE"]],["impl UnwindSafe for ASN1_TYPE_value",1,["openssl_sys::openssl::handwritten::asn1::ASN1_TYPE_value"]],["impl UnwindSafe for BIO_METHOD",1,["openssl_sys::openssl::handwritten::bio::BIO_METHOD"]],["impl UnwindSafe for CMS_ContentInfo",1,["openssl_sys::openssl::handwritten::cms::CMS_ContentInfo"]],["impl UnwindSafe for stack_st_void",1,["openssl_sys::openssl::handwritten::crypto::stack_st_void"]],["impl UnwindSafe for DSA_SIG",1,["openssl_sys::openssl::handwritten::dsa::DSA_SIG"]],["impl UnwindSafe for point_conversion_form_t",1,["openssl_sys::openssl::handwritten::ec::point_conversion_form_t"]],["impl UnwindSafe for EC_METHOD",1,["openssl_sys::openssl::handwritten::ec::EC_METHOD"]],["impl UnwindSafe for EC_GROUP",1,["openssl_sys::openssl::handwritten::ec::EC_GROUP"]],["impl UnwindSafe for EC_POINT",1,["openssl_sys::openssl::handwritten::ec::EC_POINT"]],["impl UnwindSafe for ECDSA_SIG",1,["openssl_sys::openssl::handwritten::ec::ECDSA_SIG"]],["impl UnwindSafe for ERR_STRING_DATA",1,["openssl_sys::openssl::handwritten::err::ERR_STRING_DATA"]],["impl UnwindSafe for OCSP_CERTID",1,["openssl_sys::openssl::handwritten::ocsp::OCSP_CERTID"]],["impl UnwindSafe for OCSP_ONEREQ",1,["openssl_sys::openssl::handwritten::ocsp::OCSP_ONEREQ"]],["impl UnwindSafe for OCSP_REQUEST",1,["openssl_sys::openssl::handwritten::ocsp::OCSP_REQUEST"]],["impl UnwindSafe for OCSP_BASICRESP",1,["openssl_sys::openssl::handwritten::ocsp::OCSP_BASICRESP"]],["impl UnwindSafe for PKCS12",1,["openssl_sys::openssl::handwritten::pkcs12::PKCS12"]],["impl UnwindSafe for PKCS7_CTX",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_CTX"]],["impl UnwindSafe for PKCS7_SIGNED",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_SIGNED"]],["impl UnwindSafe for PKCS7_ENC_CONTENT",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_ENC_CONTENT"]],["impl UnwindSafe for PKCS7_ENVELOPE",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_ENVELOPE"]],["impl UnwindSafe for PKCS7_SIGN_ENVELOPE",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_SIGN_ENVELOPE"]],["impl UnwindSafe for PKCS7_DIGEST",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_DIGEST"]],["impl UnwindSafe for PKCS7_ENCRYPT",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_ENCRYPT"]],["impl UnwindSafe for PKCS7",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7"]],["impl UnwindSafe for PKCS7_data",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_data"]],["impl UnwindSafe for PKCS7_ISSUER_AND_SERIAL",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_ISSUER_AND_SERIAL"]],["impl UnwindSafe for PKCS7_SIGNER_INFO",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_SIGNER_INFO"]],["impl UnwindSafe for stack_st_PKCS7_SIGNER_INFO",1,["openssl_sys::openssl::handwritten::pkcs7::stack_st_PKCS7_SIGNER_INFO"]],["impl UnwindSafe for PKCS7_RECIP_INFO",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_RECIP_INFO"]],["impl UnwindSafe for stack_st_PKCS7_RECIP_INFO",1,["openssl_sys::openssl::handwritten::pkcs7::stack_st_PKCS7_RECIP_INFO"]],["impl UnwindSafe for stack_st_OPENSSL_STRING",1,["openssl_sys::openssl::handwritten::safestack::stack_st_OPENSSL_STRING"]],["impl UnwindSafe for SHA_CTX",1,["openssl_sys::openssl::handwritten::sha::SHA_CTX"]],["impl UnwindSafe for SHA256_CTX",1,["openssl_sys::openssl::handwritten::sha::SHA256_CTX"]],["impl UnwindSafe for SHA512_CTX",1,["openssl_sys::openssl::handwritten::sha::SHA512_CTX"]],["impl UnwindSafe for SSL_METHOD",1,["openssl_sys::openssl::handwritten::ssl::SSL_METHOD"]],["impl UnwindSafe for SSL_CIPHER",1,["openssl_sys::openssl::handwritten::ssl::SSL_CIPHER"]],["impl UnwindSafe for SSL_SESSION",1,["openssl_sys::openssl::handwritten::ssl::SSL_SESSION"]],["impl UnwindSafe for stack_st_SSL_CIPHER",1,["openssl_sys::openssl::handwritten::ssl::stack_st_SSL_CIPHER"]],["impl UnwindSafe for SRTP_PROTECTION_PROFILE",1,["openssl_sys::openssl::handwritten::ssl::SRTP_PROTECTION_PROFILE"]],["impl UnwindSafe for stack_st_SRTP_PROTECTION_PROFILE",1,["openssl_sys::openssl::handwritten::ssl::stack_st_SRTP_PROTECTION_PROFILE"]],["impl UnwindSafe for OPENSSL_STACK",1,["openssl_sys::openssl::handwritten::stack::OPENSSL_STACK"]],["impl UnwindSafe for ASN1_OBJECT",1,["openssl_sys::openssl::handwritten::types::ASN1_OBJECT"]],["impl UnwindSafe for ASN1_VALUE",1,["openssl_sys::openssl::handwritten::types::ASN1_VALUE"]],["impl UnwindSafe for ASN1_INTEGER",1,["openssl_sys::openssl::handwritten::types::ASN1_INTEGER"]],["impl UnwindSafe for ASN1_ENUMERATED",1,["openssl_sys::openssl::handwritten::types::ASN1_ENUMERATED"]],["impl UnwindSafe for ASN1_GENERALIZEDTIME",1,["openssl_sys::openssl::handwritten::types::ASN1_GENERALIZEDTIME"]],["impl UnwindSafe for ASN1_STRING",1,["openssl_sys::openssl::handwritten::types::ASN1_STRING"]],["impl UnwindSafe for ASN1_BIT_STRING",1,["openssl_sys::openssl::handwritten::types::ASN1_BIT_STRING"]],["impl UnwindSafe for ASN1_TIME",1,["openssl_sys::openssl::handwritten::types::ASN1_TIME"]],["impl UnwindSafe for ASN1_OCTET_STRING",1,["openssl_sys::openssl::handwritten::types::ASN1_OCTET_STRING"]],["impl UnwindSafe for ASN1_NULL",1,["openssl_sys::openssl::handwritten::types::ASN1_NULL"]],["impl UnwindSafe for ASN1_PRINTABLESTRING",1,["openssl_sys::openssl::handwritten::types::ASN1_PRINTABLESTRING"]],["impl UnwindSafe for ASN1_T61STRING",1,["openssl_sys::openssl::handwritten::types::ASN1_T61STRING"]],["impl UnwindSafe for ASN1_IA5STRING",1,["openssl_sys::openssl::handwritten::types::ASN1_IA5STRING"]],["impl UnwindSafe for ASN1_GENERALSTRING",1,["openssl_sys::openssl::handwritten::types::ASN1_GENERALSTRING"]],["impl UnwindSafe for ASN1_BMPSTRING",1,["openssl_sys::openssl::handwritten::types::ASN1_BMPSTRING"]],["impl UnwindSafe for ASN1_UNIVERSALSTRING",1,["openssl_sys::openssl::handwritten::types::ASN1_UNIVERSALSTRING"]],["impl UnwindSafe for ASN1_UTCTIME",1,["openssl_sys::openssl::handwritten::types::ASN1_UTCTIME"]],["impl UnwindSafe for ASN1_VISIBLESTRING",1,["openssl_sys::openssl::handwritten::types::ASN1_VISIBLESTRING"]],["impl UnwindSafe for ASN1_UTF8STRING",1,["openssl_sys::openssl::handwritten::types::ASN1_UTF8STRING"]],["impl UnwindSafe for bio_st",1,["openssl_sys::openssl::handwritten::types::bio_st"]],["impl UnwindSafe for BIO",1,["openssl_sys::openssl::handwritten::types::BIO"]],["impl UnwindSafe for BIGNUM",1,["openssl_sys::openssl::handwritten::types::BIGNUM"]],["impl UnwindSafe for BN_BLINDING",1,["openssl_sys::openssl::handwritten::types::BN_BLINDING"]],["impl UnwindSafe for BN_MONT_CTX",1,["openssl_sys::openssl::handwritten::types::BN_MONT_CTX"]],["impl UnwindSafe for BN_CTX",1,["openssl_sys::openssl::handwritten::types::BN_CTX"]],["impl UnwindSafe for BN_GENCB",1,["openssl_sys::openssl::handwritten::types::BN_GENCB"]],["impl UnwindSafe for EVP_CIPHER",1,["openssl_sys::openssl::handwritten::types::EVP_CIPHER"]],["impl UnwindSafe for EVP_CIPHER_CTX",1,["openssl_sys::openssl::handwritten::types::EVP_CIPHER_CTX"]],["impl UnwindSafe for EVP_MD",1,["openssl_sys::openssl::handwritten::types::EVP_MD"]],["impl UnwindSafe for EVP_MD_CTX",1,["openssl_sys::openssl::handwritten::types::EVP_MD_CTX"]],["impl UnwindSafe for PKCS8_PRIV_KEY_INFO",1,["openssl_sys::openssl::handwritten::types::PKCS8_PRIV_KEY_INFO"]],["impl UnwindSafe for EVP_PKEY_ASN1_METHOD",1,["openssl_sys::openssl::handwritten::types::EVP_PKEY_ASN1_METHOD"]],["impl UnwindSafe for EVP_PKEY_CTX",1,["openssl_sys::openssl::handwritten::types::EVP_PKEY_CTX"]],["impl UnwindSafe for CMAC_CTX",1,["openssl_sys::openssl::handwritten::types::CMAC_CTX"]],["impl UnwindSafe for HMAC_CTX",1,["openssl_sys::openssl::handwritten::types::HMAC_CTX"]],["impl UnwindSafe for DH",1,["openssl_sys::openssl::handwritten::types::DH"]],["impl UnwindSafe for DH_METHOD",1,["openssl_sys::openssl::handwritten::types::DH_METHOD"]],["impl UnwindSafe for DSA",1,["openssl_sys::openssl::handwritten::types::DSA"]],["impl UnwindSafe for DSA_METHOD",1,["openssl_sys::openssl::handwritten::types::DSA_METHOD"]],["impl UnwindSafe for RSA",1,["openssl_sys::openssl::handwritten::types::RSA"]],["impl UnwindSafe for RSA_METHOD",1,["openssl_sys::openssl::handwritten::types::RSA_METHOD"]],["impl UnwindSafe for EC_KEY",1,["openssl_sys::openssl::handwritten::types::EC_KEY"]],["impl UnwindSafe for X509",1,["openssl_sys::openssl::handwritten::types::X509"]],["impl UnwindSafe for X509_ALGOR",1,["openssl_sys::openssl::handwritten::types::X509_ALGOR"]],["impl UnwindSafe for stack_st_X509_ALGOR",1,["openssl_sys::openssl::handwritten::types::stack_st_X509_ALGOR"]],["impl UnwindSafe for X509_LOOKUP_METHOD",1,["openssl_sys::openssl::handwritten::types::X509_LOOKUP_METHOD"]],["impl UnwindSafe for X509_NAME",1,["openssl_sys::openssl::handwritten::types::X509_NAME"]],["impl UnwindSafe for X509_STORE",1,["openssl_sys::openssl::handwritten::types::X509_STORE"]],["impl UnwindSafe for X509_STORE_CTX",1,["openssl_sys::openssl::handwritten::types::X509_STORE_CTX"]],["impl UnwindSafe for X509_VERIFY_PARAM",1,["openssl_sys::openssl::handwritten::types::X509_VERIFY_PARAM"]],["impl UnwindSafe for X509_OBJECT",1,["openssl_sys::openssl::handwritten::types::X509_OBJECT"]],["impl UnwindSafe for X509_LOOKUP",1,["openssl_sys::openssl::handwritten::types::X509_LOOKUP"]],["impl UnwindSafe for X509V3_CTX",1,["openssl_sys::openssl::handwritten::types::X509V3_CTX"]],["impl UnwindSafe for CONF",1,["openssl_sys::openssl::handwritten::types::CONF"]],["impl UnwindSafe for OPENSSL_INIT_SETTINGS",1,["openssl_sys::openssl::handwritten::types::OPENSSL_INIT_SETTINGS"]],["impl UnwindSafe for ENGINE",1,["openssl_sys::openssl::handwritten::types::ENGINE"]],["impl UnwindSafe for SSL",1,["openssl_sys::openssl::handwritten::types::SSL"]],["impl UnwindSafe for SSL_CTX",1,["openssl_sys::openssl::handwritten::types::SSL_CTX"]],["impl UnwindSafe for COMP_CTX",1,["openssl_sys::openssl::handwritten::types::COMP_CTX"]],["impl UnwindSafe for COMP_METHOD",1,["openssl_sys::openssl::handwritten::types::COMP_METHOD"]],["impl UnwindSafe for CRYPTO_EX_DATA",1,["openssl_sys::openssl::handwritten::types::CRYPTO_EX_DATA"]],["impl UnwindSafe for OCSP_RESPONSE",1,["openssl_sys::openssl::handwritten::types::OCSP_RESPONSE"]],["impl UnwindSafe for OSSL_PROVIDER",1,["openssl_sys::openssl::handwritten::types::OSSL_PROVIDER"]],["impl UnwindSafe for OSSL_LIB_CTX",1,["openssl_sys::openssl::handwritten::types::OSSL_LIB_CTX"]],["impl UnwindSafe for OSSL_PARAM",1,["openssl_sys::openssl::handwritten::types::OSSL_PARAM"]],["impl UnwindSafe for X509_VAL",1,["openssl_sys::openssl::handwritten::x509::X509_VAL"]],["impl UnwindSafe for X509_NAME_ENTRY",1,["openssl_sys::openssl::handwritten::x509::X509_NAME_ENTRY"]],["impl UnwindSafe for stack_st_X509_NAME_ENTRY",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_NAME_ENTRY"]],["impl UnwindSafe for stack_st_X509_NAME",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_NAME"]],["impl UnwindSafe for X509_EXTENSION",1,["openssl_sys::openssl::handwritten::x509::X509_EXTENSION"]],["impl UnwindSafe for stack_st_X509_EXTENSION",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_EXTENSION"]],["impl UnwindSafe for X509_ATTRIBUTE",1,["openssl_sys::openssl::handwritten::x509::X509_ATTRIBUTE"]],["impl UnwindSafe for stack_st_X509_ATTRIBUTE",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_ATTRIBUTE"]],["impl UnwindSafe for X509_REQ_INFO",1,["openssl_sys::openssl::handwritten::x509::X509_REQ_INFO"]],["impl UnwindSafe for X509_CRL",1,["openssl_sys::openssl::handwritten::x509::X509_CRL"]],["impl UnwindSafe for stack_st_X509_CRL",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_CRL"]],["impl UnwindSafe for X509_CRL_INFO",1,["openssl_sys::openssl::handwritten::x509::X509_CRL_INFO"]],["impl UnwindSafe for X509_REVOKED",1,["openssl_sys::openssl::handwritten::x509::X509_REVOKED"]],["impl UnwindSafe for stack_st_X509_REVOKED",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_REVOKED"]],["impl UnwindSafe for X509_REQ",1,["openssl_sys::openssl::handwritten::x509::X509_REQ"]],["impl UnwindSafe for X509_CINF",1,["openssl_sys::openssl::handwritten::x509::X509_CINF"]],["impl UnwindSafe for stack_st_X509",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509"]],["impl UnwindSafe for stack_st_X509_OBJECT",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_OBJECT"]],["impl UnwindSafe for stack_st_X509_LOOKUP",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_LOOKUP"]],["impl UnwindSafe for X509_PURPOSE",1,["openssl_sys::openssl::handwritten::x509::X509_PURPOSE"]],["impl UnwindSafe for CONF_METHOD",1,["openssl_sys::openssl::handwritten::x509v3::CONF_METHOD"]],["impl UnwindSafe for ACCESS_DESCRIPTION",1,["openssl_sys::openssl::handwritten::x509v3::ACCESS_DESCRIPTION"]],["impl UnwindSafe for stack_st_ACCESS_DESCRIPTION",1,["openssl_sys::openssl::handwritten::x509v3::stack_st_ACCESS_DESCRIPTION"]],["impl UnwindSafe for AUTHORITY_KEYID",1,["openssl_sys::openssl::handwritten::x509v3::AUTHORITY_KEYID"]],["impl UnwindSafe for DIST_POINT_NAME",1,["openssl_sys::openssl::handwritten::x509v3::DIST_POINT_NAME"]],["impl UnwindSafe for DIST_POINT_NAME_st_anon_union",1,["openssl_sys::openssl::handwritten::x509v3::DIST_POINT_NAME_st_anon_union"]],["impl UnwindSafe for DIST_POINT",1,["openssl_sys::openssl::handwritten::x509v3::DIST_POINT"]],["impl UnwindSafe for stack_st_DIST_POINT",1,["openssl_sys::openssl::handwritten::x509v3::stack_st_DIST_POINT"]],["impl UnwindSafe for EVP_PKEY",1,["openssl_sys::openssl::types::EVP_PKEY"]],["impl UnwindSafe for GENERAL_NAME",1,["openssl_sys::openssl::x509v3::GENERAL_NAME"]],["impl UnwindSafe for stack_st_GENERAL_NAME",1,["openssl_sys::openssl::x509v3::stack_st_GENERAL_NAME"]]], "owo_colors":[["impl UnwindSafe for AnsiColors",1,["owo_colors::colors::ansi_colors::AnsiColors"]],["impl UnwindSafe for CssColors",1,["owo_colors::colors::css::dynamic::CssColors"]],["impl UnwindSafe for XtermColors",1,["owo_colors::colors::xterm::dynamic::XtermColors"]],["impl UnwindSafe for UserBlack",1,["owo_colors::colors::xterm::UserBlack"]],["impl UnwindSafe for UserRed",1,["owo_colors::colors::xterm::UserRed"]],["impl UnwindSafe for UserGreen",1,["owo_colors::colors::xterm::UserGreen"]],["impl UnwindSafe for UserYellow",1,["owo_colors::colors::xterm::UserYellow"]],["impl UnwindSafe for UserBlue",1,["owo_colors::colors::xterm::UserBlue"]],["impl UnwindSafe for UserMagenta",1,["owo_colors::colors::xterm::UserMagenta"]],["impl UnwindSafe for UserCyan",1,["owo_colors::colors::xterm::UserCyan"]],["impl UnwindSafe for UserWhite",1,["owo_colors::colors::xterm::UserWhite"]],["impl UnwindSafe for UserBrightBlack",1,["owo_colors::colors::xterm::UserBrightBlack"]],["impl UnwindSafe for UserBrightRed",1,["owo_colors::colors::xterm::UserBrightRed"]],["impl UnwindSafe for UserBrightGreen",1,["owo_colors::colors::xterm::UserBrightGreen"]],["impl UnwindSafe for UserBrightYellow",1,["owo_colors::colors::xterm::UserBrightYellow"]],["impl UnwindSafe for UserBrightBlue",1,["owo_colors::colors::xterm::UserBrightBlue"]],["impl UnwindSafe for UserBrightMagenta",1,["owo_colors::colors::xterm::UserBrightMagenta"]],["impl UnwindSafe for UserBrightCyan",1,["owo_colors::colors::xterm::UserBrightCyan"]],["impl UnwindSafe for UserBrightWhite",1,["owo_colors::colors::xterm::UserBrightWhite"]],["impl UnwindSafe for Black",1,["owo_colors::colors::xterm::Black"]],["impl UnwindSafe for StratosBlue",1,["owo_colors::colors::xterm::StratosBlue"]],["impl UnwindSafe for NavyBlue",1,["owo_colors::colors::xterm::NavyBlue"]],["impl UnwindSafe for MidnightBlue",1,["owo_colors::colors::xterm::MidnightBlue"]],["impl UnwindSafe for DarkBlue",1,["owo_colors::colors::xterm::DarkBlue"]],["impl UnwindSafe for Blue",1,["owo_colors::colors::xterm::Blue"]],["impl UnwindSafe for CamaroneGreen",1,["owo_colors::colors::xterm::CamaroneGreen"]],["impl UnwindSafe for BlueStone",1,["owo_colors::colors::xterm::BlueStone"]],["impl UnwindSafe for OrientBlue",1,["owo_colors::colors::xterm::OrientBlue"]],["impl UnwindSafe for EndeavourBlue",1,["owo_colors::colors::xterm::EndeavourBlue"]],["impl UnwindSafe for ScienceBlue",1,["owo_colors::colors::xterm::ScienceBlue"]],["impl UnwindSafe for BlueRibbon",1,["owo_colors::colors::xterm::BlueRibbon"]],["impl UnwindSafe for JapaneseLaurel",1,["owo_colors::colors::xterm::JapaneseLaurel"]],["impl UnwindSafe for DeepSeaGreen",1,["owo_colors::colors::xterm::DeepSeaGreen"]],["impl UnwindSafe for Teal",1,["owo_colors::colors::xterm::Teal"]],["impl UnwindSafe for DeepCerulean",1,["owo_colors::colors::xterm::DeepCerulean"]],["impl UnwindSafe for LochmaraBlue",1,["owo_colors::colors::xterm::LochmaraBlue"]],["impl UnwindSafe for AzureRadiance",1,["owo_colors::colors::xterm::AzureRadiance"]],["impl UnwindSafe for LightJapaneseLaurel",1,["owo_colors::colors::xterm::LightJapaneseLaurel"]],["impl UnwindSafe for Jade",1,["owo_colors::colors::xterm::Jade"]],["impl UnwindSafe for PersianGreen",1,["owo_colors::colors::xterm::PersianGreen"]],["impl UnwindSafe for BondiBlue",1,["owo_colors::colors::xterm::BondiBlue"]],["impl UnwindSafe for Cerulean",1,["owo_colors::colors::xterm::Cerulean"]],["impl UnwindSafe for LightAzureRadiance",1,["owo_colors::colors::xterm::LightAzureRadiance"]],["impl UnwindSafe for DarkGreen",1,["owo_colors::colors::xterm::DarkGreen"]],["impl UnwindSafe for Malachite",1,["owo_colors::colors::xterm::Malachite"]],["impl UnwindSafe for CaribbeanGreen",1,["owo_colors::colors::xterm::CaribbeanGreen"]],["impl UnwindSafe for LightCaribbeanGreen",1,["owo_colors::colors::xterm::LightCaribbeanGreen"]],["impl UnwindSafe for RobinEggBlue",1,["owo_colors::colors::xterm::RobinEggBlue"]],["impl UnwindSafe for Aqua",1,["owo_colors::colors::xterm::Aqua"]],["impl UnwindSafe for Green",1,["owo_colors::colors::xterm::Green"]],["impl UnwindSafe for DarkSpringGreen",1,["owo_colors::colors::xterm::DarkSpringGreen"]],["impl UnwindSafe for SpringGreen",1,["owo_colors::colors::xterm::SpringGreen"]],["impl UnwindSafe for LightSpringGreen",1,["owo_colors::colors::xterm::LightSpringGreen"]],["impl UnwindSafe for BrightTurquoise",1,["owo_colors::colors::xterm::BrightTurquoise"]],["impl UnwindSafe for Cyan",1,["owo_colors::colors::xterm::Cyan"]],["impl UnwindSafe for Rosewood",1,["owo_colors::colors::xterm::Rosewood"]],["impl UnwindSafe for PompadourMagenta",1,["owo_colors::colors::xterm::PompadourMagenta"]],["impl UnwindSafe for PigmentIndigo",1,["owo_colors::colors::xterm::PigmentIndigo"]],["impl UnwindSafe for DarkPurple",1,["owo_colors::colors::xterm::DarkPurple"]],["impl UnwindSafe for ElectricIndigo",1,["owo_colors::colors::xterm::ElectricIndigo"]],["impl UnwindSafe for ElectricPurple",1,["owo_colors::colors::xterm::ElectricPurple"]],["impl UnwindSafe for VerdunGreen",1,["owo_colors::colors::xterm::VerdunGreen"]],["impl UnwindSafe for ScorpionOlive",1,["owo_colors::colors::xterm::ScorpionOlive"]],["impl UnwindSafe for Lilac",1,["owo_colors::colors::xterm::Lilac"]],["impl UnwindSafe for ScampiIndigo",1,["owo_colors::colors::xterm::ScampiIndigo"]],["impl UnwindSafe for Indigo",1,["owo_colors::colors::xterm::Indigo"]],["impl UnwindSafe for DarkCornflowerBlue",1,["owo_colors::colors::xterm::DarkCornflowerBlue"]],["impl UnwindSafe for DarkLimeade",1,["owo_colors::colors::xterm::DarkLimeade"]],["impl UnwindSafe for GladeGreen",1,["owo_colors::colors::xterm::GladeGreen"]],["impl UnwindSafe for JuniperGreen",1,["owo_colors::colors::xterm::JuniperGreen"]],["impl UnwindSafe for HippieBlue",1,["owo_colors::colors::xterm::HippieBlue"]],["impl UnwindSafe for HavelockBlue",1,["owo_colors::colors::xterm::HavelockBlue"]],["impl UnwindSafe for CornflowerBlue",1,["owo_colors::colors::xterm::CornflowerBlue"]],["impl UnwindSafe for Limeade",1,["owo_colors::colors::xterm::Limeade"]],["impl UnwindSafe for FernGreen",1,["owo_colors::colors::xterm::FernGreen"]],["impl UnwindSafe for SilverTree",1,["owo_colors::colors::xterm::SilverTree"]],["impl UnwindSafe for Tradewind",1,["owo_colors::colors::xterm::Tradewind"]],["impl UnwindSafe for ShakespeareBlue",1,["owo_colors::colors::xterm::ShakespeareBlue"]],["impl UnwindSafe for DarkMalibuBlue",1,["owo_colors::colors::xterm::DarkMalibuBlue"]],["impl UnwindSafe for DarkBrightGreen",1,["owo_colors::colors::xterm::DarkBrightGreen"]],["impl UnwindSafe for DarkPastelGreen",1,["owo_colors::colors::xterm::DarkPastelGreen"]],["impl UnwindSafe for PastelGreen",1,["owo_colors::colors::xterm::PastelGreen"]],["impl UnwindSafe for DownyTeal",1,["owo_colors::colors::xterm::DownyTeal"]],["impl UnwindSafe for Viking",1,["owo_colors::colors::xterm::Viking"]],["impl UnwindSafe for MalibuBlue",1,["owo_colors::colors::xterm::MalibuBlue"]],["impl UnwindSafe for BrightGreen",1,["owo_colors::colors::xterm::BrightGreen"]],["impl UnwindSafe for DarkScreaminGreen",1,["owo_colors::colors::xterm::DarkScreaminGreen"]],["impl UnwindSafe for ScreaminGreen",1,["owo_colors::colors::xterm::ScreaminGreen"]],["impl UnwindSafe for DarkAquamarine",1,["owo_colors::colors::xterm::DarkAquamarine"]],["impl UnwindSafe for Aquamarine",1,["owo_colors::colors::xterm::Aquamarine"]],["impl UnwindSafe for LightAquamarine",1,["owo_colors::colors::xterm::LightAquamarine"]],["impl UnwindSafe for Maroon",1,["owo_colors::colors::xterm::Maroon"]],["impl UnwindSafe for DarkFreshEggplant",1,["owo_colors::colors::xterm::DarkFreshEggplant"]],["impl UnwindSafe for LightFreshEggplant",1,["owo_colors::colors::xterm::LightFreshEggplant"]],["impl UnwindSafe for Purple",1,["owo_colors::colors::xterm::Purple"]],["impl UnwindSafe for ElectricViolet",1,["owo_colors::colors::xterm::ElectricViolet"]],["impl UnwindSafe for LightElectricViolet",1,["owo_colors::colors::xterm::LightElectricViolet"]],["impl UnwindSafe for Brown",1,["owo_colors::colors::xterm::Brown"]],["impl UnwindSafe for CopperRose",1,["owo_colors::colors::xterm::CopperRose"]],["impl UnwindSafe for StrikemasterPurple",1,["owo_colors::colors::xterm::StrikemasterPurple"]],["impl UnwindSafe for DelugePurple",1,["owo_colors::colors::xterm::DelugePurple"]],["impl UnwindSafe for DarkMediumPurple",1,["owo_colors::colors::xterm::DarkMediumPurple"]],["impl UnwindSafe for DarkHeliotropePurple",1,["owo_colors::colors::xterm::DarkHeliotropePurple"]],["impl UnwindSafe for Olive",1,["owo_colors::colors::xterm::Olive"]],["impl UnwindSafe for ClayCreekOlive",1,["owo_colors::colors::xterm::ClayCreekOlive"]],["impl UnwindSafe for DarkGray",1,["owo_colors::colors::xterm::DarkGray"]],["impl UnwindSafe for WildBlueYonder",1,["owo_colors::colors::xterm::WildBlueYonder"]],["impl UnwindSafe for ChetwodeBlue",1,["owo_colors::colors::xterm::ChetwodeBlue"]],["impl UnwindSafe for SlateBlue",1,["owo_colors::colors::xterm::SlateBlue"]],["impl UnwindSafe for LightLimeade",1,["owo_colors::colors::xterm::LightLimeade"]],["impl UnwindSafe for ChelseaCucumber",1,["owo_colors::colors::xterm::ChelseaCucumber"]],["impl UnwindSafe for BayLeaf",1,["owo_colors::colors::xterm::BayLeaf"]],["impl UnwindSafe for GulfStream",1,["owo_colors::colors::xterm::GulfStream"]],["impl UnwindSafe for PoloBlue",1,["owo_colors::colors::xterm::PoloBlue"]],["impl UnwindSafe for LightMalibuBlue",1,["owo_colors::colors::xterm::LightMalibuBlue"]],["impl UnwindSafe for Pistachio",1,["owo_colors::colors::xterm::Pistachio"]],["impl UnwindSafe for LightPastelGreen",1,["owo_colors::colors::xterm::LightPastelGreen"]],["impl UnwindSafe for DarkFeijoaGreen",1,["owo_colors::colors::xterm::DarkFeijoaGreen"]],["impl UnwindSafe for VistaBlue",1,["owo_colors::colors::xterm::VistaBlue"]],["impl UnwindSafe for Bermuda",1,["owo_colors::colors::xterm::Bermuda"]],["impl UnwindSafe for DarkAnakiwaBlue",1,["owo_colors::colors::xterm::DarkAnakiwaBlue"]],["impl UnwindSafe for ChartreuseGreen",1,["owo_colors::colors::xterm::ChartreuseGreen"]],["impl UnwindSafe for LightScreaminGreen",1,["owo_colors::colors::xterm::LightScreaminGreen"]],["impl UnwindSafe for DarkMintGreen",1,["owo_colors::colors::xterm::DarkMintGreen"]],["impl UnwindSafe for MintGreen",1,["owo_colors::colors::xterm::MintGreen"]],["impl UnwindSafe for LighterAquamarine",1,["owo_colors::colors::xterm::LighterAquamarine"]],["impl UnwindSafe for AnakiwaBlue",1,["owo_colors::colors::xterm::AnakiwaBlue"]],["impl UnwindSafe for BrightRed",1,["owo_colors::colors::xterm::BrightRed"]],["impl UnwindSafe for DarkFlirt",1,["owo_colors::colors::xterm::DarkFlirt"]],["impl UnwindSafe for Flirt",1,["owo_colors::colors::xterm::Flirt"]],["impl UnwindSafe for LightFlirt",1,["owo_colors::colors::xterm::LightFlirt"]],["impl UnwindSafe for DarkViolet",1,["owo_colors::colors::xterm::DarkViolet"]],["impl UnwindSafe for BrightElectricViolet",1,["owo_colors::colors::xterm::BrightElectricViolet"]],["impl UnwindSafe for RoseofSharonOrange",1,["owo_colors::colors::xterm::RoseofSharonOrange"]],["impl UnwindSafe for MatrixPink",1,["owo_colors::colors::xterm::MatrixPink"]],["impl UnwindSafe for TapestryPink",1,["owo_colors::colors::xterm::TapestryPink"]],["impl UnwindSafe for FuchsiaPink",1,["owo_colors::colors::xterm::FuchsiaPink"]],["impl UnwindSafe for MediumPurple",1,["owo_colors::colors::xterm::MediumPurple"]],["impl UnwindSafe for Heliotrope",1,["owo_colors::colors::xterm::Heliotrope"]],["impl UnwindSafe for PirateGold",1,["owo_colors::colors::xterm::PirateGold"]],["impl UnwindSafe for MuesliOrange",1,["owo_colors::colors::xterm::MuesliOrange"]],["impl UnwindSafe for PharlapPink",1,["owo_colors::colors::xterm::PharlapPink"]],["impl UnwindSafe for Bouquet",1,["owo_colors::colors::xterm::Bouquet"]],["impl UnwindSafe for Lavender",1,["owo_colors::colors::xterm::Lavender"]],["impl UnwindSafe for LightHeliotrope",1,["owo_colors::colors::xterm::LightHeliotrope"]],["impl UnwindSafe for BuddhaGold",1,["owo_colors::colors::xterm::BuddhaGold"]],["impl UnwindSafe for OliveGreen",1,["owo_colors::colors::xterm::OliveGreen"]],["impl UnwindSafe for HillaryOlive",1,["owo_colors::colors::xterm::HillaryOlive"]],["impl UnwindSafe for SilverChalice",1,["owo_colors::colors::xterm::SilverChalice"]],["impl UnwindSafe for WistfulLilac",1,["owo_colors::colors::xterm::WistfulLilac"]],["impl UnwindSafe for MelroseLilac",1,["owo_colors::colors::xterm::MelroseLilac"]],["impl UnwindSafe for RioGrandeGreen",1,["owo_colors::colors::xterm::RioGrandeGreen"]],["impl UnwindSafe for ConiferGreen",1,["owo_colors::colors::xterm::ConiferGreen"]],["impl UnwindSafe for Feijoa",1,["owo_colors::colors::xterm::Feijoa"]],["impl UnwindSafe for PixieGreen",1,["owo_colors::colors::xterm::PixieGreen"]],["impl UnwindSafe for JungleMist",1,["owo_colors::colors::xterm::JungleMist"]],["impl UnwindSafe for LightAnakiwaBlue",1,["owo_colors::colors::xterm::LightAnakiwaBlue"]],["impl UnwindSafe for Lime",1,["owo_colors::colors::xterm::Lime"]],["impl UnwindSafe for GreenYellow",1,["owo_colors::colors::xterm::GreenYellow"]],["impl UnwindSafe for LightMintGreen",1,["owo_colors::colors::xterm::LightMintGreen"]],["impl UnwindSafe for Celadon",1,["owo_colors::colors::xterm::Celadon"]],["impl UnwindSafe for AeroBlue",1,["owo_colors::colors::xterm::AeroBlue"]],["impl UnwindSafe for FrenchPassLightBlue",1,["owo_colors::colors::xterm::FrenchPassLightBlue"]],["impl UnwindSafe for GuardsmanRed",1,["owo_colors::colors::xterm::GuardsmanRed"]],["impl UnwindSafe for RazzmatazzCerise",1,["owo_colors::colors::xterm::RazzmatazzCerise"]],["impl UnwindSafe for MediumVioletRed",1,["owo_colors::colors::xterm::MediumVioletRed"]],["impl UnwindSafe for HollywoodCerise",1,["owo_colors::colors::xterm::HollywoodCerise"]],["impl UnwindSafe for DarkPurplePizzazz",1,["owo_colors::colors::xterm::DarkPurplePizzazz"]],["impl UnwindSafe for BrighterElectricViolet",1,["owo_colors::colors::xterm::BrighterElectricViolet"]],["impl UnwindSafe for TennOrange",1,["owo_colors::colors::xterm::TennOrange"]],["impl UnwindSafe for RomanOrange",1,["owo_colors::colors::xterm::RomanOrange"]],["impl UnwindSafe for CranberryPink",1,["owo_colors::colors::xterm::CranberryPink"]],["impl UnwindSafe for HopbushPink",1,["owo_colors::colors::xterm::HopbushPink"]],["impl UnwindSafe for Orchid",1,["owo_colors::colors::xterm::Orchid"]],["impl UnwindSafe for LighterHeliotrope",1,["owo_colors::colors::xterm::LighterHeliotrope"]],["impl UnwindSafe for MangoTango",1,["owo_colors::colors::xterm::MangoTango"]],["impl UnwindSafe for Copperfield",1,["owo_colors::colors::xterm::Copperfield"]],["impl UnwindSafe for SeaPink",1,["owo_colors::colors::xterm::SeaPink"]],["impl UnwindSafe for CanCanPink",1,["owo_colors::colors::xterm::CanCanPink"]],["impl UnwindSafe for LightOrchid",1,["owo_colors::colors::xterm::LightOrchid"]],["impl UnwindSafe for BrightHeliotrope",1,["owo_colors::colors::xterm::BrightHeliotrope"]],["impl UnwindSafe for DarkCorn",1,["owo_colors::colors::xterm::DarkCorn"]],["impl UnwindSafe for DarkTachaOrange",1,["owo_colors::colors::xterm::DarkTachaOrange"]],["impl UnwindSafe for TanBeige",1,["owo_colors::colors::xterm::TanBeige"]],["impl UnwindSafe for ClamShell",1,["owo_colors::colors::xterm::ClamShell"]],["impl UnwindSafe for ThistlePink",1,["owo_colors::colors::xterm::ThistlePink"]],["impl UnwindSafe for Mauve",1,["owo_colors::colors::xterm::Mauve"]],["impl UnwindSafe for Corn",1,["owo_colors::colors::xterm::Corn"]],["impl UnwindSafe for TachaOrange",1,["owo_colors::colors::xterm::TachaOrange"]],["impl UnwindSafe for DecoOrange",1,["owo_colors::colors::xterm::DecoOrange"]],["impl UnwindSafe for PaleGoldenrod",1,["owo_colors::colors::xterm::PaleGoldenrod"]],["impl UnwindSafe for AltoBeige",1,["owo_colors::colors::xterm::AltoBeige"]],["impl UnwindSafe for FogPink",1,["owo_colors::colors::xterm::FogPink"]],["impl UnwindSafe for ChartreuseYellow",1,["owo_colors::colors::xterm::ChartreuseYellow"]],["impl UnwindSafe for Canary",1,["owo_colors::colors::xterm::Canary"]],["impl UnwindSafe for Honeysuckle",1,["owo_colors::colors::xterm::Honeysuckle"]],["impl UnwindSafe for ReefPaleYellow",1,["owo_colors::colors::xterm::ReefPaleYellow"]],["impl UnwindSafe for SnowyMint",1,["owo_colors::colors::xterm::SnowyMint"]],["impl UnwindSafe for OysterBay",1,["owo_colors::colors::xterm::OysterBay"]],["impl UnwindSafe for Red",1,["owo_colors::colors::xterm::Red"]],["impl UnwindSafe for DarkRose",1,["owo_colors::colors::xterm::DarkRose"]],["impl UnwindSafe for Rose",1,["owo_colors::colors::xterm::Rose"]],["impl UnwindSafe for LightHollywoodCerise",1,["owo_colors::colors::xterm::LightHollywoodCerise"]],["impl UnwindSafe for PurplePizzazz",1,["owo_colors::colors::xterm::PurplePizzazz"]],["impl UnwindSafe for Fuchsia",1,["owo_colors::colors::xterm::Fuchsia"]],["impl UnwindSafe for BlazeOrange",1,["owo_colors::colors::xterm::BlazeOrange"]],["impl UnwindSafe for BittersweetOrange",1,["owo_colors::colors::xterm::BittersweetOrange"]],["impl UnwindSafe for WildWatermelon",1,["owo_colors::colors::xterm::WildWatermelon"]],["impl UnwindSafe for DarkHotPink",1,["owo_colors::colors::xterm::DarkHotPink"]],["impl UnwindSafe for HotPink",1,["owo_colors::colors::xterm::HotPink"]],["impl UnwindSafe for PinkFlamingo",1,["owo_colors::colors::xterm::PinkFlamingo"]],["impl UnwindSafe for FlushOrange",1,["owo_colors::colors::xterm::FlushOrange"]],["impl UnwindSafe for Salmon",1,["owo_colors::colors::xterm::Salmon"]],["impl UnwindSafe for VividTangerine",1,["owo_colors::colors::xterm::VividTangerine"]],["impl UnwindSafe for PinkSalmon",1,["owo_colors::colors::xterm::PinkSalmon"]],["impl UnwindSafe for DarkLavenderRose",1,["owo_colors::colors::xterm::DarkLavenderRose"]],["impl UnwindSafe for BlushPink",1,["owo_colors::colors::xterm::BlushPink"]],["impl UnwindSafe for YellowSea",1,["owo_colors::colors::xterm::YellowSea"]],["impl UnwindSafe for TexasRose",1,["owo_colors::colors::xterm::TexasRose"]],["impl UnwindSafe for Tacao",1,["owo_colors::colors::xterm::Tacao"]],["impl UnwindSafe for Sundown",1,["owo_colors::colors::xterm::Sundown"]],["impl UnwindSafe for CottonCandy",1,["owo_colors::colors::xterm::CottonCandy"]],["impl UnwindSafe for LavenderRose",1,["owo_colors::colors::xterm::LavenderRose"]],["impl UnwindSafe for Gold",1,["owo_colors::colors::xterm::Gold"]],["impl UnwindSafe for Dandelion",1,["owo_colors::colors::xterm::Dandelion"]],["impl UnwindSafe for GrandisCaramel",1,["owo_colors::colors::xterm::GrandisCaramel"]],["impl UnwindSafe for Caramel",1,["owo_colors::colors::xterm::Caramel"]],["impl UnwindSafe for CosmosSalmon",1,["owo_colors::colors::xterm::CosmosSalmon"]],["impl UnwindSafe for PinkLace",1,["owo_colors::colors::xterm::PinkLace"]],["impl UnwindSafe for Yellow",1,["owo_colors::colors::xterm::Yellow"]],["impl UnwindSafe for LaserLemon",1,["owo_colors::colors::xterm::LaserLemon"]],["impl UnwindSafe for DollyYellow",1,["owo_colors::colors::xterm::DollyYellow"]],["impl UnwindSafe for PortafinoYellow",1,["owo_colors::colors::xterm::PortafinoYellow"]],["impl UnwindSafe for Cumulus",1,["owo_colors::colors::xterm::Cumulus"]],["impl UnwindSafe for White",1,["owo_colors::colors::xterm::White"]],["impl UnwindSafe for DarkCodGray",1,["owo_colors::colors::xterm::DarkCodGray"]],["impl UnwindSafe for CodGray",1,["owo_colors::colors::xterm::CodGray"]],["impl UnwindSafe for LightCodGray",1,["owo_colors::colors::xterm::LightCodGray"]],["impl UnwindSafe for DarkMineShaft",1,["owo_colors::colors::xterm::DarkMineShaft"]],["impl UnwindSafe for MineShaft",1,["owo_colors::colors::xterm::MineShaft"]],["impl UnwindSafe for LightMineShaft",1,["owo_colors::colors::xterm::LightMineShaft"]],["impl UnwindSafe for DarkTundora",1,["owo_colors::colors::xterm::DarkTundora"]],["impl UnwindSafe for Tundora",1,["owo_colors::colors::xterm::Tundora"]],["impl UnwindSafe for ScorpionGray",1,["owo_colors::colors::xterm::ScorpionGray"]],["impl UnwindSafe for DarkDoveGray",1,["owo_colors::colors::xterm::DarkDoveGray"]],["impl UnwindSafe for DoveGray",1,["owo_colors::colors::xterm::DoveGray"]],["impl UnwindSafe for Boulder",1,["owo_colors::colors::xterm::Boulder"]],["impl UnwindSafe for Gray",1,["owo_colors::colors::xterm::Gray"]],["impl UnwindSafe for LightGray",1,["owo_colors::colors::xterm::LightGray"]],["impl UnwindSafe for DustyGray",1,["owo_colors::colors::xterm::DustyGray"]],["impl UnwindSafe for NobelGray",1,["owo_colors::colors::xterm::NobelGray"]],["impl UnwindSafe for DarkSilverChalice",1,["owo_colors::colors::xterm::DarkSilverChalice"]],["impl UnwindSafe for LightSilverChalice",1,["owo_colors::colors::xterm::LightSilverChalice"]],["impl UnwindSafe for DarkSilver",1,["owo_colors::colors::xterm::DarkSilver"]],["impl UnwindSafe for Silver",1,["owo_colors::colors::xterm::Silver"]],["impl UnwindSafe for DarkAlto",1,["owo_colors::colors::xterm::DarkAlto"]],["impl UnwindSafe for Alto",1,["owo_colors::colors::xterm::Alto"]],["impl UnwindSafe for Mercury",1,["owo_colors::colors::xterm::Mercury"]],["impl UnwindSafe for GalleryGray",1,["owo_colors::colors::xterm::GalleryGray"]],["impl<const R: u8, const G: u8, const B: u8> UnwindSafe for CustomColor<R, G, B>",1,["owo_colors::colors::custom::CustomColor"]],["impl UnwindSafe for Rgb",1,["owo_colors::colors::dynamic::Rgb"]],["impl UnwindSafe for Black",1,["owo_colors::colors::Black"]],["impl UnwindSafe for Red",1,["owo_colors::colors::Red"]],["impl UnwindSafe for Green",1,["owo_colors::colors::Green"]],["impl UnwindSafe for Yellow",1,["owo_colors::colors::Yellow"]],["impl UnwindSafe for Blue",1,["owo_colors::colors::Blue"]],["impl UnwindSafe for Magenta",1,["owo_colors::colors::Magenta"]],["impl UnwindSafe for Cyan",1,["owo_colors::colors::Cyan"]],["impl UnwindSafe for White",1,["owo_colors::colors::White"]],["impl UnwindSafe for Default",1,["owo_colors::colors::Default"]],["impl UnwindSafe for BrightBlack",1,["owo_colors::colors::BrightBlack"]],["impl UnwindSafe for BrightRed",1,["owo_colors::colors::BrightRed"]],["impl UnwindSafe for BrightGreen",1,["owo_colors::colors::BrightGreen"]],["impl UnwindSafe for BrightYellow",1,["owo_colors::colors::BrightYellow"]],["impl UnwindSafe for BrightBlue",1,["owo_colors::colors::BrightBlue"]],["impl UnwindSafe for BrightMagenta",1,["owo_colors::colors::BrightMagenta"]],["impl UnwindSafe for BrightCyan",1,["owo_colors::colors::BrightCyan"]],["impl UnwindSafe for BrightWhite",1,["owo_colors::colors::BrightWhite"]],["impl<'a, Fg, Bg, T> UnwindSafe for ComboColorDisplay<'a, Fg, Bg, T>
where\n Bg: UnwindSafe,\n Fg: UnwindSafe,\n T: RefUnwindSafe,
",1,["owo_colors::combo::ComboColorDisplay"]],["impl UnwindSafe for DynColors",1,["owo_colors::dyn_colors::DynColors"]],["impl UnwindSafe for ParseColorError",1,["owo_colors::dyn_colors::ParseColorError"]],["impl UnwindSafe for Effect",1,["owo_colors::dyn_styles::Effect"]],["impl<T> UnwindSafe for Styled<T>
where\n T: UnwindSafe,
",1,["owo_colors::dyn_styles::Styled"]],["impl UnwindSafe for Style",1,["owo_colors::dyn_styles::Style"]],["impl<T, U> UnwindSafe for StyledList<T, U>
where\n T: UnwindSafe,
",1,["owo_colors::styled_list::StyledList"]],["impl<'a, T> UnwindSafe for BoldDisplay<'a, T>
where\n T: RefUnwindSafe,
",1,["owo_colors::styles::BoldDisplay"]],["impl<'a, T> UnwindSafe for DimDisplay<'a, T>
where\n T: RefUnwindSafe,
",1,["owo_colors::styles::DimDisplay"]],["impl<'a, T> UnwindSafe for ItalicDisplay<'a, T>
where\n T: RefUnwindSafe,
",1,["owo_colors::styles::ItalicDisplay"]],["impl<'a, T> UnwindSafe for UnderlineDisplay<'a, T>
where\n T: RefUnwindSafe,
",1,["owo_colors::styles::UnderlineDisplay"]],["impl<'a, T> UnwindSafe for BlinkDisplay<'a, T>
where\n T: RefUnwindSafe,
",1,["owo_colors::styles::BlinkDisplay"]],["impl<'a, T> UnwindSafe for BlinkFastDisplay<'a, T>
where\n T: RefUnwindSafe,
",1,["owo_colors::styles::BlinkFastDisplay"]],["impl<'a, T> UnwindSafe for ReversedDisplay<'a, T>
where\n T: RefUnwindSafe,
",1,["owo_colors::styles::ReversedDisplay"]],["impl<'a, T> UnwindSafe for HiddenDisplay<'a, T>
where\n T: RefUnwindSafe,
",1,["owo_colors::styles::HiddenDisplay"]],["impl<'a, T> UnwindSafe for StrikeThroughDisplay<'a, T>
where\n T: RefUnwindSafe,
",1,["owo_colors::styles::StrikeThroughDisplay"]],["impl<'a, C, T> UnwindSafe for FgColorDisplay<'a, C, T>
where\n C: UnwindSafe,\n T: RefUnwindSafe,
",1,["owo_colors::FgColorDisplay"]],["impl<'a, C, T> UnwindSafe for BgColorDisplay<'a, C, T>
where\n C: UnwindSafe,\n T: RefUnwindSafe,
",1,["owo_colors::BgColorDisplay"]],["impl<'a, Color, T> UnwindSafe for FgDynColorDisplay<'a, Color, T>
where\n Color: UnwindSafe,\n T: RefUnwindSafe,
",1,["owo_colors::FgDynColorDisplay"]],["impl<'a, Color, T> UnwindSafe for BgDynColorDisplay<'a, Color, T>
where\n Color: UnwindSafe,\n T: RefUnwindSafe,
",1,["owo_colors::BgDynColorDisplay"]]], "percent_encoding":[["impl UnwindSafe for AsciiSet",1,["percent_encoding::AsciiSet"]],["impl<'a> UnwindSafe for PercentEncode<'a>",1,["percent_encoding::PercentEncode"]],["impl<'a> UnwindSafe for PercentDecode<'a>",1,["percent_encoding::PercentDecode"]]], "proc_macro2":[["impl UnwindSafe for DelimSpan",1,["proc_macro2::extra::DelimSpan"]],["impl UnwindSafe for IntoIter",1,["proc_macro2::token_stream::IntoIter"]],["impl UnwindSafe for TokenStream",1,["proc_macro2::TokenStream"]],["impl UnwindSafe for LexError",1,["proc_macro2::LexError"]],["impl UnwindSafe for Span",1,["proc_macro2::Span"]],["impl UnwindSafe for TokenTree",1,["proc_macro2::TokenTree"]],["impl UnwindSafe for Group",1,["proc_macro2::Group"]],["impl UnwindSafe for Delimiter",1,["proc_macro2::Delimiter"]],["impl UnwindSafe for Punct",1,["proc_macro2::Punct"]],["impl UnwindSafe for Spacing",1,["proc_macro2::Spacing"]],["impl UnwindSafe for Ident",1,["proc_macro2::Ident"]],["impl UnwindSafe for Literal",1,["proc_macro2::Literal"]]], "regex":[["impl UnwindSafe for RegexBuilder",1,["regex::builders::string::RegexBuilder"]],["impl UnwindSafe for RegexSetBuilder",1,["regex::builders::string::RegexSetBuilder"]],["impl UnwindSafe for RegexBuilder",1,["regex::builders::bytes::RegexBuilder"]],["impl UnwindSafe for RegexSetBuilder",1,["regex::builders::bytes::RegexSetBuilder"]],["impl UnwindSafe for Regex",1,["regex::regex::bytes::Regex"]],["impl<'h> UnwindSafe for Match<'h>",1,["regex::regex::bytes::Match"]],["impl<'h> UnwindSafe for Captures<'h>",1,["regex::regex::bytes::Captures"]],["impl UnwindSafe for CaptureLocations",1,["regex::regex::bytes::CaptureLocations"]],["impl<'r, 'h> UnwindSafe for Matches<'r, 'h>",1,["regex::regex::bytes::Matches"]],["impl<'r, 'h> UnwindSafe for CaptureMatches<'r, 'h>",1,["regex::regex::bytes::CaptureMatches"]],["impl<'r, 'h> UnwindSafe for Split<'r, 'h>",1,["regex::regex::bytes::Split"]],["impl<'r, 'h> UnwindSafe for SplitN<'r, 'h>",1,["regex::regex::bytes::SplitN"]],["impl<'r> UnwindSafe for CaptureNames<'r>",1,["regex::regex::bytes::CaptureNames"]],["impl<'c, 'h> UnwindSafe for SubCaptureMatches<'c, 'h>",1,["regex::regex::bytes::SubCaptureMatches"]],["impl<'a, R> !UnwindSafe for ReplacerRef<'a, R>",1,["regex::regex::bytes::ReplacerRef"]],["impl<'s> UnwindSafe for NoExpand<'s>",1,["regex::regex::bytes::NoExpand"]],["impl UnwindSafe for RegexSet",1,["regex::regexset::bytes::RegexSet"]],["impl UnwindSafe for SetMatches",1,["regex::regexset::bytes::SetMatches"]],["impl UnwindSafe for SetMatchesIntoIter",1,["regex::regexset::bytes::SetMatchesIntoIter"]],["impl<'a> UnwindSafe for SetMatchesIter<'a>",1,["regex::regexset::bytes::SetMatchesIter"]],["impl UnwindSafe for Error",1,["regex::error::Error"]],["impl UnwindSafe for Regex",1,["regex::regex::string::Regex"]],["impl<'h> UnwindSafe for Match<'h>",1,["regex::regex::string::Match"]],["impl<'h> UnwindSafe for Captures<'h>",1,["regex::regex::string::Captures"]],["impl UnwindSafe for CaptureLocations",1,["regex::regex::string::CaptureLocations"]],["impl<'r, 'h> UnwindSafe for Matches<'r, 'h>",1,["regex::regex::string::Matches"]],["impl<'r, 'h> UnwindSafe for CaptureMatches<'r, 'h>",1,["regex::regex::string::CaptureMatches"]],["impl<'r, 'h> UnwindSafe for Split<'r, 'h>",1,["regex::regex::string::Split"]],["impl<'r, 'h> UnwindSafe for SplitN<'r, 'h>",1,["regex::regex::string::SplitN"]],["impl<'r> UnwindSafe for CaptureNames<'r>",1,["regex::regex::string::CaptureNames"]],["impl<'c, 'h> UnwindSafe for SubCaptureMatches<'c, 'h>",1,["regex::regex::string::SubCaptureMatches"]],["impl<'a, R> !UnwindSafe for ReplacerRef<'a, R>",1,["regex::regex::string::ReplacerRef"]],["impl<'s> UnwindSafe for NoExpand<'s>",1,["regex::regex::string::NoExpand"]],["impl UnwindSafe for RegexSet",1,["regex::regexset::string::RegexSet"]],["impl UnwindSafe for SetMatches",1,["regex::regexset::string::SetMatches"]],["impl UnwindSafe for SetMatchesIntoIter",1,["regex::regexset::string::SetMatchesIntoIter"]],["impl<'a> UnwindSafe for SetMatchesIter<'a>",1,["regex::regexset::string::SetMatchesIter"]]], "regex_automata":[["impl UnwindSafe for DFA",1,["regex_automata::hybrid::dfa::DFA"]],["impl UnwindSafe for Cache",1,["regex_automata::hybrid::dfa::Cache"]],["impl UnwindSafe for Config",1,["regex_automata::hybrid::dfa::Config"]],["impl UnwindSafe for Builder",1,["regex_automata::hybrid::dfa::Builder"]],["impl UnwindSafe for OverlappingState",1,["regex_automata::hybrid::dfa::OverlappingState"]],["impl UnwindSafe for BuildError",1,["regex_automata::hybrid::error::BuildError"]],["impl UnwindSafe for StartError",1,["regex_automata::hybrid::error::StartError"]],["impl UnwindSafe for CacheError",1,["regex_automata::hybrid::error::CacheError"]],["impl UnwindSafe for LazyStateID",1,["regex_automata::hybrid::id::LazyStateID"]],["impl UnwindSafe for Regex",1,["regex_automata::hybrid::regex::Regex"]],["impl<'r, 'c, 'h> !UnwindSafe for FindMatches<'r, 'c, 'h>",1,["regex_automata::hybrid::regex::FindMatches"]],["impl UnwindSafe for Cache",1,["regex_automata::hybrid::regex::Cache"]],["impl UnwindSafe for Builder",1,["regex_automata::hybrid::regex::Builder"]],["impl UnwindSafe for BuildError",1,["regex_automata::meta::error::BuildError"]],["impl UnwindSafe for Regex",1,["regex_automata::meta::regex::Regex"]],["impl<'r, 'h> UnwindSafe for FindMatches<'r, 'h>",1,["regex_automata::meta::regex::FindMatches"]],["impl<'r, 'h> UnwindSafe for CapturesMatches<'r, 'h>",1,["regex_automata::meta::regex::CapturesMatches"]],["impl<'r, 'h> UnwindSafe for Split<'r, 'h>",1,["regex_automata::meta::regex::Split"]],["impl<'r, 'h> UnwindSafe for SplitN<'r, 'h>",1,["regex_automata::meta::regex::SplitN"]],["impl UnwindSafe for Cache",1,["regex_automata::meta::regex::Cache"]],["impl UnwindSafe for Config",1,["regex_automata::meta::regex::Config"]],["impl UnwindSafe for Builder",1,["regex_automata::meta::regex::Builder"]],["impl UnwindSafe for Builder",1,["regex_automata::nfa::thompson::builder::Builder"]],["impl UnwindSafe for Config",1,["regex_automata::nfa::thompson::compiler::Config"]],["impl UnwindSafe for WhichCaptures",1,["regex_automata::nfa::thompson::compiler::WhichCaptures"]],["impl UnwindSafe for Compiler",1,["regex_automata::nfa::thompson::compiler::Compiler"]],["impl UnwindSafe for BuildError",1,["regex_automata::nfa::thompson::error::BuildError"]],["impl UnwindSafe for NFA",1,["regex_automata::nfa::thompson::nfa::NFA"]],["impl UnwindSafe for State",1,["regex_automata::nfa::thompson::nfa::State"]],["impl UnwindSafe for SparseTransitions",1,["regex_automata::nfa::thompson::nfa::SparseTransitions"]],["impl UnwindSafe for DenseTransitions",1,["regex_automata::nfa::thompson::nfa::DenseTransitions"]],["impl UnwindSafe for Transition",1,["regex_automata::nfa::thompson::nfa::Transition"]],["impl<'a> UnwindSafe for PatternIter<'a>",1,["regex_automata::nfa::thompson::nfa::PatternIter"]],["impl UnwindSafe for Config",1,["regex_automata::nfa::thompson::pikevm::Config"]],["impl UnwindSafe for Builder",1,["regex_automata::nfa::thompson::pikevm::Builder"]],["impl UnwindSafe for PikeVM",1,["regex_automata::nfa::thompson::pikevm::PikeVM"]],["impl<'r, 'c, 'h> !UnwindSafe for FindMatches<'r, 'c, 'h>",1,["regex_automata::nfa::thompson::pikevm::FindMatches"]],["impl<'r, 'c, 'h> !UnwindSafe for CapturesMatches<'r, 'c, 'h>",1,["regex_automata::nfa::thompson::pikevm::CapturesMatches"]],["impl UnwindSafe for Cache",1,["regex_automata::nfa::thompson::pikevm::Cache"]],["impl UnwindSafe for Unit",1,["regex_automata::util::alphabet::Unit"]],["impl UnwindSafe for ByteClasses",1,["regex_automata::util::alphabet::ByteClasses"]],["impl<'a> UnwindSafe for ByteClassIter<'a>",1,["regex_automata::util::alphabet::ByteClassIter"]],["impl<'a> UnwindSafe for ByteClassRepresentatives<'a>",1,["regex_automata::util::alphabet::ByteClassRepresentatives"]],["impl<'a> UnwindSafe for ByteClassElements<'a>",1,["regex_automata::util::alphabet::ByteClassElements"]],["impl UnwindSafe for Captures",1,["regex_automata::util::captures::Captures"]],["impl<'a> UnwindSafe for CapturesPatternIter<'a>",1,["regex_automata::util::captures::CapturesPatternIter"]],["impl UnwindSafe for GroupInfo",1,["regex_automata::util::captures::GroupInfo"]],["impl UnwindSafe for GroupInfoError",1,["regex_automata::util::captures::GroupInfoError"]],["impl<'a> UnwindSafe for GroupInfoPatternNames<'a>",1,["regex_automata::util::captures::GroupInfoPatternNames"]],["impl<'a> UnwindSafe for GroupInfoAllNames<'a>",1,["regex_automata::util::captures::GroupInfoAllNames"]],["impl UnwindSafe for DebugByte",1,["regex_automata::util::escape::DebugByte"]],["impl<'a> UnwindSafe for DebugHaystack<'a>",1,["regex_automata::util::escape::DebugHaystack"]],["impl<'h> UnwindSafe for Searcher<'h>",1,["regex_automata::util::iter::Searcher"]],["impl<'h, F> UnwindSafe for TryHalfMatchesIter<'h, F>
where\n F: UnwindSafe,
",1,["regex_automata::util::iter::TryHalfMatchesIter"]],["impl<'h, F> UnwindSafe for HalfMatchesIter<'h, F>
where\n F: UnwindSafe,
",1,["regex_automata::util::iter::HalfMatchesIter"]],["impl<'h, F> UnwindSafe for TryMatchesIter<'h, F>
where\n F: UnwindSafe,
",1,["regex_automata::util::iter::TryMatchesIter"]],["impl<'h, F> UnwindSafe for MatchesIter<'h, F>
where\n F: UnwindSafe,
",1,["regex_automata::util::iter::MatchesIter"]],["impl<'h, F> UnwindSafe for TryCapturesIter<'h, F>
where\n F: UnwindSafe,
",1,["regex_automata::util::iter::TryCapturesIter"]],["impl<'h, F> UnwindSafe for CapturesIter<'h, F>
where\n F: UnwindSafe,
",1,["regex_automata::util::iter::CapturesIter"]],["impl<T, F> UnwindSafe for Lazy<T, F>
where\n F: UnwindSafe,\n T: UnwindSafe + RefUnwindSafe,
",1,["regex_automata::util::lazy::Lazy"]],["impl UnwindSafe for Look",1,["regex_automata::util::look::Look"]],["impl UnwindSafe for LookSet",1,["regex_automata::util::look::LookSet"]],["impl UnwindSafe for LookSetIter",1,["regex_automata::util::look::LookSetIter"]],["impl UnwindSafe for LookMatcher",1,["regex_automata::util::look::LookMatcher"]],["impl UnwindSafe for UnicodeWordBoundaryError",1,["regex_automata::util::look::UnicodeWordBoundaryError"]],["impl<T, F> UnwindSafe for Pool<T, F>
where\n F: UnwindSafe + RefUnwindSafe,\n T: UnwindSafe,
",1,["regex_automata::util::pool::Pool"]],["impl<'a, T, F> UnwindSafe for PoolGuard<'a, T, F>
where\n F: UnwindSafe + RefUnwindSafe,\n T: UnwindSafe,
",1,["regex_automata::util::pool::PoolGuard"]],["impl UnwindSafe for Prefilter",1,["regex_automata::util::prefilter::Prefilter"]],["impl UnwindSafe for NonMaxUsize",1,["regex_automata::util::primitives::NonMaxUsize"]],["impl UnwindSafe for SmallIndex",1,["regex_automata::util::primitives::SmallIndex"]],["impl UnwindSafe for SmallIndexError",1,["regex_automata::util::primitives::SmallIndexError"]],["impl UnwindSafe for PatternID",1,["regex_automata::util::primitives::PatternID"]],["impl UnwindSafe for StateID",1,["regex_automata::util::primitives::StateID"]],["impl UnwindSafe for PatternIDError",1,["regex_automata::util::primitives::PatternIDError"]],["impl UnwindSafe for StateIDError",1,["regex_automata::util::primitives::StateIDError"]],["impl UnwindSafe for Config",1,["regex_automata::util::start::Config"]],["impl UnwindSafe for Config",1,["regex_automata::util::syntax::Config"]],["impl<B: ?Sized, T> UnwindSafe for AlignAs<B, T>
where\n B: UnwindSafe,\n T: UnwindSafe,
",1,["regex_automata::util::wire::AlignAs"]],["impl UnwindSafe for SerializeError",1,["regex_automata::util::wire::SerializeError"]],["impl UnwindSafe for DeserializeError",1,["regex_automata::util::wire::DeserializeError"]],["impl<'h> UnwindSafe for Input<'h>",1,["regex_automata::util::search::Input"]],["impl UnwindSafe for Span",1,["regex_automata::util::search::Span"]],["impl UnwindSafe for HalfMatch",1,["regex_automata::util::search::HalfMatch"]],["impl UnwindSafe for Match",1,["regex_automata::util::search::Match"]],["impl UnwindSafe for PatternSet",1,["regex_automata::util::search::PatternSet"]],["impl UnwindSafe for PatternSetInsertError",1,["regex_automata::util::search::PatternSetInsertError"]],["impl<'a> UnwindSafe for PatternSetIter<'a>",1,["regex_automata::util::search::PatternSetIter"]],["impl UnwindSafe for Anchored",1,["regex_automata::util::search::Anchored"]],["impl UnwindSafe for MatchKind",1,["regex_automata::util::search::MatchKind"]],["impl UnwindSafe for MatchError",1,["regex_automata::util::search::MatchError"]],["impl UnwindSafe for MatchErrorKind",1,["regex_automata::util::search::MatchErrorKind"]]], "regex_syntax":[["impl UnwindSafe for ParserBuilder",1,["regex_syntax::ast::parse::ParserBuilder"]],["impl UnwindSafe for Parser",1,["regex_syntax::ast::parse::Parser"]],["impl UnwindSafe for Printer",1,["regex_syntax::ast::print::Printer"]],["impl UnwindSafe for Error",1,["regex_syntax::ast::Error"]],["impl UnwindSafe for ErrorKind",1,["regex_syntax::ast::ErrorKind"]],["impl UnwindSafe for Span",1,["regex_syntax::ast::Span"]],["impl UnwindSafe for Position",1,["regex_syntax::ast::Position"]],["impl UnwindSafe for WithComments",1,["regex_syntax::ast::WithComments"]],["impl UnwindSafe for Comment",1,["regex_syntax::ast::Comment"]],["impl UnwindSafe for Ast",1,["regex_syntax::ast::Ast"]],["impl UnwindSafe for Alternation",1,["regex_syntax::ast::Alternation"]],["impl UnwindSafe for Concat",1,["regex_syntax::ast::Concat"]],["impl UnwindSafe for Literal",1,["regex_syntax::ast::Literal"]],["impl UnwindSafe for LiteralKind",1,["regex_syntax::ast::LiteralKind"]],["impl UnwindSafe for SpecialLiteralKind",1,["regex_syntax::ast::SpecialLiteralKind"]],["impl UnwindSafe for HexLiteralKind",1,["regex_syntax::ast::HexLiteralKind"]],["impl UnwindSafe for ClassPerl",1,["regex_syntax::ast::ClassPerl"]],["impl UnwindSafe for ClassPerlKind",1,["regex_syntax::ast::ClassPerlKind"]],["impl UnwindSafe for ClassAscii",1,["regex_syntax::ast::ClassAscii"]],["impl UnwindSafe for ClassAsciiKind",1,["regex_syntax::ast::ClassAsciiKind"]],["impl UnwindSafe for ClassUnicode",1,["regex_syntax::ast::ClassUnicode"]],["impl UnwindSafe for ClassUnicodeKind",1,["regex_syntax::ast::ClassUnicodeKind"]],["impl UnwindSafe for ClassUnicodeOpKind",1,["regex_syntax::ast::ClassUnicodeOpKind"]],["impl UnwindSafe for ClassBracketed",1,["regex_syntax::ast::ClassBracketed"]],["impl UnwindSafe for ClassSet",1,["regex_syntax::ast::ClassSet"]],["impl UnwindSafe for ClassSetItem",1,["regex_syntax::ast::ClassSetItem"]],["impl UnwindSafe for ClassSetRange",1,["regex_syntax::ast::ClassSetRange"]],["impl UnwindSafe for ClassSetUnion",1,["regex_syntax::ast::ClassSetUnion"]],["impl UnwindSafe for ClassSetBinaryOp",1,["regex_syntax::ast::ClassSetBinaryOp"]],["impl UnwindSafe for ClassSetBinaryOpKind",1,["regex_syntax::ast::ClassSetBinaryOpKind"]],["impl UnwindSafe for Assertion",1,["regex_syntax::ast::Assertion"]],["impl UnwindSafe for AssertionKind",1,["regex_syntax::ast::AssertionKind"]],["impl UnwindSafe for Repetition",1,["regex_syntax::ast::Repetition"]],["impl UnwindSafe for RepetitionOp",1,["regex_syntax::ast::RepetitionOp"]],["impl UnwindSafe for RepetitionKind",1,["regex_syntax::ast::RepetitionKind"]],["impl UnwindSafe for RepetitionRange",1,["regex_syntax::ast::RepetitionRange"]],["impl UnwindSafe for Group",1,["regex_syntax::ast::Group"]],["impl UnwindSafe for GroupKind",1,["regex_syntax::ast::GroupKind"]],["impl UnwindSafe for CaptureName",1,["regex_syntax::ast::CaptureName"]],["impl UnwindSafe for SetFlags",1,["regex_syntax::ast::SetFlags"]],["impl UnwindSafe for Flags",1,["regex_syntax::ast::Flags"]],["impl UnwindSafe for FlagsItem",1,["regex_syntax::ast::FlagsItem"]],["impl UnwindSafe for FlagsItemKind",1,["regex_syntax::ast::FlagsItemKind"]],["impl UnwindSafe for Flag",1,["regex_syntax::ast::Flag"]],["impl UnwindSafe for Error",1,["regex_syntax::error::Error"]],["impl UnwindSafe for Extractor",1,["regex_syntax::hir::literal::Extractor"]],["impl UnwindSafe for ExtractKind",1,["regex_syntax::hir::literal::ExtractKind"]],["impl UnwindSafe for Seq",1,["regex_syntax::hir::literal::Seq"]],["impl UnwindSafe for Literal",1,["regex_syntax::hir::literal::Literal"]],["impl UnwindSafe for Printer",1,["regex_syntax::hir::print::Printer"]],["impl UnwindSafe for TranslatorBuilder",1,["regex_syntax::hir::translate::TranslatorBuilder"]],["impl UnwindSafe for Translator",1,["regex_syntax::hir::translate::Translator"]],["impl UnwindSafe for CaseFoldError",1,["regex_syntax::unicode::CaseFoldError"]],["impl UnwindSafe for Error",1,["regex_syntax::hir::Error"]],["impl UnwindSafe for ErrorKind",1,["regex_syntax::hir::ErrorKind"]],["impl UnwindSafe for Hir",1,["regex_syntax::hir::Hir"]],["impl UnwindSafe for HirKind",1,["regex_syntax::hir::HirKind"]],["impl UnwindSafe for Literal",1,["regex_syntax::hir::Literal"]],["impl UnwindSafe for Class",1,["regex_syntax::hir::Class"]],["impl UnwindSafe for ClassUnicode",1,["regex_syntax::hir::ClassUnicode"]],["impl<'a> UnwindSafe for ClassUnicodeIter<'a>",1,["regex_syntax::hir::ClassUnicodeIter"]],["impl UnwindSafe for ClassUnicodeRange",1,["regex_syntax::hir::ClassUnicodeRange"]],["impl UnwindSafe for ClassBytes",1,["regex_syntax::hir::ClassBytes"]],["impl<'a> UnwindSafe for ClassBytesIter<'a>",1,["regex_syntax::hir::ClassBytesIter"]],["impl UnwindSafe for ClassBytesRange",1,["regex_syntax::hir::ClassBytesRange"]],["impl UnwindSafe for Look",1,["regex_syntax::hir::Look"]],["impl UnwindSafe for Capture",1,["regex_syntax::hir::Capture"]],["impl UnwindSafe for Repetition",1,["regex_syntax::hir::Repetition"]],["impl UnwindSafe for Dot",1,["regex_syntax::hir::Dot"]],["impl UnwindSafe for Properties",1,["regex_syntax::hir::Properties"]],["impl UnwindSafe for LookSet",1,["regex_syntax::hir::LookSet"]],["impl UnwindSafe for LookSetIter",1,["regex_syntax::hir::LookSetIter"]],["impl UnwindSafe for ParserBuilder",1,["regex_syntax::parser::ParserBuilder"]],["impl UnwindSafe for Parser",1,["regex_syntax::parser::Parser"]],["impl UnwindSafe for UnicodeWordError",1,["regex_syntax::unicode::UnicodeWordError"]],["impl UnwindSafe for Utf8Sequence",1,["regex_syntax::utf8::Utf8Sequence"]],["impl UnwindSafe for Utf8Range",1,["regex_syntax::utf8::Utf8Range"]],["impl UnwindSafe for Utf8Sequences",1,["regex_syntax::utf8::Utf8Sequences"]]], "same_file":[["impl UnwindSafe for Handle",1,["same_file::Handle"]]], "serde":[["impl UnwindSafe for Error",1,["serde::de::value::Error"]],["impl<E> UnwindSafe for UnitDeserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::UnitDeserializer"]],["impl<E> UnwindSafe for BoolDeserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::BoolDeserializer"]],["impl<E> UnwindSafe for I8Deserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::I8Deserializer"]],["impl<E> UnwindSafe for I16Deserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::I16Deserializer"]],["impl<E> UnwindSafe for I32Deserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::I32Deserializer"]],["impl<E> UnwindSafe for I64Deserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::I64Deserializer"]],["impl<E> UnwindSafe for I128Deserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::I128Deserializer"]],["impl<E> UnwindSafe for IsizeDeserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::IsizeDeserializer"]],["impl<E> UnwindSafe for U8Deserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::U8Deserializer"]],["impl<E> UnwindSafe for U16Deserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::U16Deserializer"]],["impl<E> UnwindSafe for U64Deserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::U64Deserializer"]],["impl<E> UnwindSafe for U128Deserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::U128Deserializer"]],["impl<E> UnwindSafe for UsizeDeserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::UsizeDeserializer"]],["impl<E> UnwindSafe for F32Deserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::F32Deserializer"]],["impl<E> UnwindSafe for F64Deserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::F64Deserializer"]],["impl<E> UnwindSafe for CharDeserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::CharDeserializer"]],["impl<E> UnwindSafe for U32Deserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::U32Deserializer"]],["impl<'a, E> UnwindSafe for StrDeserializer<'a, E>
where\n E: UnwindSafe,
",1,["serde::de::value::StrDeserializer"]],["impl<'de, E> UnwindSafe for BorrowedStrDeserializer<'de, E>
where\n E: UnwindSafe,
",1,["serde::de::value::BorrowedStrDeserializer"]],["impl<E> UnwindSafe for StringDeserializer<E>
where\n E: UnwindSafe,
",1,["serde::de::value::StringDeserializer"]],["impl<'a, E> UnwindSafe for CowStrDeserializer<'a, E>
where\n E: UnwindSafe,
",1,["serde::de::value::CowStrDeserializer"]],["impl<'a, E> UnwindSafe for BytesDeserializer<'a, E>
where\n E: UnwindSafe,
",1,["serde::de::value::BytesDeserializer"]],["impl<'de, E> UnwindSafe for BorrowedBytesDeserializer<'de, E>
where\n E: UnwindSafe,
",1,["serde::de::value::BorrowedBytesDeserializer"]],["impl<I, E> UnwindSafe for SeqDeserializer<I, E>
where\n E: UnwindSafe,\n I: UnwindSafe,
",1,["serde::de::value::SeqDeserializer"]],["impl<A> UnwindSafe for SeqAccessDeserializer<A>
where\n A: UnwindSafe,
",1,["serde::de::value::SeqAccessDeserializer"]],["impl<'de, I, E> UnwindSafe for MapDeserializer<'de, I, E>
where\n E: UnwindSafe,\n I: UnwindSafe,\n <<I as Iterator>::Item as Pair>::Second: UnwindSafe,
",1,["serde::de::value::MapDeserializer"]],["impl<A> UnwindSafe for MapAccessDeserializer<A>
where\n A: UnwindSafe,
",1,["serde::de::value::MapAccessDeserializer"]],["impl<A> UnwindSafe for EnumAccessDeserializer<A>
where\n A: UnwindSafe,
",1,["serde::de::value::EnumAccessDeserializer"]],["impl UnwindSafe for IgnoredAny",1,["serde::de::ignored_any::IgnoredAny"]],["impl<'a> UnwindSafe for Unexpected<'a>",1,["serde::de::Unexpected"]],["impl<Ok, Error> UnwindSafe for Impossible<Ok, Error>
where\n Error: UnwindSafe,\n Ok: UnwindSafe,
",1,["serde::ser::impossible::Impossible"]]], "serde_spanned":[["impl<T> UnwindSafe for Spanned<T>
where\n T: UnwindSafe,
",1,["serde_spanned::spanned::Spanned"]]], "sharded_slab":[["impl<T, C = DefaultConfig> !UnwindSafe for Pool<T, C>",1,["sharded_slab::pool::Pool"]],["impl<'a, T, C = DefaultConfig> !UnwindSafe for Ref<'a, T, C>",1,["sharded_slab::pool::Ref"]],["impl<'a, T, C = DefaultConfig> !UnwindSafe for RefMut<'a, T, C>",1,["sharded_slab::pool::RefMut"]],["impl<T, C = DefaultConfig> !UnwindSafe for OwnedRef<T, C>",1,["sharded_slab::pool::OwnedRef"]],["impl<T, C = DefaultConfig> !UnwindSafe for OwnedRefMut<T, C>",1,["sharded_slab::pool::OwnedRefMut"]],["impl UnwindSafe for DefaultConfig",1,["sharded_slab::cfg::DefaultConfig"]],["impl<'a, T, C> !UnwindSafe for UniqueIter<'a, T, C>",1,["sharded_slab::iter::UniqueIter"]],["impl<T, C = DefaultConfig> !UnwindSafe for Slab<T, C>",1,["sharded_slab::Slab"]],["impl<'a, T, C = DefaultConfig> !UnwindSafe for Entry<'a, T, C>",1,["sharded_slab::Entry"]],["impl<'a, T, C = DefaultConfig> !UnwindSafe for VacantEntry<'a, T, C>",1,["sharded_slab::VacantEntry"]],["impl<T, C = DefaultConfig> !UnwindSafe for OwnedEntry<T, C>",1,["sharded_slab::OwnedEntry"]]], "smallvec":[["impl UnwindSafe for CollectionAllocErr",1,["smallvec::CollectionAllocErr"]],["impl<'a, T> UnwindSafe for Drain<'a, T>
where\n T: RefUnwindSafe,\n <T as Array>::Item: RefUnwindSafe,
",1,["smallvec::Drain"]],["impl<A> UnwindSafe for SmallVec<A>
where\n A: UnwindSafe,\n <A as Array>::Item: RefUnwindSafe,
",1,["smallvec::SmallVec"]],["impl<A> UnwindSafe for IntoIter<A>
where\n A: UnwindSafe,\n <A as Array>::Item: RefUnwindSafe,
",1,["smallvec::IntoIter"]]], "strsim":[["impl UnwindSafe for StrSimError",1,["strsim::StrSimError"]]], "syn":[["impl UnwindSafe for Underscore",1,["syn::token::Underscore"]],["impl UnwindSafe for Group",1,["syn::token::Group"]],["impl UnwindSafe for Abstract",1,["syn::token::Abstract"]],["impl UnwindSafe for As",1,["syn::token::As"]],["impl UnwindSafe for Async",1,["syn::token::Async"]],["impl UnwindSafe for Auto",1,["syn::token::Auto"]],["impl UnwindSafe for Await",1,["syn::token::Await"]],["impl UnwindSafe for Become",1,["syn::token::Become"]],["impl UnwindSafe for Box",1,["syn::token::Box"]],["impl UnwindSafe for Break",1,["syn::token::Break"]],["impl UnwindSafe for Const",1,["syn::token::Const"]],["impl UnwindSafe for Continue",1,["syn::token::Continue"]],["impl UnwindSafe for Crate",1,["syn::token::Crate"]],["impl UnwindSafe for Default",1,["syn::token::Default"]],["impl UnwindSafe for Do",1,["syn::token::Do"]],["impl UnwindSafe for Dyn",1,["syn::token::Dyn"]],["impl UnwindSafe for Else",1,["syn::token::Else"]],["impl UnwindSafe for Enum",1,["syn::token::Enum"]],["impl UnwindSafe for Extern",1,["syn::token::Extern"]],["impl UnwindSafe for Final",1,["syn::token::Final"]],["impl UnwindSafe for Fn",1,["syn::token::Fn"]],["impl UnwindSafe for For",1,["syn::token::For"]],["impl UnwindSafe for If",1,["syn::token::If"]],["impl UnwindSafe for Impl",1,["syn::token::Impl"]],["impl UnwindSafe for In",1,["syn::token::In"]],["impl UnwindSafe for Let",1,["syn::token::Let"]],["impl UnwindSafe for Loop",1,["syn::token::Loop"]],["impl UnwindSafe for Macro",1,["syn::token::Macro"]],["impl UnwindSafe for Match",1,["syn::token::Match"]],["impl UnwindSafe for Mod",1,["syn::token::Mod"]],["impl UnwindSafe for Move",1,["syn::token::Move"]],["impl UnwindSafe for Mut",1,["syn::token::Mut"]],["impl UnwindSafe for Override",1,["syn::token::Override"]],["impl UnwindSafe for Priv",1,["syn::token::Priv"]],["impl UnwindSafe for Pub",1,["syn::token::Pub"]],["impl UnwindSafe for Ref",1,["syn::token::Ref"]],["impl UnwindSafe for Return",1,["syn::token::Return"]],["impl UnwindSafe for SelfType",1,["syn::token::SelfType"]],["impl UnwindSafe for SelfValue",1,["syn::token::SelfValue"]],["impl UnwindSafe for Static",1,["syn::token::Static"]],["impl UnwindSafe for Struct",1,["syn::token::Struct"]],["impl UnwindSafe for Super",1,["syn::token::Super"]],["impl UnwindSafe for Trait",1,["syn::token::Trait"]],["impl UnwindSafe for Try",1,["syn::token::Try"]],["impl UnwindSafe for Type",1,["syn::token::Type"]],["impl UnwindSafe for Typeof",1,["syn::token::Typeof"]],["impl UnwindSafe for Union",1,["syn::token::Union"]],["impl UnwindSafe for Unsafe",1,["syn::token::Unsafe"]],["impl UnwindSafe for Unsized",1,["syn::token::Unsized"]],["impl UnwindSafe for Use",1,["syn::token::Use"]],["impl UnwindSafe for Virtual",1,["syn::token::Virtual"]],["impl UnwindSafe for Where",1,["syn::token::Where"]],["impl UnwindSafe for While",1,["syn::token::While"]],["impl UnwindSafe for Yield",1,["syn::token::Yield"]],["impl UnwindSafe for And",1,["syn::token::And"]],["impl UnwindSafe for AndAnd",1,["syn::token::AndAnd"]],["impl UnwindSafe for AndEq",1,["syn::token::AndEq"]],["impl UnwindSafe for At",1,["syn::token::At"]],["impl UnwindSafe for Caret",1,["syn::token::Caret"]],["impl UnwindSafe for CaretEq",1,["syn::token::CaretEq"]],["impl UnwindSafe for Colon",1,["syn::token::Colon"]],["impl UnwindSafe for Comma",1,["syn::token::Comma"]],["impl UnwindSafe for Dollar",1,["syn::token::Dollar"]],["impl UnwindSafe for Dot",1,["syn::token::Dot"]],["impl UnwindSafe for DotDot",1,["syn::token::DotDot"]],["impl UnwindSafe for DotDotDot",1,["syn::token::DotDotDot"]],["impl UnwindSafe for DotDotEq",1,["syn::token::DotDotEq"]],["impl UnwindSafe for Eq",1,["syn::token::Eq"]],["impl UnwindSafe for EqEq",1,["syn::token::EqEq"]],["impl UnwindSafe for FatArrow",1,["syn::token::FatArrow"]],["impl UnwindSafe for Ge",1,["syn::token::Ge"]],["impl UnwindSafe for Gt",1,["syn::token::Gt"]],["impl UnwindSafe for LArrow",1,["syn::token::LArrow"]],["impl UnwindSafe for Le",1,["syn::token::Le"]],["impl UnwindSafe for Lt",1,["syn::token::Lt"]],["impl UnwindSafe for Minus",1,["syn::token::Minus"]],["impl UnwindSafe for MinusEq",1,["syn::token::MinusEq"]],["impl UnwindSafe for Ne",1,["syn::token::Ne"]],["impl UnwindSafe for Not",1,["syn::token::Not"]],["impl UnwindSafe for Or",1,["syn::token::Or"]],["impl UnwindSafe for OrEq",1,["syn::token::OrEq"]],["impl UnwindSafe for OrOr",1,["syn::token::OrOr"]],["impl UnwindSafe for PathSep",1,["syn::token::PathSep"]],["impl UnwindSafe for Percent",1,["syn::token::Percent"]],["impl UnwindSafe for PercentEq",1,["syn::token::PercentEq"]],["impl UnwindSafe for Plus",1,["syn::token::Plus"]],["impl UnwindSafe for PlusEq",1,["syn::token::PlusEq"]],["impl UnwindSafe for Pound",1,["syn::token::Pound"]],["impl UnwindSafe for Question",1,["syn::token::Question"]],["impl UnwindSafe for RArrow",1,["syn::token::RArrow"]],["impl UnwindSafe for Semi",1,["syn::token::Semi"]],["impl UnwindSafe for Shl",1,["syn::token::Shl"]],["impl UnwindSafe for ShlEq",1,["syn::token::ShlEq"]],["impl UnwindSafe for Shr",1,["syn::token::Shr"]],["impl UnwindSafe for ShrEq",1,["syn::token::ShrEq"]],["impl UnwindSafe for Slash",1,["syn::token::Slash"]],["impl UnwindSafe for SlashEq",1,["syn::token::SlashEq"]],["impl UnwindSafe for Star",1,["syn::token::Star"]],["impl UnwindSafe for StarEq",1,["syn::token::StarEq"]],["impl UnwindSafe for Tilde",1,["syn::token::Tilde"]],["impl UnwindSafe for Brace",1,["syn::token::Brace"]],["impl UnwindSafe for Bracket",1,["syn::token::Bracket"]],["impl UnwindSafe for Paren",1,["syn::token::Paren"]],["impl UnwindSafe for Attribute",1,["syn::attr::Attribute"]],["impl UnwindSafe for AttrStyle",1,["syn::attr::AttrStyle"]],["impl UnwindSafe for Meta",1,["syn::attr::Meta"]],["impl UnwindSafe for MetaList",1,["syn::attr::MetaList"]],["impl UnwindSafe for MetaNameValue",1,["syn::attr::MetaNameValue"]],["impl UnwindSafe for TokenBuffer",1,["syn::buffer::TokenBuffer"]],["impl<'a> UnwindSafe for Cursor<'a>",1,["syn::buffer::Cursor"]],["impl UnwindSafe for Variant",1,["syn::data::Variant"]],["impl UnwindSafe for Fields",1,["syn::data::Fields"]],["impl UnwindSafe for FieldsNamed",1,["syn::data::FieldsNamed"]],["impl UnwindSafe for FieldsUnnamed",1,["syn::data::FieldsUnnamed"]],["impl UnwindSafe for Field",1,["syn::data::Field"]],["impl UnwindSafe for DeriveInput",1,["syn::derive::DeriveInput"]],["impl UnwindSafe for Data",1,["syn::derive::Data"]],["impl UnwindSafe for DataStruct",1,["syn::derive::DataStruct"]],["impl UnwindSafe for DataEnum",1,["syn::derive::DataEnum"]],["impl UnwindSafe for DataUnion",1,["syn::derive::DataUnion"]],["impl UnwindSafe for Error",1,["syn::error::Error"]],["impl UnwindSafe for Expr",1,["syn::expr::Expr"]],["impl UnwindSafe for ExprArray",1,["syn::expr::ExprArray"]],["impl UnwindSafe for ExprAssign",1,["syn::expr::ExprAssign"]],["impl UnwindSafe for ExprAsync",1,["syn::expr::ExprAsync"]],["impl UnwindSafe for ExprAwait",1,["syn::expr::ExprAwait"]],["impl UnwindSafe for ExprBinary",1,["syn::expr::ExprBinary"]],["impl UnwindSafe for ExprBlock",1,["syn::expr::ExprBlock"]],["impl UnwindSafe for ExprBreak",1,["syn::expr::ExprBreak"]],["impl UnwindSafe for ExprCall",1,["syn::expr::ExprCall"]],["impl UnwindSafe for ExprCast",1,["syn::expr::ExprCast"]],["impl UnwindSafe for ExprClosure",1,["syn::expr::ExprClosure"]],["impl UnwindSafe for ExprConst",1,["syn::expr::ExprConst"]],["impl UnwindSafe for ExprContinue",1,["syn::expr::ExprContinue"]],["impl UnwindSafe for ExprField",1,["syn::expr::ExprField"]],["impl UnwindSafe for ExprForLoop",1,["syn::expr::ExprForLoop"]],["impl UnwindSafe for ExprGroup",1,["syn::expr::ExprGroup"]],["impl UnwindSafe for ExprIf",1,["syn::expr::ExprIf"]],["impl UnwindSafe for ExprIndex",1,["syn::expr::ExprIndex"]],["impl UnwindSafe for ExprInfer",1,["syn::expr::ExprInfer"]],["impl UnwindSafe for ExprLet",1,["syn::expr::ExprLet"]],["impl UnwindSafe for ExprLit",1,["syn::expr::ExprLit"]],["impl UnwindSafe for ExprLoop",1,["syn::expr::ExprLoop"]],["impl UnwindSafe for ExprMacro",1,["syn::expr::ExprMacro"]],["impl UnwindSafe for ExprMatch",1,["syn::expr::ExprMatch"]],["impl UnwindSafe for ExprMethodCall",1,["syn::expr::ExprMethodCall"]],["impl UnwindSafe for ExprParen",1,["syn::expr::ExprParen"]],["impl UnwindSafe for ExprPath",1,["syn::expr::ExprPath"]],["impl UnwindSafe for ExprRange",1,["syn::expr::ExprRange"]],["impl UnwindSafe for ExprReference",1,["syn::expr::ExprReference"]],["impl UnwindSafe for ExprRepeat",1,["syn::expr::ExprRepeat"]],["impl UnwindSafe for ExprReturn",1,["syn::expr::ExprReturn"]],["impl UnwindSafe for ExprStruct",1,["syn::expr::ExprStruct"]],["impl UnwindSafe for ExprTry",1,["syn::expr::ExprTry"]],["impl UnwindSafe for ExprTryBlock",1,["syn::expr::ExprTryBlock"]],["impl UnwindSafe for ExprTuple",1,["syn::expr::ExprTuple"]],["impl UnwindSafe for ExprUnary",1,["syn::expr::ExprUnary"]],["impl UnwindSafe for ExprUnsafe",1,["syn::expr::ExprUnsafe"]],["impl UnwindSafe for ExprWhile",1,["syn::expr::ExprWhile"]],["impl UnwindSafe for ExprYield",1,["syn::expr::ExprYield"]],["impl UnwindSafe for Member",1,["syn::expr::Member"]],["impl UnwindSafe for Index",1,["syn::expr::Index"]],["impl UnwindSafe for FieldValue",1,["syn::expr::FieldValue"]],["impl UnwindSafe for Label",1,["syn::expr::Label"]],["impl UnwindSafe for Arm",1,["syn::expr::Arm"]],["impl UnwindSafe for RangeLimits",1,["syn::expr::RangeLimits"]],["impl UnwindSafe for File",1,["syn::file::File"]],["impl UnwindSafe for Generics",1,["syn::generics::Generics"]],["impl UnwindSafe for GenericParam",1,["syn::generics::GenericParam"]],["impl UnwindSafe for LifetimeParam",1,["syn::generics::LifetimeParam"]],["impl UnwindSafe for TypeParam",1,["syn::generics::TypeParam"]],["impl UnwindSafe for ConstParam",1,["syn::generics::ConstParam"]],["impl<'a> UnwindSafe for ImplGenerics<'a>",1,["syn::generics::ImplGenerics"]],["impl<'a> UnwindSafe for TypeGenerics<'a>",1,["syn::generics::TypeGenerics"]],["impl<'a> UnwindSafe for Turbofish<'a>",1,["syn::generics::Turbofish"]],["impl UnwindSafe for BoundLifetimes",1,["syn::generics::BoundLifetimes"]],["impl UnwindSafe for TypeParamBound",1,["syn::generics::TypeParamBound"]],["impl UnwindSafe for TraitBound",1,["syn::generics::TraitBound"]],["impl UnwindSafe for TraitBoundModifier",1,["syn::generics::TraitBoundModifier"]],["impl UnwindSafe for WhereClause",1,["syn::generics::WhereClause"]],["impl UnwindSafe for WherePredicate",1,["syn::generics::WherePredicate"]],["impl UnwindSafe for PredicateLifetime",1,["syn::generics::PredicateLifetime"]],["impl UnwindSafe for PredicateType",1,["syn::generics::PredicateType"]],["impl UnwindSafe for Item",1,["syn::item::Item"]],["impl UnwindSafe for ItemConst",1,["syn::item::ItemConst"]],["impl UnwindSafe for ItemEnum",1,["syn::item::ItemEnum"]],["impl UnwindSafe for ItemExternCrate",1,["syn::item::ItemExternCrate"]],["impl UnwindSafe for ItemFn",1,["syn::item::ItemFn"]],["impl UnwindSafe for ItemForeignMod",1,["syn::item::ItemForeignMod"]],["impl UnwindSafe for ItemImpl",1,["syn::item::ItemImpl"]],["impl UnwindSafe for ItemMacro",1,["syn::item::ItemMacro"]],["impl UnwindSafe for ItemMod",1,["syn::item::ItemMod"]],["impl UnwindSafe for ItemStatic",1,["syn::item::ItemStatic"]],["impl UnwindSafe for ItemStruct",1,["syn::item::ItemStruct"]],["impl UnwindSafe for ItemTrait",1,["syn::item::ItemTrait"]],["impl UnwindSafe for ItemTraitAlias",1,["syn::item::ItemTraitAlias"]],["impl UnwindSafe for ItemType",1,["syn::item::ItemType"]],["impl UnwindSafe for ItemUnion",1,["syn::item::ItemUnion"]],["impl UnwindSafe for ItemUse",1,["syn::item::ItemUse"]],["impl UnwindSafe for UseTree",1,["syn::item::UseTree"]],["impl UnwindSafe for UsePath",1,["syn::item::UsePath"]],["impl UnwindSafe for UseName",1,["syn::item::UseName"]],["impl UnwindSafe for UseRename",1,["syn::item::UseRename"]],["impl UnwindSafe for UseGlob",1,["syn::item::UseGlob"]],["impl UnwindSafe for UseGroup",1,["syn::item::UseGroup"]],["impl UnwindSafe for ForeignItem",1,["syn::item::ForeignItem"]],["impl UnwindSafe for ForeignItemFn",1,["syn::item::ForeignItemFn"]],["impl UnwindSafe for ForeignItemStatic",1,["syn::item::ForeignItemStatic"]],["impl UnwindSafe for ForeignItemType",1,["syn::item::ForeignItemType"]],["impl UnwindSafe for ForeignItemMacro",1,["syn::item::ForeignItemMacro"]],["impl UnwindSafe for TraitItem",1,["syn::item::TraitItem"]],["impl UnwindSafe for TraitItemConst",1,["syn::item::TraitItemConst"]],["impl UnwindSafe for TraitItemFn",1,["syn::item::TraitItemFn"]],["impl UnwindSafe for TraitItemType",1,["syn::item::TraitItemType"]],["impl UnwindSafe for TraitItemMacro",1,["syn::item::TraitItemMacro"]],["impl UnwindSafe for ImplItem",1,["syn::item::ImplItem"]],["impl UnwindSafe for ImplItemConst",1,["syn::item::ImplItemConst"]],["impl UnwindSafe for ImplItemFn",1,["syn::item::ImplItemFn"]],["impl UnwindSafe for ImplItemType",1,["syn::item::ImplItemType"]],["impl UnwindSafe for ImplItemMacro",1,["syn::item::ImplItemMacro"]],["impl UnwindSafe for Signature",1,["syn::item::Signature"]],["impl UnwindSafe for FnArg",1,["syn::item::FnArg"]],["impl UnwindSafe for Receiver",1,["syn::item::Receiver"]],["impl UnwindSafe for Variadic",1,["syn::item::Variadic"]],["impl UnwindSafe for StaticMutability",1,["syn::item::StaticMutability"]],["impl UnwindSafe for ImplRestriction",1,["syn::item::ImplRestriction"]],["impl UnwindSafe for Lifetime",1,["syn::lifetime::Lifetime"]],["impl UnwindSafe for Lit",1,["syn::lit::Lit"]],["impl UnwindSafe for LitStr",1,["syn::lit::LitStr"]],["impl UnwindSafe for LitByteStr",1,["syn::lit::LitByteStr"]],["impl UnwindSafe for LitByte",1,["syn::lit::LitByte"]],["impl UnwindSafe for LitChar",1,["syn::lit::LitChar"]],["impl UnwindSafe for LitInt",1,["syn::lit::LitInt"]],["impl UnwindSafe for LitFloat",1,["syn::lit::LitFloat"]],["impl UnwindSafe for LitBool",1,["syn::lit::LitBool"]],["impl<'a> UnwindSafe for Lookahead1<'a>",1,["syn::lookahead::Lookahead1"]],["impl UnwindSafe for Macro",1,["syn::mac::Macro"]],["impl UnwindSafe for MacroDelimiter",1,["syn::mac::MacroDelimiter"]],["impl<'a> !UnwindSafe for ParseNestedMeta<'a>",1,["syn::meta::ParseNestedMeta"]],["impl UnwindSafe for BinOp",1,["syn::op::BinOp"]],["impl UnwindSafe for UnOp",1,["syn::op::UnOp"]],["impl<'a> !UnwindSafe for ParseBuffer<'a>",1,["syn::parse::ParseBuffer"]],["impl<'c, 'a> UnwindSafe for StepCursor<'c, 'a>",1,["syn::parse::StepCursor"]],["impl UnwindSafe for Nothing",1,["syn::parse::Nothing"]],["impl UnwindSafe for Pat",1,["syn::pat::Pat"]],["impl UnwindSafe for PatIdent",1,["syn::pat::PatIdent"]],["impl UnwindSafe for PatOr",1,["syn::pat::PatOr"]],["impl UnwindSafe for PatParen",1,["syn::pat::PatParen"]],["impl UnwindSafe for PatReference",1,["syn::pat::PatReference"]],["impl UnwindSafe for PatRest",1,["syn::pat::PatRest"]],["impl UnwindSafe for PatSlice",1,["syn::pat::PatSlice"]],["impl UnwindSafe for PatStruct",1,["syn::pat::PatStruct"]],["impl UnwindSafe for PatTuple",1,["syn::pat::PatTuple"]],["impl UnwindSafe for PatTupleStruct",1,["syn::pat::PatTupleStruct"]],["impl UnwindSafe for PatType",1,["syn::pat::PatType"]],["impl UnwindSafe for PatWild",1,["syn::pat::PatWild"]],["impl UnwindSafe for FieldPat",1,["syn::pat::FieldPat"]],["impl UnwindSafe for Path",1,["syn::path::Path"]],["impl UnwindSafe for PathSegment",1,["syn::path::PathSegment"]],["impl UnwindSafe for PathArguments",1,["syn::path::PathArguments"]],["impl UnwindSafe for GenericArgument",1,["syn::path::GenericArgument"]],["impl UnwindSafe for AngleBracketedGenericArguments",1,["syn::path::AngleBracketedGenericArguments"]],["impl UnwindSafe for AssocType",1,["syn::path::AssocType"]],["impl UnwindSafe for AssocConst",1,["syn::path::AssocConst"]],["impl UnwindSafe for Constraint",1,["syn::path::Constraint"]],["impl UnwindSafe for ParenthesizedGenericArguments",1,["syn::path::ParenthesizedGenericArguments"]],["impl UnwindSafe for QSelf",1,["syn::path::QSelf"]],["impl<T, P> UnwindSafe for Punctuated<T, P>
where\n P: UnwindSafe,\n T: UnwindSafe,
",1,["syn::punctuated::Punctuated"]],["impl<'a, T, P> UnwindSafe for Pairs<'a, T, P>
where\n P: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["syn::punctuated::Pairs"]],["impl<'a, T, P> !UnwindSafe for PairsMut<'a, T, P>",1,["syn::punctuated::PairsMut"]],["impl<T, P> UnwindSafe for IntoPairs<T, P>
where\n P: UnwindSafe + RefUnwindSafe,\n T: UnwindSafe + RefUnwindSafe,
",1,["syn::punctuated::IntoPairs"]],["impl<T> UnwindSafe for IntoIter<T>
where\n T: UnwindSafe + RefUnwindSafe,
",1,["syn::punctuated::IntoIter"]],["impl<'a, T> !UnwindSafe for Iter<'a, T>",1,["syn::punctuated::Iter"]],["impl<'a, T> !UnwindSafe for IterMut<'a, T>",1,["syn::punctuated::IterMut"]],["impl<T, P> UnwindSafe for Pair<T, P>
where\n P: UnwindSafe,\n T: UnwindSafe,
",1,["syn::punctuated::Pair"]],["impl UnwindSafe for Visibility",1,["syn::restriction::Visibility"]],["impl UnwindSafe for VisRestricted",1,["syn::restriction::VisRestricted"]],["impl UnwindSafe for FieldMutability",1,["syn::restriction::FieldMutability"]],["impl UnwindSafe for Block",1,["syn::stmt::Block"]],["impl UnwindSafe for Stmt",1,["syn::stmt::Stmt"]],["impl UnwindSafe for Local",1,["syn::stmt::Local"]],["impl UnwindSafe for LocalInit",1,["syn::stmt::LocalInit"]],["impl UnwindSafe for StmtMacro",1,["syn::stmt::StmtMacro"]],["impl UnwindSafe for Type",1,["syn::ty::Type"]],["impl UnwindSafe for TypeArray",1,["syn::ty::TypeArray"]],["impl UnwindSafe for TypeBareFn",1,["syn::ty::TypeBareFn"]],["impl UnwindSafe for TypeGroup",1,["syn::ty::TypeGroup"]],["impl UnwindSafe for TypeImplTrait",1,["syn::ty::TypeImplTrait"]],["impl UnwindSafe for TypeInfer",1,["syn::ty::TypeInfer"]],["impl UnwindSafe for TypeMacro",1,["syn::ty::TypeMacro"]],["impl UnwindSafe for TypeNever",1,["syn::ty::TypeNever"]],["impl UnwindSafe for TypeParen",1,["syn::ty::TypeParen"]],["impl UnwindSafe for TypePath",1,["syn::ty::TypePath"]],["impl UnwindSafe for TypePtr",1,["syn::ty::TypePtr"]],["impl UnwindSafe for TypeReference",1,["syn::ty::TypeReference"]],["impl UnwindSafe for TypeSlice",1,["syn::ty::TypeSlice"]],["impl UnwindSafe for TypeTraitObject",1,["syn::ty::TypeTraitObject"]],["impl UnwindSafe for TypeTuple",1,["syn::ty::TypeTuple"]],["impl UnwindSafe for Abi",1,["syn::ty::Abi"]],["impl UnwindSafe for BareFnArg",1,["syn::ty::BareFnArg"]],["impl UnwindSafe for BareVariadic",1,["syn::ty::BareVariadic"]],["impl UnwindSafe for ReturnType",1,["syn::ty::ReturnType"]]], "thread_local":[["impl<'a, T> !UnwindSafe for CachedIterMut<'a, T>",1,["thread_local::cached::CachedIterMut"]],["impl<T> UnwindSafe for CachedIntoIter<T>
where\n T: UnwindSafe,
",1,["thread_local::cached::CachedIntoIter"]],["impl<'a, T> UnwindSafe for Iter<'a, T>",1,["thread_local::Iter"]],["impl<'a, T> !UnwindSafe for IterMut<'a, T>",1,["thread_local::IterMut"]],["impl<T> UnwindSafe for IntoIter<T>
where\n T: UnwindSafe,
",1,["thread_local::IntoIter"]],["impl<T: Send + UnwindSafe> UnwindSafe for CachedThreadLocal<T>"],["impl<T: Send + UnwindSafe> UnwindSafe for ThreadLocal<T>"]], "tinyvec":[["impl<A> UnwindSafe for ArrayVec<A>
where\n A: UnwindSafe,
",1,["tinyvec::arrayvec::ArrayVec"]],["impl<'p, A, I> !UnwindSafe for ArrayVecSplice<'p, A, I>",1,["tinyvec::arrayvec::ArrayVecSplice"]],["impl UnwindSafe for TryFromSliceError",1,["tinyvec::arrayvec::TryFromSliceError"]],["impl<A> UnwindSafe for ArrayVecIterator<A>
where\n A: UnwindSafe,
",1,["tinyvec::arrayvec::ArrayVecIterator"]],["impl<'a, T> !UnwindSafe for ArrayVecDrain<'a, T>",1,["tinyvec::arrayvec_drain::ArrayVecDrain"]],["impl<'s, T> !UnwindSafe for SliceVec<'s, T>",1,["tinyvec::slicevec::SliceVec"]],["impl<'p, 's, T> !UnwindSafe for SliceVecDrain<'p, 's, T>",1,["tinyvec::slicevec::SliceVecDrain"]],["impl<A> UnwindSafe for TinyVec<A>
where\n A: UnwindSafe,\n <A as Array>::Item: UnwindSafe,
",1,["tinyvec::tinyvec::TinyVec"]],["impl<'p, A> !UnwindSafe for TinyVecDrain<'p, A>",1,["tinyvec::tinyvec::TinyVecDrain"]],["impl<'p, A, I> !UnwindSafe for TinyVecSplice<'p, A, I>",1,["tinyvec::tinyvec::TinyVecSplice"]],["impl<A> UnwindSafe for TinyVecIterator<A>
where\n A: UnwindSafe,\n <A as Array>::Item: UnwindSafe + RefUnwindSafe,
",1,["tinyvec::tinyvec::TinyVecIterator"]]], "toml":[["impl<K, V> UnwindSafe for Map<K, V>
where\n K: RefUnwindSafe,\n V: RefUnwindSafe,
",1,["toml::map::Map"]],["impl<'a> !UnwindSafe for Entry<'a>",1,["toml::map::Entry"]],["impl<'a> !UnwindSafe for VacantEntry<'a>",1,["toml::map::VacantEntry"]],["impl<'a> !UnwindSafe for OccupiedEntry<'a>",1,["toml::map::OccupiedEntry"]],["impl<'a> UnwindSafe for Iter<'a>",1,["toml::map::Iter"]],["impl<'a> !UnwindSafe for IterMut<'a>",1,["toml::map::IterMut"]],["impl UnwindSafe for IntoIter",1,["toml::map::IntoIter"]],["impl<'a> UnwindSafe for Keys<'a>",1,["toml::map::Keys"]],["impl<'a> UnwindSafe for Values<'a>",1,["toml::map::Values"]],["impl UnwindSafe for Value",1,["toml::value::Value"]],["impl UnwindSafe for Error",1,["toml::de::Error"]],["impl<'a> UnwindSafe for Deserializer<'a>",1,["toml::de::Deserializer"]],["impl<'a> UnwindSafe for ValueDeserializer<'a>",1,["toml::de::ValueDeserializer"]],["impl UnwindSafe for Error",1,["toml::ser::Error"]],["impl<'d> !UnwindSafe for Serializer<'d>",1,["toml::ser::Serializer"]],["impl<'d> !UnwindSafe for ValueSerializer<'d>",1,["toml::ser::ValueSerializer"]]], "toml_datetime":[["impl UnwindSafe for Datetime",1,["toml_datetime::datetime::Datetime"]],["impl UnwindSafe for DatetimeParseError",1,["toml_datetime::datetime::DatetimeParseError"]],["impl UnwindSafe for Date",1,["toml_datetime::datetime::Date"]],["impl UnwindSafe for Time",1,["toml_datetime::datetime::Time"]],["impl UnwindSafe for Offset",1,["toml_datetime::datetime::Offset"]]], "toml_edit":[["impl UnwindSafe for Array",1,["toml_edit::array::Array"]],["impl UnwindSafe for ArrayOfTables",1,["toml_edit::array_of_tables::ArrayOfTables"]],["impl UnwindSafe for Document",1,["toml_edit::document::Document"]],["impl UnwindSafe for TomlError",1,["toml_edit::error::TomlError"]],["impl UnwindSafe for InlineTable",1,["toml_edit::inline_table::InlineTable"]],["impl<'a> !UnwindSafe for InlineEntry<'a>",1,["toml_edit::inline_table::InlineEntry"]],["impl<'a> !UnwindSafe for InlineOccupiedEntry<'a>",1,["toml_edit::inline_table::InlineOccupiedEntry"]],["impl<'a> !UnwindSafe for InlineVacantEntry<'a>",1,["toml_edit::inline_table::InlineVacantEntry"]],["impl UnwindSafe for InternalString",1,["toml_edit::internal_string::InternalString"]],["impl UnwindSafe for Item",1,["toml_edit::item::Item"]],["impl UnwindSafe for Key",1,["toml_edit::key::Key"]],["impl<'k> !UnwindSafe for KeyMut<'k>",1,["toml_edit::key::KeyMut"]],["impl UnwindSafe for RawString",1,["toml_edit::raw_string::RawString"]],["impl<T> UnwindSafe for Formatted<T>
where\n T: UnwindSafe,
",1,["toml_edit::repr::Formatted"]],["impl UnwindSafe for Repr",1,["toml_edit::repr::Repr"]],["impl UnwindSafe for Decor",1,["toml_edit::repr::Decor"]],["impl UnwindSafe for Table",1,["toml_edit::table::Table"]],["impl<'a> !UnwindSafe for Entry<'a>",1,["toml_edit::table::Entry"]],["impl<'a> !UnwindSafe for OccupiedEntry<'a>",1,["toml_edit::table::OccupiedEntry"]],["impl<'a> !UnwindSafe for VacantEntry<'a>",1,["toml_edit::table::VacantEntry"]],["impl UnwindSafe for Value",1,["toml_edit::value::Value"]],["impl UnwindSafe for ValueDeserializer",1,["toml_edit::de::value::ValueDeserializer"]],["impl UnwindSafe for Error",1,["toml_edit::de::Error"]],["impl UnwindSafe for Deserializer",1,["toml_edit::de::Deserializer"]],["impl UnwindSafe for ValueSerializer",1,["toml_edit::ser::value::ValueSerializer"]],["impl UnwindSafe for Error",1,["toml_edit::ser::Error"]]], "tracing":[["impl<T> !UnwindSafe for WithDispatch<T>",1,["tracing::instrument::WithDispatch"]],["impl<T> !UnwindSafe for Instrumented<T>",1,["tracing::instrument::Instrumented"]],["impl !UnwindSafe for Span",1,["tracing::span::Span"]],["impl<'a> !UnwindSafe for Entered<'a>",1,["tracing::span::Entered"]],["impl !UnwindSafe for EnteredSpan",1,["tracing::span::EnteredSpan"]]], "tracing_core":[["impl !UnwindSafe for Identifier",1,["tracing_core::callsite::Identifier"]],["impl !UnwindSafe for DefaultCallsite",1,["tracing_core::callsite::DefaultCallsite"]],["impl !UnwindSafe for Dispatch",1,["tracing_core::dispatcher::Dispatch"]],["impl !UnwindSafe for WeakDispatch",1,["tracing_core::dispatcher::WeakDispatch"]],["impl !UnwindSafe for DefaultGuard",1,["tracing_core::dispatcher::DefaultGuard"]],["impl UnwindSafe for SetGlobalDefaultError",1,["tracing_core::dispatcher::SetGlobalDefaultError"]],["impl<'a> !UnwindSafe for Event<'a>",1,["tracing_core::event::Event"]],["impl !UnwindSafe for Field",1,["tracing_core::field::Field"]],["impl UnwindSafe for Empty",1,["tracing_core::field::Empty"]],["impl !UnwindSafe for FieldSet",1,["tracing_core::field::FieldSet"]],["impl<'a> !UnwindSafe for ValueSet<'a>",1,["tracing_core::field::ValueSet"]],["impl !UnwindSafe for Iter",1,["tracing_core::field::Iter"]],["impl<T> UnwindSafe for DisplayValue<T>
where\n T: UnwindSafe,
",1,["tracing_core::field::DisplayValue"]],["impl<T> UnwindSafe for DebugValue<T>
where\n T: UnwindSafe,
",1,["tracing_core::field::DebugValue"]],["impl<'a> !UnwindSafe for Metadata<'a>",1,["tracing_core::metadata::Metadata"]],["impl UnwindSafe for Kind",1,["tracing_core::metadata::Kind"]],["impl UnwindSafe for Level",1,["tracing_core::metadata::Level"]],["impl UnwindSafe for LevelFilter",1,["tracing_core::metadata::LevelFilter"]],["impl UnwindSafe for ParseLevelFilterError",1,["tracing_core::metadata::ParseLevelFilterError"]],["impl UnwindSafe for ParseLevelError",1,["tracing_core::metadata::ParseLevelError"]],["impl UnwindSafe for Id",1,["tracing_core::span::Id"]],["impl<'a> !UnwindSafe for Attributes<'a>",1,["tracing_core::span::Attributes"]],["impl<'a> !UnwindSafe for Record<'a>",1,["tracing_core::span::Record"]],["impl !UnwindSafe for Current",1,["tracing_core::span::Current"]],["impl UnwindSafe for Interest",1,["tracing_core::subscriber::Interest"]],["impl UnwindSafe for NoSubscriber",1,["tracing_core::subscriber::NoSubscriber"]]], "tracing_log":[["impl UnwindSafe for LogTracer",1,["tracing_log::log_tracer::LogTracer"]],["impl UnwindSafe for Builder",1,["tracing_log::log_tracer::Builder"]]], "tracing_subscriber":[["impl<V> UnwindSafe for Alt<V>
where\n V: UnwindSafe,
",1,["tracing_subscriber::field::debug::Alt"]],["impl<D, V> UnwindSafe for Delimited<D, V>
where\n D: UnwindSafe,\n V: UnwindSafe,
",1,["tracing_subscriber::field::delimited::Delimited"]],["impl<D, V> UnwindSafe for VisitDelimited<D, V>
where\n D: UnwindSafe,\n V: UnwindSafe,
",1,["tracing_subscriber::field::delimited::VisitDelimited"]],["impl<V> UnwindSafe for Messages<V>
where\n V: UnwindSafe,
",1,["tracing_subscriber::field::display::Messages"]],["impl<F> UnwindSafe for FilterFn<F>
where\n F: UnwindSafe,
",1,["tracing_subscriber::filter::filter_fn::FilterFn"]],["impl<S, F, R> UnwindSafe for DynFilterFn<S, F, R>
where\n F: UnwindSafe,\n R: UnwindSafe,
",1,["tracing_subscriber::filter::filter_fn::DynFilterFn"]],["impl UnwindSafe for Builder",1,["tracing_subscriber::filter::env::builder::Builder"]],["impl UnwindSafe for Directive",1,["tracing_subscriber::filter::env::directive::Directive"]],["impl UnwindSafe for BadName",1,["tracing_subscriber::filter::env::field::BadName"]],["impl UnwindSafe for EnvFilter",1,["tracing_subscriber::filter::env::EnvFilter"]],["impl !UnwindSafe for FromEnvError",1,["tracing_subscriber::filter::env::FromEnvError"]],["impl<A, B, S> UnwindSafe for And<A, B, S>
where\n A: UnwindSafe,\n B: UnwindSafe,
",1,["tracing_subscriber::filter::layer_filters::combinator::And"]],["impl<A, B, S> UnwindSafe for Or<A, B, S>
where\n A: UnwindSafe,\n B: UnwindSafe,
",1,["tracing_subscriber::filter::layer_filters::combinator::Or"]],["impl<A, S> UnwindSafe for Not<A, S>
where\n A: UnwindSafe,
",1,["tracing_subscriber::filter::layer_filters::combinator::Not"]],["impl<L, F, S> UnwindSafe for Filtered<L, F, S>
where\n F: UnwindSafe,\n L: UnwindSafe,
",1,["tracing_subscriber::filter::layer_filters::Filtered"]],["impl UnwindSafe for FilterId",1,["tracing_subscriber::filter::layer_filters::FilterId"]],["impl UnwindSafe for Targets",1,["tracing_subscriber::filter::targets::Targets"]],["impl UnwindSafe for IntoIter",1,["tracing_subscriber::filter::targets::IntoIter"]],["impl<'a> UnwindSafe for Iter<'a>",1,["tracing_subscriber::filter::targets::Iter"]],["impl !UnwindSafe for ParseError",1,["tracing_subscriber::filter::directive::ParseError"]],["impl<'a> !UnwindSafe for Extensions<'a>",1,["tracing_subscriber::registry::extensions::Extensions"]],["impl<'a> UnwindSafe for ExtensionsMut<'a>",1,["tracing_subscriber::registry::extensions::ExtensionsMut"]],["impl !UnwindSafe for Registry",1,["tracing_subscriber::registry::sharded::Registry"]],["impl<'a> !UnwindSafe for Data<'a>",1,["tracing_subscriber::registry::sharded::Data"]],["impl<'a, R> UnwindSafe for SpanRef<'a, R>
where\n R: RefUnwindSafe,\n <R as LookupSpan<'a>>::Data: UnwindSafe,
",1,["tracing_subscriber::registry::SpanRef"]],["impl<'a, R> UnwindSafe for Scope<'a, R>
where\n R: RefUnwindSafe,
",1,["tracing_subscriber::registry::Scope"]],["impl<'a, R> UnwindSafe for ScopeFromRoot<'a, R>
where\n R: RefUnwindSafe,\n <R as LookupSpan<'a>>::Data: UnwindSafe + RefUnwindSafe,
",1,["tracing_subscriber::registry::ScopeFromRoot"]],["impl<'a, S> UnwindSafe for Context<'a, S>
where\n S: RefUnwindSafe,
",1,["tracing_subscriber::layer::context::Context"]],["impl<L, I, S> UnwindSafe for Layered<L, I, S>
where\n I: UnwindSafe,\n L: UnwindSafe,
",1,["tracing_subscriber::layer::layered::Layered"]],["impl UnwindSafe for Identity",1,["tracing_subscriber::layer::Identity"]],["impl !UnwindSafe for TryInitError",1,["tracing_subscriber::util::TryInitError"]],["impl<L, S> UnwindSafe for Layer<L, S>",1,["tracing_subscriber::reload::Layer"]],["impl<L, S> UnwindSafe for Handle<L, S>",1,["tracing_subscriber::reload::Handle"]],["impl UnwindSafe for Error",1,["tracing_subscriber::reload::Error"]],["impl<S, N, E, W> UnwindSafe for Layer<S, N, E, W>
where\n E: UnwindSafe,\n N: UnwindSafe,\n W: UnwindSafe,
",1,["tracing_subscriber::fmt::fmt_layer::Layer"]],["impl<E: ?Sized> UnwindSafe for FormattedFields<E>",1,["tracing_subscriber::fmt::fmt_layer::FormattedFields"]],["impl<'a, S, N> !UnwindSafe for FmtContext<'a, S, N>",1,["tracing_subscriber::fmt::fmt_layer::FmtContext"]],["impl UnwindSafe for Pretty",1,["tracing_subscriber::fmt::format::pretty::Pretty"]],["impl<'a> !UnwindSafe for PrettyVisitor<'a>",1,["tracing_subscriber::fmt::format::pretty::PrettyVisitor"]],["impl UnwindSafe for PrettyFields",1,["tracing_subscriber::fmt::format::pretty::PrettyFields"]],["impl<'writer> !UnwindSafe for Writer<'writer>",1,["tracing_subscriber::fmt::format::Writer"]],["impl<F> UnwindSafe for FieldFn<F>
where\n F: UnwindSafe,
",1,["tracing_subscriber::fmt::format::FieldFn"]],["impl<'a, F> !UnwindSafe for FieldFnVisitor<'a, F>",1,["tracing_subscriber::fmt::format::FieldFnVisitor"]],["impl UnwindSafe for Compact",1,["tracing_subscriber::fmt::format::Compact"]],["impl UnwindSafe for Full",1,["tracing_subscriber::fmt::format::Full"]],["impl<F, T> UnwindSafe for Format<F, T>
where\n F: UnwindSafe,\n T: UnwindSafe,
",1,["tracing_subscriber::fmt::format::Format"]],["impl UnwindSafe for DefaultFields",1,["tracing_subscriber::fmt::format::DefaultFields"]],["impl<'a> !UnwindSafe for DefaultVisitor<'a>",1,["tracing_subscriber::fmt::format::DefaultVisitor"]],["impl UnwindSafe for FmtSpan",1,["tracing_subscriber::fmt::format::FmtSpan"]],["impl UnwindSafe for SystemTime",1,["tracing_subscriber::fmt::time::SystemTime"]],["impl UnwindSafe for Uptime",1,["tracing_subscriber::fmt::time::Uptime"]],["impl UnwindSafe for TestWriter",1,["tracing_subscriber::fmt::writer::TestWriter"]],["impl !UnwindSafe for BoxMakeWriter",1,["tracing_subscriber::fmt::writer::BoxMakeWriter"]],["impl<A, B> UnwindSafe for EitherWriter<A, B>
where\n A: UnwindSafe,\n B: UnwindSafe,
",1,["tracing_subscriber::fmt::writer::EitherWriter"]],["impl<M> UnwindSafe for WithMaxLevel<M>
where\n M: UnwindSafe,
",1,["tracing_subscriber::fmt::writer::WithMaxLevel"]],["impl<M> UnwindSafe for WithMinLevel<M>
where\n M: UnwindSafe,
",1,["tracing_subscriber::fmt::writer::WithMinLevel"]],["impl<M, F> UnwindSafe for WithFilter<M, F>
where\n F: UnwindSafe,\n M: UnwindSafe,
",1,["tracing_subscriber::fmt::writer::WithFilter"]],["impl<A, B> UnwindSafe for OrElse<A, B>
where\n A: UnwindSafe,\n B: UnwindSafe,
",1,["tracing_subscriber::fmt::writer::OrElse"]],["impl<A, B> UnwindSafe for Tee<A, B>
where\n A: UnwindSafe,\n B: UnwindSafe,
",1,["tracing_subscriber::fmt::writer::Tee"]],["impl<'a, W> UnwindSafe for MutexGuardWriter<'a, W>",1,["tracing_subscriber::fmt::writer::MutexGuardWriter"]],["impl<W> UnwindSafe for ArcWriter<W>
where\n W: RefUnwindSafe,
",1,["tracing_subscriber::fmt::writer::ArcWriter"]],["impl<N = DefaultFields, E = Format, F = LevelFilter, W = fn() -> Stdout> !UnwindSafe for Subscriber<N, E, F, W>",1,["tracing_subscriber::fmt::Subscriber"]],["impl<N, E, F, W> UnwindSafe for SubscriberBuilder<N, E, F, W>
where\n E: UnwindSafe,\n F: UnwindSafe,\n N: UnwindSafe,\n W: UnwindSafe,
",1,["tracing_subscriber::fmt::SubscriberBuilder"]]], "unicode_bidi":[["impl UnwindSafe for BidiMatchedOpeningBracket",1,["unicode_bidi::data_source::BidiMatchedOpeningBracket"]],["impl UnwindSafe for Level",1,["unicode_bidi::level::Level"]],["impl UnwindSafe for Error",1,["unicode_bidi::level::Error"]],["impl<'text> UnwindSafe for InitialInfo<'text>",1,["unicode_bidi::utf16::InitialInfo"]],["impl<'text> UnwindSafe for BidiInfo<'text>",1,["unicode_bidi::utf16::BidiInfo"]],["impl<'text> UnwindSafe for ParagraphBidiInfo<'text>",1,["unicode_bidi::utf16::ParagraphBidiInfo"]],["impl<'a, 'text> UnwindSafe for Paragraph<'a, 'text>",1,["unicode_bidi::utf16::Paragraph"]],["impl<'text> UnwindSafe for Utf16IndexLenIter<'text>",1,["unicode_bidi::utf16::Utf16IndexLenIter"]],["impl<'text> UnwindSafe for Utf16CharIndexIter<'text>",1,["unicode_bidi::utf16::Utf16CharIndexIter"]],["impl<'text> UnwindSafe for Utf16CharIter<'text>",1,["unicode_bidi::utf16::Utf16CharIter"]],["impl UnwindSafe for BidiClass",1,["unicode_bidi::char_data::tables::BidiClass"]],["impl UnwindSafe for HardcodedBidiData",1,["unicode_bidi::char_data::HardcodedBidiData"]],["impl UnwindSafe for Direction",1,["unicode_bidi::Direction"]],["impl UnwindSafe for ParagraphInfo",1,["unicode_bidi::ParagraphInfo"]],["impl<'text> UnwindSafe for InitialInfo<'text>",1,["unicode_bidi::InitialInfo"]],["impl<'text> UnwindSafe for BidiInfo<'text>",1,["unicode_bidi::BidiInfo"]],["impl<'text> UnwindSafe for ParagraphBidiInfo<'text>",1,["unicode_bidi::ParagraphBidiInfo"]],["impl<'a, 'text> UnwindSafe for Paragraph<'a, 'text>",1,["unicode_bidi::Paragraph"]],["impl<'text> UnwindSafe for Utf8IndexLenIter<'text>",1,["unicode_bidi::Utf8IndexLenIter"]]], "unicode_normalization":[["impl<I> UnwindSafe for Decompositions<I>
where\n I: UnwindSafe,
",1,["unicode_normalization::decompose::Decompositions"]],["impl UnwindSafe for IsNormalized",1,["unicode_normalization::quick_check::IsNormalized"]],["impl<I> UnwindSafe for Recompositions<I>
where\n I: UnwindSafe,
",1,["unicode_normalization::recompose::Recompositions"]],["impl<I> UnwindSafe for Replacements<I>
where\n I: UnwindSafe,
",1,["unicode_normalization::replace::Replacements"]],["impl<I> UnwindSafe for StreamSafe<I>
where\n I: UnwindSafe,
",1,["unicode_normalization::stream_safe::StreamSafe"]]], "url":[["impl<S> UnwindSafe for Host<S>
where\n S: UnwindSafe,
",1,["url::host::Host"]],["impl UnwindSafe for Origin",1,["url::origin::Origin"]],["impl UnwindSafe for OpaqueOrigin",1,["url::origin::OpaqueOrigin"]],["impl UnwindSafe for ParseError",1,["url::parser::ParseError"]],["impl UnwindSafe for SyntaxViolation",1,["url::parser::SyntaxViolation"]],["impl<'a> !UnwindSafe for PathSegmentsMut<'a>",1,["url::path_segments::PathSegmentsMut"]],["impl UnwindSafe for Position",1,["url::slicing::Position"]],["impl UnwindSafe for Url",1,["url::Url"]],["impl<'a> !UnwindSafe for ParseOptions<'a>",1,["url::ParseOptions"]],["impl<'a> !UnwindSafe for UrlQuery<'a>",1,["url::UrlQuery"]]], "utf8parse":[["impl UnwindSafe for Parser",1,["utf8parse::Parser"]]], "walkdir":[["impl UnwindSafe for DirEntry",1,["walkdir::dent::DirEntry"]],["impl !UnwindSafe for Error",1,["walkdir::error::Error"]],["impl !UnwindSafe for WalkDir",1,["walkdir::WalkDir"]],["impl !UnwindSafe for IntoIter",1,["walkdir::IntoIter"]],["impl<I, P> UnwindSafe for FilterEntry<I, P>
where\n I: UnwindSafe,\n P: UnwindSafe,
",1,["walkdir::FilterEntry"]]], "winnow":[["impl UnwindSafe for Needed",1,["winnow::error::Needed"]],["impl<E> UnwindSafe for ErrMode<E>
where\n E: UnwindSafe,
",1,["winnow::error::ErrMode"]],["impl<I> UnwindSafe for InputError<I>
where\n I: UnwindSafe,
",1,["winnow::error::InputError"]],["impl<C = StrContext> !UnwindSafe for ContextError<C>",1,["winnow::error::ContextError"]],["impl UnwindSafe for StrContext",1,["winnow::error::StrContext"]],["impl UnwindSafe for StrContextValue",1,["winnow::error::StrContextValue"]],["impl<I, C = StrContext> !UnwindSafe for TreeError<I, C>",1,["winnow::error::TreeError"]],["impl<I, C = StrContext> !UnwindSafe for TreeErrorFrame<I, C>",1,["winnow::error::TreeErrorFrame"]],["impl<I> !UnwindSafe for TreeErrorBase<I>",1,["winnow::error::TreeErrorBase"]],["impl<I, C> UnwindSafe for TreeErrorContext<I, C>
where\n C: UnwindSafe,\n I: UnwindSafe,
",1,["winnow::error::TreeErrorContext"]],["impl UnwindSafe for ErrorKind",1,["winnow::error::ErrorKind"]],["impl<I, E> UnwindSafe for ParseError<I, E>
where\n E: UnwindSafe,\n I: UnwindSafe,
",1,["winnow::error::ParseError"]],["impl UnwindSafe for Bytes",1,["winnow::stream::Bytes"]],["impl UnwindSafe for BStr",1,["winnow::stream::BStr"]],["impl<I> UnwindSafe for Located<I>
where\n I: UnwindSafe,
",1,["winnow::stream::Located"]],["impl<I, S> UnwindSafe for Stateful<I, S>
where\n I: UnwindSafe,\n S: UnwindSafe,
",1,["winnow::stream::Stateful"]],["impl<I> UnwindSafe for Partial<I>
where\n I: UnwindSafe,
",1,["winnow::stream::Partial"]],["impl<I> UnwindSafe for BitOffsets<I>
where\n I: UnwindSafe,
",1,["winnow::stream::BitOffsets"]],["impl UnwindSafe for CompareResult",1,["winnow::stream::CompareResult"]],["impl<T, S> UnwindSafe for Checkpoint<T, S>
where\n S: UnwindSafe,\n T: UnwindSafe,
",1,["winnow::stream::Checkpoint"]],["impl UnwindSafe for Range",1,["winnow::stream::Range"]],["impl<T> UnwindSafe for Caseless<T>
where\n T: UnwindSafe,
",1,["winnow::ascii::Caseless"]],["impl UnwindSafe for Endianness",1,["winnow::binary::Endianness"]],["impl<F, I, O, E> UnwindSafe for ParserIterator<F, I, O, E>
where\n E: UnwindSafe,\n F: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,
",1,["winnow::combinator::core::ParserIterator"]],["impl<P, I, O, C, E> UnwindSafe for Repeat<P, I, O, C, E>
where\n C: UnwindSafe,\n E: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,\n P: UnwindSafe,
",1,["winnow::combinator::multi::Repeat"]],["impl<'p, P> !UnwindSafe for ByRef<'p, P>",1,["winnow::combinator::parser::ByRef"]],["impl<F, G, I, O, O2, E> UnwindSafe for Map<F, G, I, O, O2, E>
where\n E: UnwindSafe,\n F: UnwindSafe,\n G: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,\n O2: UnwindSafe,
",1,["winnow::combinator::parser::Map"]],["impl<F, G, I, O, O2, E, E2> UnwindSafe for TryMap<F, G, I, O, O2, E, E2>
where\n E: UnwindSafe,\n E2: UnwindSafe,\n F: UnwindSafe,\n G: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,\n O2: UnwindSafe,
",1,["winnow::combinator::parser::TryMap"]],["impl<F, G, I, O, O2, E> UnwindSafe for VerifyMap<F, G, I, O, O2, E>
where\n E: UnwindSafe,\n F: UnwindSafe,\n G: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,\n O2: UnwindSafe,
",1,["winnow::combinator::parser::VerifyMap"]],["impl<F, G, I, O, O2, E> UnwindSafe for AndThen<F, G, I, O, O2, E>
where\n E: UnwindSafe,\n F: UnwindSafe,\n G: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,\n O2: UnwindSafe,
",1,["winnow::combinator::parser::AndThen"]],["impl<P, I, O, O2, E> UnwindSafe for ParseTo<P, I, O, O2, E>
where\n E: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,\n O2: UnwindSafe,\n P: UnwindSafe,
",1,["winnow::combinator::parser::ParseTo"]],["impl<F, G, H, I, O, O2, E> UnwindSafe for FlatMap<F, G, H, I, O, O2, E>
where\n E: UnwindSafe,\n F: UnwindSafe,\n G: UnwindSafe,\n H: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,\n O2: UnwindSafe,
",1,["winnow::combinator::parser::FlatMap"]],["impl<F> UnwindSafe for CompleteErr<F>
where\n F: UnwindSafe,
",1,["winnow::combinator::parser::CompleteErr"]],["impl<F, G, I, O, O2: ?Sized, E> UnwindSafe for Verify<F, G, I, O, O2, E>
where\n E: UnwindSafe,\n F: UnwindSafe,\n G: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,\n O2: UnwindSafe,
",1,["winnow::combinator::parser::Verify"]],["impl<F, I, O, O2, E> UnwindSafe for Value<F, I, O, O2, E>
where\n E: UnwindSafe,\n F: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,\n O2: UnwindSafe,
",1,["winnow::combinator::parser::Value"]],["impl<F, I, O, O2, E> UnwindSafe for DefaultValue<F, I, O, O2, E>
where\n E: UnwindSafe,\n F: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,\n O2: UnwindSafe,
",1,["winnow::combinator::parser::DefaultValue"]],["impl<F, I, O, E> UnwindSafe for Void<F, I, O, E>
where\n E: UnwindSafe,\n F: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,
",1,["winnow::combinator::parser::Void"]],["impl<F, I, O, E> UnwindSafe for Recognize<F, I, O, E>
where\n E: UnwindSafe,\n F: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,
",1,["winnow::combinator::parser::Recognize"]],["impl<F, I, O, E> UnwindSafe for WithRecognized<F, I, O, E>
where\n E: UnwindSafe,\n F: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,
",1,["winnow::combinator::parser::WithRecognized"]],["impl<F, I, O, E> UnwindSafe for Span<F, I, O, E>
where\n E: UnwindSafe,\n F: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,
",1,["winnow::combinator::parser::Span"]],["impl<F, I, O, E> UnwindSafe for WithSpan<F, I, O, E>
where\n E: UnwindSafe,\n F: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,
",1,["winnow::combinator::parser::WithSpan"]],["impl<F, I, O, O2, E> UnwindSafe for OutputInto<F, I, O, O2, E>
where\n E: UnwindSafe,\n F: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,\n O2: UnwindSafe,
",1,["winnow::combinator::parser::OutputInto"]],["impl<F, I, O, E, E2> UnwindSafe for ErrInto<F, I, O, E, E2>
where\n E: UnwindSafe,\n E2: UnwindSafe,\n F: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,
",1,["winnow::combinator::parser::ErrInto"]],["impl<F, I, O, E, C> UnwindSafe for Context<F, I, O, E, C>
where\n C: UnwindSafe,\n E: UnwindSafe,\n F: UnwindSafe,\n I: UnwindSafe,\n O: UnwindSafe,
",1,["winnow::combinator::parser::Context"]]], "yansi":[["impl<T> UnwindSafe for Paint<T>
where\n T: UnwindSafe,
",1,["yansi::paint::Paint"]],["impl UnwindSafe for Style",1,["yansi::style::Style"]],["impl UnwindSafe for Color",1,["yansi::color::Color"]]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()