(function() {
var implementors = Object.fromEntries([["anstream",[["impl RefUnwindSafe for StripBytes",1,["anstream::adapter::strip::StripBytes"]],["impl RefUnwindSafe for StripStr",1,["anstream::adapter::strip::StripStr"]],["impl RefUnwindSafe for WinconBytes",1,["anstream::adapter::wincon::WinconBytes"]],["impl<'s> RefUnwindSafe for StripBytesIter<'s>",1,["anstream::adapter::strip::StripBytesIter"]],["impl<'s> RefUnwindSafe for StripStrIter<'s>",1,["anstream::adapter::strip::StripStrIter"]],["impl<'s> RefUnwindSafe for StrippedBytes<'s>",1,["anstream::adapter::strip::StrippedBytes"]],["impl<'s> RefUnwindSafe for StrippedStr<'s>",1,["anstream::adapter::strip::StrippedStr"]],["impl<'s> RefUnwindSafe for WinconBytesIter<'s>",1,["anstream::adapter::wincon::WinconBytesIter"]],["impl<S> RefUnwindSafe for AutoStream<S>
",1,["anstream::auto::AutoStream"]],["impl<S> RefUnwindSafe for StripStream<S>",1,["anstream::strip::StripStream"]]]],["anstyle",[["impl RefUnwindSafe for AnsiColor",1,["anstyle::color::AnsiColor"]],["impl RefUnwindSafe for Color",1,["anstyle::color::Color"]],["impl RefUnwindSafe for Ansi256Color",1,["anstyle::color::Ansi256Color"]],["impl RefUnwindSafe for EffectIter",1,["anstyle::effect::EffectIter"]],["impl RefUnwindSafe for Effects",1,["anstyle::effect::Effects"]],["impl RefUnwindSafe for Reset",1,["anstyle::reset::Reset"]],["impl RefUnwindSafe for RgbColor",1,["anstyle::color::RgbColor"]],["impl RefUnwindSafe for Style",1,["anstyle::style::Style"]]]],["anstyle_parse",[["impl RefUnwindSafe for Action",1,["anstyle_parse::state::definitions::Action"]],["impl RefUnwindSafe for State",1,["anstyle_parse::state::definitions::State"]],["impl RefUnwindSafe for AsciiParser",1,["anstyle_parse::AsciiParser"]],["impl RefUnwindSafe for Params",1,["anstyle_parse::params::Params"]],["impl RefUnwindSafe for Utf8Parser",1,["anstyle_parse::Utf8Parser"]],["impl<'a> RefUnwindSafe for ParamsIter<'a>",1,["anstyle_parse::params::ParamsIter"]],["impl<C> RefUnwindSafe for Parser<C>",1,["anstyle_parse::Parser"]]]],["bincode",[["impl !RefUnwindSafe for ErrorKind",1,["bincode::error::ErrorKind"]],["impl RefUnwindSafe for AllowTrailing",1,["bincode::config::trailing::AllowTrailing"]],["impl RefUnwindSafe for BigEndian",1,["bincode::config::endian::BigEndian"]],["impl RefUnwindSafe for Bounded",1,["bincode::config::limit::Bounded"]],["impl RefUnwindSafe for Config",1,["bincode::config::legacy::Config"]],["impl RefUnwindSafe for DefaultOptions",1,["bincode::config::DefaultOptions"]],["impl RefUnwindSafe for FixintEncoding",1,["bincode::config::int::FixintEncoding"]],["impl RefUnwindSafe for Infinite",1,["bincode::config::limit::Infinite"]],["impl RefUnwindSafe for LittleEndian",1,["bincode::config::endian::LittleEndian"]],["impl RefUnwindSafe for NativeEndian",1,["bincode::config::endian::NativeEndian"]],["impl RefUnwindSafe for RejectTrailing",1,["bincode::config::trailing::RejectTrailing"]],["impl RefUnwindSafe for VarintEncoding",1,["bincode::config::int::VarintEncoding"]],["impl<'storage> RefUnwindSafe for SliceReader<'storage>",1,["bincode::de::read::SliceReader"]],["impl<O, E> RefUnwindSafe for WithOtherEndian<O, E>",1,["bincode::config::WithOtherEndian"]],["impl<O, I> RefUnwindSafe for WithOtherIntEncoding<O, I>",1,["bincode::config::WithOtherIntEncoding"]],["impl<O, L> RefUnwindSafe for WithOtherLimit<O, L>",1,["bincode::config::WithOtherLimit"]],["impl<O, T> RefUnwindSafe for WithOtherTrailing<O, T>",1,["bincode::config::WithOtherTrailing"]],["impl<R> RefUnwindSafe for IoReader<R>",1,["bincode::de::read::IoReader"]],["impl<R, O> RefUnwindSafe for Deserializer<R, O>",1,["bincode::de::Deserializer"]],["impl<W, O> RefUnwindSafe for Serializer<W, O>",1,["bincode::ser::Serializer"]]]],["bitflags",[["impl RefUnwindSafe for ParseError",1,["bitflags::parser::ParseError"]],["impl<B> RefUnwindSafe for Iter<B>",1,["bitflags::iter::Iter"]],["impl<B> RefUnwindSafe for IterNames<B>",1,["bitflags::iter::IterNames"]],["impl<B> RefUnwindSafe for Flag<B>",1,["bitflags::traits::Flag"]]]],["byteorder",[["impl RefUnwindSafe for BigEndian",1,["byteorder::BigEndian"]],["impl RefUnwindSafe for LittleEndian",1,["byteorder::LittleEndian"]]]],["bytes",[["impl RefUnwindSafe for UninitSlice",1,["bytes::buf::uninit_slice::UninitSlice"]],["impl RefUnwindSafe for Bytes",1,["bytes::bytes::Bytes"]],["impl RefUnwindSafe for BytesMut",1,["bytes::bytes_mut::BytesMut"]],["impl<B> RefUnwindSafe for Reader<B>",1,["bytes::buf::reader::Reader"]],["impl<B> RefUnwindSafe for Writer<B>",1,["bytes::buf::writer::Writer"]],["impl<T> RefUnwindSafe for IntoIter<T>",1,["bytes::buf::iter::IntoIter"]],["impl<T> RefUnwindSafe for Limit<T>",1,["bytes::buf::limit::Limit"]],["impl<T> RefUnwindSafe for Take<T>",1,["bytes::buf::take::Take"]],["impl<T, U> RefUnwindSafe for Chain<T, U>",1,["bytes::buf::chain::Chain"]]]],["clap_builder",[["impl !RefUnwindSafe for Arg",1,["clap_builder::builder::arg::Arg"]],["impl !RefUnwindSafe for Command",1,["clap_builder::builder::command::Command"]],["impl !RefUnwindSafe for ValueParser",1,["clap_builder::builder::value_parser::ValueParser"]],["impl !RefUnwindSafe for ArgMatches",1,["clap_builder::parser::matches::arg_matches::ArgMatches"]],["impl RefUnwindSafe for ArgAction",1,["clap_builder::builder::action::ArgAction"]],["impl RefUnwindSafe for ArgPredicate",1,["clap_builder::builder::arg_predicate::ArgPredicate"]],["impl RefUnwindSafe for ValueHint",1,["clap_builder::builder::value_hint::ValueHint"]],["impl RefUnwindSafe for ColorChoice",1,["clap_builder::util::color::ColorChoice"]],["impl RefUnwindSafe for ContextKind",1,["clap_builder::error::context::ContextKind"]],["impl RefUnwindSafe for ContextValue",1,["clap_builder::error::context::ContextValue"]],["impl RefUnwindSafe for ErrorKind",1,["clap_builder::error::kind::ErrorKind"]],["impl RefUnwindSafe for MatchesError",1,["clap_builder::parser::error::MatchesError"]],["impl RefUnwindSafe for ValueSource",1,["clap_builder::parser::matches::value_source::ValueSource"]],["impl RefUnwindSafe for ArgGroup",1,["clap_builder::builder::arg_group::ArgGroup"]],["impl RefUnwindSafe for BoolValueParser",1,["clap_builder::builder::value_parser::BoolValueParser"]],["impl RefUnwindSafe for BoolishValueParser",1,["clap_builder::builder::value_parser::BoolishValueParser"]],["impl RefUnwindSafe for FalseyValueParser",1,["clap_builder::builder::value_parser::FalseyValueParser"]],["impl RefUnwindSafe for NonEmptyStringValueParser",1,["clap_builder::builder::value_parser::NonEmptyStringValueParser"]],["impl RefUnwindSafe for OsStr",1,["clap_builder::builder::os_str::OsStr"]],["impl RefUnwindSafe for OsStringValueParser",1,["clap_builder::builder::value_parser::OsStringValueParser"]],["impl RefUnwindSafe for PathBufValueParser",1,["clap_builder::builder::value_parser::PathBufValueParser"]],["impl RefUnwindSafe for PossibleValue",1,["clap_builder::builder::possible_value::PossibleValue"]],["impl RefUnwindSafe for PossibleValuesParser",1,["clap_builder::builder::value_parser::PossibleValuesParser"]],["impl RefUnwindSafe for Str",1,["clap_builder::builder::str::Str"]],["impl RefUnwindSafe for StringValueParser",1,["clap_builder::builder::value_parser::StringValueParser"]],["impl RefUnwindSafe for StyledStr",1,["clap_builder::builder::styled_str::StyledStr"]],["impl RefUnwindSafe for UnknownArgumentValueParser",1,["clap_builder::builder::value_parser::UnknownArgumentValueParser"]],["impl RefUnwindSafe for ValueRange",1,["clap_builder::builder::range::ValueRange"]],["impl RefUnwindSafe for Styles",1,["clap_builder::builder::styling::Styles"]],["impl RefUnwindSafe for KindFormatter",1,["clap_builder::error::format::KindFormatter"]],["impl RefUnwindSafe for RichFormatter",1,["clap_builder::error::format::RichFormatter"]],["impl RefUnwindSafe for Id",1,["clap_builder::util::id::Id"]],["impl<'a> RefUnwindSafe for IdsRef<'a>",1,["clap_builder::parser::matches::arg_matches::IdsRef"]],["impl<'a> RefUnwindSafe for Indices<'a>",1,["clap_builder::parser::matches::arg_matches::Indices"]],["impl<'a> RefUnwindSafe for RawValues<'a>",1,["clap_builder::parser::matches::arg_matches::RawValues"]],["impl<'a, T> !RefUnwindSafe for ValuesRef<'a, T>",1,["clap_builder::parser::matches::arg_matches::ValuesRef"]],["impl<E> RefUnwindSafe for EnumValueParser<E>",1,["clap_builder::builder::value_parser::EnumValueParser"]],["impl<F = RichFormatter> !RefUnwindSafe for Error<F>",1,["clap_builder::error::Error"]],["impl<P, F> RefUnwindSafe for MapValueParser<P, F>",1,["clap_builder::builder::value_parser::MapValueParser"]],["impl<P, F> RefUnwindSafe for TryMapValueParser<P, F>",1,["clap_builder::builder::value_parser::TryMapValueParser"]],["impl<T> !RefUnwindSafe for Values<T>",1,["clap_builder::parser::matches::arg_matches::Values"]],["impl<T> RefUnwindSafe for Resettable<T>",1,["clap_builder::builder::resettable::Resettable"]],["impl<T> RefUnwindSafe for RangedI64ValueParser<T>",1,["clap_builder::builder::value_parser::RangedI64ValueParser"]],["impl<T> RefUnwindSafe for RangedU64ValueParser<T>",1,["clap_builder::builder::value_parser::RangedU64ValueParser"]]]],["clap_lex",[["impl RefUnwindSafe for ArgCursor",1,["clap_lex::ArgCursor"]],["impl RefUnwindSafe for RawArgs",1,["clap_lex::RawArgs"]],["impl<'s> RefUnwindSafe for ParsedArg<'s>",1,["clap_lex::ParsedArg"]],["impl<'s> RefUnwindSafe for ShortFlags<'s>",1,["clap_lex::ShortFlags"]]]],["cli",[["impl RefUnwindSafe for CommandOptions",1,["cli::CommandOptions"]],["impl RefUnwindSafe for Cli",1,["cli::Cli"]]]],["colorchoice",[["impl RefUnwindSafe for ColorChoice",1,["colorchoice::ColorChoice"]]]],["crossbeam_channel",[["impl RefUnwindSafe for RecvTimeoutError",1,["crossbeam_channel::err::RecvTimeoutError"]],["impl RefUnwindSafe for TryRecvError",1,["crossbeam_channel::err::TryRecvError"]],["impl RefUnwindSafe for ReadyTimeoutError",1,["crossbeam_channel::err::ReadyTimeoutError"]],["impl RefUnwindSafe for RecvError",1,["crossbeam_channel::err::RecvError"]],["impl RefUnwindSafe for SelectTimeoutError",1,["crossbeam_channel::err::SelectTimeoutError"]],["impl RefUnwindSafe for TryReadyError",1,["crossbeam_channel::err::TryReadyError"]],["impl RefUnwindSafe for TrySelectError",1,["crossbeam_channel::err::TrySelectError"]],["impl<'a> !RefUnwindSafe for Select<'a>",1,["crossbeam_channel::select::Select"]],["impl<'a> RefUnwindSafe for SelectedOperation<'a>",1,["crossbeam_channel::select::SelectedOperation"]],["impl<'a, T> RefUnwindSafe for Iter<'a, T>",1,["crossbeam_channel::channel::Iter"]],["impl<'a, T> RefUnwindSafe for TryIter<'a, T>",1,["crossbeam_channel::channel::TryIter"]],["impl<T> RefUnwindSafe for SendTimeoutError<T>",1,["crossbeam_channel::err::SendTimeoutError"]],["impl<T> RefUnwindSafe for TrySendError<T>",1,["crossbeam_channel::err::TrySendError"]],["impl<T> RefUnwindSafe for IntoIter<T>",1,["crossbeam_channel::channel::IntoIter"]],["impl<T> RefUnwindSafe for Receiver<T>"],["impl<T> RefUnwindSafe for SendError<T>",1,["crossbeam_channel::err::SendError"]],["impl<T> RefUnwindSafe for Sender<T>"]]],["crossbeam_utils",[["impl !RefUnwindSafe for Backoff",1,["crossbeam_utils::backoff::Backoff"]],["impl RefUnwindSafe for Parker",1,["crossbeam_utils::sync::parker::Parker"]],["impl RefUnwindSafe for Unparker",1,["crossbeam_utils::sync::parker::Unparker"]],["impl RefUnwindSafe for WaitGroup",1,["crossbeam_utils::sync::wait_group::WaitGroup"]],["impl<'a, T> RefUnwindSafe for ShardedLockReadGuard<'a, T>",1,["crossbeam_utils::sync::sharded_lock::ShardedLockReadGuard"]],["impl<'a, T> RefUnwindSafe for ShardedLockWriteGuard<'a, T>",1,["crossbeam_utils::sync::sharded_lock::ShardedLockWriteGuard"]],["impl<'env> RefUnwindSafe for Scope<'env>",1,["crossbeam_utils::thread::Scope"]],["impl<'scope, 'env> RefUnwindSafe for ScopedThreadBuilder<'scope, 'env>",1,["crossbeam_utils::thread::ScopedThreadBuilder"]],["impl<'scope, T> RefUnwindSafe for ScopedJoinHandle<'scope, T>",1,["crossbeam_utils::thread::ScopedJoinHandle"]],["impl<T> RefUnwindSafe for AtomicCell<T>"],["impl<T> RefUnwindSafe for CachePadded<T>",1,["crossbeam_utils::cache_padded::CachePadded"]],["impl<T: ?Sized> RefUnwindSafe for ShardedLock<T>"]]],["fastrand",[["impl RefUnwindSafe for Rng",1,["fastrand::Rng"]]]],["fnv",[["impl RefUnwindSafe for FnvHasher",1,["fnv::FnvHasher"]]]],["foreign_types_shared",[["impl !RefUnwindSafe for Opaque",1,["foreign_types_shared::Opaque"]]]],["getrandom",[["impl RefUnwindSafe for Error",1,["getrandom::error::Error"]]]],["heck",[["impl<T> RefUnwindSafe for AsKebabCase<T>",1,["heck::kebab::AsKebabCase"]],["impl<T> RefUnwindSafe for AsLowerCamelCase<T>",1,["heck::lower_camel::AsLowerCamelCase"]],["impl<T> RefUnwindSafe for AsShoutyKebabCase<T>",1,["heck::shouty_kebab::AsShoutyKebabCase"]],["impl<T> RefUnwindSafe for AsShoutySnakeCase<T>",1,["heck::shouty_snake::AsShoutySnakeCase"]],["impl<T> RefUnwindSafe for AsSnakeCase<T>",1,["heck::snake::AsSnakeCase"]],["impl<T> RefUnwindSafe for AsTitleCase<T>",1,["heck::title::AsTitleCase"]],["impl<T> RefUnwindSafe for AsTrainCase<T>",1,["heck::train::AsTrainCase"]],["impl<T> RefUnwindSafe for AsUpperCamelCase<T>",1,["heck::upper_camel::AsUpperCamelCase"]]]],["ipc_channel",[["impl !RefUnwindSafe for IpcError",1,["ipc_channel::ipc::IpcError"]],["impl !RefUnwindSafe for TryRecvError",1,["ipc_channel::ipc::TryRecvError"]],["impl !RefUnwindSafe for OsIpcChannel",1,["ipc_channel::platform::unix::OsIpcChannel"]],["impl !RefUnwindSafe for IpcBytesReceiver",1,["ipc_channel::ipc::IpcBytesReceiver"]],["impl !RefUnwindSafe for IpcBytesSender",1,["ipc_channel::ipc::IpcBytesSender"]],["impl !RefUnwindSafe for OpaqueIpcReceiver",1,["ipc_channel::ipc::OpaqueIpcReceiver"]],["impl !RefUnwindSafe for OpaqueIpcSender",1,["ipc_channel::ipc::OpaqueIpcSender"]],["impl !RefUnwindSafe for OsIpcReceiver",1,["ipc_channel::platform::unix::OsIpcReceiver"]],["impl !RefUnwindSafe for OsIpcSender",1,["ipc_channel::platform::unix::OsIpcSender"]],["impl RefUnwindSafe for IpcSelectionResult",1,["ipc_channel::ipc::IpcSelectionResult"]],["impl RefUnwindSafe for OsIpcSelectionResult",1,["ipc_channel::platform::unix::OsIpcSelectionResult"]],["impl RefUnwindSafe for IpcMessage",1,["ipc_channel::ipc::IpcMessage"]],["impl RefUnwindSafe for IpcReceiverSet",1,["ipc_channel::ipc::IpcReceiverSet"]],["impl RefUnwindSafe for IpcSharedMemory",1,["ipc_channel::ipc::IpcSharedMemory"]],["impl RefUnwindSafe for OsIpcOneShotServer",1,["ipc_channel::platform::unix::OsIpcOneShotServer"]],["impl RefUnwindSafe for OsIpcReceiverSet",1,["ipc_channel::platform::unix::OsIpcReceiverSet"]],["impl RefUnwindSafe for OsIpcSharedMemory",1,["ipc_channel::platform::unix::OsIpcSharedMemory"]],["impl RefUnwindSafe for OsOpaqueIpcChannel",1,["ipc_channel::platform::unix::OsOpaqueIpcChannel"]],["impl RefUnwindSafe for ROUTER",1,["ipc_channel::router::ROUTER"]],["impl RefUnwindSafe for RouterProxy",1,["ipc_channel::router::RouterProxy"]],["impl<T> !RefUnwindSafe for IpcReceiver<T>",1,["ipc_channel::ipc::IpcReceiver"]],["impl<T> !RefUnwindSafe for IpcSender<T>",1,["ipc_channel::ipc::IpcSender"]],["impl<T> RefUnwindSafe for IpcOneShotServer<T>",1,["ipc_channel::ipc::IpcOneShotServer"]]]],["itoa",[["impl RefUnwindSafe for Buffer",1,["itoa::Buffer"]]]],["libc",[["impl RefUnwindSafe for DIR",1,["libc::unix::DIR"]],["impl RefUnwindSafe for FILE",1,["libc::unix::FILE"]],["impl RefUnwindSafe for fpos64_t",1,["libc::unix::linux_like::linux::fpos64_t"]],["impl RefUnwindSafe for fpos_t",1,["libc::unix::fpos_t"]],["impl RefUnwindSafe for timezone",1,["libc::unix::linux_like::timezone"]],["impl RefUnwindSafe for tpacket_versions",1,["libc::unix::linux_like::linux::tpacket_versions"]],["impl RefUnwindSafe for Dl_info",1,["libc::unix::linux_like::Dl_info"]],["impl RefUnwindSafe for Elf32_Chdr",1,["libc::unix::linux_like::linux::gnu::Elf32_Chdr"]],["impl RefUnwindSafe for Elf32_Ehdr",1,["libc::unix::linux_like::linux::Elf32_Ehdr"]],["impl RefUnwindSafe for Elf32_Phdr",1,["libc::unix::linux_like::linux::Elf32_Phdr"]],["impl RefUnwindSafe for Elf32_Shdr",1,["libc::unix::linux_like::linux::Elf32_Shdr"]],["impl RefUnwindSafe for Elf32_Sym",1,["libc::unix::linux_like::linux::Elf32_Sym"]],["impl RefUnwindSafe for Elf64_Chdr",1,["libc::unix::linux_like::linux::gnu::Elf64_Chdr"]],["impl RefUnwindSafe for Elf64_Ehdr",1,["libc::unix::linux_like::linux::Elf64_Ehdr"]],["impl RefUnwindSafe for Elf64_Phdr",1,["libc::unix::linux_like::linux::Elf64_Phdr"]],["impl RefUnwindSafe for Elf64_Shdr",1,["libc::unix::linux_like::linux::Elf64_Shdr"]],["impl RefUnwindSafe for Elf64_Sym",1,["libc::unix::linux_like::linux::Elf64_Sym"]],["impl RefUnwindSafe for __c_anonymous__kernel_fsid_t",1,["libc::unix::linux_like::linux::__c_anonymous__kernel_fsid_t"]],["impl RefUnwindSafe for __c_anonymous_elf32_rel",1,["libc::unix::linux_like::linux::__c_anonymous_elf32_rel"]],["impl RefUnwindSafe for __c_anonymous_elf32_rela",1,["libc::unix::linux_like::linux::__c_anonymous_elf32_rela"]],["impl RefUnwindSafe for __c_anonymous_elf64_rel",1,["libc::unix::linux_like::linux::__c_anonymous_elf64_rel"]],["impl RefUnwindSafe for __c_anonymous_elf64_rela",1,["libc::unix::linux_like::linux::__c_anonymous_elf64_rela"]],["impl RefUnwindSafe for __c_anonymous_ifru_map",1,["libc::unix::linux_like::linux::__c_anonymous_ifru_map"]],["impl RefUnwindSafe for __c_anonymous_ptrace_syscall_info_entry",1,["libc::unix::linux_like::linux::gnu::__c_anonymous_ptrace_syscall_info_entry"]],["impl RefUnwindSafe for __c_anonymous_ptrace_syscall_info_exit",1,["libc::unix::linux_like::linux::gnu::__c_anonymous_ptrace_syscall_info_exit"]],["impl RefUnwindSafe for __c_anonymous_ptrace_syscall_info_seccomp",1,["libc::unix::linux_like::linux::gnu::__c_anonymous_ptrace_syscall_info_seccomp"]],["impl RefUnwindSafe for __c_anonymous_sockaddr_can_j1939",1,["libc::unix::linux_like::linux::__c_anonymous_sockaddr_can_j1939"]],["impl RefUnwindSafe for __c_anonymous_sockaddr_can_tp",1,["libc::unix::linux_like::linux::__c_anonymous_sockaddr_can_tp"]],["impl RefUnwindSafe for __exit_status",1,["libc::unix::linux_like::linux::gnu::__exit_status"]],["impl RefUnwindSafe for __timeval",1,["libc::unix::linux_like::linux::gnu::__timeval"]],["impl RefUnwindSafe for _libc_fpstate",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::_libc_fpstate"]],["impl RefUnwindSafe for _libc_fpxreg",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::_libc_fpxreg"]],["impl RefUnwindSafe for _libc_xmmreg",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::_libc_xmmreg"]],["impl RefUnwindSafe for addrinfo",1,["libc::unix::linux_like::addrinfo"]],["impl RefUnwindSafe for af_alg_iv",1,["libc::unix::linux_like::linux::af_alg_iv"]],["impl RefUnwindSafe for aiocb",1,["libc::unix::linux_like::linux::gnu::aiocb"]],["impl RefUnwindSafe for arpd_request",1,["libc::unix::linux_like::linux::arpd_request"]],["impl RefUnwindSafe for arphdr",1,["libc::unix::linux_like::arphdr"]],["impl RefUnwindSafe for arpreq",1,["libc::unix::linux_like::arpreq"]],["impl RefUnwindSafe for arpreq_old",1,["libc::unix::linux_like::arpreq_old"]],["impl RefUnwindSafe for can_filter",1,["libc::unix::linux_like::linux::can_filter"]],["impl RefUnwindSafe for can_frame",1,["libc::unix::linux_like::linux::can_frame"]],["impl RefUnwindSafe for canfd_frame",1,["libc::unix::linux_like::linux::canfd_frame"]],["impl RefUnwindSafe for canxl_frame",1,["libc::unix::linux_like::linux::canxl_frame"]],["impl RefUnwindSafe for clone_args",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::clone_args"]],["impl RefUnwindSafe for cmsghdr",1,["libc::unix::linux_like::linux::gnu::cmsghdr"]],["impl RefUnwindSafe for cpu_set_t",1,["libc::unix::linux_like::linux::cpu_set_t"]],["impl RefUnwindSafe for dirent",1,["libc::unix::linux_like::linux::dirent"]],["impl RefUnwindSafe for dirent64",1,["libc::unix::linux_like::linux::dirent64"]],["impl RefUnwindSafe for dl_phdr_info",1,["libc::unix::linux_like::linux::dl_phdr_info"]],["impl RefUnwindSafe for dqblk",1,["libc::unix::linux_like::linux::dqblk"]],["impl RefUnwindSafe for epoll_event",1,["libc::unix::linux_like::epoll_event"]],["impl RefUnwindSafe for epoll_params",1,["libc::unix::linux_like::linux::epoll_params"]],["impl RefUnwindSafe for fanotify_event_info_error",1,["libc::unix::linux_like::linux::gnu::fanotify_event_info_error"]],["impl RefUnwindSafe for fanotify_event_info_fid",1,["libc::unix::linux_like::linux::fanotify_event_info_fid"]],["impl RefUnwindSafe for fanotify_event_info_header",1,["libc::unix::linux_like::linux::fanotify_event_info_header"]],["impl RefUnwindSafe for fanotify_event_info_pidfd",1,["libc::unix::linux_like::linux::gnu::fanotify_event_info_pidfd"]],["impl RefUnwindSafe for fanotify_event_metadata",1,["libc::unix::linux_like::linux::fanotify_event_metadata"]],["impl RefUnwindSafe for fanotify_response",1,["libc::unix::linux_like::linux::fanotify_response"]],["impl RefUnwindSafe for fanout_args",1,["libc::unix::linux_like::linux::fanout_args"]],["impl RefUnwindSafe for fd_set",1,["libc::unix::linux_like::fd_set"]],["impl RefUnwindSafe for ff_condition_effect",1,["libc::unix::linux_like::linux::ff_condition_effect"]],["impl RefUnwindSafe for ff_constant_effect",1,["libc::unix::linux_like::linux::ff_constant_effect"]],["impl RefUnwindSafe for ff_effect",1,["libc::unix::linux_like::linux::ff_effect"]],["impl RefUnwindSafe for ff_envelope",1,["libc::unix::linux_like::linux::ff_envelope"]],["impl RefUnwindSafe for ff_periodic_effect",1,["libc::unix::linux_like::linux::ff_periodic_effect"]],["impl RefUnwindSafe for ff_ramp_effect",1,["libc::unix::linux_like::linux::ff_ramp_effect"]],["impl RefUnwindSafe for ff_replay",1,["libc::unix::linux_like::linux::ff_replay"]],["impl RefUnwindSafe for ff_rumble_effect",1,["libc::unix::linux_like::linux::ff_rumble_effect"]],["impl RefUnwindSafe for ff_trigger",1,["libc::unix::linux_like::linux::ff_trigger"]],["impl RefUnwindSafe for file_clone_range",1,["libc::unix::linux_like::linux::file_clone_range"]],["impl RefUnwindSafe for flock",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::flock"]],["impl RefUnwindSafe for flock64",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::flock64"]],["impl RefUnwindSafe for fsid_t",1,["libc::unix::linux_like::linux::fsid_t"]],["impl RefUnwindSafe for genlmsghdr",1,["libc::unix::linux_like::linux::genlmsghdr"]],["impl RefUnwindSafe for glob64_t",1,["libc::unix::linux_like::linux::gnu::glob64_t"]],["impl RefUnwindSafe for glob_t",1,["libc::unix::linux_like::linux::glob_t"]],["impl RefUnwindSafe for group",1,["libc::unix::group"]],["impl RefUnwindSafe for hostent",1,["libc::unix::hostent"]],["impl RefUnwindSafe for hwtstamp_config",1,["libc::unix::linux_like::linux::hwtstamp_config"]],["impl RefUnwindSafe for if_nameindex",1,["libc::unix::linux_like::linux::if_nameindex"]],["impl RefUnwindSafe for ifaddrs",1,["libc::unix::linux_like::ifaddrs"]],["impl RefUnwindSafe for ifconf",1,["libc::unix::linux_like::linux::ifconf"]],["impl RefUnwindSafe for ifreq",1,["libc::unix::linux_like::linux::ifreq"]],["impl RefUnwindSafe for in6_addr",1,["libc::unix::in6_addr"]],["impl RefUnwindSafe for in6_ifreq",1,["libc::unix::linux_like::linux::in6_ifreq"]],["impl RefUnwindSafe for in6_pktinfo",1,["libc::unix::linux_like::linux::in6_pktinfo"]],["impl RefUnwindSafe for in6_rtmsg",1,["libc::unix::linux_like::in6_rtmsg"]],["impl RefUnwindSafe for in_addr",1,["libc::unix::linux_like::in_addr"]],["impl RefUnwindSafe for in_pktinfo",1,["libc::unix::linux_like::in_pktinfo"]],["impl RefUnwindSafe for inotify_event",1,["libc::unix::linux_like::linux::inotify_event"]],["impl RefUnwindSafe for input_absinfo",1,["libc::unix::linux_like::linux::input_absinfo"]],["impl RefUnwindSafe for input_event",1,["libc::unix::linux_like::linux::input_event"]],["impl RefUnwindSafe for input_id",1,["libc::unix::linux_like::linux::input_id"]],["impl RefUnwindSafe for input_keymap_entry",1,["libc::unix::linux_like::linux::input_keymap_entry"]],["impl RefUnwindSafe for input_mask",1,["libc::unix::linux_like::linux::input_mask"]],["impl RefUnwindSafe for iocb",1,["libc::unix::linux_like::linux::gnu::iocb"]],["impl RefUnwindSafe for iovec",1,["libc::unix::iovec"]],["impl RefUnwindSafe for ip_mreq",1,["libc::unix::linux_like::ip_mreq"]],["impl RefUnwindSafe for ip_mreq_source",1,["libc::unix::linux_like::ip_mreq_source"]],["impl RefUnwindSafe for ip_mreqn",1,["libc::unix::linux_like::ip_mreqn"]],["impl RefUnwindSafe for ipc_perm",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::ipc_perm"]],["impl RefUnwindSafe for ipv6_mreq",1,["libc::unix::ipv6_mreq"]],["impl RefUnwindSafe for itimerspec",1,["libc::unix::linux_like::linux::itimerspec"]],["impl RefUnwindSafe for itimerval",1,["libc::unix::itimerval"]],["impl RefUnwindSafe for iw_discarded",1,["libc::unix::linux_like::linux::iw_discarded"]],["impl RefUnwindSafe for iw_encode_ext",1,["libc::unix::linux_like::linux::iw_encode_ext"]],["impl RefUnwindSafe for iw_event",1,["libc::unix::linux_like::linux::iw_event"]],["impl RefUnwindSafe for iw_freq",1,["libc::unix::linux_like::linux::iw_freq"]],["impl RefUnwindSafe for iw_michaelmicfailure",1,["libc::unix::linux_like::linux::iw_michaelmicfailure"]],["impl RefUnwindSafe for iw_missed",1,["libc::unix::linux_like::linux::iw_missed"]],["impl RefUnwindSafe for iw_mlme",1,["libc::unix::linux_like::linux::iw_mlme"]],["impl RefUnwindSafe for iw_param",1,["libc::unix::linux_like::linux::iw_param"]],["impl RefUnwindSafe for iw_pmkid_cand",1,["libc::unix::linux_like::linux::iw_pmkid_cand"]],["impl RefUnwindSafe for iw_pmksa",1,["libc::unix::linux_like::linux::iw_pmksa"]],["impl RefUnwindSafe for iw_point",1,["libc::unix::linux_like::linux::iw_point"]],["impl RefUnwindSafe for iw_priv_args",1,["libc::unix::linux_like::linux::iw_priv_args"]],["impl RefUnwindSafe for iw_quality",1,["libc::unix::linux_like::linux::iw_quality"]],["impl RefUnwindSafe for iw_range",1,["libc::unix::linux_like::linux::iw_range"]],["impl RefUnwindSafe for iw_scan_req",1,["libc::unix::linux_like::linux::iw_scan_req"]],["impl RefUnwindSafe for iw_statistics",1,["libc::unix::linux_like::linux::iw_statistics"]],["impl RefUnwindSafe for iw_thrspy",1,["libc::unix::linux_like::linux::iw_thrspy"]],["impl RefUnwindSafe for iwreq",1,["libc::unix::linux_like::linux::iwreq"]],["impl RefUnwindSafe for j1939_filter",1,["libc::unix::linux_like::linux::j1939_filter"]],["impl RefUnwindSafe for lconv",1,["libc::unix::linux_like::lconv"]],["impl RefUnwindSafe for linger",1,["libc::unix::linger"]],["impl RefUnwindSafe for mallinfo",1,["libc::unix::linux_like::linux::gnu::mallinfo"]],["impl RefUnwindSafe for mallinfo2",1,["libc::unix::linux_like::linux::gnu::mallinfo2"]],["impl RefUnwindSafe for max_align_t",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::max_align_t"]],["impl RefUnwindSafe for mcontext_t",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::mcontext_t"]],["impl RefUnwindSafe for mmsghdr",1,["libc::unix::linux_like::mmsghdr"]],["impl RefUnwindSafe for mntent",1,["libc::unix::linux_like::linux::mntent"]],["impl RefUnwindSafe for mount_attr",1,["libc::unix::linux_like::linux::mount_attr"]],["impl RefUnwindSafe for mq_attr",1,["libc::unix::linux_like::linux::mq_attr"]],["impl RefUnwindSafe for msghdr",1,["libc::unix::linux_like::linux::gnu::msghdr"]],["impl RefUnwindSafe for msginfo",1,["libc::unix::linux_like::linux::msginfo"]],["impl RefUnwindSafe for msqid_ds",1,["libc::unix::linux_like::linux::gnu::b64::msqid_ds"]],["impl RefUnwindSafe for nl_mmap_hdr",1,["libc::unix::linux_like::linux::gnu::nl_mmap_hdr"]],["impl RefUnwindSafe for nl_mmap_req",1,["libc::unix::linux_like::linux::gnu::nl_mmap_req"]],["impl RefUnwindSafe for nl_pktinfo",1,["libc::unix::linux_like::linux::gnu::nl_pktinfo"]],["impl RefUnwindSafe for nlattr",1,["libc::unix::linux_like::linux::nlattr"]],["impl RefUnwindSafe for nlmsgerr",1,["libc::unix::linux_like::linux::nlmsgerr"]],["impl RefUnwindSafe for nlmsghdr",1,["libc::unix::linux_like::linux::nlmsghdr"]],["impl RefUnwindSafe for ntptimeval",1,["libc::unix::linux_like::linux::gnu::ntptimeval"]],["impl RefUnwindSafe for open_how",1,["libc::unix::linux_like::linux::open_how"]],["impl RefUnwindSafe for option",1,["libc::unix::linux_like::linux::option"]],["impl RefUnwindSafe for packet_mreq",1,["libc::unix::linux_like::linux::packet_mreq"]],["impl RefUnwindSafe for passwd",1,["libc::unix::linux_like::linux::passwd"]],["impl RefUnwindSafe for pollfd",1,["libc::unix::pollfd"]],["impl RefUnwindSafe for posix_spawn_file_actions_t",1,["libc::unix::linux_like::linux::posix_spawn_file_actions_t"]],["impl RefUnwindSafe for posix_spawnattr_t",1,["libc::unix::linux_like::linux::posix_spawnattr_t"]],["impl RefUnwindSafe for protoent",1,["libc::unix::protoent"]],["impl RefUnwindSafe for pthread_attr_t",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::pthread_attr_t"]],["impl RefUnwindSafe for pthread_barrier_t",1,["libc::unix::linux_like::linux::pthread_barrier_t"]],["impl RefUnwindSafe for pthread_barrierattr_t",1,["libc::unix::linux_like::linux::pthread_barrierattr_t"]],["impl RefUnwindSafe for pthread_cond_t",1,["libc::unix::linux_like::linux::pthread_cond_t"]],["impl RefUnwindSafe for pthread_condattr_t",1,["libc::unix::linux_like::linux::pthread_condattr_t"]],["impl RefUnwindSafe for pthread_mutex_t",1,["libc::unix::linux_like::linux::pthread_mutex_t"]],["impl RefUnwindSafe for pthread_mutexattr_t",1,["libc::unix::linux_like::linux::pthread_mutexattr_t"]],["impl RefUnwindSafe for pthread_rwlock_t",1,["libc::unix::linux_like::linux::pthread_rwlock_t"]],["impl RefUnwindSafe for pthread_rwlockattr_t",1,["libc::unix::linux_like::linux::pthread_rwlockattr_t"]],["impl RefUnwindSafe for ptp_clock_caps",1,["libc::unix::linux_like::linux::ptp_clock_caps"]],["impl RefUnwindSafe for ptp_clock_time",1,["libc::unix::linux_like::linux::ptp_clock_time"]],["impl RefUnwindSafe for ptp_extts_event",1,["libc::unix::linux_like::linux::ptp_extts_event"]],["impl RefUnwindSafe for ptp_extts_request",1,["libc::unix::linux_like::linux::ptp_extts_request"]],["impl RefUnwindSafe for ptp_perout_request",1,["libc::unix::linux_like::linux::ptp_perout_request"]],["impl RefUnwindSafe for ptp_pin_desc",1,["libc::unix::linux_like::linux::ptp_pin_desc"]],["impl RefUnwindSafe for ptp_sys_offset",1,["libc::unix::linux_like::linux::ptp_sys_offset"]],["impl RefUnwindSafe for ptp_sys_offset_extended",1,["libc::unix::linux_like::linux::ptp_sys_offset_extended"]],["impl RefUnwindSafe for ptp_sys_offset_precise",1,["libc::unix::linux_like::linux::ptp_sys_offset_precise"]],["impl RefUnwindSafe for ptrace_peeksiginfo_args",1,["libc::unix::linux_like::linux::gnu::ptrace_peeksiginfo_args"]],["impl RefUnwindSafe for ptrace_rseq_configuration",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::ptrace_rseq_configuration"]],["impl RefUnwindSafe for ptrace_syscall_info",1,["libc::unix::linux_like::linux::gnu::ptrace_syscall_info"]],["impl RefUnwindSafe for regex_t",1,["libc::unix::linux_like::linux::gnu::regex_t"]],["impl RefUnwindSafe for regmatch_t",1,["libc::unix::linux_like::linux::regmatch_t"]],["impl RefUnwindSafe for rlimit",1,["libc::unix::rlimit"]],["impl RefUnwindSafe for rlimit64",1,["libc::unix::linux_like::linux::rlimit64"]],["impl RefUnwindSafe for rtentry",1,["libc::unix::linux_like::linux::gnu::rtentry"]],["impl RefUnwindSafe for rusage",1,["libc::unix::rusage"]],["impl RefUnwindSafe for sched_attr",1,["libc::unix::linux_like::linux::sched_attr"]],["impl RefUnwindSafe for sched_param",1,["libc::unix::linux_like::sched_param"]],["impl RefUnwindSafe for sctp_authinfo",1,["libc::unix::linux_like::linux::sctp_authinfo"]],["impl RefUnwindSafe for sctp_initmsg",1,["libc::unix::linux_like::linux::sctp_initmsg"]],["impl RefUnwindSafe for sctp_nxtinfo",1,["libc::unix::linux_like::linux::sctp_nxtinfo"]],["impl RefUnwindSafe for sctp_prinfo",1,["libc::unix::linux_like::linux::sctp_prinfo"]],["impl RefUnwindSafe for sctp_rcvinfo",1,["libc::unix::linux_like::linux::sctp_rcvinfo"]],["impl RefUnwindSafe for sctp_sndinfo",1,["libc::unix::linux_like::linux::sctp_sndinfo"]],["impl RefUnwindSafe for sctp_sndrcvinfo",1,["libc::unix::linux_like::linux::sctp_sndrcvinfo"]],["impl RefUnwindSafe for seccomp_data",1,["libc::unix::linux_like::linux::seccomp_data"]],["impl RefUnwindSafe for seccomp_notif",1,["libc::unix::linux_like::linux::seccomp_notif"]],["impl RefUnwindSafe for seccomp_notif_addfd",1,["libc::unix::linux_like::linux::seccomp_notif_addfd"]],["impl RefUnwindSafe for seccomp_notif_resp",1,["libc::unix::linux_like::linux::seccomp_notif_resp"]],["impl RefUnwindSafe for seccomp_notif_sizes",1,["libc::unix::linux_like::linux::seccomp_notif_sizes"]],["impl RefUnwindSafe for sem_t",1,["libc::unix::linux_like::linux::gnu::sem_t"]],["impl RefUnwindSafe for sembuf",1,["libc::unix::linux_like::linux::sembuf"]],["impl RefUnwindSafe for semid_ds",1,["libc::unix::linux_like::linux::gnu::b64::semid_ds"]],["impl RefUnwindSafe for seminfo",1,["libc::unix::linux_like::linux::gnu::seminfo"]],["impl RefUnwindSafe for servent",1,["libc::unix::servent"]],["impl RefUnwindSafe for shmid_ds",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::shmid_ds"]],["impl RefUnwindSafe for sigaction",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::sigaction"]],["impl RefUnwindSafe for sigevent",1,["libc::unix::linux_like::sigevent"]],["impl RefUnwindSafe for siginfo_t",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::siginfo_t"]],["impl RefUnwindSafe for signalfd_siginfo",1,["libc::unix::linux_like::linux::signalfd_siginfo"]],["impl RefUnwindSafe for sigset_t",1,["libc::unix::linux_like::linux::gnu::b64::sigset_t"]],["impl RefUnwindSafe for sigval",1,["libc::unix::sigval"]],["impl RefUnwindSafe for sock_extended_err",1,["libc::unix::linux_like::linux::sock_extended_err"]],["impl RefUnwindSafe for sock_filter",1,["libc::unix::linux_like::linux::sock_filter"]],["impl RefUnwindSafe for sock_fprog",1,["libc::unix::linux_like::linux::sock_fprog"]],["impl RefUnwindSafe for sock_txtime",1,["libc::unix::linux_like::linux::sock_txtime"]],["impl RefUnwindSafe for sockaddr",1,["libc::unix::linux_like::sockaddr"]],["impl RefUnwindSafe for sockaddr_alg",1,["libc::unix::linux_like::linux::sockaddr_alg"]],["impl RefUnwindSafe for sockaddr_can",1,["libc::unix::linux_like::linux::sockaddr_can"]],["impl RefUnwindSafe for sockaddr_in",1,["libc::unix::linux_like::sockaddr_in"]],["impl RefUnwindSafe for sockaddr_in6",1,["libc::unix::linux_like::sockaddr_in6"]],["impl RefUnwindSafe for sockaddr_ll",1,["libc::unix::linux_like::sockaddr_ll"]],["impl RefUnwindSafe for sockaddr_nl",1,["libc::unix::linux_like::linux::sockaddr_nl"]],["impl RefUnwindSafe for sockaddr_pkt",1,["libc::unix::linux_like::linux::sockaddr_pkt"]],["impl RefUnwindSafe for sockaddr_storage",1,["libc::unix::linux_like::sockaddr_storage"]],["impl RefUnwindSafe for sockaddr_un",1,["libc::unix::linux_like::sockaddr_un"]],["impl RefUnwindSafe for sockaddr_vm",1,["libc::unix::linux_like::linux::sockaddr_vm"]],["impl RefUnwindSafe for sockaddr_xdp",1,["libc::unix::linux_like::linux::gnu::sockaddr_xdp"]],["impl RefUnwindSafe for spwd",1,["libc::unix::linux_like::linux::spwd"]],["impl RefUnwindSafe for stack_t",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::stack_t"]],["impl RefUnwindSafe for stat",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::stat"]],["impl RefUnwindSafe for stat64",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::stat64"]],["impl RefUnwindSafe for statfs",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::statfs"]],["impl RefUnwindSafe for statfs64",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::statfs64"]],["impl RefUnwindSafe for statvfs",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::not_x32::statvfs"]],["impl RefUnwindSafe for statvfs64",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::statvfs64"]],["impl RefUnwindSafe for statx",1,["libc::unix::linux_like::statx"]],["impl RefUnwindSafe for statx_timestamp",1,["libc::unix::linux_like::statx_timestamp"]],["impl RefUnwindSafe for sysinfo",1,["libc::unix::linux_like::linux::gnu::b64::sysinfo"]],["impl RefUnwindSafe for tcp_info",1,["libc::unix::linux_like::linux::gnu::tcp_info"]],["impl RefUnwindSafe for termios",1,["libc::unix::linux_like::linux::gnu::termios"]],["impl RefUnwindSafe for termios2",1,["libc::unix::linux_like::linux::arch::generic::termios2"]],["impl RefUnwindSafe for timespec",1,["libc::unix::timespec"]],["impl RefUnwindSafe for timeval",1,["libc::unix::timeval"]],["impl RefUnwindSafe for timex",1,["libc::unix::linux_like::linux::gnu::timex"]],["impl RefUnwindSafe for tls12_crypto_info_aes_gcm_128",1,["libc::unix::linux_like::linux::tls12_crypto_info_aes_gcm_128"]],["impl RefUnwindSafe for tls12_crypto_info_aes_gcm_256",1,["libc::unix::linux_like::linux::tls12_crypto_info_aes_gcm_256"]],["impl RefUnwindSafe for tls12_crypto_info_chacha20_poly1305",1,["libc::unix::linux_like::linux::tls12_crypto_info_chacha20_poly1305"]],["impl RefUnwindSafe for tls_crypto_info",1,["libc::unix::linux_like::linux::tls_crypto_info"]],["impl RefUnwindSafe for tm",1,["libc::unix::linux_like::tm"]],["impl RefUnwindSafe for tms",1,["libc::unix::tms"]],["impl RefUnwindSafe for tpacket2_hdr",1,["libc::unix::linux_like::linux::tpacket2_hdr"]],["impl RefUnwindSafe for tpacket3_hdr",1,["libc::unix::linux_like::linux::tpacket3_hdr"]],["impl RefUnwindSafe for tpacket_auxdata",1,["libc::unix::linux_like::linux::tpacket_auxdata"]],["impl RefUnwindSafe for tpacket_bd_ts",1,["libc::unix::linux_like::linux::tpacket_bd_ts"]],["impl RefUnwindSafe for tpacket_block_desc",1,["libc::unix::linux_like::linux::tpacket_block_desc"]],["impl RefUnwindSafe for tpacket_hdr",1,["libc::unix::linux_like::linux::tpacket_hdr"]],["impl RefUnwindSafe for tpacket_hdr_v1",1,["libc::unix::linux_like::linux::tpacket_hdr_v1"]],["impl RefUnwindSafe for tpacket_hdr_variant1",1,["libc::unix::linux_like::linux::tpacket_hdr_variant1"]],["impl RefUnwindSafe for tpacket_req",1,["libc::unix::linux_like::linux::tpacket_req"]],["impl RefUnwindSafe for tpacket_req3",1,["libc::unix::linux_like::linux::tpacket_req3"]],["impl RefUnwindSafe for tpacket_rollover_stats",1,["libc::unix::linux_like::linux::tpacket_rollover_stats"]],["impl RefUnwindSafe for tpacket_stats",1,["libc::unix::linux_like::linux::tpacket_stats"]],["impl RefUnwindSafe for tpacket_stats_v3",1,["libc::unix::linux_like::linux::tpacket_stats_v3"]],["impl RefUnwindSafe for ucontext_t",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::ucontext_t"]],["impl RefUnwindSafe for ucred",1,["libc::unix::linux_like::linux::ucred"]],["impl RefUnwindSafe for uinput_abs_setup",1,["libc::unix::linux_like::linux::uinput_abs_setup"]],["impl RefUnwindSafe for uinput_ff_erase",1,["libc::unix::linux_like::linux::uinput_ff_erase"]],["impl RefUnwindSafe for uinput_ff_upload",1,["libc::unix::linux_like::linux::uinput_ff_upload"]],["impl RefUnwindSafe for uinput_setup",1,["libc::unix::linux_like::linux::uinput_setup"]],["impl RefUnwindSafe for uinput_user_dev",1,["libc::unix::linux_like::linux::uinput_user_dev"]],["impl RefUnwindSafe for user",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::user"]],["impl RefUnwindSafe for user_fpregs_struct",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::user_fpregs_struct"]],["impl RefUnwindSafe for user_regs_struct",1,["libc::unix::linux_like::linux::gnu::b64::x86_64::user_regs_struct"]],["impl RefUnwindSafe for utimbuf",1,["libc::unix::utimbuf"]],["impl RefUnwindSafe for utmpx",1,["libc::unix::linux_like::linux::gnu::utmpx"]],["impl RefUnwindSafe for utsname",1,["libc::unix::linux_like::utsname"]],["impl RefUnwindSafe for winsize",1,["libc::unix::winsize"]],["impl RefUnwindSafe for xdp_desc",1,["libc::unix::linux_like::linux::gnu::xdp_desc"]],["impl RefUnwindSafe for xdp_mmap_offsets",1,["libc::unix::linux_like::linux::gnu::xdp_mmap_offsets"]],["impl RefUnwindSafe for xdp_mmap_offsets_v1",1,["libc::unix::linux_like::linux::gnu::xdp_mmap_offsets_v1"]],["impl RefUnwindSafe for xdp_options",1,["libc::unix::linux_like::linux::gnu::xdp_options"]],["impl RefUnwindSafe for xdp_ring_offset",1,["libc::unix::linux_like::linux::gnu::xdp_ring_offset"]],["impl RefUnwindSafe for xdp_ring_offset_v1",1,["libc::unix::linux_like::linux::gnu::xdp_ring_offset_v1"]],["impl RefUnwindSafe for xdp_statistics",1,["libc::unix::linux_like::linux::gnu::xdp_statistics"]],["impl RefUnwindSafe for xdp_statistics_v1",1,["libc::unix::linux_like::linux::gnu::xdp_statistics_v1"]],["impl RefUnwindSafe for xdp_umem_reg",1,["libc::unix::linux_like::linux::gnu::xdp_umem_reg"]],["impl RefUnwindSafe for xdp_umem_reg_v1",1,["libc::unix::linux_like::linux::gnu::xdp_umem_reg_v1"]],["impl RefUnwindSafe for xsk_tx_metadata",1,["libc::unix::linux_like::linux::xsk_tx_metadata"]],["impl RefUnwindSafe for xsk_tx_metadata_completion",1,["libc::unix::linux_like::linux::xsk_tx_metadata_completion"]],["impl RefUnwindSafe for xsk_tx_metadata_request",1,["libc::unix::linux_like::linux::xsk_tx_metadata_request"]],["impl RefUnwindSafe for __c_anonymous_ifc_ifcu",1,["libc::unix::linux_like::linux::__c_anonymous_ifc_ifcu"]],["impl RefUnwindSafe for __c_anonymous_ifr_ifru",1,["libc::unix::linux_like::linux::__c_anonymous_ifr_ifru"]],["impl RefUnwindSafe for __c_anonymous_iwreq",1,["libc::unix::linux_like::linux::__c_anonymous_iwreq"]],["impl RefUnwindSafe for __c_anonymous_ptp_perout_request_1",1,["libc::unix::linux_like::linux::__c_anonymous_ptp_perout_request_1"]],["impl RefUnwindSafe for __c_anonymous_ptp_perout_request_2",1,["libc::unix::linux_like::linux::__c_anonymous_ptp_perout_request_2"]],["impl RefUnwindSafe for __c_anonymous_ptrace_syscall_info_data",1,["libc::unix::linux_like::linux::gnu::__c_anonymous_ptrace_syscall_info_data"]],["impl RefUnwindSafe for __c_anonymous_sockaddr_can_can_addr",1,["libc::unix::linux_like::linux::__c_anonymous_sockaddr_can_can_addr"]],["impl RefUnwindSafe for __c_anonymous_xsk_tx_metadata_union",1,["libc::unix::linux_like::linux::__c_anonymous_xsk_tx_metadata_union"]],["impl RefUnwindSafe for iwreq_data",1,["libc::unix::linux_like::linux::iwreq_data"]],["impl RefUnwindSafe for tpacket_bd_header_u",1,["libc::unix::linux_like::linux::tpacket_bd_header_u"]],["impl RefUnwindSafe for tpacket_req_u",1,["libc::unix::linux_like::linux::tpacket_req_u"]]]],["linux_raw_sys",[["impl RefUnwindSafe for fsconfig_command",1,["linux_raw_sys::general::fsconfig_command"]],["impl RefUnwindSafe for membarrier_cmd",1,["linux_raw_sys::general::membarrier_cmd"]],["impl RefUnwindSafe for membarrier_cmd_flag",1,["linux_raw_sys::general::membarrier_cmd_flag"]],["impl RefUnwindSafe for Elf_Dyn",1,["linux_raw_sys::elf::Elf_Dyn"]],["impl RefUnwindSafe for Elf_Ehdr",1,["linux_raw_sys::elf::Elf_Ehdr"]],["impl RefUnwindSafe for Elf_Phdr",1,["linux_raw_sys::elf::Elf_Phdr"]],["impl RefUnwindSafe for Elf_Rel",1,["linux_raw_sys::elf::Elf_Rel"]],["impl RefUnwindSafe for Elf_Rela",1,["linux_raw_sys::elf::Elf_Rela"]],["impl RefUnwindSafe for Elf_Sym",1,["linux_raw_sys::elf::Elf_Sym"]],["impl RefUnwindSafe for Elf_Verdaux",1,["linux_raw_sys::elf::Elf_Verdaux"]],["impl RefUnwindSafe for Elf_Verdef",1,["linux_raw_sys::elf::Elf_Verdef"]],["impl RefUnwindSafe for Elf_auxv_t",1,["linux_raw_sys::elf::Elf_auxv_t"]],["impl RefUnwindSafe for __kernel_fd_set",1,["linux_raw_sys::general::__kernel_fd_set"]],["impl RefUnwindSafe for __kernel_fsid_t",1,["linux_raw_sys::general::__kernel_fsid_t"]],["impl RefUnwindSafe for __kernel_itimerspec",1,["linux_raw_sys::general::__kernel_itimerspec"]],["impl RefUnwindSafe for __kernel_old_itimerval",1,["linux_raw_sys::general::__kernel_old_itimerval"]],["impl RefUnwindSafe for __kernel_old_timespec",1,["linux_raw_sys::general::__kernel_old_timespec"]],["impl RefUnwindSafe for __kernel_old_timeval",1,["linux_raw_sys::general::__kernel_old_timeval"]],["impl RefUnwindSafe for __kernel_sock_timeval",1,["linux_raw_sys::general::__kernel_sock_timeval"]],["impl RefUnwindSafe for __kernel_timespec",1,["linux_raw_sys::general::__kernel_timespec"]],["impl RefUnwindSafe for __old_kernel_stat",1,["linux_raw_sys::general::__old_kernel_stat"]],["impl RefUnwindSafe for __sifields__bindgen_ty_1",1,["linux_raw_sys::general::__sifields__bindgen_ty_1"]],["impl RefUnwindSafe for __sifields__bindgen_ty_2",1,["linux_raw_sys::general::__sifields__bindgen_ty_2"]],["impl RefUnwindSafe for __sifields__bindgen_ty_3",1,["linux_raw_sys::general::__sifields__bindgen_ty_3"]],["impl RefUnwindSafe for __sifields__bindgen_ty_4",1,["linux_raw_sys::general::__sifields__bindgen_ty_4"]],["impl RefUnwindSafe for __sifields__bindgen_ty_5",1,["linux_raw_sys::general::__sifields__bindgen_ty_5"]],["impl RefUnwindSafe for __sifields__bindgen_ty_5__bindgen_ty_1__bindgen_ty_1",1,["linux_raw_sys::general::__sifields__bindgen_ty_5__bindgen_ty_1__bindgen_ty_1"]],["impl RefUnwindSafe for __sifields__bindgen_ty_5__bindgen_ty_1__bindgen_ty_2",1,["linux_raw_sys::general::__sifields__bindgen_ty_5__bindgen_ty_1__bindgen_ty_2"]],["impl RefUnwindSafe for __sifields__bindgen_ty_5__bindgen_ty_1__bindgen_ty_3",1,["linux_raw_sys::general::__sifields__bindgen_ty_5__bindgen_ty_1__bindgen_ty_3"]],["impl RefUnwindSafe for __sifields__bindgen_ty_6",1,["linux_raw_sys::general::__sifields__bindgen_ty_6"]],["impl RefUnwindSafe for __sifields__bindgen_ty_7",1,["linux_raw_sys::general::__sifields__bindgen_ty_7"]],["impl RefUnwindSafe for __user_cap_data_struct",1,["linux_raw_sys::general::__user_cap_data_struct"]],["impl RefUnwindSafe for __user_cap_header_struct",1,["linux_raw_sys::general::__user_cap_header_struct"]],["impl RefUnwindSafe for clone_args",1,["linux_raw_sys::general::clone_args"]],["impl RefUnwindSafe for compat_statfs64",1,["linux_raw_sys::general::compat_statfs64"]],["impl RefUnwindSafe for epoll_event",1,["linux_raw_sys::general::epoll_event"]],["impl RefUnwindSafe for f_owner_ex",1,["linux_raw_sys::general::f_owner_ex"]],["impl RefUnwindSafe for file_clone_range",1,["linux_raw_sys::general::file_clone_range"]],["impl RefUnwindSafe for file_dedupe_range",1,["linux_raw_sys::general::file_dedupe_range"]],["impl RefUnwindSafe for file_dedupe_range_info",1,["linux_raw_sys::general::file_dedupe_range_info"]],["impl RefUnwindSafe for files_stat_struct",1,["linux_raw_sys::general::files_stat_struct"]],["impl RefUnwindSafe for flock",1,["linux_raw_sys::general::flock"]],["impl RefUnwindSafe for flock64",1,["linux_raw_sys::general::flock64"]],["impl RefUnwindSafe for fscrypt_add_key_arg",1,["linux_raw_sys::general::fscrypt_add_key_arg"]],["impl RefUnwindSafe for fscrypt_get_key_status_arg",1,["linux_raw_sys::general::fscrypt_get_key_status_arg"]],["impl RefUnwindSafe for fscrypt_get_policy_ex_arg",1,["linux_raw_sys::general::fscrypt_get_policy_ex_arg"]],["impl RefUnwindSafe for fscrypt_key",1,["linux_raw_sys::general::fscrypt_key"]],["impl RefUnwindSafe for fscrypt_key_specifier",1,["linux_raw_sys::general::fscrypt_key_specifier"]],["impl RefUnwindSafe for fscrypt_policy_v1",1,["linux_raw_sys::general::fscrypt_policy_v1"]],["impl RefUnwindSafe for fscrypt_policy_v2",1,["linux_raw_sys::general::fscrypt_policy_v2"]],["impl RefUnwindSafe for fscrypt_provisioning_key_payload",1,["linux_raw_sys::general::fscrypt_provisioning_key_payload"]],["impl RefUnwindSafe for fscrypt_remove_key_arg",1,["linux_raw_sys::general::fscrypt_remove_key_arg"]],["impl RefUnwindSafe for fstrim_range",1,["linux_raw_sys::general::fstrim_range"]],["impl RefUnwindSafe for fsxattr",1,["linux_raw_sys::general::fsxattr"]],["impl RefUnwindSafe for futex_waitv",1,["linux_raw_sys::general::futex_waitv"]],["impl RefUnwindSafe for inodes_stat_t",1,["linux_raw_sys::general::inodes_stat_t"]],["impl RefUnwindSafe for inotify_event",1,["linux_raw_sys::general::inotify_event"]],["impl RefUnwindSafe for iovec",1,["linux_raw_sys::general::iovec"]],["impl RefUnwindSafe for itimerspec",1,["linux_raw_sys::general::itimerspec"]],["impl RefUnwindSafe for itimerval",1,["linux_raw_sys::general::itimerval"]],["impl RefUnwindSafe for kernel_sigaction",1,["linux_raw_sys::general::kernel_sigaction"]],["impl RefUnwindSafe for kernel_sigset_t",1,["linux_raw_sys::general::kernel_sigset_t"]],["impl RefUnwindSafe for ktermios",1,["linux_raw_sys::general::ktermios"]],["impl RefUnwindSafe for linux_dirent64",1,["linux_raw_sys::general::linux_dirent64"]],["impl RefUnwindSafe for mount_attr",1,["linux_raw_sys::general::mount_attr"]],["impl RefUnwindSafe for open_how",1,["linux_raw_sys::general::open_how"]],["impl RefUnwindSafe for pollfd",1,["linux_raw_sys::general::pollfd"]],["impl RefUnwindSafe for rand_pool_info",1,["linux_raw_sys::general::rand_pool_info"]],["impl RefUnwindSafe for rlimit",1,["linux_raw_sys::general::rlimit"]],["impl RefUnwindSafe for rlimit64",1,["linux_raw_sys::general::rlimit64"]],["impl RefUnwindSafe for robust_list",1,["linux_raw_sys::general::robust_list"]],["impl RefUnwindSafe for robust_list_head",1,["linux_raw_sys::general::robust_list_head"]],["impl RefUnwindSafe for rusage",1,["linux_raw_sys::general::rusage"]],["impl RefUnwindSafe for sigaction",1,["linux_raw_sys::general::sigaction"]],["impl RefUnwindSafe for sigaltstack",1,["linux_raw_sys::general::sigaltstack"]],["impl RefUnwindSafe for sigevent",1,["linux_raw_sys::general::sigevent"]],["impl RefUnwindSafe for sigevent__bindgen_ty_1__bindgen_ty_1",1,["linux_raw_sys::general::sigevent__bindgen_ty_1__bindgen_ty_1"]],["impl RefUnwindSafe for siginfo",1,["linux_raw_sys::general::siginfo"]],["impl RefUnwindSafe for siginfo__bindgen_ty_1__bindgen_ty_1",1,["linux_raw_sys::general::siginfo__bindgen_ty_1__bindgen_ty_1"]],["impl RefUnwindSafe for stat",1,["linux_raw_sys::general::stat"]],["impl RefUnwindSafe for statfs",1,["linux_raw_sys::general::statfs"]],["impl RefUnwindSafe for statfs64",1,["linux_raw_sys::general::statfs64"]],["impl RefUnwindSafe for statx",1,["linux_raw_sys::general::statx"]],["impl RefUnwindSafe for statx_timestamp",1,["linux_raw_sys::general::statx_timestamp"]],["impl RefUnwindSafe for termio",1,["linux_raw_sys::general::termio"]],["impl RefUnwindSafe for termios",1,["linux_raw_sys::general::termios"]],["impl RefUnwindSafe for termios2",1,["linux_raw_sys::general::termios2"]],["impl RefUnwindSafe for timespec",1,["linux_raw_sys::general::timespec"]],["impl RefUnwindSafe for timeval",1,["linux_raw_sys::general::timeval"]],["impl RefUnwindSafe for timezone",1,["linux_raw_sys::general::timezone"]],["impl RefUnwindSafe for uffd_msg",1,["linux_raw_sys::general::uffd_msg"]],["impl RefUnwindSafe for uffd_msg__bindgen_ty_1__bindgen_ty_1",1,["linux_raw_sys::general::uffd_msg__bindgen_ty_1__bindgen_ty_1"]],["impl RefUnwindSafe for uffd_msg__bindgen_ty_1__bindgen_ty_2",1,["linux_raw_sys::general::uffd_msg__bindgen_ty_1__bindgen_ty_2"]],["impl RefUnwindSafe for uffd_msg__bindgen_ty_1__bindgen_ty_3",1,["linux_raw_sys::general::uffd_msg__bindgen_ty_1__bindgen_ty_3"]],["impl RefUnwindSafe for uffd_msg__bindgen_ty_1__bindgen_ty_4",1,["linux_raw_sys::general::uffd_msg__bindgen_ty_1__bindgen_ty_4"]],["impl RefUnwindSafe for uffd_msg__bindgen_ty_1__bindgen_ty_5",1,["linux_raw_sys::general::uffd_msg__bindgen_ty_1__bindgen_ty_5"]],["impl RefUnwindSafe for uffdio_api",1,["linux_raw_sys::general::uffdio_api"]],["impl RefUnwindSafe for uffdio_continue",1,["linux_raw_sys::general::uffdio_continue"]],["impl RefUnwindSafe for uffdio_copy",1,["linux_raw_sys::general::uffdio_copy"]],["impl RefUnwindSafe for uffdio_range",1,["linux_raw_sys::general::uffdio_range"]],["impl RefUnwindSafe for uffdio_register",1,["linux_raw_sys::general::uffdio_register"]],["impl RefUnwindSafe for uffdio_writeprotect",1,["linux_raw_sys::general::uffdio_writeprotect"]],["impl RefUnwindSafe for uffdio_zeropage",1,["linux_raw_sys::general::uffdio_zeropage"]],["impl RefUnwindSafe for user_desc",1,["linux_raw_sys::general::user_desc"]],["impl RefUnwindSafe for vfs_cap_data",1,["linux_raw_sys::general::vfs_cap_data"]],["impl RefUnwindSafe for vfs_cap_data__bindgen_ty_1",1,["linux_raw_sys::general::vfs_cap_data__bindgen_ty_1"]],["impl RefUnwindSafe for vfs_ns_cap_data",1,["linux_raw_sys::general::vfs_ns_cap_data"]],["impl RefUnwindSafe for vfs_ns_cap_data__bindgen_ty_1",1,["linux_raw_sys::general::vfs_ns_cap_data__bindgen_ty_1"]],["impl RefUnwindSafe for winsize",1,["linux_raw_sys::general::winsize"]],["impl RefUnwindSafe for Elf_Dyn_Union",1,["linux_raw_sys::elf::Elf_Dyn_Union"]],["impl RefUnwindSafe for __sifields",1,["linux_raw_sys::general::__sifields"]],["impl RefUnwindSafe for __sifields__bindgen_ty_5__bindgen_ty_1",1,["linux_raw_sys::general::__sifields__bindgen_ty_5__bindgen_ty_1"]],["impl RefUnwindSafe for fscrypt_get_policy_ex_arg__bindgen_ty_1",1,["linux_raw_sys::general::fscrypt_get_policy_ex_arg__bindgen_ty_1"]],["impl RefUnwindSafe for fscrypt_key_specifier__bindgen_ty_1",1,["linux_raw_sys::general::fscrypt_key_specifier__bindgen_ty_1"]],["impl RefUnwindSafe for sigevent__bindgen_ty_1",1,["linux_raw_sys::general::sigevent__bindgen_ty_1"]],["impl RefUnwindSafe for siginfo__bindgen_ty_1",1,["linux_raw_sys::general::siginfo__bindgen_ty_1"]],["impl RefUnwindSafe for sigval",1,["linux_raw_sys::general::sigval"]],["impl RefUnwindSafe for uffd_msg__bindgen_ty_1",1,["linux_raw_sys::general::uffd_msg__bindgen_ty_1"]],["impl RefUnwindSafe for uffd_msg__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1",1,["linux_raw_sys::general::uffd_msg__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1"]],["impl<Storage> RefUnwindSafe for __BindgenBitfieldUnit<Storage>",1,["linux_raw_sys::general::__BindgenBitfieldUnit"]],["impl<T> RefUnwindSafe for __IncompleteArrayField<T>",1,["linux_raw_sys::general::__IncompleteArrayField"]]]],["lock_api",[["impl RefUnwindSafe for GuardNoSend",1,["lock_api::GuardNoSend"]],["impl RefUnwindSafe for GuardSend",1,["lock_api::GuardSend"]],["impl<'a, R, G, T> !RefUnwindSafe for MappedReentrantMutexGuard<'a, R, G, T>",1,["lock_api::remutex::MappedReentrantMutexGuard"]],["impl<'a, R, G, T> !RefUnwindSafe for ReentrantMutexGuard<'a, R, G, T>",1,["lock_api::remutex::ReentrantMutexGuard"]],["impl<'a, R, T> !RefUnwindSafe for MutexGuard<'a, R, T>",1,["lock_api::mutex::MutexGuard"]],["impl<'a, R, T> !RefUnwindSafe for RwLockReadGuard<'a, R, T>",1,["lock_api::rwlock::RwLockReadGuard"]],["impl<'a, R, T> !RefUnwindSafe for RwLockUpgradableReadGuard<'a, R, T>",1,["lock_api::rwlock::RwLockUpgradableReadGuard"]],["impl<'a, R, T> !RefUnwindSafe for RwLockWriteGuard<'a, R, T>",1,["lock_api::rwlock::RwLockWriteGuard"]],["impl<'a, R, T> RefUnwindSafe for MappedMutexGuard<'a, R, T>",1,["lock_api::mutex::MappedMutexGuard"]],["impl<'a, R, T> RefUnwindSafe for MappedRwLockReadGuard<'a, R, T>",1,["lock_api::rwlock::MappedRwLockReadGuard"]],["impl<'a, R, T> RefUnwindSafe for MappedRwLockWriteGuard<'a, R, T>",1,["lock_api::rwlock::MappedRwLockWriteGuard"]],["impl<R, G> !RefUnwindSafe for RawReentrantMutex<R, G>",1,["lock_api::remutex::RawReentrantMutex"]],["impl<R, G, T> !RefUnwindSafe for ReentrantMutex<R, G, T>",1,["lock_api::remutex::ReentrantMutex"]],["impl<R, T> !RefUnwindSafe for Mutex<R, T>",1,["lock_api::mutex::Mutex"]],["impl<R, T> !RefUnwindSafe for RwLock<R, T>",1,["lock_api::rwlock::RwLock"]]]],["log",[["impl RefUnwindSafe for Level",1,["log::Level"]],["impl RefUnwindSafe for LevelFilter",1,["log::LevelFilter"]],["impl RefUnwindSafe for ParseLevelError",1,["log::ParseLevelError"]],["impl RefUnwindSafe for SetLoggerError",1,["log::SetLoggerError"]],["impl<'a> RefUnwindSafe for Metadata<'a>",1,["log::Metadata"]],["impl<'a> RefUnwindSafe for MetadataBuilder<'a>",1,["log::MetadataBuilder"]],["impl<'a> RefUnwindSafe for Record<'a>",1,["log::Record"]],["impl<'a> RefUnwindSafe for RecordBuilder<'a>",1,["log::RecordBuilder"]]]],["memchr",[["impl RefUnwindSafe for PrefilterConfig",1,["memchr::memmem::searcher::PrefilterConfig"]],["impl RefUnwindSafe for One",1,["memchr::arch::all::memchr::One"]],["impl RefUnwindSafe for Three",1,["memchr::arch::all::memchr::Three"]],["impl RefUnwindSafe for Two",1,["memchr::arch::all::memchr::Two"]],["impl RefUnwindSafe for Finder",1,["memchr::arch::all::packedpair::Finder"]],["impl RefUnwindSafe for Pair",1,["memchr::arch::all::packedpair::Pair"]],["impl RefUnwindSafe for Finder",1,["memchr::arch::all::rabinkarp::Finder"]],["impl RefUnwindSafe for FinderRev",1,["memchr::arch::all::rabinkarp::FinderRev"]],["impl RefUnwindSafe for Finder",1,["memchr::arch::all::shiftor::Finder"]],["impl RefUnwindSafe for Finder",1,["memchr::arch::all::twoway::Finder"]],["impl RefUnwindSafe for FinderRev",1,["memchr::arch::all::twoway::FinderRev"]],["impl RefUnwindSafe for One",1,["memchr::arch::x86_64::avx2::memchr::One"]],["impl RefUnwindSafe for Three",1,["memchr::arch::x86_64::avx2::memchr::Three"]],["impl RefUnwindSafe for Two",1,["memchr::arch::x86_64::avx2::memchr::Two"]],["impl RefUnwindSafe for Finder",1,["memchr::arch::x86_64::avx2::packedpair::Finder"]],["impl RefUnwindSafe for One",1,["memchr::arch::x86_64::sse2::memchr::One"]],["impl RefUnwindSafe for Three",1,["memchr::arch::x86_64::sse2::memchr::Three"]],["impl RefUnwindSafe for Two",1,["memchr::arch::x86_64::sse2::memchr::Two"]],["impl RefUnwindSafe for Finder",1,["memchr::arch::x86_64::sse2::packedpair::Finder"]],["impl RefUnwindSafe for FinderBuilder",1,["memchr::memmem::FinderBuilder"]],["impl<'a, 'h> RefUnwindSafe for OneIter<'a, 'h>",1,["memchr::arch::all::memchr::OneIter"]],["impl<'a, 'h> RefUnwindSafe for ThreeIter<'a, 'h>",1,["memchr::arch::all::memchr::ThreeIter"]],["impl<'a, 'h> RefUnwindSafe for TwoIter<'a, 'h>",1,["memchr::arch::all::memchr::TwoIter"]],["impl<'a, 'h> RefUnwindSafe for OneIter<'a, 'h>",1,["memchr::arch::x86_64::avx2::memchr::OneIter"]],["impl<'a, 'h> RefUnwindSafe for ThreeIter<'a, 'h>",1,["memchr::arch::x86_64::avx2::memchr::ThreeIter"]],["impl<'a, 'h> RefUnwindSafe for TwoIter<'a, 'h>",1,["memchr::arch::x86_64::avx2::memchr::TwoIter"]],["impl<'a, 'h> RefUnwindSafe for OneIter<'a, 'h>",1,["memchr::arch::x86_64::sse2::memchr::OneIter"]],["impl<'a, 'h> RefUnwindSafe for ThreeIter<'a, 'h>",1,["memchr::arch::x86_64::sse2::memchr::ThreeIter"]],["impl<'a, 'h> RefUnwindSafe for TwoIter<'a, 'h>",1,["memchr::arch::x86_64::sse2::memchr::TwoIter"]],["impl<'h> RefUnwindSafe for Memchr<'h>",1,["memchr::memchr::Memchr"]],["impl<'h> RefUnwindSafe for Memchr2<'h>",1,["memchr::memchr::Memchr2"]],["impl<'h> RefUnwindSafe for Memchr3<'h>",1,["memchr::memchr::Memchr3"]],["impl<'h, 'n> RefUnwindSafe for FindIter<'h, 'n>",1,["memchr::memmem::FindIter"]],["impl<'h, 'n> RefUnwindSafe for FindRevIter<'h, 'n>",1,["memchr::memmem::FindRevIter"]],["impl<'n> RefUnwindSafe for Finder<'n>",1,["memchr::memmem::Finder"]],["impl<'n> RefUnwindSafe for FinderRev<'n>",1,["memchr::memmem::FinderRev"]]]],["mio",[["impl RefUnwindSafe for Event",1,["mio::event::event::Event"]],["impl RefUnwindSafe for Events",1,["mio::event::events::Events"]],["impl RefUnwindSafe for TcpListener",1,["mio::net::tcp::listener::TcpListener"]],["impl RefUnwindSafe for TcpStream",1,["mio::net::tcp::stream::TcpStream"]],["impl RefUnwindSafe for UdpSocket",1,["mio::net::udp::UdpSocket"]],["impl RefUnwindSafe for UnixDatagram",1,["mio::net::uds::datagram::UnixDatagram"]],["impl RefUnwindSafe for UnixListener",1,["mio::net::uds::listener::UnixListener"]],["impl RefUnwindSafe for UnixStream",1,["mio::net::uds::stream::UnixStream"]],["impl RefUnwindSafe for Interest",1,["mio::interest::Interest"]],["impl RefUnwindSafe for Poll",1,["mio::poll::Poll"]],["impl RefUnwindSafe for Registry",1,["mio::poll::Registry"]],["impl RefUnwindSafe for Token",1,["mio::token::Token"]],["impl RefUnwindSafe for Waker",1,["mio::waker::Waker"]],["impl RefUnwindSafe for Receiver",1,["mio::sys::unix::pipe::Receiver"]],["impl RefUnwindSafe for Sender",1,["mio::sys::unix::pipe::Sender"]],["impl<'a> RefUnwindSafe for Iter<'a>",1,["mio::event::events::Iter"]],["impl<'a> RefUnwindSafe for SourceFd<'a>",1,["mio::sys::unix::sourcefd::SourceFd"]]]],["mrc",[["impl RefUnwindSafe for MpvCommand",1,["mrc::MpvCommand"]]]],["native_tls",[["impl !RefUnwindSafe for Error",1,["native_tls::Error"]],["impl RefUnwindSafe for Protocol",1,["native_tls::Protocol"]],["impl RefUnwindSafe for Certificate",1,["native_tls::Certificate"]],["impl RefUnwindSafe for Identity",1,["native_tls::Identity"]],["impl RefUnwindSafe for TlsAcceptor",1,["native_tls::TlsAcceptor"]],["impl RefUnwindSafe for TlsAcceptorBuilder",1,["native_tls::TlsAcceptorBuilder"]],["impl RefUnwindSafe for TlsConnector",1,["native_tls::TlsConnector"]],["impl RefUnwindSafe for TlsConnectorBuilder",1,["native_tls::TlsConnectorBuilder"]],["impl<S> !RefUnwindSafe for HandshakeError<S>",1,["native_tls::HandshakeError"]],["impl<S> !RefUnwindSafe for MidHandshakeTlsStream<S>",1,["native_tls::MidHandshakeTlsStream"]],["impl<S> RefUnwindSafe for TlsStream<S>",1,["native_tls::TlsStream"]]]],["nu_ansi_term",[["impl RefUnwindSafe for Color",1,["nu_ansi_term::style::Color"]],["impl RefUnwindSafe for TargetGround",1,["nu_ansi_term::gradient::TargetGround"]],["impl RefUnwindSafe for Infix",1,["nu_ansi_term::ansi::Infix"]],["impl RefUnwindSafe for Prefix",1,["nu_ansi_term::ansi::Prefix"]],["impl RefUnwindSafe for Suffix",1,["nu_ansi_term::ansi::Suffix"]],["impl RefUnwindSafe for Gradient",1,["nu_ansi_term::gradient::Gradient"]],["impl RefUnwindSafe for Rgb",1,["nu_ansi_term::rgb::Rgb"]],["impl RefUnwindSafe for Style",1,["nu_ansi_term::style::Style"]],["impl<'a, S> RefUnwindSafe for AnsiGenericString<'a, S>",1,["nu_ansi_term::display::AnsiGenericString"]],["impl<'a, S> RefUnwindSafe for AnsiGenericStrings<'a, S>",1,["nu_ansi_term::display::AnsiGenericStrings"]]]],["once_cell",[["impl RefUnwindSafe for OnceBool",1,["once_cell::race::OnceBool"]],["impl RefUnwindSafe for OnceNonZeroUsize",1,["once_cell::race::OnceNonZeroUsize"]],["impl<'a, T> !RefUnwindSafe for OnceRef<'a, T>",1,["once_cell::race::OnceRef"]],["impl<T> RefUnwindSafe for OnceBox<T>",1,["once_cell::race::once_box::OnceBox"]],["impl<T> RefUnwindSafe for OnceCell<T>",1,["once_cell::sync::OnceCell"]],["impl<T, F: RefUnwindSafe> RefUnwindSafe for Lazy<T, F>"],["impl<T, F: RefUnwindSafe> RefUnwindSafe for Lazy<T, F>"],["impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T>"]]],["openssl",[["impl !RefUnwindSafe for Asn1BitStringRef",1,["openssl::asn1::Asn1BitStringRef"]],["impl !RefUnwindSafe for Asn1EnumeratedRef",1,["openssl::asn1::Asn1EnumeratedRef"]],["impl !RefUnwindSafe for Asn1GeneralizedTimeRef",1,["openssl::asn1::Asn1GeneralizedTimeRef"]],["impl !RefUnwindSafe for Asn1IntegerRef",1,["openssl::asn1::Asn1IntegerRef"]],["impl !RefUnwindSafe for Asn1ObjectRef",1,["openssl::asn1::Asn1ObjectRef"]],["impl !RefUnwindSafe for Asn1OctetStringRef",1,["openssl::asn1::Asn1OctetStringRef"]],["impl !RefUnwindSafe for Asn1StringRef",1,["openssl::asn1::Asn1StringRef"]],["impl !RefUnwindSafe for Asn1TimeRef",1,["openssl::asn1::Asn1TimeRef"]],["impl !RefUnwindSafe for BigNumContextRef",1,["openssl::bn::BigNumContextRef"]],["impl !RefUnwindSafe for BigNumRef",1,["openssl::bn::BigNumRef"]],["impl !RefUnwindSafe for CipherRef",1,["openssl::cipher::CipherRef"]],["impl !RefUnwindSafe for CipherCtxRef",1,["openssl::cipher_ctx::CipherCtxRef"]],["impl !RefUnwindSafe for CmsContentInfoRef",1,["openssl::cms::CmsContentInfoRef"]],["impl !RefUnwindSafe for ConfRef",1,["openssl::conf::ConfRef"]],["impl !RefUnwindSafe for DsaSigRef",1,["openssl::dsa::DsaSigRef"]],["impl !RefUnwindSafe for EcGroupRef",1,["openssl::ec::EcGroupRef"]],["impl !RefUnwindSafe for EcPointRef",1,["openssl::ec::EcPointRef"]],["impl !RefUnwindSafe for EcdsaSigRef",1,["openssl::ecdsa::EcdsaSigRef"]],["impl !RefUnwindSafe for LibCtxRef",1,["openssl::lib_ctx::LibCtxRef"]],["impl !RefUnwindSafe for MdRef",1,["openssl::md::MdRef"]],["impl !RefUnwindSafe for MdCtxRef",1,["openssl::md_ctx::MdCtxRef"]],["impl !RefUnwindSafe for OcspBasicResponseRef",1,["openssl::ocsp::OcspBasicResponseRef"]],["impl !RefUnwindSafe for OcspCertIdRef",1,["openssl::ocsp::OcspCertIdRef"]],["impl !RefUnwindSafe for OcspOneReqRef",1,["openssl::ocsp::OcspOneReqRef"]],["impl !RefUnwindSafe for OcspRequestRef",1,["openssl::ocsp::OcspRequestRef"]],["impl !RefUnwindSafe for OcspResponseRef",1,["openssl::ocsp::OcspResponseRef"]],["impl !RefUnwindSafe for Pkcs12Ref",1,["openssl::pkcs12::Pkcs12Ref"]],["impl !RefUnwindSafe for Pkcs7Ref",1,["openssl::pkcs7::Pkcs7Ref"]],["impl !RefUnwindSafe for Pkcs7SignedRef",1,["openssl::pkcs7::Pkcs7SignedRef"]],["impl !RefUnwindSafe for Pkcs7SignerInfoRef",1,["openssl::pkcs7::Pkcs7SignerInfoRef"]],["impl !RefUnwindSafe for ProviderRef",1,["openssl::provider::ProviderRef"]],["impl !RefUnwindSafe for SrtpProtectionProfileRef",1,["openssl::srtp::SrtpProtectionProfileRef"]],["impl !RefUnwindSafe for Error",1,["openssl::ssl::error::Error"]],["impl !RefUnwindSafe for SslCipherRef",1,["openssl::ssl::SslCipherRef"]],["impl !RefUnwindSafe for SslContextRef",1,["openssl::ssl::SslContextRef"]],["impl !RefUnwindSafe for SslRef",1,["openssl::ssl::SslRef"]],["impl !RefUnwindSafe for SslSessionRef",1,["openssl::ssl::SslSessionRef"]],["impl !RefUnwindSafe for OpensslStringRef",1,["openssl::string::OpensslStringRef"]],["impl !RefUnwindSafe for X509StoreBuilderRef",1,["openssl::x509::store::X509StoreBuilderRef"]],["impl !RefUnwindSafe for X509StoreRef",1,["openssl::x509::store::X509StoreRef"]],["impl !RefUnwindSafe for AccessDescriptionRef",1,["openssl::x509::AccessDescriptionRef"]],["impl !RefUnwindSafe for DistPointNameRef",1,["openssl::x509::DistPointNameRef"]],["impl !RefUnwindSafe for DistPointRef",1,["openssl::x509::DistPointRef"]],["impl !RefUnwindSafe for GeneralNameRef",1,["openssl::x509::GeneralNameRef"]],["impl !RefUnwindSafe for X509AlgorithmRef",1,["openssl::x509::X509AlgorithmRef"]],["impl !RefUnwindSafe for X509CrlRef",1,["openssl::x509::X509CrlRef"]],["impl !RefUnwindSafe for X509ExtensionRef",1,["openssl::x509::X509ExtensionRef"]],["impl !RefUnwindSafe for X509NameEntryRef",1,["openssl::x509::X509NameEntryRef"]],["impl !RefUnwindSafe for X509NameRef",1,["openssl::x509::X509NameRef"]],["impl !RefUnwindSafe for X509ObjectRef",1,["openssl::x509::X509ObjectRef"]],["impl !RefUnwindSafe for X509PurposeRef",1,["openssl::x509::X509PurposeRef"]],["impl !RefUnwindSafe for X509Ref",1,["openssl::x509::X509Ref"]],["impl !RefUnwindSafe for X509ReqRef",1,["openssl::x509::X509ReqRef"]],["impl !RefUnwindSafe for X509RevokedRef",1,["openssl::x509::X509RevokedRef"]],["impl !RefUnwindSafe for X509StoreContextRef",1,["openssl::x509::X509StoreContextRef"]],["impl !RefUnwindSafe for X509VerifyParamRef",1,["openssl::x509::verify::X509VerifyParamRef"]],["impl RefUnwindSafe for Params",1,["openssl::pkey::Params"]],["impl RefUnwindSafe for Private",1,["openssl::pkey::Private"]],["impl RefUnwindSafe for Public",1,["openssl::pkey::Public"]],["impl RefUnwindSafe for ShutdownResult",1,["openssl::ssl::ShutdownResult"]],["impl RefUnwindSafe for Mode",1,["openssl::symm::Mode"]],["impl RefUnwindSafe for AuthorityInformationAccess",1,["openssl::x509::AuthorityInformationAccess"]],["impl RefUnwindSafe for CertificateIssuer",1,["openssl::x509::CertificateIssuer"]],["impl RefUnwindSafe for ReasonCode",1,["openssl::x509::ReasonCode"]],["impl RefUnwindSafe for AesKey",1,["openssl::aes::AesKey"]],["impl RefUnwindSafe for KeyError",1,["openssl::aes::KeyError"]],["impl RefUnwindSafe for Asn1BitString",1,["openssl::asn1::Asn1BitString"]],["impl RefUnwindSafe for Asn1Enumerated",1,["openssl::asn1::Asn1Enumerated"]],["impl RefUnwindSafe for Asn1GeneralizedTime",1,["openssl::asn1::Asn1GeneralizedTime"]],["impl RefUnwindSafe for Asn1Integer",1,["openssl::asn1::Asn1Integer"]],["impl RefUnwindSafe for Asn1Object",1,["openssl::asn1::Asn1Object"]],["impl RefUnwindSafe for Asn1OctetString",1,["openssl::asn1::Asn1OctetString"]],["impl RefUnwindSafe for Asn1String",1,["openssl::asn1::Asn1String"]],["impl RefUnwindSafe for Asn1Time",1,["openssl::asn1::Asn1Time"]],["impl RefUnwindSafe for Asn1Type",1,["openssl::asn1::Asn1Type"]],["impl RefUnwindSafe for TimeDiff",1,["openssl::asn1::TimeDiff"]],["impl RefUnwindSafe for BigNum",1,["openssl::bn::BigNum"]],["impl RefUnwindSafe for BigNumContext",1,["openssl::bn::BigNumContext"]],["impl RefUnwindSafe for MsbOption",1,["openssl::bn::MsbOption"]],["impl RefUnwindSafe for Cipher",1,["openssl::cipher::Cipher"]],["impl RefUnwindSafe for CipherCtx",1,["openssl::cipher_ctx::CipherCtx"]],["impl RefUnwindSafe for CipherCtxFlags",1,["openssl::cipher_ctx::CipherCtxFlags"]],["impl RefUnwindSafe for CMSOptions",1,["openssl::cms::CMSOptions"]],["impl RefUnwindSafe for CmsContentInfo",1,["openssl::cms::CmsContentInfo"]],["impl RefUnwindSafe for Conf",1,["openssl::conf::Conf"]],["impl RefUnwindSafe for ConfMethod",1,["openssl::conf::methods::ConfMethod"]],["impl RefUnwindSafe for DsaSig",1,["openssl::dsa::DsaSig"]],["impl RefUnwindSafe for Asn1Flag",1,["openssl::ec::Asn1Flag"]],["impl RefUnwindSafe for EcGroup",1,["openssl::ec::EcGroup"]],["impl RefUnwindSafe for EcPoint",1,["openssl::ec::EcPoint"]],["impl RefUnwindSafe for PointConversionForm",1,["openssl::ec::PointConversionForm"]],["impl RefUnwindSafe for EcdsaSig",1,["openssl::ecdsa::EcdsaSig"]],["impl RefUnwindSafe for Open",1,["openssl::envelope::Open"]],["impl RefUnwindSafe for Seal",1,["openssl::envelope::Seal"]],["impl RefUnwindSafe for Error",1,["openssl::error::Error"]],["impl RefUnwindSafe for ErrorStack",1,["openssl::error::ErrorStack"]],["impl RefUnwindSafe for DigestBytes",1,["openssl::hash::DigestBytes"]],["impl RefUnwindSafe for Hasher",1,["openssl::hash::Hasher"]],["impl RefUnwindSafe for MessageDigest",1,["openssl::hash::MessageDigest"]],["impl RefUnwindSafe for LibCtx",1,["openssl::lib_ctx::LibCtx"]],["impl RefUnwindSafe for Md",1,["openssl::md::Md"]],["impl RefUnwindSafe for MdCtx",1,["openssl::md_ctx::MdCtx"]],["impl RefUnwindSafe for Nid",1,["openssl::nid::Nid"]],["impl RefUnwindSafe for SignatureAlgorithms",1,["openssl::nid::SignatureAlgorithms"]],["impl RefUnwindSafe for OcspBasicResponse",1,["openssl::ocsp::OcspBasicResponse"]],["impl RefUnwindSafe for OcspCertId",1,["openssl::ocsp::OcspCertId"]],["impl RefUnwindSafe for OcspCertStatus",1,["openssl::ocsp::OcspCertStatus"]],["impl RefUnwindSafe for OcspFlag",1,["openssl::ocsp::OcspFlag"]],["impl RefUnwindSafe for OcspOneReq",1,["openssl::ocsp::OcspOneReq"]],["impl RefUnwindSafe for OcspRequest",1,["openssl::ocsp::OcspRequest"]],["impl RefUnwindSafe for OcspResponse",1,["openssl::ocsp::OcspResponse"]],["impl RefUnwindSafe for OcspResponseStatus",1,["openssl::ocsp::OcspResponseStatus"]],["impl RefUnwindSafe for OcspRevokedStatus",1,["openssl::ocsp::OcspRevokedStatus"]],["impl RefUnwindSafe for ParsedPkcs12",1,["openssl::pkcs12::ParsedPkcs12"]],["impl RefUnwindSafe for ParsedPkcs12_2",1,["openssl::pkcs12::ParsedPkcs12_2"]],["impl RefUnwindSafe for Pkcs12",1,["openssl::pkcs12::Pkcs12"]],["impl RefUnwindSafe for Pkcs12Builder",1,["openssl::pkcs12::Pkcs12Builder"]],["impl RefUnwindSafe for KeyIvPair",1,["openssl::pkcs5::KeyIvPair"]],["impl RefUnwindSafe for Pkcs7",1,["openssl::pkcs7::Pkcs7"]],["impl RefUnwindSafe for Pkcs7Flags",1,["openssl::pkcs7::Pkcs7Flags"]],["impl RefUnwindSafe for Pkcs7Signed",1,["openssl::pkcs7::Pkcs7Signed"]],["impl RefUnwindSafe for Pkcs7SignerInfo",1,["openssl::pkcs7::Pkcs7SignerInfo"]],["impl RefUnwindSafe for Id",1,["openssl::pkey::Id"]],["impl RefUnwindSafe for HkdfMode",1,["openssl::pkey_ctx::HkdfMode"]],["impl RefUnwindSafe for Provider",1,["openssl::provider::Provider"]],["impl RefUnwindSafe for Padding",1,["openssl::rsa::Padding"]],["impl RefUnwindSafe for RsaPrivateKeyBuilder",1,["openssl::rsa::RsaPrivateKeyBuilder"]],["impl RefUnwindSafe for Sha1",1,["openssl::sha::Sha1"]],["impl RefUnwindSafe for Sha224",1,["openssl::sha::Sha224"]],["impl RefUnwindSafe for Sha256",1,["openssl::sha::Sha256"]],["impl RefUnwindSafe for Sha384",1,["openssl::sha::Sha384"]],["impl RefUnwindSafe for Sha512",1,["openssl::sha::Sha512"]],["impl RefUnwindSafe for RsaPssSaltlen",1,["openssl::sign::RsaPssSaltlen"]],["impl RefUnwindSafe for SrtpProfileId",1,["openssl::srtp::SrtpProfileId"]],["impl RefUnwindSafe for SrtpProtectionProfile",1,["openssl::srtp::SrtpProtectionProfile"]],["impl RefUnwindSafe for AlpnError",1,["openssl::ssl::AlpnError"]],["impl RefUnwindSafe for CipherBits",1,["openssl::ssl::CipherBits"]],["impl RefUnwindSafe for CipherLists",1,["openssl::ssl::CipherLists"]],["impl RefUnwindSafe for ClientHelloResponse",1,["openssl::ssl::ClientHelloResponse"]],["impl RefUnwindSafe for ConnectConfiguration",1,["openssl::ssl::connector::ConnectConfiguration"]],["impl RefUnwindSafe for ErrorCode",1,["openssl::ssl::error::ErrorCode"]],["impl RefUnwindSafe for ExtensionContext",1,["openssl::ssl::ExtensionContext"]],["impl RefUnwindSafe for NameType",1,["openssl::ssl::NameType"]],["impl RefUnwindSafe for ShutdownState",1,["openssl::ssl::ShutdownState"]],["impl RefUnwindSafe for SniError",1,["openssl::ssl::SniError"]],["impl RefUnwindSafe for Ssl",1,["openssl::ssl::Ssl"]],["impl RefUnwindSafe for SslAcceptor",1,["openssl::ssl::connector::SslAcceptor"]],["impl RefUnwindSafe for SslAcceptorBuilder",1,["openssl::ssl::connector::SslAcceptorBuilder"]],["impl RefUnwindSafe for SslAlert",1,["openssl::ssl::SslAlert"]],["impl RefUnwindSafe for SslCipher",1,["openssl::ssl::SslCipher"]],["impl RefUnwindSafe for SslConnector",1,["openssl::ssl::connector::SslConnector"]],["impl RefUnwindSafe for SslConnectorBuilder",1,["openssl::ssl::connector::SslConnectorBuilder"]],["impl RefUnwindSafe for SslContext",1,["openssl::ssl::SslContext"]],["impl RefUnwindSafe for SslContextBuilder",1,["openssl::ssl::SslContextBuilder"]],["impl RefUnwindSafe for SslFiletype",1,["openssl::ssl::SslFiletype"]],["impl RefUnwindSafe for SslMethod",1,["openssl::ssl::SslMethod"]],["impl RefUnwindSafe for SslMode",1,["openssl::ssl::SslMode"]],["impl RefUnwindSafe for SslOptions",1,["openssl::ssl::SslOptions"]],["impl RefUnwindSafe for SslSession",1,["openssl::ssl::SslSession"]],["impl RefUnwindSafe for SslSessionCacheMode",1,["openssl::ssl::SslSessionCacheMode"]],["impl RefUnwindSafe for SslVerifyMode",1,["openssl::ssl::SslVerifyMode"]],["impl RefUnwindSafe for SslVersion",1,["openssl::ssl::SslVersion"]],["impl RefUnwindSafe for StatusType",1,["openssl::ssl::StatusType"]],["impl RefUnwindSafe for OpensslString",1,["openssl::string::OpensslString"]],["impl RefUnwindSafe for Cipher",1,["openssl::symm::Cipher"]],["impl RefUnwindSafe for Crypter",1,["openssl::symm::Crypter"]],["impl RefUnwindSafe for AuthorityKeyIdentifier",1,["openssl::x509::extension::AuthorityKeyIdentifier"]],["impl RefUnwindSafe for BasicConstraints",1,["openssl::x509::extension::BasicConstraints"]],["impl RefUnwindSafe for ExtendedKeyUsage",1,["openssl::x509::extension::ExtendedKeyUsage"]],["impl RefUnwindSafe for KeyUsage",1,["openssl::x509::extension::KeyUsage"]],["impl RefUnwindSafe for SubjectAlternativeName",1,["openssl::x509::extension::SubjectAlternativeName"]],["impl RefUnwindSafe for SubjectKeyIdentifier",1,["openssl::x509::extension::SubjectKeyIdentifier"]],["impl RefUnwindSafe for File",1,["openssl::x509::store::File"]],["impl RefUnwindSafe for HashDir",1,["openssl::x509::store::HashDir"]],["impl RefUnwindSafe for X509Store",1,["openssl::x509::store::X509Store"]],["impl RefUnwindSafe for X509StoreBuilder",1,["openssl::x509::store::X509StoreBuilder"]],["impl RefUnwindSafe for AccessDescription",1,["openssl::x509::AccessDescription"]],["impl RefUnwindSafe for CrlReason",1,["openssl::x509::CrlReason"]],["impl RefUnwindSafe for DistPoint",1,["openssl::x509::DistPoint"]],["impl RefUnwindSafe for DistPointName",1,["openssl::x509::DistPointName"]],["impl RefUnwindSafe for GeneralName",1,["openssl::x509::GeneralName"]],["impl RefUnwindSafe for X509",1,["openssl::x509::X509"]],["impl RefUnwindSafe for X509Algorithm",1,["openssl::x509::X509Algorithm"]],["impl RefUnwindSafe for X509Builder",1,["openssl::x509::X509Builder"]],["impl RefUnwindSafe for X509Crl",1,["openssl::x509::X509Crl"]],["impl RefUnwindSafe for X509Extension",1,["openssl::x509::X509Extension"]],["impl RefUnwindSafe for X509Name",1,["openssl::x509::X509Name"]],["impl RefUnwindSafe for X509NameBuilder",1,["openssl::x509::X509NameBuilder"]],["impl RefUnwindSafe for X509NameEntry",1,["openssl::x509::X509NameEntry"]],["impl RefUnwindSafe for X509Object",1,["openssl::x509::X509Object"]],["impl RefUnwindSafe for X509PurposeId",1,["openssl::x509::X509PurposeId"]],["impl RefUnwindSafe for X509Req",1,["openssl::x509::X509Req"]],["impl RefUnwindSafe for X509ReqBuilder",1,["openssl::x509::X509ReqBuilder"]],["impl RefUnwindSafe for X509Revoked",1,["openssl::x509::X509Revoked"]],["impl RefUnwindSafe for X509StoreContext",1,["openssl::x509::X509StoreContext"]],["impl RefUnwindSafe for X509VerifyResult",1,["openssl::x509::X509VerifyResult"]],["impl RefUnwindSafe for X509CheckFlags",1,["openssl::x509::verify::X509CheckFlags"]],["impl RefUnwindSafe for X509VerifyFlags",1,["openssl::x509::verify::X509VerifyFlags"]],["impl RefUnwindSafe for X509VerifyParam",1,["openssl::x509::verify::X509VerifyParam"]],["impl<'a> !RefUnwindSafe for CrlStatus<'a>",1,["openssl::x509::CrlStatus"]],["impl<'a> !RefUnwindSafe for OcspStatus<'a>",1,["openssl::ocsp::OcspStatus"]],["impl<'a> !RefUnwindSafe for X509NameEntries<'a>",1,["openssl::x509::X509NameEntries"]],["impl<'a> !RefUnwindSafe for X509v3Context<'a>",1,["openssl::x509::X509v3Context"]],["impl<'a> RefUnwindSafe for Deriver<'a>",1,["openssl::derive::Deriver"]],["impl<'a> RefUnwindSafe for Decrypter<'a>",1,["openssl::encrypt::Decrypter"]],["impl<'a> RefUnwindSafe for Encrypter<'a>",1,["openssl::encrypt::Encrypter"]],["impl<'a> RefUnwindSafe for Signer<'a>",1,["openssl::sign::Signer"]],["impl<'a> RefUnwindSafe for Verifier<'a>",1,["openssl::sign::Verifier"]],["impl<'a, T> !RefUnwindSafe for Iter<'a, T>",1,["openssl::stack::Iter"]],["impl<'a, T> !RefUnwindSafe for IterMut<'a, T>",1,["openssl::stack::IterMut"]],["impl<S> !RefUnwindSafe for HandshakeError<S>",1,["openssl::ssl::error::HandshakeError"]],["impl<S> !RefUnwindSafe for MidHandshakeSslStream<S>",1,["openssl::ssl::MidHandshakeSslStream"]],["impl<S> RefUnwindSafe for SslStream<S>",1,["openssl::ssl::SslStream"]],["impl<S> RefUnwindSafe for SslStreamBuilder<S>",1,["openssl::ssl::SslStreamBuilder"]],["impl<T> !RefUnwindSafe for DhRef<T>",1,["openssl::dh::DhRef"]],["impl<T> !RefUnwindSafe for DsaRef<T>",1,["openssl::dsa::DsaRef"]],["impl<T> !RefUnwindSafe for EcKeyRef<T>",1,["openssl::ec::EcKeyRef"]],["impl<T> !RefUnwindSafe for PKeyRef<T>",1,["openssl::pkey::PKeyRef"]],["impl<T> !RefUnwindSafe for PkeyCtxRef<T>",1,["openssl::pkey_ctx::PkeyCtxRef"]],["impl<T> !RefUnwindSafe for RsaRef<T>",1,["openssl::rsa::RsaRef"]],["impl<T> !RefUnwindSafe for StackRef<T>",1,["openssl::stack::StackRef"]],["impl<T> !RefUnwindSafe for X509LookupMethodRef<T>",1,["openssl::x509::store::X509LookupMethodRef"]],["impl<T> !RefUnwindSafe for X509LookupRef<T>",1,["openssl::x509::store::X509LookupRef"]],["impl<T> RefUnwindSafe for Dh<T>",1,["openssl::dh::Dh"]],["impl<T> RefUnwindSafe for Dsa<T>",1,["openssl::dsa::Dsa"]],["impl<T> RefUnwindSafe for EcKey<T>",1,["openssl::ec::EcKey"]],["impl<T> RefUnwindSafe for PKey<T>",1,["openssl::pkey::PKey"]],["impl<T> RefUnwindSafe for PkeyCtx<T>",1,["openssl::pkey_ctx::PkeyCtx"]],["impl<T> RefUnwindSafe for Rsa<T>",1,["openssl::rsa::Rsa"]],["impl<T> RefUnwindSafe for IntoIter<T>",1,["openssl::stack::IntoIter"]],["impl<T> RefUnwindSafe for Stack<T>",1,["openssl::stack::Stack"]],["impl<T> RefUnwindSafe for X509Lookup<T>",1,["openssl::x509::store::X509Lookup"]],["impl<T> RefUnwindSafe for X509LookupMethod<T>",1,["openssl::x509::store::X509LookupMethod"]],["impl<T, U> RefUnwindSafe for Index<T, U>",1,["openssl::ex_data::Index"]]]],["openssl_probe",[["impl RefUnwindSafe for ProbeResult",1,["openssl_probe::ProbeResult"]]]],["openssl_sys",[["impl RefUnwindSafe for ASN1_BIT_STRING",1,["openssl_sys::openssl::handwritten::types::ASN1_BIT_STRING"]],["impl RefUnwindSafe for ASN1_BMPSTRING",1,["openssl_sys::openssl::handwritten::types::ASN1_BMPSTRING"]],["impl RefUnwindSafe for ASN1_ENUMERATED",1,["openssl_sys::openssl::handwritten::types::ASN1_ENUMERATED"]],["impl RefUnwindSafe for ASN1_GENERALIZEDTIME",1,["openssl_sys::openssl::handwritten::types::ASN1_GENERALIZEDTIME"]],["impl RefUnwindSafe for ASN1_GENERALSTRING",1,["openssl_sys::openssl::handwritten::types::ASN1_GENERALSTRING"]],["impl RefUnwindSafe for ASN1_IA5STRING",1,["openssl_sys::openssl::handwritten::types::ASN1_IA5STRING"]],["impl RefUnwindSafe for ASN1_INTEGER",1,["openssl_sys::openssl::handwritten::types::ASN1_INTEGER"]],["impl RefUnwindSafe for ASN1_NULL",1,["openssl_sys::openssl::handwritten::types::ASN1_NULL"]],["impl RefUnwindSafe for ASN1_OBJECT",1,["openssl_sys::openssl::handwritten::types::ASN1_OBJECT"]],["impl RefUnwindSafe for ASN1_OCTET_STRING",1,["openssl_sys::openssl::handwritten::types::ASN1_OCTET_STRING"]],["impl RefUnwindSafe for ASN1_PRINTABLESTRING",1,["openssl_sys::openssl::handwritten::types::ASN1_PRINTABLESTRING"]],["impl RefUnwindSafe for ASN1_STRING",1,["openssl_sys::openssl::handwritten::types::ASN1_STRING"]],["impl RefUnwindSafe for ASN1_T61STRING",1,["openssl_sys::openssl::handwritten::types::ASN1_T61STRING"]],["impl RefUnwindSafe for ASN1_TIME",1,["openssl_sys::openssl::handwritten::types::ASN1_TIME"]],["impl RefUnwindSafe for ASN1_UNIVERSALSTRING",1,["openssl_sys::openssl::handwritten::types::ASN1_UNIVERSALSTRING"]],["impl RefUnwindSafe for ASN1_UTCTIME",1,["openssl_sys::openssl::handwritten::types::ASN1_UTCTIME"]],["impl RefUnwindSafe for ASN1_UTF8STRING",1,["openssl_sys::openssl::handwritten::types::ASN1_UTF8STRING"]],["impl RefUnwindSafe for ASN1_VALUE",1,["openssl_sys::openssl::handwritten::types::ASN1_VALUE"]],["impl RefUnwindSafe for ASN1_VISIBLESTRING",1,["openssl_sys::openssl::handwritten::types::ASN1_VISIBLESTRING"]],["impl RefUnwindSafe for BIGNUM",1,["openssl_sys::openssl::handwritten::types::BIGNUM"]],["impl RefUnwindSafe for BIO",1,["openssl_sys::openssl::handwritten::types::BIO"]],["impl RefUnwindSafe for BIO_METHOD",1,["openssl_sys::openssl::handwritten::bio::BIO_METHOD"]],["impl RefUnwindSafe for BN_BLINDING",1,["openssl_sys::openssl::handwritten::types::BN_BLINDING"]],["impl RefUnwindSafe for BN_CTX",1,["openssl_sys::openssl::handwritten::types::BN_CTX"]],["impl RefUnwindSafe for BN_GENCB",1,["openssl_sys::openssl::handwritten::types::BN_GENCB"]],["impl RefUnwindSafe for BN_MONT_CTX",1,["openssl_sys::openssl::handwritten::types::BN_MONT_CTX"]],["impl RefUnwindSafe for CMAC_CTX",1,["openssl_sys::openssl::handwritten::types::CMAC_CTX"]],["impl RefUnwindSafe for CMS_ContentInfo",1,["openssl_sys::openssl::handwritten::cms::CMS_ContentInfo"]],["impl RefUnwindSafe for COMP_CTX",1,["openssl_sys::openssl::handwritten::types::COMP_CTX"]],["impl RefUnwindSafe for COMP_METHOD",1,["openssl_sys::openssl::handwritten::types::COMP_METHOD"]],["impl RefUnwindSafe for CONF",1,["openssl_sys::openssl::handwritten::types::CONF"]],["impl RefUnwindSafe for CONF_METHOD",1,["openssl_sys::openssl::handwritten::x509v3::CONF_METHOD"]],["impl RefUnwindSafe for CRYPTO_EX_DATA",1,["openssl_sys::openssl::handwritten::types::CRYPTO_EX_DATA"]],["impl RefUnwindSafe for DH",1,["openssl_sys::openssl::handwritten::types::DH"]],["impl RefUnwindSafe for DH_METHOD",1,["openssl_sys::openssl::handwritten::types::DH_METHOD"]],["impl RefUnwindSafe for DSA",1,["openssl_sys::openssl::handwritten::types::DSA"]],["impl RefUnwindSafe for DSA_METHOD",1,["openssl_sys::openssl::handwritten::types::DSA_METHOD"]],["impl RefUnwindSafe for DSA_SIG",1,["openssl_sys::openssl::handwritten::dsa::DSA_SIG"]],["impl RefUnwindSafe for ECDSA_SIG",1,["openssl_sys::openssl::handwritten::ec::ECDSA_SIG"]],["impl RefUnwindSafe for EC_GROUP",1,["openssl_sys::openssl::handwritten::ec::EC_GROUP"]],["impl RefUnwindSafe for EC_KEY",1,["openssl_sys::openssl::handwritten::types::EC_KEY"]],["impl RefUnwindSafe for EC_METHOD",1,["openssl_sys::openssl::handwritten::ec::EC_METHOD"]],["impl RefUnwindSafe for EC_POINT",1,["openssl_sys::openssl::handwritten::ec::EC_POINT"]],["impl RefUnwindSafe for ENGINE",1,["openssl_sys::openssl::handwritten::types::ENGINE"]],["impl RefUnwindSafe for EVP_CIPHER",1,["openssl_sys::openssl::handwritten::types::EVP_CIPHER"]],["impl RefUnwindSafe for EVP_CIPHER_CTX",1,["openssl_sys::openssl::handwritten::types::EVP_CIPHER_CTX"]],["impl RefUnwindSafe for EVP_KDF",1,["openssl_sys::openssl::handwritten::types::EVP_KDF"]],["impl RefUnwindSafe for EVP_KDF_CTX",1,["openssl_sys::openssl::handwritten::types::EVP_KDF_CTX"]],["impl RefUnwindSafe for EVP_MD",1,["openssl_sys::openssl::handwritten::types::EVP_MD"]],["impl RefUnwindSafe for EVP_MD_CTX",1,["openssl_sys::openssl::handwritten::types::EVP_MD_CTX"]],["impl RefUnwindSafe for EVP_PKEY",1,["openssl_sys::openssl::types::EVP_PKEY"]],["impl RefUnwindSafe for EVP_PKEY_ASN1_METHOD",1,["openssl_sys::openssl::handwritten::types::EVP_PKEY_ASN1_METHOD"]],["impl RefUnwindSafe for EVP_PKEY_CTX",1,["openssl_sys::openssl::handwritten::types::EVP_PKEY_CTX"]],["impl RefUnwindSafe for HMAC_CTX",1,["openssl_sys::openssl::handwritten::types::HMAC_CTX"]],["impl RefUnwindSafe for OCSP_BASICRESP",1,["openssl_sys::openssl::handwritten::ocsp::OCSP_BASICRESP"]],["impl RefUnwindSafe for OCSP_CERTID",1,["openssl_sys::openssl::handwritten::ocsp::OCSP_CERTID"]],["impl RefUnwindSafe for OCSP_ONEREQ",1,["openssl_sys::openssl::handwritten::ocsp::OCSP_ONEREQ"]],["impl RefUnwindSafe for OCSP_REQUEST",1,["openssl_sys::openssl::handwritten::ocsp::OCSP_REQUEST"]],["impl RefUnwindSafe for OCSP_RESPONSE",1,["openssl_sys::openssl::handwritten::types::OCSP_RESPONSE"]],["impl RefUnwindSafe for OPENSSL_INIT_SETTINGS",1,["openssl_sys::openssl::handwritten::types::OPENSSL_INIT_SETTINGS"]],["impl RefUnwindSafe for OPENSSL_STACK",1,["openssl_sys::openssl::handwritten::stack::OPENSSL_STACK"]],["impl RefUnwindSafe for OSSL_LIB_CTX",1,["openssl_sys::openssl::handwritten::types::OSSL_LIB_CTX"]],["impl RefUnwindSafe for OSSL_PROVIDER",1,["openssl_sys::openssl::handwritten::types::OSSL_PROVIDER"]],["impl RefUnwindSafe for PKCS12",1,["openssl_sys::openssl::handwritten::pkcs12::PKCS12"]],["impl RefUnwindSafe for PKCS8_PRIV_KEY_INFO",1,["openssl_sys::openssl::handwritten::types::PKCS8_PRIV_KEY_INFO"]],["impl RefUnwindSafe for RSA",1,["openssl_sys::openssl::handwritten::types::RSA"]],["impl RefUnwindSafe for RSA_METHOD",1,["openssl_sys::openssl::handwritten::types::RSA_METHOD"]],["impl RefUnwindSafe for SSL",1,["openssl_sys::openssl::handwritten::types::SSL"]],["impl RefUnwindSafe for SSL_CIPHER",1,["openssl_sys::openssl::handwritten::ssl::SSL_CIPHER"]],["impl RefUnwindSafe for SSL_CTX",1,["openssl_sys::openssl::handwritten::types::SSL_CTX"]],["impl RefUnwindSafe for SSL_METHOD",1,["openssl_sys::openssl::handwritten::ssl::SSL_METHOD"]],["impl RefUnwindSafe for SSL_SESSION",1,["openssl_sys::openssl::handwritten::ssl::SSL_SESSION"]],["impl RefUnwindSafe for X509",1,["openssl_sys::openssl::handwritten::types::X509"]],["impl RefUnwindSafe for X509_ALGOR",1,["openssl_sys::openssl::handwritten::types::X509_ALGOR"]],["impl RefUnwindSafe for X509_ATTRIBUTE",1,["openssl_sys::openssl::handwritten::x509::X509_ATTRIBUTE"]],["impl RefUnwindSafe for X509_CINF",1,["openssl_sys::openssl::handwritten::x509::X509_CINF"]],["impl RefUnwindSafe for X509_CRL",1,["openssl_sys::openssl::handwritten::x509::X509_CRL"]],["impl RefUnwindSafe for X509_CRL_INFO",1,["openssl_sys::openssl::handwritten::x509::X509_CRL_INFO"]],["impl RefUnwindSafe for X509_EXTENSION",1,["openssl_sys::openssl::handwritten::x509::X509_EXTENSION"]],["impl RefUnwindSafe for X509_LOOKUP",1,["openssl_sys::openssl::handwritten::types::X509_LOOKUP"]],["impl RefUnwindSafe for X509_LOOKUP_METHOD",1,["openssl_sys::openssl::handwritten::types::X509_LOOKUP_METHOD"]],["impl RefUnwindSafe for X509_NAME",1,["openssl_sys::openssl::handwritten::types::X509_NAME"]],["impl RefUnwindSafe for X509_NAME_ENTRY",1,["openssl_sys::openssl::handwritten::x509::X509_NAME_ENTRY"]],["impl RefUnwindSafe for X509_OBJECT",1,["openssl_sys::openssl::handwritten::types::X509_OBJECT"]],["impl RefUnwindSafe for X509_REQ",1,["openssl_sys::openssl::handwritten::x509::X509_REQ"]],["impl RefUnwindSafe for X509_REQ_INFO",1,["openssl_sys::openssl::handwritten::x509::X509_REQ_INFO"]],["impl RefUnwindSafe for X509_REVOKED",1,["openssl_sys::openssl::handwritten::x509::X509_REVOKED"]],["impl RefUnwindSafe for X509_STORE",1,["openssl_sys::openssl::handwritten::types::X509_STORE"]],["impl RefUnwindSafe for X509_STORE_CTX",1,["openssl_sys::openssl::handwritten::types::X509_STORE_CTX"]],["impl RefUnwindSafe for X509_VERIFY_PARAM",1,["openssl_sys::openssl::handwritten::types::X509_VERIFY_PARAM"]],["impl RefUnwindSafe for bio_st",1,["openssl_sys::openssl::handwritten::types::bio_st"]],["impl RefUnwindSafe for point_conversion_form_t",1,["openssl_sys::openssl::handwritten::ec::point_conversion_form_t"]],["impl RefUnwindSafe for stack_st_ACCESS_DESCRIPTION",1,["openssl_sys::openssl::handwritten::x509v3::stack_st_ACCESS_DESCRIPTION"]],["impl RefUnwindSafe for stack_st_ASN1_OBJECT",1,["openssl_sys::openssl::handwritten::asn1::stack_st_ASN1_OBJECT"]],["impl RefUnwindSafe for stack_st_DIST_POINT",1,["openssl_sys::openssl::handwritten::x509v3::stack_st_DIST_POINT"]],["impl RefUnwindSafe for stack_st_GENERAL_NAME",1,["openssl_sys::openssl::x509v3::stack_st_GENERAL_NAME"]],["impl RefUnwindSafe for stack_st_OPENSSL_STRING",1,["openssl_sys::openssl::handwritten::safestack::stack_st_OPENSSL_STRING"]],["impl RefUnwindSafe for stack_st_PKCS7_RECIP_INFO",1,["openssl_sys::openssl::handwritten::pkcs7::stack_st_PKCS7_RECIP_INFO"]],["impl RefUnwindSafe for stack_st_PKCS7_SIGNER_INFO",1,["openssl_sys::openssl::handwritten::pkcs7::stack_st_PKCS7_SIGNER_INFO"]],["impl RefUnwindSafe for stack_st_SRTP_PROTECTION_PROFILE",1,["openssl_sys::openssl::handwritten::ssl::stack_st_SRTP_PROTECTION_PROFILE"]],["impl RefUnwindSafe for stack_st_SSL_CIPHER",1,["openssl_sys::openssl::handwritten::ssl::stack_st_SSL_CIPHER"]],["impl RefUnwindSafe for stack_st_X509",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509"]],["impl RefUnwindSafe for stack_st_X509_ALGOR",1,["openssl_sys::openssl::handwritten::types::stack_st_X509_ALGOR"]],["impl RefUnwindSafe for stack_st_X509_ATTRIBUTE",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_ATTRIBUTE"]],["impl RefUnwindSafe for stack_st_X509_CRL",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_CRL"]],["impl RefUnwindSafe for stack_st_X509_EXTENSION",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_EXTENSION"]],["impl RefUnwindSafe for stack_st_X509_LOOKUP",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_LOOKUP"]],["impl RefUnwindSafe for stack_st_X509_NAME",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_NAME"]],["impl RefUnwindSafe for stack_st_X509_NAME_ENTRY",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_NAME_ENTRY"]],["impl RefUnwindSafe for stack_st_X509_OBJECT",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_OBJECT"]],["impl RefUnwindSafe for stack_st_X509_REVOKED",1,["openssl_sys::openssl::handwritten::x509::stack_st_X509_REVOKED"]],["impl RefUnwindSafe for stack_st_void",1,["openssl_sys::openssl::handwritten::crypto::stack_st_void"]],["impl RefUnwindSafe for ACCESS_DESCRIPTION",1,["openssl_sys::openssl::handwritten::x509v3::ACCESS_DESCRIPTION"]],["impl RefUnwindSafe for AES_KEY",1,["openssl_sys::openssl::handwritten::aes::AES_KEY"]],["impl RefUnwindSafe for ASN1_ENCODING",1,["openssl_sys::openssl::handwritten::asn1::ASN1_ENCODING"]],["impl RefUnwindSafe for ASN1_TYPE",1,["openssl_sys::openssl::handwritten::asn1::ASN1_TYPE"]],["impl RefUnwindSafe for AUTHORITY_KEYID",1,["openssl_sys::openssl::handwritten::x509v3::AUTHORITY_KEYID"]],["impl RefUnwindSafe for DIST_POINT",1,["openssl_sys::openssl::handwritten::x509v3::DIST_POINT"]],["impl RefUnwindSafe for DIST_POINT_NAME",1,["openssl_sys::openssl::handwritten::x509v3::DIST_POINT_NAME"]],["impl RefUnwindSafe for ERR_STRING_DATA",1,["openssl_sys::openssl::handwritten::err::ERR_STRING_DATA"]],["impl RefUnwindSafe for GENERAL_NAME",1,["openssl_sys::openssl::x509v3::GENERAL_NAME"]],["impl RefUnwindSafe for OSSL_PARAM",1,["openssl_sys::openssl::handwritten::types::OSSL_PARAM"]],["impl RefUnwindSafe for PKCS7",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7"]],["impl RefUnwindSafe for PKCS7_CTX",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_CTX"]],["impl RefUnwindSafe for PKCS7_DIGEST",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_DIGEST"]],["impl RefUnwindSafe for PKCS7_ENCRYPT",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_ENCRYPT"]],["impl RefUnwindSafe for PKCS7_ENC_CONTENT",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_ENC_CONTENT"]],["impl RefUnwindSafe for PKCS7_ENVELOPE",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_ENVELOPE"]],["impl RefUnwindSafe for PKCS7_ISSUER_AND_SERIAL",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_ISSUER_AND_SERIAL"]],["impl RefUnwindSafe for PKCS7_RECIP_INFO",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_RECIP_INFO"]],["impl RefUnwindSafe for PKCS7_SIGNED",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_SIGNED"]],["impl RefUnwindSafe for PKCS7_SIGNER_INFO",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_SIGNER_INFO"]],["impl RefUnwindSafe for PKCS7_SIGN_ENVELOPE",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_SIGN_ENVELOPE"]],["impl RefUnwindSafe for SHA256_CTX",1,["openssl_sys::openssl::handwritten::sha::SHA256_CTX"]],["impl RefUnwindSafe for SHA512_CTX",1,["openssl_sys::openssl::handwritten::sha::SHA512_CTX"]],["impl RefUnwindSafe for SHA_CTX",1,["openssl_sys::openssl::handwritten::sha::SHA_CTX"]],["impl RefUnwindSafe for SRTP_PROTECTION_PROFILE",1,["openssl_sys::openssl::handwritten::ssl::SRTP_PROTECTION_PROFILE"]],["impl RefUnwindSafe for X509V3_CTX",1,["openssl_sys::openssl::handwritten::types::X509V3_CTX"]],["impl RefUnwindSafe for X509_PURPOSE",1,["openssl_sys::openssl::handwritten::x509::X509_PURPOSE"]],["impl RefUnwindSafe for X509_VAL",1,["openssl_sys::openssl::handwritten::x509::X509_VAL"]],["impl RefUnwindSafe for ASN1_TYPE_value",1,["openssl_sys::openssl::handwritten::asn1::ASN1_TYPE_value"]],["impl RefUnwindSafe for DIST_POINT_NAME_st_anon_union",1,["openssl_sys::openssl::handwritten::x509v3::DIST_POINT_NAME_st_anon_union"]],["impl RefUnwindSafe for PKCS7_data",1,["openssl_sys::openssl::handwritten::pkcs7::PKCS7_data"]]]],["parking_lot",[["impl RefUnwindSafe for OnceState",1,["parking_lot::once::OnceState"]],["impl RefUnwindSafe for Condvar",1,["parking_lot::condvar::Condvar"]],["impl RefUnwindSafe for Once",1,["parking_lot::once::Once"]],["impl RefUnwindSafe for RawFairMutex",1,["parking_lot::raw_fair_mutex::RawFairMutex"]],["impl RefUnwindSafe for RawMutex",1,["parking_lot::raw_mutex::RawMutex"]],["impl RefUnwindSafe for RawRwLock",1,["parking_lot::raw_rwlock::RawRwLock"]],["impl RefUnwindSafe for RawThreadId",1,["parking_lot::remutex::RawThreadId"]],["impl RefUnwindSafe for WaitTimeoutResult",1,["parking_lot::condvar::WaitTimeoutResult"]]]],["parking_lot_core",[["impl RefUnwindSafe for FilterOp",1,["parking_lot_core::parking_lot::FilterOp"]],["impl RefUnwindSafe for ParkResult",1,["parking_lot_core::parking_lot::ParkResult"]],["impl RefUnwindSafe for RequeueOp",1,["parking_lot_core::parking_lot::RequeueOp"]],["impl RefUnwindSafe for ParkToken",1,["parking_lot_core::parking_lot::ParkToken"]],["impl RefUnwindSafe for SpinWait",1,["parking_lot_core::spinwait::SpinWait"]],["impl RefUnwindSafe for UnparkResult",1,["parking_lot_core::parking_lot::UnparkResult"]],["impl RefUnwindSafe for UnparkToken",1,["parking_lot_core::parking_lot::UnparkToken"]]]],["ppv_lite86",[["impl RefUnwindSafe for NoA1",1,["ppv_lite86::x86_64::NoA1"]],["impl RefUnwindSafe for NoA2",1,["ppv_lite86::x86_64::NoA2"]],["impl RefUnwindSafe for NoNI",1,["ppv_lite86::x86_64::NoNI"]],["impl RefUnwindSafe for NoS3",1,["ppv_lite86::x86_64::NoS3"]],["impl RefUnwindSafe for NoS4",1,["ppv_lite86::x86_64::NoS4"]],["impl RefUnwindSafe for YesA1",1,["ppv_lite86::x86_64::YesA1"]],["impl RefUnwindSafe for YesA2",1,["ppv_lite86::x86_64::YesA2"]],["impl RefUnwindSafe for YesNI",1,["ppv_lite86::x86_64::YesNI"]],["impl RefUnwindSafe for YesS3",1,["ppv_lite86::x86_64::YesS3"]],["impl RefUnwindSafe for YesS4",1,["ppv_lite86::x86_64::YesS4"]],["impl RefUnwindSafe for vec128_storage",1,["ppv_lite86::x86_64::vec128_storage"]],["impl RefUnwindSafe for vec256_storage",1,["ppv_lite86::x86_64::vec256_storage"]],["impl RefUnwindSafe for vec512_storage",1,["ppv_lite86::x86_64::vec512_storage"]],["impl<NI> RefUnwindSafe for Avx2Machine<NI>",1,["ppv_lite86::x86_64::Avx2Machine"]],["impl<S3, S4, NI> RefUnwindSafe for SseMachine<S3, S4, NI>",1,["ppv_lite86::x86_64::SseMachine"]]]],["proc_macro2",[["impl RefUnwindSafe for Delimiter",1,["proc_macro2::Delimiter"]],["impl RefUnwindSafe for Spacing",1,["proc_macro2::Spacing"]],["impl RefUnwindSafe for TokenTree",1,["proc_macro2::TokenTree"]],["impl RefUnwindSafe for DelimSpan",1,["proc_macro2::extra::DelimSpan"]],["impl RefUnwindSafe for Group",1,["proc_macro2::Group"]],["impl RefUnwindSafe for Ident",1,["proc_macro2::Ident"]],["impl RefUnwindSafe for LexError",1,["proc_macro2::LexError"]],["impl RefUnwindSafe for Literal",1,["proc_macro2::Literal"]],["impl RefUnwindSafe for Punct",1,["proc_macro2::Punct"]],["impl RefUnwindSafe for Span",1,["proc_macro2::Span"]],["impl RefUnwindSafe for TokenStream",1,["proc_macro2::TokenStream"]],["impl RefUnwindSafe for IntoIter",1,["proc_macro2::token_stream::IntoIter"]]]],["rand",[["impl !RefUnwindSafe for ReadError",1,["rand::rngs::adapter::read::ReadError"]],["impl !RefUnwindSafe for ThreadRng",1,["rand::rngs::thread::ThreadRng"]],["impl RefUnwindSafe for BernoulliError",1,["rand::distributions::bernoulli::BernoulliError"]],["impl RefUnwindSafe for WeightedError",1,["rand::distributions::weighted_index::WeightedError"]],["impl RefUnwindSafe for IndexVec",1,["rand::seq::index::IndexVec"]],["impl RefUnwindSafe for IndexVecIntoIter",1,["rand::seq::index::IndexVecIntoIter"]],["impl RefUnwindSafe for Alphanumeric",1,["rand::distributions::other::Alphanumeric"]],["impl RefUnwindSafe for Bernoulli",1,["rand::distributions::bernoulli::Bernoulli"]],["impl RefUnwindSafe for Open01",1,["rand::distributions::float::Open01"]],["impl RefUnwindSafe for OpenClosed01",1,["rand::distributions::float::OpenClosed01"]],["impl RefUnwindSafe for Standard",1,["rand::distributions::Standard"]],["impl RefUnwindSafe for UniformChar",1,["rand::distributions::uniform::UniformChar"]],["impl RefUnwindSafe for UniformDuration",1,["rand::distributions::uniform::UniformDuration"]],["impl RefUnwindSafe for StepRng",1,["rand::rngs::mock::StepRng"]],["impl RefUnwindSafe for StdRng",1,["rand::rngs::std::StdRng"]],["impl<'a> RefUnwindSafe for IndexVecIter<'a>",1,["rand::seq::index::IndexVecIter"]],["impl<'a, S, T> RefUnwindSafe for SliceChooseIter<'a, S, T>",1,["rand::seq::SliceChooseIter"]],["impl<'a, T> RefUnwindSafe for Slice<'a, T>",1,["rand::distributions::slice::Slice"]],["impl<D, F, T, S> RefUnwindSafe for DistMap<D, F, T, S>",1,["rand::distributions::distribution::DistMap"]],["impl<D, R, T> RefUnwindSafe for DistIter<D, R, T>",1,["rand::distributions::distribution::DistIter"]],["impl<R> RefUnwindSafe for ReadRng<R>",1,["rand::rngs::adapter::read::ReadRng"]],["impl<R, Rsdr> RefUnwindSafe for ReseedingRng<R, Rsdr>",1,["rand::rngs::adapter::reseeding::ReseedingRng"]],["impl<W> RefUnwindSafe for WeightedIndex<W>",1,["rand::distributions::weighted::alias_method::WeightedIndex"]],["impl<X> RefUnwindSafe for Uniform<X>",1,["rand::distributions::uniform::Uniform"]],["impl<X> RefUnwindSafe for WeightedIndex<X>",1,["rand::distributions::weighted_index::WeightedIndex"]],["impl<X> RefUnwindSafe for UniformFloat<X>",1,["rand::distributions::uniform::UniformFloat"]],["impl<X> RefUnwindSafe for UniformInt<X>",1,["rand::distributions::uniform::UniformInt"]]]],["rand_chacha",[["impl RefUnwindSafe for ChaCha12Core",1,["rand_chacha::chacha::ChaCha12Core"]],["impl RefUnwindSafe for ChaCha12Rng",1,["rand_chacha::chacha::ChaCha12Rng"]],["impl RefUnwindSafe for ChaCha20Core",1,["rand_chacha::chacha::ChaCha20Core"]],["impl RefUnwindSafe for ChaCha20Rng",1,["rand_chacha::chacha::ChaCha20Rng"]],["impl RefUnwindSafe for ChaCha8Core",1,["rand_chacha::chacha::ChaCha8Core"]],["impl RefUnwindSafe for ChaCha8Rng",1,["rand_chacha::chacha::ChaCha8Rng"]]]],["rand_core",[["impl !RefUnwindSafe for Error",1,["rand_core::error::Error"]],["impl RefUnwindSafe for OsRng",1,["rand_core::os::OsRng"]],["impl<R> RefUnwindSafe for BlockRng<R>",1,["rand_core::block::BlockRng"]],["impl<R> RefUnwindSafe for BlockRng64<R>",1,["rand_core::block::BlockRng64"]]]],["rustix",[["impl RefUnwindSafe for Advice",1,["rustix::backend::fs::types::Advice"]],["impl RefUnwindSafe for FileType",1,["rustix::backend::fs::types::FileType"]],["impl RefUnwindSafe for FlockOperation",1,["rustix::backend::fs::types::FlockOperation"]],["impl RefUnwindSafe for SeekFrom",1,["rustix::fs::seek_from::SeekFrom"]],["impl RefUnwindSafe for Direction",1,["rustix::ioctl::Direction"]],["impl RefUnwindSafe for CreateFlags",1,["rustix::backend::fs::inotify::CreateFlags"]],["impl RefUnwindSafe for ReadFlags",1,["rustix::backend::fs::inotify::ReadFlags"]],["impl RefUnwindSafe for WatchFlags",1,["rustix::backend::fs::inotify::WatchFlags"]],["impl RefUnwindSafe for Access",1,["rustix::backend::fs::types::Access"]],["impl RefUnwindSafe for AtFlags",1,["rustix::backend::fs::types::AtFlags"]],["impl RefUnwindSafe for Dir",1,["rustix::backend::fs::dir::Dir"]],["impl RefUnwindSafe for DirEntry",1,["rustix::backend::fs::dir::DirEntry"]],["impl RefUnwindSafe for FallocateFlags",1,["rustix::backend::fs::types::FallocateFlags"]],["impl RefUnwindSafe for Gid",1,["rustix::ugid::Gid"]],["impl RefUnwindSafe for IFlags",1,["rustix::fs::ioctl::IFlags"]],["impl RefUnwindSafe for MemfdFlags",1,["rustix::backend::fs::types::MemfdFlags"]],["impl RefUnwindSafe for Mode",1,["rustix::backend::fs::types::Mode"]],["impl RefUnwindSafe for OFlags",1,["rustix::backend::fs::types::OFlags"]],["impl RefUnwindSafe for RenameFlags",1,["rustix::backend::fs::types::RenameFlags"]],["impl RefUnwindSafe for ResolveFlags",1,["rustix::backend::fs::types::ResolveFlags"]],["impl RefUnwindSafe for SealFlags",1,["rustix::backend::fs::types::SealFlags"]],["impl RefUnwindSafe for StatVfs",1,["rustix::backend::fs::types::StatVfs"]],["impl RefUnwindSafe for StatVfsMountFlags",1,["rustix::backend::fs::types::StatVfsMountFlags"]],["impl RefUnwindSafe for StatxFlags",1,["rustix::backend::fs::types::StatxFlags"]],["impl RefUnwindSafe for Timestamps",1,["rustix::fs::fd::Timestamps"]],["impl RefUnwindSafe for Uid",1,["rustix::ugid::Uid"]],["impl RefUnwindSafe for XattrFlags",1,["rustix::fs::xattr::XattrFlags"]],["impl RefUnwindSafe for DupFlags",1,["rustix::backend::io::types::DupFlags"]],["impl RefUnwindSafe for Errno",1,["rustix::backend::io::errno::Errno"]],["impl RefUnwindSafe for FdFlags",1,["rustix::backend::io::types::FdFlags"]],["impl RefUnwindSafe for ReadWriteFlags",1,["rustix::backend::io::types::ReadWriteFlags"]],["impl RefUnwindSafe for Opcode",1,["rustix::ioctl::Opcode"]],["impl<'a> RefUnwindSafe for InotifyEvent<'a>",1,["rustix::fs::inotify::InotifyEvent"]],["impl<'a> RefUnwindSafe for RawDirEntry<'a>",1,["rustix::fs::raw_dir::RawDirEntry"]],["impl<'a, Opcode, Value> RefUnwindSafe for Updater<'a, Opcode, Value>",1,["rustix::ioctl::patterns::Updater"]],["impl<'buf, Fd> RefUnwindSafe for Reader<'buf, Fd>",1,["rustix::fs::inotify::Reader"]],["impl<'buf, Fd> RefUnwindSafe for RawDir<'buf, Fd>",1,["rustix::fs::raw_dir::RawDir"]],["impl<Opcode> RefUnwindSafe for IntegerSetter<Opcode>",1,["rustix::ioctl::patterns::IntegerSetter"]],["impl<Opcode> RefUnwindSafe for NoArg<Opcode>",1,["rustix::ioctl::patterns::NoArg"]],["impl<Opcode, Input> RefUnwindSafe for Setter<Opcode, Input>",1,["rustix::ioctl::patterns::Setter"]],["impl<Opcode, Output> RefUnwindSafe for Getter<Opcode, Output>",1,["rustix::ioctl::patterns::Getter"]],["impl<const GROUP: u8, const NUM: u8, Data> RefUnwindSafe for NoneOpcode<GROUP, NUM, Data>",1,["rustix::ioctl::patterns::NoneOpcode"]],["impl<const GROUP: u8, const NUM: u8, Data> RefUnwindSafe for ReadOpcode<GROUP, NUM, Data>",1,["rustix::ioctl::patterns::ReadOpcode"]],["impl<const GROUP: u8, const NUM: u8, Data> RefUnwindSafe for ReadWriteOpcode<GROUP, NUM, Data>",1,["rustix::ioctl::patterns::ReadWriteOpcode"]],["impl<const GROUP: u8, const NUM: u8, Data> RefUnwindSafe for WriteOpcode<GROUP, NUM, Data>",1,["rustix::ioctl::patterns::WriteOpcode"]],["impl<const OPCODE: u32> RefUnwindSafe for BadOpcode<OPCODE>",1,["rustix::ioctl::patterns::BadOpcode"]]]],["ryu",[["impl RefUnwindSafe for Buffer",1,["ryu::buffer::Buffer"]]]],["scopeguard",[["impl RefUnwindSafe for Always",1,["scopeguard::Always"]],["impl<T, F, S> RefUnwindSafe for ScopeGuard<T, F, S>",1,["scopeguard::ScopeGuard"]]]],["serde",[["impl RefUnwindSafe for IgnoredAny",1,["serde::de::ignored_any::IgnoredAny"]],["impl RefUnwindSafe for Error",1,["serde::de::value::Error"]],["impl<'a> RefUnwindSafe for Unexpected<'a>",1,["serde::de::Unexpected"]],["impl<'a, E> RefUnwindSafe for BytesDeserializer<'a, E>",1,["serde::de::value::BytesDeserializer"]],["impl<'a, E> RefUnwindSafe for CowStrDeserializer<'a, E>",1,["serde::de::value::CowStrDeserializer"]],["impl<'a, E> RefUnwindSafe for StrDeserializer<'a, E>",1,["serde::de::value::StrDeserializer"]],["impl<'de, E> RefUnwindSafe for BorrowedBytesDeserializer<'de, E>",1,["serde::de::value::BorrowedBytesDeserializer"]],["impl<'de, E> RefUnwindSafe for BorrowedStrDeserializer<'de, E>",1,["serde::de::value::BorrowedStrDeserializer"]],["impl<'de, I, E> RefUnwindSafe for MapDeserializer<'de, I, E>",1,["serde::de::value::MapDeserializer"]],["impl<A> RefUnwindSafe for EnumAccessDeserializer<A>",1,["serde::de::value::EnumAccessDeserializer"]],["impl<A> RefUnwindSafe for MapAccessDeserializer<A>",1,["serde::de::value::MapAccessDeserializer"]],["impl<A> RefUnwindSafe for SeqAccessDeserializer<A>",1,["serde::de::value::SeqAccessDeserializer"]],["impl<E> RefUnwindSafe for BoolDeserializer<E>",1,["serde::de::value::BoolDeserializer"]],["impl<E> RefUnwindSafe for CharDeserializer<E>",1,["serde::de::value::CharDeserializer"]],["impl<E> RefUnwindSafe for F32Deserializer<E>",1,["serde::de::value::F32Deserializer"]],["impl<E> RefUnwindSafe for F64Deserializer<E>",1,["serde::de::value::F64Deserializer"]],["impl<E> RefUnwindSafe for I128Deserializer<E>",1,["serde::de::value::I128Deserializer"]],["impl<E> RefUnwindSafe for I16Deserializer<E>",1,["serde::de::value::I16Deserializer"]],["impl<E> RefUnwindSafe for I32Deserializer<E>",1,["serde::de::value::I32Deserializer"]],["impl<E> RefUnwindSafe for I64Deserializer<E>",1,["serde::de::value::I64Deserializer"]],["impl<E> RefUnwindSafe for I8Deserializer<E>",1,["serde::de::value::I8Deserializer"]],["impl<E> RefUnwindSafe for IsizeDeserializer<E>",1,["serde::de::value::IsizeDeserializer"]],["impl<E> RefUnwindSafe for StringDeserializer<E>",1,["serde::de::value::StringDeserializer"]],["impl<E> RefUnwindSafe for U128Deserializer<E>",1,["serde::de::value::U128Deserializer"]],["impl<E> RefUnwindSafe for U16Deserializer<E>",1,["serde::de::value::U16Deserializer"]],["impl<E> RefUnwindSafe for U32Deserializer<E>",1,["serde::de::value::U32Deserializer"]],["impl<E> RefUnwindSafe for U64Deserializer<E>",1,["serde::de::value::U64Deserializer"]],["impl<E> RefUnwindSafe for U8Deserializer<E>",1,["serde::de::value::U8Deserializer"]],["impl<E> RefUnwindSafe for UnitDeserializer<E>",1,["serde::de::value::UnitDeserializer"]],["impl<E> RefUnwindSafe for UsizeDeserializer<E>",1,["serde::de::value::UsizeDeserializer"]],["impl<I, E> RefUnwindSafe for SeqDeserializer<I, E>",1,["serde::de::value::SeqDeserializer"]],["impl<Ok, Error> RefUnwindSafe for Impossible<Ok, Error>",1,["serde::ser::impossible::Impossible"]]]],["serde_json",[["impl !RefUnwindSafe for Error",1,["serde_json::error::Error"]],["impl RefUnwindSafe for Value",1,["serde_json::value::Value"]],["impl RefUnwindSafe for Category",1,["serde_json::error::Category"]],["impl RefUnwindSafe for CharEscape",1,["serde_json::ser::CharEscape"]],["impl RefUnwindSafe for IntoIter",1,["serde_json::map::IntoIter"]],["impl RefUnwindSafe for CompactFormatter",1,["serde_json::ser::CompactFormatter"]],["impl RefUnwindSafe for Number",1,["serde_json::number::Number"]],["impl RefUnwindSafe for Serializer",1,["serde_json::value::ser::Serializer"]],["impl<'a> RefUnwindSafe for Entry<'a>",1,["serde_json::map::Entry"]],["impl<'a> RefUnwindSafe for SliceRead<'a>",1,["serde_json::read::SliceRead"]],["impl<'a> RefUnwindSafe for StrRead<'a>",1,["serde_json::read::StrRead"]],["impl<'a> RefUnwindSafe for Iter<'a>",1,["serde_json::map::Iter"]],["impl<'a> RefUnwindSafe for IterMut<'a>",1,["serde_json::map::IterMut"]],["impl<'a> RefUnwindSafe for Keys<'a>",1,["serde_json::map::Keys"]],["impl<'a> RefUnwindSafe for OccupiedEntry<'a>",1,["serde_json::map::OccupiedEntry"]],["impl<'a> RefUnwindSafe for VacantEntry<'a>",1,["serde_json::map::VacantEntry"]],["impl<'a> RefUnwindSafe for Values<'a>",1,["serde_json::map::Values"]],["impl<'a> RefUnwindSafe for ValuesMut<'a>",1,["serde_json::map::ValuesMut"]],["impl<'a> RefUnwindSafe for PrettyFormatter<'a>",1,["serde_json::ser::PrettyFormatter"]],["impl<'de, R, T> RefUnwindSafe for StreamDeserializer<'de, R, T>",1,["serde_json::de::StreamDeserializer"]],["impl<K, V> RefUnwindSafe for Map<K, V>",1,["serde_json::map::Map"]],["impl<R> RefUnwindSafe for IoRead<R>",1,["serde_json::read::IoRead"]],["impl<R> RefUnwindSafe for Deserializer<R>",1,["serde_json::de::Deserializer"]],["impl<W, F> RefUnwindSafe for Serializer<W, F>",1,["serde_json::ser::Serializer"]]]],["server",[["impl RefUnwindSafe for Config",1,["server::Config"]]]],["sharded_slab",[["impl RefUnwindSafe for DefaultConfig",1,["sharded_slab::cfg::DefaultConfig"]],["impl<'a, T, C = DefaultConfig> !RefUnwindSafe for Ref<'a, T, C>",1,["sharded_slab::pool::Ref"]],["impl<'a, T, C = DefaultConfig> !RefUnwindSafe for RefMut<'a, T, C>",1,["sharded_slab::pool::RefMut"]],["impl<'a, T, C = DefaultConfig> !RefUnwindSafe for Entry<'a, T, C>",1,["sharded_slab::Entry"]],["impl<'a, T, C = DefaultConfig> !RefUnwindSafe for VacantEntry<'a, T, C>",1,["sharded_slab::VacantEntry"]],["impl<'a, T, C> !RefUnwindSafe for UniqueIter<'a, T, C>",1,["sharded_slab::iter::UniqueIter"]],["impl<T, C = DefaultConfig> !RefUnwindSafe for OwnedRef<T, C>",1,["sharded_slab::pool::OwnedRef"]],["impl<T, C = DefaultConfig> !RefUnwindSafe for OwnedRefMut<T, C>",1,["sharded_slab::pool::OwnedRefMut"]],["impl<T, C = DefaultConfig> !RefUnwindSafe for OwnedEntry<T, C>",1,["sharded_slab::OwnedEntry"]],["impl<T, C> RefUnwindSafe for Pool<T, C>",1,["sharded_slab::pool::Pool"]],["impl<T, C> RefUnwindSafe for Slab<T, C>",1,["sharded_slab::Slab"]]]],["signal_hook_registry",[["impl RefUnwindSafe for SigId",1,["signal_hook_registry::SigId"]]]],["smallvec",[["impl RefUnwindSafe for CollectionAllocErr",1,["smallvec::CollectionAllocErr"]],["impl<'a, T> RefUnwindSafe for Drain<'a, T>",1,["smallvec::Drain"]],["impl<A> RefUnwindSafe for IntoIter<A>",1,["smallvec::IntoIter"]],["impl<A> RefUnwindSafe for SmallVec<A>",1,["smallvec::SmallVec"]]]],["socket2",[["impl RefUnwindSafe for InterfaceIndexOrAddress",1,["socket2::socket::InterfaceIndexOrAddress"]],["impl RefUnwindSafe for Domain",1,["socket2::Domain"]],["impl RefUnwindSafe for Protocol",1,["socket2::Protocol"]],["impl RefUnwindSafe for RecvFlags",1,["socket2::RecvFlags"]],["impl RefUnwindSafe for SockAddr",1,["socket2::sockaddr::SockAddr"]],["impl RefUnwindSafe for Socket",1,["socket2::socket::Socket"]],["impl RefUnwindSafe for TcpKeepalive",1,["socket2::TcpKeepalive"]],["impl RefUnwindSafe for Type",1,["socket2::Type"]],["impl<'a> RefUnwindSafe for MaybeUninitSlice<'a>",1,["socket2::MaybeUninitSlice"]],["impl<'addr, 'bufs, 'control> RefUnwindSafe for MsgHdr<'addr, 'bufs, 'control>",1,["socket2::MsgHdr"]],["impl<'addr, 'bufs, 'control> RefUnwindSafe for MsgHdrMut<'addr, 'bufs, 'control>",1,["socket2::MsgHdrMut"]],["impl<'s> RefUnwindSafe for SockRef<'s>",1,["socket2::sockref::SockRef"]]]],["strsim",[["impl RefUnwindSafe for StrSimError",1,["strsim::StrSimError"]]]],["syn",[["impl RefUnwindSafe for AttrStyle",1,["syn::attr::AttrStyle"]],["impl RefUnwindSafe for BinOp",1,["syn::op::BinOp"]],["impl RefUnwindSafe for CapturedParam",1,["syn::generics::CapturedParam"]],["impl RefUnwindSafe for Data",1,["syn::derive::Data"]],["impl RefUnwindSafe for Expr",1,["syn::expr::Expr"]],["impl RefUnwindSafe for FieldMutability",1,["syn::restriction::FieldMutability"]],["impl RefUnwindSafe for Fields",1,["syn::data::Fields"]],["impl RefUnwindSafe for FnArg",1,["syn::item::FnArg"]],["impl RefUnwindSafe for ForeignItem",1,["syn::item::ForeignItem"]],["impl RefUnwindSafe for GenericArgument",1,["syn::path::GenericArgument"]],["impl RefUnwindSafe for GenericParam",1,["syn::generics::GenericParam"]],["impl RefUnwindSafe for ImplItem",1,["syn::item::ImplItem"]],["impl RefUnwindSafe for ImplRestriction",1,["syn::item::ImplRestriction"]],["impl RefUnwindSafe for Item",1,["syn::item::Item"]],["impl RefUnwindSafe for Lit",1,["syn::lit::Lit"]],["impl RefUnwindSafe for MacroDelimiter",1,["syn::mac::MacroDelimiter"]],["impl RefUnwindSafe for Member",1,["syn::expr::Member"]],["impl RefUnwindSafe for Meta",1,["syn::attr::Meta"]],["impl RefUnwindSafe for Pat",1,["syn::pat::Pat"]],["impl RefUnwindSafe for PathArguments",1,["syn::path::PathArguments"]],["impl RefUnwindSafe for PointerMutability",1,["syn::expr::PointerMutability"]],["impl RefUnwindSafe for RangeLimits",1,["syn::expr::RangeLimits"]],["impl RefUnwindSafe for ReturnType",1,["syn::ty::ReturnType"]],["impl RefUnwindSafe for StaticMutability",1,["syn::item::StaticMutability"]],["impl RefUnwindSafe for Stmt",1,["syn::stmt::Stmt"]],["impl RefUnwindSafe for TraitBoundModifier",1,["syn::generics::TraitBoundModifier"]],["impl RefUnwindSafe for TraitItem",1,["syn::item::TraitItem"]],["impl RefUnwindSafe for Type",1,["syn::ty::Type"]],["impl RefUnwindSafe for TypeParamBound",1,["syn::generics::TypeParamBound"]],["impl RefUnwindSafe for UnOp",1,["syn::op::UnOp"]],["impl RefUnwindSafe for UseTree",1,["syn::item::UseTree"]],["impl RefUnwindSafe for Visibility",1,["syn::restriction::Visibility"]],["impl RefUnwindSafe for WherePredicate",1,["syn::generics::WherePredicate"]],["impl RefUnwindSafe for TokenBuffer",1,["syn::buffer::TokenBuffer"]],["impl RefUnwindSafe for End",1,["syn::lookahead::End"]],["impl RefUnwindSafe for Error",1,["syn::error::Error"]],["impl RefUnwindSafe for Nothing",1,["syn::parse::Nothing"]],["impl RefUnwindSafe for Abi",1,["syn::ty::Abi"]],["impl RefUnwindSafe for AngleBracketedGenericArguments",1,["syn::path::AngleBracketedGenericArguments"]],["impl RefUnwindSafe for Arm",1,["syn::expr::Arm"]],["impl RefUnwindSafe for AssocConst",1,["syn::path::AssocConst"]],["impl RefUnwindSafe for AssocType",1,["syn::path::AssocType"]],["impl RefUnwindSafe for Attribute",1,["syn::attr::Attribute"]],["impl RefUnwindSafe for BareFnArg",1,["syn::ty::BareFnArg"]],["impl RefUnwindSafe for BareVariadic",1,["syn::ty::BareVariadic"]],["impl RefUnwindSafe for Block",1,["syn::stmt::Block"]],["impl RefUnwindSafe for BoundLifetimes",1,["syn::generics::BoundLifetimes"]],["impl RefUnwindSafe for ConstParam",1,["syn::generics::ConstParam"]],["impl RefUnwindSafe for Constraint",1,["syn::path::Constraint"]],["impl RefUnwindSafe for DataEnum",1,["syn::derive::DataEnum"]],["impl RefUnwindSafe for DataStruct",1,["syn::derive::DataStruct"]],["impl RefUnwindSafe for DataUnion",1,["syn::derive::DataUnion"]],["impl RefUnwindSafe for DeriveInput",1,["syn::derive::DeriveInput"]],["impl RefUnwindSafe for ExprArray",1,["syn::expr::ExprArray"]],["impl RefUnwindSafe for ExprAssign",1,["syn::expr::ExprAssign"]],["impl RefUnwindSafe for ExprAsync",1,["syn::expr::ExprAsync"]],["impl RefUnwindSafe for ExprAwait",1,["syn::expr::ExprAwait"]],["impl RefUnwindSafe for ExprBinary",1,["syn::expr::ExprBinary"]],["impl RefUnwindSafe for ExprBlock",1,["syn::expr::ExprBlock"]],["impl RefUnwindSafe for ExprBreak",1,["syn::expr::ExprBreak"]],["impl RefUnwindSafe for ExprCall",1,["syn::expr::ExprCall"]],["impl RefUnwindSafe for ExprCast",1,["syn::expr::ExprCast"]],["impl RefUnwindSafe for ExprClosure",1,["syn::expr::ExprClosure"]],["impl RefUnwindSafe for ExprConst",1,["syn::expr::ExprConst"]],["impl RefUnwindSafe for ExprContinue",1,["syn::expr::ExprContinue"]],["impl RefUnwindSafe for ExprField",1,["syn::expr::ExprField"]],["impl RefUnwindSafe for ExprForLoop",1,["syn::expr::ExprForLoop"]],["impl RefUnwindSafe for ExprGroup",1,["syn::expr::ExprGroup"]],["impl RefUnwindSafe for ExprIf",1,["syn::expr::ExprIf"]],["impl RefUnwindSafe for ExprIndex",1,["syn::expr::ExprIndex"]],["impl RefUnwindSafe for ExprInfer",1,["syn::expr::ExprInfer"]],["impl RefUnwindSafe for ExprLet",1,["syn::expr::ExprLet"]],["impl RefUnwindSafe for ExprLit",1,["syn::expr::ExprLit"]],["impl RefUnwindSafe for ExprLoop",1,["syn::expr::ExprLoop"]],["impl RefUnwindSafe for ExprMacro",1,["syn::expr::ExprMacro"]],["impl RefUnwindSafe for ExprMatch",1,["syn::expr::ExprMatch"]],["impl RefUnwindSafe for ExprMethodCall",1,["syn::expr::ExprMethodCall"]],["impl RefUnwindSafe for ExprParen",1,["syn::expr::ExprParen"]],["impl RefUnwindSafe for ExprPath",1,["syn::expr::ExprPath"]],["impl RefUnwindSafe for ExprRange",1,["syn::expr::ExprRange"]],["impl RefUnwindSafe for ExprRawAddr",1,["syn::expr::ExprRawAddr"]],["impl RefUnwindSafe for ExprReference",1,["syn::expr::ExprReference"]],["impl RefUnwindSafe for ExprRepeat",1,["syn::expr::ExprRepeat"]],["impl RefUnwindSafe for ExprReturn",1,["syn::expr::ExprReturn"]],["impl RefUnwindSafe for ExprStruct",1,["syn::expr::ExprStruct"]],["impl RefUnwindSafe for ExprTry",1,["syn::expr::ExprTry"]],["impl RefUnwindSafe for ExprTryBlock",1,["syn::expr::ExprTryBlock"]],["impl RefUnwindSafe for ExprTuple",1,["syn::expr::ExprTuple"]],["impl RefUnwindSafe for ExprUnary",1,["syn::expr::ExprUnary"]],["impl RefUnwindSafe for ExprUnsafe",1,["syn::expr::ExprUnsafe"]],["impl RefUnwindSafe for ExprWhile",1,["syn::expr::ExprWhile"]],["impl RefUnwindSafe for ExprYield",1,["syn::expr::ExprYield"]],["impl RefUnwindSafe for Field",1,["syn::data::Field"]],["impl RefUnwindSafe for FieldPat",1,["syn::pat::FieldPat"]],["impl RefUnwindSafe for FieldValue",1,["syn::expr::FieldValue"]],["impl RefUnwindSafe for FieldsNamed",1,["syn::data::FieldsNamed"]],["impl RefUnwindSafe for FieldsUnnamed",1,["syn::data::FieldsUnnamed"]],["impl RefUnwindSafe for File",1,["syn::file::File"]],["impl RefUnwindSafe for ForeignItemFn",1,["syn::item::ForeignItemFn"]],["impl RefUnwindSafe for ForeignItemMacro",1,["syn::item::ForeignItemMacro"]],["impl RefUnwindSafe for ForeignItemStatic",1,["syn::item::ForeignItemStatic"]],["impl RefUnwindSafe for ForeignItemType",1,["syn::item::ForeignItemType"]],["impl RefUnwindSafe for Generics",1,["syn::generics::Generics"]],["impl RefUnwindSafe for ImplItemConst",1,["syn::item::ImplItemConst"]],["impl RefUnwindSafe for ImplItemFn",1,["syn::item::ImplItemFn"]],["impl RefUnwindSafe for ImplItemMacro",1,["syn::item::ImplItemMacro"]],["impl RefUnwindSafe for ImplItemType",1,["syn::item::ImplItemType"]],["impl RefUnwindSafe for Index",1,["syn::expr::Index"]],["impl RefUnwindSafe for ItemConst",1,["syn::item::ItemConst"]],["impl RefUnwindSafe for ItemEnum",1,["syn::item::ItemEnum"]],["impl RefUnwindSafe for ItemExternCrate",1,["syn::item::ItemExternCrate"]],["impl RefUnwindSafe for ItemFn",1,["syn::item::ItemFn"]],["impl RefUnwindSafe for ItemForeignMod",1,["syn::item::ItemForeignMod"]],["impl RefUnwindSafe for ItemImpl",1,["syn::item::ItemImpl"]],["impl RefUnwindSafe for ItemMacro",1,["syn::item::ItemMacro"]],["impl RefUnwindSafe for ItemMod",1,["syn::item::ItemMod"]],["impl RefUnwindSafe for ItemStatic",1,["syn::item::ItemStatic"]],["impl RefUnwindSafe for ItemStruct",1,["syn::item::ItemStruct"]],["impl RefUnwindSafe for ItemTrait",1,["syn::item::ItemTrait"]],["impl RefUnwindSafe for ItemTraitAlias",1,["syn::item::ItemTraitAlias"]],["impl RefUnwindSafe for ItemType",1,["syn::item::ItemType"]],["impl RefUnwindSafe for ItemUnion",1,["syn::item::ItemUnion"]],["impl RefUnwindSafe for ItemUse",1,["syn::item::ItemUse"]],["impl RefUnwindSafe for Label",1,["syn::expr::Label"]],["impl RefUnwindSafe for Lifetime",1,["syn::lifetime::Lifetime"]],["impl RefUnwindSafe for LifetimeParam",1,["syn::generics::LifetimeParam"]],["impl RefUnwindSafe for LitBool",1,["syn::lit::LitBool"]],["impl RefUnwindSafe for LitByte",1,["syn::lit::LitByte"]],["impl RefUnwindSafe for LitByteStr",1,["syn::lit::LitByteStr"]],["impl RefUnwindSafe for LitCStr",1,["syn::lit::LitCStr"]],["impl RefUnwindSafe for LitChar",1,["syn::lit::LitChar"]],["impl RefUnwindSafe for LitFloat",1,["syn::lit::LitFloat"]],["impl RefUnwindSafe for LitInt",1,["syn::lit::LitInt"]],["impl RefUnwindSafe for LitStr",1,["syn::lit::LitStr"]],["impl RefUnwindSafe for Local",1,["syn::stmt::Local"]],["impl RefUnwindSafe for LocalInit",1,["syn::stmt::LocalInit"]],["impl RefUnwindSafe for Macro",1,["syn::mac::Macro"]],["impl RefUnwindSafe for MetaList",1,["syn::attr::MetaList"]],["impl RefUnwindSafe for MetaNameValue",1,["syn::attr::MetaNameValue"]],["impl RefUnwindSafe for ParenthesizedGenericArguments",1,["syn::path::ParenthesizedGenericArguments"]],["impl RefUnwindSafe for PatIdent",1,["syn::pat::PatIdent"]],["impl RefUnwindSafe for PatOr",1,["syn::pat::PatOr"]],["impl RefUnwindSafe for PatParen",1,["syn::pat::PatParen"]],["impl RefUnwindSafe for PatReference",1,["syn::pat::PatReference"]],["impl RefUnwindSafe for PatRest",1,["syn::pat::PatRest"]],["impl RefUnwindSafe for PatSlice",1,["syn::pat::PatSlice"]],["impl RefUnwindSafe for PatStruct",1,["syn::pat::PatStruct"]],["impl RefUnwindSafe for PatTuple",1,["syn::pat::PatTuple"]],["impl RefUnwindSafe for PatTupleStruct",1,["syn::pat::PatTupleStruct"]],["impl RefUnwindSafe for PatType",1,["syn::pat::PatType"]],["impl RefUnwindSafe for PatWild",1,["syn::pat::PatWild"]],["impl RefUnwindSafe for Path",1,["syn::path::Path"]],["impl RefUnwindSafe for PathSegment",1,["syn::path::PathSegment"]],["impl RefUnwindSafe for PreciseCapture",1,["syn::generics::PreciseCapture"]],["impl RefUnwindSafe for PredicateLifetime",1,["syn::generics::PredicateLifetime"]],["impl RefUnwindSafe for PredicateType",1,["syn::generics::PredicateType"]],["impl RefUnwindSafe for QSelf",1,["syn::path::QSelf"]],["impl RefUnwindSafe for Receiver",1,["syn::item::Receiver"]],["impl RefUnwindSafe for Signature",1,["syn::item::Signature"]],["impl RefUnwindSafe for StmtMacro",1,["syn::stmt::StmtMacro"]],["impl RefUnwindSafe for TraitBound",1,["syn::generics::TraitBound"]],["impl RefUnwindSafe for TraitItemConst",1,["syn::item::TraitItemConst"]],["impl RefUnwindSafe for TraitItemFn",1,["syn::item::TraitItemFn"]],["impl RefUnwindSafe for TraitItemMacro",1,["syn::item::TraitItemMacro"]],["impl RefUnwindSafe for TraitItemType",1,["syn::item::TraitItemType"]],["impl RefUnwindSafe for TypeArray",1,["syn::ty::TypeArray"]],["impl RefUnwindSafe for TypeBareFn",1,["syn::ty::TypeBareFn"]],["impl RefUnwindSafe for TypeGroup",1,["syn::ty::TypeGroup"]],["impl RefUnwindSafe for TypeImplTrait",1,["syn::ty::TypeImplTrait"]],["impl RefUnwindSafe for TypeInfer",1,["syn::ty::TypeInfer"]],["impl RefUnwindSafe for TypeMacro",1,["syn::ty::TypeMacro"]],["impl RefUnwindSafe for TypeNever",1,["syn::ty::TypeNever"]],["impl RefUnwindSafe for TypeParam",1,["syn::generics::TypeParam"]],["impl RefUnwindSafe for TypeParen",1,["syn::ty::TypeParen"]],["impl RefUnwindSafe for TypePath",1,["syn::ty::TypePath"]],["impl RefUnwindSafe for TypePtr",1,["syn::ty::TypePtr"]],["impl RefUnwindSafe for TypeReference",1,["syn::ty::TypeReference"]],["impl RefUnwindSafe for TypeSlice",1,["syn::ty::TypeSlice"]],["impl RefUnwindSafe for TypeTraitObject",1,["syn::ty::TypeTraitObject"]],["impl RefUnwindSafe for TypeTuple",1,["syn::ty::TypeTuple"]],["impl RefUnwindSafe for UseGlob",1,["syn::item::UseGlob"]],["impl RefUnwindSafe for UseGroup",1,["syn::item::UseGroup"]],["impl RefUnwindSafe for UseName",1,["syn::item::UseName"]],["impl RefUnwindSafe for UsePath",1,["syn::item::UsePath"]],["impl RefUnwindSafe for UseRename",1,["syn::item::UseRename"]],["impl RefUnwindSafe for Variadic",1,["syn::item::Variadic"]],["impl RefUnwindSafe for Variant",1,["syn::data::Variant"]],["impl RefUnwindSafe for VisRestricted",1,["syn::restriction::VisRestricted"]],["impl RefUnwindSafe for WhereClause",1,["syn::generics::WhereClause"]],["impl RefUnwindSafe for Abstract",1,["syn::token::Abstract"]],["impl RefUnwindSafe for And",1,["syn::token::And"]],["impl RefUnwindSafe for AndAnd",1,["syn::token::AndAnd"]],["impl RefUnwindSafe for AndEq",1,["syn::token::AndEq"]],["impl RefUnwindSafe for As",1,["syn::token::As"]],["impl RefUnwindSafe for Async",1,["syn::token::Async"]],["impl RefUnwindSafe for At",1,["syn::token::At"]],["impl RefUnwindSafe for Auto",1,["syn::token::Auto"]],["impl RefUnwindSafe for Await",1,["syn::token::Await"]],["impl RefUnwindSafe for Become",1,["syn::token::Become"]],["impl RefUnwindSafe for Box",1,["syn::token::Box"]],["impl RefUnwindSafe for Brace",1,["syn::token::Brace"]],["impl RefUnwindSafe for Bracket",1,["syn::token::Bracket"]],["impl RefUnwindSafe for Break",1,["syn::token::Break"]],["impl RefUnwindSafe for Caret",1,["syn::token::Caret"]],["impl RefUnwindSafe for CaretEq",1,["syn::token::CaretEq"]],["impl RefUnwindSafe for Colon",1,["syn::token::Colon"]],["impl RefUnwindSafe for Comma",1,["syn::token::Comma"]],["impl RefUnwindSafe for Const",1,["syn::token::Const"]],["impl RefUnwindSafe for Continue",1,["syn::token::Continue"]],["impl RefUnwindSafe for Crate",1,["syn::token::Crate"]],["impl RefUnwindSafe for Default",1,["syn::token::Default"]],["impl RefUnwindSafe for Do",1,["syn::token::Do"]],["impl RefUnwindSafe for Dollar",1,["syn::token::Dollar"]],["impl RefUnwindSafe for Dot",1,["syn::token::Dot"]],["impl RefUnwindSafe for DotDot",1,["syn::token::DotDot"]],["impl RefUnwindSafe for DotDotDot",1,["syn::token::DotDotDot"]],["impl RefUnwindSafe for DotDotEq",1,["syn::token::DotDotEq"]],["impl RefUnwindSafe for Dyn",1,["syn::token::Dyn"]],["impl RefUnwindSafe for Else",1,["syn::token::Else"]],["impl RefUnwindSafe for Enum",1,["syn::token::Enum"]],["impl RefUnwindSafe for Eq",1,["syn::token::Eq"]],["impl RefUnwindSafe for EqEq",1,["syn::token::EqEq"]],["impl RefUnwindSafe for Extern",1,["syn::token::Extern"]],["impl RefUnwindSafe for FatArrow",1,["syn::token::FatArrow"]],["impl RefUnwindSafe for Final",1,["syn::token::Final"]],["impl RefUnwindSafe for Fn",1,["syn::token::Fn"]],["impl RefUnwindSafe for For",1,["syn::token::For"]],["impl RefUnwindSafe for Ge",1,["syn::token::Ge"]],["impl RefUnwindSafe for Group",1,["syn::token::Group"]],["impl RefUnwindSafe for Gt",1,["syn::token::Gt"]],["impl RefUnwindSafe for If",1,["syn::token::If"]],["impl RefUnwindSafe for Impl",1,["syn::token::Impl"]],["impl RefUnwindSafe for In",1,["syn::token::In"]],["impl RefUnwindSafe for LArrow",1,["syn::token::LArrow"]],["impl RefUnwindSafe for Le",1,["syn::token::Le"]],["impl RefUnwindSafe for Let",1,["syn::token::Let"]],["impl RefUnwindSafe for Loop",1,["syn::token::Loop"]],["impl RefUnwindSafe for Lt",1,["syn::token::Lt"]],["impl RefUnwindSafe for Macro",1,["syn::token::Macro"]],["impl RefUnwindSafe for Match",1,["syn::token::Match"]],["impl RefUnwindSafe for Minus",1,["syn::token::Minus"]],["impl RefUnwindSafe for MinusEq",1,["syn::token::MinusEq"]],["impl RefUnwindSafe for Mod",1,["syn::token::Mod"]],["impl RefUnwindSafe for Move",1,["syn::token::Move"]],["impl RefUnwindSafe for Mut",1,["syn::token::Mut"]],["impl RefUnwindSafe for Ne",1,["syn::token::Ne"]],["impl RefUnwindSafe for Not",1,["syn::token::Not"]],["impl RefUnwindSafe for Or",1,["syn::token::Or"]],["impl RefUnwindSafe for OrEq",1,["syn::token::OrEq"]],["impl RefUnwindSafe for OrOr",1,["syn::token::OrOr"]],["impl RefUnwindSafe for Override",1,["syn::token::Override"]],["impl RefUnwindSafe for Paren",1,["syn::token::Paren"]],["impl RefUnwindSafe for PathSep",1,["syn::token::PathSep"]],["impl RefUnwindSafe for Percent",1,["syn::token::Percent"]],["impl RefUnwindSafe for PercentEq",1,["syn::token::PercentEq"]],["impl RefUnwindSafe for Plus",1,["syn::token::Plus"]],["impl RefUnwindSafe for PlusEq",1,["syn::token::PlusEq"]],["impl RefUnwindSafe for Pound",1,["syn::token::Pound"]],["impl RefUnwindSafe for Priv",1,["syn::token::Priv"]],["impl RefUnwindSafe for Pub",1,["syn::token::Pub"]],["impl RefUnwindSafe for Question",1,["syn::token::Question"]],["impl RefUnwindSafe for RArrow",1,["syn::token::RArrow"]],["impl RefUnwindSafe for Raw",1,["syn::token::Raw"]],["impl RefUnwindSafe for Ref",1,["syn::token::Ref"]],["impl RefUnwindSafe for Return",1,["syn::token::Return"]],["impl RefUnwindSafe for SelfType",1,["syn::token::SelfType"]],["impl RefUnwindSafe for SelfValue",1,["syn::token::SelfValue"]],["impl RefUnwindSafe for Semi",1,["syn::token::Semi"]],["impl RefUnwindSafe for Shl",1,["syn::token::Shl"]],["impl RefUnwindSafe for ShlEq",1,["syn::token::ShlEq"]],["impl RefUnwindSafe for Shr",1,["syn::token::Shr"]],["impl RefUnwindSafe for ShrEq",1,["syn::token::ShrEq"]],["impl RefUnwindSafe for Slash",1,["syn::token::Slash"]],["impl RefUnwindSafe for SlashEq",1,["syn::token::SlashEq"]],["impl RefUnwindSafe for Star",1,["syn::token::Star"]],["impl RefUnwindSafe for StarEq",1,["syn::token::StarEq"]],["impl RefUnwindSafe for Static",1,["syn::token::Static"]],["impl RefUnwindSafe for Struct",1,["syn::token::Struct"]],["impl RefUnwindSafe for Super",1,["syn::token::Super"]],["impl RefUnwindSafe for Tilde",1,["syn::token::Tilde"]],["impl RefUnwindSafe for Trait",1,["syn::token::Trait"]],["impl RefUnwindSafe for Try",1,["syn::token::Try"]],["impl RefUnwindSafe for Type",1,["syn::token::Type"]],["impl RefUnwindSafe for Typeof",1,["syn::token::Typeof"]],["impl RefUnwindSafe for Underscore",1,["syn::token::Underscore"]],["impl RefUnwindSafe for Union",1,["syn::token::Union"]],["impl RefUnwindSafe for Unsafe",1,["syn::token::Unsafe"]],["impl RefUnwindSafe for Unsized",1,["syn::token::Unsized"]],["impl RefUnwindSafe for Use",1,["syn::token::Use"]],["impl RefUnwindSafe for Virtual",1,["syn::token::Virtual"]],["impl RefUnwindSafe for Where",1,["syn::token::Where"]],["impl RefUnwindSafe for While",1,["syn::token::While"]],["impl RefUnwindSafe for Yield",1,["syn::token::Yield"]],["impl<'a> !RefUnwindSafe for Lookahead1<'a>",1,["syn::lookahead::Lookahead1"]],["impl<'a> RefUnwindSafe for Cursor<'a>",1,["syn::buffer::Cursor"]],["impl<'a> RefUnwindSafe for ParseNestedMeta<'a>",1,["syn::meta::ParseNestedMeta"]],["impl<'a> RefUnwindSafe for ParseBuffer<'a>"],["impl<'a> RefUnwindSafe for ImplGenerics<'a>",1,["syn::generics::ImplGenerics"]],["impl<'a> RefUnwindSafe for Turbofish<'a>",1,["syn::generics::Turbofish"]],["impl<'a> RefUnwindSafe for TypeGenerics<'a>",1,["syn::generics::TypeGenerics"]],["impl<'a, T> !RefUnwindSafe for Iter<'a, T>",1,["syn::punctuated::Iter"]],["impl<'a, T> !RefUnwindSafe for IterMut<'a, T>",1,["syn::punctuated::IterMut"]],["impl<'a, T, P> RefUnwindSafe for Pairs<'a, T, P>",1,["syn::punctuated::Pairs"]],["impl<'a, T, P> RefUnwindSafe for PairsMut<'a, T, P>",1,["syn::punctuated::PairsMut"]],["impl<'c, 'a> RefUnwindSafe for StepCursor<'c, 'a>",1,["syn::parse::StepCursor"]],["impl<T> RefUnwindSafe for IntoIter<T>",1,["syn::punctuated::IntoIter"]],["impl<T, P> RefUnwindSafe for Pair<T, P>",1,["syn::punctuated::Pair"]],["impl<T, P> RefUnwindSafe for IntoPairs<T, P>",1,["syn::punctuated::IntoPairs"]],["impl<T, P> RefUnwindSafe for Punctuated<T, P>",1,["syn::punctuated::Punctuated"]]]],["tempfile",[["impl !RefUnwindSafe for PathPersistError",1,["tempfile::file::PathPersistError"]],["impl RefUnwindSafe for SpooledData",1,["tempfile::spooled::SpooledData"]],["impl RefUnwindSafe for SpooledTempFile",1,["tempfile::spooled::SpooledTempFile"]],["impl RefUnwindSafe for TempDir",1,["tempfile::dir::TempDir"]],["impl RefUnwindSafe for TempPath",1,["tempfile::file::TempPath"]],["impl<'a, 'b> RefUnwindSafe for Builder<'a, 'b>",1,["tempfile::Builder"]],["impl<F = File> !RefUnwindSafe for PersistError<F>",1,["tempfile::file::PersistError"]],["impl<F> RefUnwindSafe for NamedTempFile<F>",1,["tempfile::file::NamedTempFile"]]]],["thread_local",[["impl<'a, T> RefUnwindSafe for CachedIterMut<'a, T>",1,["thread_local::cached::CachedIterMut"]],["impl<'a, T> RefUnwindSafe for Iter<'a, T>",1,["thread_local::Iter"]],["impl<'a, T> RefUnwindSafe for IterMut<'a, T>",1,["thread_local::IterMut"]],["impl<T> RefUnwindSafe for CachedIntoIter<T>",1,["thread_local::cached::CachedIntoIter"]],["impl<T> RefUnwindSafe for CachedThreadLocal<T>",1,["thread_local::cached::CachedThreadLocal"]],["impl<T> RefUnwindSafe for IntoIter<T>",1,["thread_local::IntoIter"]],["impl<T> RefUnwindSafe for ThreadLocal<T>",1,["thread_local::ThreadLocal"]]]],["tokio",[["impl !RefUnwindSafe for File",1,["tokio::fs::file::File"]],["impl !RefUnwindSafe for ReadDir",1,["tokio::fs::read_dir::ReadDir"]],["impl !RefUnwindSafe for DuplexStream",1,["tokio::io::util::mem::DuplexStream"]],["impl !RefUnwindSafe for Child",1,["tokio::process::Child"]],["impl !RefUnwindSafe for Command",1,["tokio::process::Command"]],["impl !RefUnwindSafe for Builder",1,["tokio::runtime::builder::Builder"]],["impl !RefUnwindSafe for Handle",1,["tokio::runtime::handle::Handle"]],["impl !RefUnwindSafe for RuntimeMetrics",1,["tokio::runtime::metrics::runtime::RuntimeMetrics"]],["impl !RefUnwindSafe for Signal",1,["tokio::signal::unix::Signal"]],["impl !RefUnwindSafe for Barrier",1,["tokio::sync::barrier::Barrier"]],["impl !RefUnwindSafe for OwnedSemaphorePermit",1,["tokio::sync::semaphore::OwnedSemaphorePermit"]],["impl !RefUnwindSafe for Semaphore",1,["tokio::sync::semaphore::Semaphore"]],["impl !RefUnwindSafe for JoinError",1,["tokio::runtime::task::error::JoinError"]],["impl !RefUnwindSafe for LocalEnterGuard",1,["tokio::task::local::LocalEnterGuard"]],["impl !RefUnwindSafe for LocalSet",1,["tokio::task::local::LocalSet"]],["impl !RefUnwindSafe for Interval",1,["tokio::time::interval::Interval"]],["impl !RefUnwindSafe for Sleep",1,["tokio::time::sleep::Sleep"]],["impl RefUnwindSafe for RuntimeFlavor",1,["tokio::runtime::runtime::RuntimeFlavor"]],["impl RefUnwindSafe for RecvError",1,["tokio::sync::broadcast::error::RecvError"]],["impl RefUnwindSafe for TryRecvError",1,["tokio::sync::broadcast::error::TryRecvError"]],["impl RefUnwindSafe for TryAcquireError",1,["tokio::sync::batch_semaphore::TryAcquireError"]],["impl RefUnwindSafe for TryRecvError",1,["tokio::sync::mpsc::error::TryRecvError"]],["impl RefUnwindSafe for TryRecvError",1,["tokio::sync::oneshot::error::TryRecvError"]],["impl RefUnwindSafe for MissedTickBehavior",1,["tokio::time::interval::MissedTickBehavior"]],["impl RefUnwindSafe for DirBuilder",1,["tokio::fs::dir_builder::DirBuilder"]],["impl RefUnwindSafe for DirEntry",1,["tokio::fs::read_dir::DirEntry"]],["impl RefUnwindSafe for OpenOptions",1,["tokio::fs::open_options::OpenOptions"]],["impl RefUnwindSafe for Empty",1,["tokio::io::util::empty::Empty"]],["impl RefUnwindSafe for Interest",1,["tokio::io::interest::Interest"]],["impl RefUnwindSafe for Ready",1,["tokio::io::ready::Ready"]],["impl RefUnwindSafe for Repeat",1,["tokio::io::util::repeat::Repeat"]],["impl RefUnwindSafe for SimplexStream",1,["tokio::io::util::mem::SimplexStream"]],["impl RefUnwindSafe for Sink",1,["tokio::io::util::sink::Sink"]],["impl RefUnwindSafe for Stderr",1,["tokio::io::stderr::Stderr"]],["impl RefUnwindSafe for Stdin",1,["tokio::io::stdin::Stdin"]],["impl RefUnwindSafe for Stdout",1,["tokio::io::stdout::Stdout"]],["impl RefUnwindSafe for TryIoError",1,["tokio::io::async_fd::TryIoError"]],["impl RefUnwindSafe for TcpListener",1,["tokio::net::tcp::listener::TcpListener"]],["impl RefUnwindSafe for TcpSocket",1,["tokio::net::tcp::socket::TcpSocket"]],["impl RefUnwindSafe for TcpStream",1,["tokio::net::tcp::stream::TcpStream"]],["impl RefUnwindSafe for UdpSocket",1,["tokio::net::udp::UdpSocket"]],["impl RefUnwindSafe for UnixDatagram",1,["tokio::net::unix::datagram::socket::UnixDatagram"]],["impl RefUnwindSafe for UnixListener",1,["tokio::net::unix::listener::UnixListener"]],["impl RefUnwindSafe for UnixSocket",1,["tokio::net::unix::socket::UnixSocket"]],["impl RefUnwindSafe for UnixStream",1,["tokio::net::unix::stream::UnixStream"]],["impl RefUnwindSafe for OwnedReadHalf",1,["tokio::net::tcp::split_owned::OwnedReadHalf"]],["impl RefUnwindSafe for OwnedWriteHalf",1,["tokio::net::tcp::split_owned::OwnedWriteHalf"]],["impl RefUnwindSafe for ReuniteError",1,["tokio::net::tcp::split_owned::ReuniteError"]],["impl RefUnwindSafe for OpenOptions",1,["tokio::net::unix::pipe::OpenOptions"]],["impl RefUnwindSafe for Receiver",1,["tokio::net::unix::pipe::Receiver"]],["impl RefUnwindSafe for Sender",1,["tokio::net::unix::pipe::Sender"]],["impl RefUnwindSafe for OwnedReadHalf",1,["tokio::net::unix::split_owned::OwnedReadHalf"]],["impl RefUnwindSafe for OwnedWriteHalf",1,["tokio::net::unix::split_owned::OwnedWriteHalf"]],["impl RefUnwindSafe for ReuniteError",1,["tokio::net::unix::split_owned::ReuniteError"]],["impl RefUnwindSafe for SocketAddr",1,["tokio::net::unix::socketaddr::SocketAddr"]],["impl RefUnwindSafe for UCred",1,["tokio::net::unix::ucred::UCred"]],["impl RefUnwindSafe for ChildStderr",1,["tokio::process::ChildStderr"]],["impl RefUnwindSafe for ChildStdin",1,["tokio::process::ChildStdin"]],["impl RefUnwindSafe for ChildStdout",1,["tokio::process::ChildStdout"]],["impl RefUnwindSafe for Runtime"],["impl RefUnwindSafe for TryCurrentError",1,["tokio::runtime::handle::TryCurrentError"]],["impl RefUnwindSafe for SignalKind",1,["tokio::signal::unix::SignalKind"]],["impl RefUnwindSafe for RecvError",1,["tokio::sync::oneshot::error::RecvError"]],["impl RefUnwindSafe for AcquireError",1,["tokio::sync::batch_semaphore::AcquireError"]],["impl RefUnwindSafe for BarrierWaitResult",1,["tokio::sync::barrier::BarrierWaitResult"]],["impl RefUnwindSafe for Notify"],["impl RefUnwindSafe for TryLockError",1,["tokio::sync::mutex::TryLockError"]],["impl RefUnwindSafe for RecvError",1,["tokio::sync::watch::error::RecvError"]],["impl RefUnwindSafe for AbortHandle"],["impl RefUnwindSafe for Id",1,["tokio::runtime::task::id::Id"]],["impl RefUnwindSafe for Elapsed",1,["tokio::time::error::Elapsed"]],["impl RefUnwindSafe for Error",1,["tokio::time::error::Error"]],["impl RefUnwindSafe for Instant",1,["tokio::time::instant::Instant"]],["impl<'a> !RefUnwindSafe for EnterGuard<'a>",1,["tokio::runtime::handle::EnterGuard"]],["impl<'a> !RefUnwindSafe for Notified<'a>",1,["tokio::sync::notify::Notified"]],["impl<'a> !RefUnwindSafe for SemaphorePermit<'a>",1,["tokio::sync::semaphore::SemaphorePermit"]],["impl<'a> RefUnwindSafe for ReadBuf<'a>",1,["tokio::io::read_buf::ReadBuf"]],["impl<'a> RefUnwindSafe for ReadHalf<'a>",1,["tokio::net::tcp::split::ReadHalf"]],["impl<'a> RefUnwindSafe for WriteHalf<'a>",1,["tokio::net::tcp::split::WriteHalf"]],["impl<'a> RefUnwindSafe for ReadHalf<'a>",1,["tokio::net::unix::split::ReadHalf"]],["impl<'a> RefUnwindSafe for WriteHalf<'a>",1,["tokio::net::unix::split::WriteHalf"]],["impl<'a, T> !RefUnwindSafe for AsyncFdReadyGuard<'a, T>",1,["tokio::io::async_fd::AsyncFdReadyGuard"]],["impl<'a, T> !RefUnwindSafe for AsyncFdReadyMutGuard<'a, T>",1,["tokio::io::async_fd::AsyncFdReadyMutGuard"]],["impl<'a, T> !RefUnwindSafe for MappedMutexGuard<'a, T>",1,["tokio::sync::mutex::MappedMutexGuard"]],["impl<'a, T> !RefUnwindSafe for MutexGuard<'a, T>",1,["tokio::sync::mutex::MutexGuard"]],["impl<'a, T> !RefUnwindSafe for RwLockMappedWriteGuard<'a, T>",1,["tokio::sync::rwlock::write_guard_mapped::RwLockMappedWriteGuard"]],["impl<'a, T> !RefUnwindSafe for RwLockReadGuard<'a, T>",1,["tokio::sync::rwlock::read_guard::RwLockReadGuard"]],["impl<'a, T> !RefUnwindSafe for RwLockWriteGuard<'a, T>",1,["tokio::sync::rwlock::write_guard::RwLockWriteGuard"]],["impl<'a, T> !RefUnwindSafe for Ref<'a, T>",1,["tokio::sync::watch::Ref"]],["impl<'a, T> RefUnwindSafe for Permit<'a, T>",1,["tokio::sync::mpsc::bounded::Permit"]],["impl<'a, T> RefUnwindSafe for PermitIterator<'a, T>",1,["tokio::sync::mpsc::bounded::PermitIterator"]],["impl<F> RefUnwindSafe for Unconstrained<F>",1,["tokio::task::unconstrained::Unconstrained"]],["impl<R> RefUnwindSafe for BufReader<R>",1,["tokio::io::util::buf_reader::BufReader"]],["impl<R> RefUnwindSafe for Lines<R>",1,["tokio::io::util::lines::Lines"]],["impl<R> RefUnwindSafe for Split<R>",1,["tokio::io::util::split::Split"]],["impl<R> RefUnwindSafe for Take<R>",1,["tokio::io::util::take::Take"]],["impl<R, W> RefUnwindSafe for Join<R, W>",1,["tokio::io::join::Join"]],["impl<RW> RefUnwindSafe for BufStream<RW>",1,["tokio::io::util::buf_stream::BufStream"]],["impl<T> !RefUnwindSafe for AsyncFd<T>",1,["tokio::io::async_fd::AsyncFd"]],["impl<T> !RefUnwindSafe for AsyncFdTryNewError<T>",1,["tokio::io::async_fd::AsyncFdTryNewError"]],["impl<T> !RefUnwindSafe for Receiver<T>",1,["tokio::sync::broadcast::Receiver"]],["impl<T> !RefUnwindSafe for Sender<T>",1,["tokio::sync::broadcast::Sender"]],["impl<T> !RefUnwindSafe for Receiver<T>",1,["tokio::sync::oneshot::Receiver"]],["impl<T> !RefUnwindSafe for Sender<T>",1,["tokio::sync::oneshot::Sender"]],["impl<T> !RefUnwindSafe for Mutex<T>",1,["tokio::sync::mutex::Mutex"]],["impl<T> !RefUnwindSafe for OnceCell<T>",1,["tokio::sync::once_cell::OnceCell"]],["impl<T> !RefUnwindSafe for OwnedMutexGuard<T>",1,["tokio::sync::mutex::OwnedMutexGuard"]],["impl<T> !RefUnwindSafe for OwnedRwLockWriteGuard<T>",1,["tokio::sync::rwlock::owned_write_guard::OwnedRwLockWriteGuard"]],["impl<T> !RefUnwindSafe for RwLock<T>",1,["tokio::sync::rwlock::RwLock"]],["impl<T> !RefUnwindSafe for Receiver<T>",1,["tokio::sync::watch::Receiver"]],["impl<T> !RefUnwindSafe for Sender<T>",1,["tokio::sync::watch::Sender"]],["impl<T> !RefUnwindSafe for JoinSet<T>",1,["tokio::task::join_set::JoinSet"]],["impl<T> !RefUnwindSafe for Timeout<T>",1,["tokio::time::timeout::Timeout"]],["impl<T> RefUnwindSafe for SetError<T>",1,["tokio::sync::once_cell::SetError"]],["impl<T> RefUnwindSafe for SendTimeoutError<T>",1,["tokio::sync::mpsc::error::SendTimeoutError"]],["impl<T> RefUnwindSafe for TrySendError<T>",1,["tokio::sync::mpsc::error::TrySendError"]],["impl<T> RefUnwindSafe for ReadHalf<T>",1,["tokio::io::split::ReadHalf"]],["impl<T> RefUnwindSafe for WriteHalf<T>",1,["tokio::io::split::WriteHalf"]],["impl<T> RefUnwindSafe for SendError<T>",1,["tokio::sync::broadcast::error::SendError"]],["impl<T> RefUnwindSafe for SendError<T>",1,["tokio::sync::mpsc::error::SendError"]],["impl<T> RefUnwindSafe for OwnedPermit<T>",1,["tokio::sync::mpsc::bounded::OwnedPermit"]],["impl<T> RefUnwindSafe for Receiver<T>",1,["tokio::sync::mpsc::bounded::Receiver"]],["impl<T> RefUnwindSafe for Sender<T>",1,["tokio::sync::mpsc::bounded::Sender"]],["impl<T> RefUnwindSafe for UnboundedReceiver<T>",1,["tokio::sync::mpsc::unbounded::UnboundedReceiver"]],["impl<T> RefUnwindSafe for UnboundedSender<T>",1,["tokio::sync::mpsc::unbounded::UnboundedSender"]],["impl<T> RefUnwindSafe for WeakSender<T>",1,["tokio::sync::mpsc::bounded::WeakSender"]],["impl<T> RefUnwindSafe for WeakUnboundedSender<T>",1,["tokio::sync::mpsc::unbounded::WeakUnboundedSender"]],["impl<T> RefUnwindSafe for SendError<T>",1,["tokio::sync::watch::error::SendError"]],["impl<T> RefUnwindSafe for JoinHandle<T>"],["impl<T> RefUnwindSafe for LocalKey<T>",1,["tokio::task::task_local::LocalKey"]],["impl<T, F> RefUnwindSafe for TaskLocalFuture<T, F>",1,["tokio::task::task_local::TaskLocalFuture"]],["impl<T, U = T> !RefUnwindSafe for OwnedMappedMutexGuard<T, U>",1,["tokio::sync::mutex::OwnedMappedMutexGuard"]],["impl<T, U = T> !RefUnwindSafe for OwnedRwLockMappedWriteGuard<T, U>",1,["tokio::sync::rwlock::owned_write_guard_mapped::OwnedRwLockMappedWriteGuard"]],["impl<T, U = T> !RefUnwindSafe for OwnedRwLockReadGuard<T, U>",1,["tokio::sync::rwlock::owned_read_guard::OwnedRwLockReadGuard"]],["impl<W> RefUnwindSafe for BufWriter<W>",1,["tokio::io::util::buf_writer::BufWriter"]]]],["tokio_native_tls",[["impl RefUnwindSafe for TlsAcceptor",1,["tokio_native_tls::TlsAcceptor"]],["impl RefUnwindSafe for TlsConnector",1,["tokio_native_tls::TlsConnector"]],["impl<S> RefUnwindSafe for AllowStd<S>",1,["tokio_native_tls::AllowStd"]],["impl<S> RefUnwindSafe for TlsStream<S>",1,["tokio_native_tls::TlsStream"]]]],["tracing",[["impl !RefUnwindSafe for EnteredSpan",1,["tracing::span::EnteredSpan"]],["impl !RefUnwindSafe for Span",1,["tracing::span::Span"]],["impl<'a> !RefUnwindSafe for Entered<'a>",1,["tracing::span::Entered"]],["impl<T> !RefUnwindSafe for Instrumented<T>",1,["tracing::instrument::Instrumented"]],["impl<T> !RefUnwindSafe for WithDispatch<T>",1,["tracing::instrument::WithDispatch"]]]],["tracing_core",[["impl !RefUnwindSafe for DefaultCallsite",1,["tracing_core::callsite::DefaultCallsite"]],["impl !RefUnwindSafe for Identifier",1,["tracing_core::callsite::Identifier"]],["impl !RefUnwindSafe for DefaultGuard",1,["tracing_core::dispatcher::DefaultGuard"]],["impl !RefUnwindSafe for WeakDispatch",1,["tracing_core::dispatcher::WeakDispatch"]],["impl !RefUnwindSafe for FieldSet",1,["tracing_core::field::FieldSet"]],["impl !RefUnwindSafe for Iter",1,["tracing_core::field::Iter"]],["impl !RefUnwindSafe for Current",1,["tracing_core::span::Current"]],["impl !RefUnwindSafe for Dispatch",1,["tracing_core::dispatcher::Dispatch"]],["impl !RefUnwindSafe for Field",1,["tracing_core::field::Field"]],["impl RefUnwindSafe for SetGlobalDefaultError",1,["tracing_core::dispatcher::SetGlobalDefaultError"]],["impl RefUnwindSafe for Empty",1,["tracing_core::field::Empty"]],["impl RefUnwindSafe for Kind",1,["tracing_core::metadata::Kind"]],["impl RefUnwindSafe for ParseLevelError",1,["tracing_core::metadata::ParseLevelError"]],["impl RefUnwindSafe for ParseLevelFilterError",1,["tracing_core::metadata::ParseLevelFilterError"]],["impl RefUnwindSafe for Id",1,["tracing_core::span::Id"]],["impl RefUnwindSafe for Level",1,["tracing_core::metadata::Level"]],["impl RefUnwindSafe for LevelFilter",1,["tracing_core::metadata::LevelFilter"]],["impl RefUnwindSafe for Interest",1,["tracing_core::subscriber::Interest"]],["impl RefUnwindSafe for NoSubscriber",1,["tracing_core::subscriber::NoSubscriber"]],["impl<'a> !RefUnwindSafe for ValueSet<'a>",1,["tracing_core::field::ValueSet"]],["impl<'a> !RefUnwindSafe for Attributes<'a>",1,["tracing_core::span::Attributes"]],["impl<'a> !RefUnwindSafe for Record<'a>",1,["tracing_core::span::Record"]],["impl<'a> !RefUnwindSafe for Event<'a>",1,["tracing_core::event::Event"]],["impl<'a> !RefUnwindSafe for Metadata<'a>",1,["tracing_core::metadata::Metadata"]],["impl<T> RefUnwindSafe for DebugValue<T>",1,["tracing_core::field::DebugValue"]],["impl<T> RefUnwindSafe for DisplayValue<T>",1,["tracing_core::field::DisplayValue"]]]],["tracing_log",[["impl RefUnwindSafe for Builder",1,["tracing_log::log_tracer::Builder"]],["impl RefUnwindSafe for LogTracer",1,["tracing_log::log_tracer::LogTracer"]]]],["tracing_subscriber",[["impl !RefUnwindSafe for ParseError",1,["tracing_subscriber::filter::directive::ParseError"]],["impl !RefUnwindSafe for BoxMakeWriter",1,["tracing_subscriber::fmt::writer::BoxMakeWriter"]],["impl !RefUnwindSafe for TryInitError",1,["tracing_subscriber::util::TryInitError"]],["impl RefUnwindSafe for FilterId",1,["tracing_subscriber::filter::layer_filters::FilterId"]],["impl RefUnwindSafe for IntoIter",1,["tracing_subscriber::filter::targets::IntoIter"]],["impl RefUnwindSafe for Targets",1,["tracing_subscriber::filter::targets::Targets"]],["impl RefUnwindSafe for Compact",1,["tracing_subscriber::fmt::format::Compact"]],["impl RefUnwindSafe for DefaultFields",1,["tracing_subscriber::fmt::format::DefaultFields"]],["impl RefUnwindSafe for FmtSpan",1,["tracing_subscriber::fmt::format::FmtSpan"]],["impl RefUnwindSafe for Full",1,["tracing_subscriber::fmt::format::Full"]],["impl RefUnwindSafe for Pretty",1,["tracing_subscriber::fmt::format::pretty::Pretty"]],["impl RefUnwindSafe for PrettyFields",1,["tracing_subscriber::fmt::format::pretty::PrettyFields"]],["impl RefUnwindSafe for TestWriter",1,["tracing_subscriber::fmt::writer::TestWriter"]],["impl RefUnwindSafe for SystemTime",1,["tracing_subscriber::fmt::time::SystemTime"]],["impl RefUnwindSafe for Uptime",1,["tracing_subscriber::fmt::time::Uptime"]],["impl RefUnwindSafe for Identity",1,["tracing_subscriber::layer::Identity"]],["impl RefUnwindSafe for Registry",1,["tracing_subscriber::registry::sharded::Registry"]],["impl RefUnwindSafe for Error",1,["tracing_subscriber::reload::Error"]],["impl<'a> !RefUnwindSafe for DefaultVisitor<'a>",1,["tracing_subscriber::fmt::format::DefaultVisitor"]],["impl<'a> !RefUnwindSafe for PrettyVisitor<'a>",1,["tracing_subscriber::fmt::format::pretty::PrettyVisitor"]],["impl<'a> !RefUnwindSafe for Data<'a>",1,["tracing_subscriber::registry::sharded::Data"]],["impl<'a> !RefUnwindSafe for Extensions<'a>",1,["tracing_subscriber::registry::extensions::Extensions"]],["impl<'a> RefUnwindSafe for Iter<'a>",1,["tracing_subscriber::filter::targets::Iter"]],["impl<'a> RefUnwindSafe for ExtensionsMut<'a>",1,["tracing_subscriber::registry::extensions::ExtensionsMut"]],["impl<'a, F> !RefUnwindSafe for FieldFnVisitor<'a, F>",1,["tracing_subscriber::fmt::format::FieldFnVisitor"]],["impl<'a, R> RefUnwindSafe for Scope<'a, R>",1,["tracing_subscriber::registry::Scope"]],["impl<'a, R> RefUnwindSafe for ScopeFromRoot<'a, R>",1,["tracing_subscriber::registry::ScopeFromRoot"]],["impl<'a, R> RefUnwindSafe for SpanRef<'a, R>",1,["tracing_subscriber::registry::SpanRef"]],["impl<'a, S> RefUnwindSafe for Context<'a, S>",1,["tracing_subscriber::layer::context::Context"]],["impl<'a, S, N> !RefUnwindSafe for FmtContext<'a, S, N>",1,["tracing_subscriber::fmt::fmt_layer::FmtContext"]],["impl<'a, W> RefUnwindSafe for MutexGuardWriter<'a, W>",1,["tracing_subscriber::fmt::writer::MutexGuardWriter"]],["impl<'writer> !RefUnwindSafe for Writer<'writer>",1,["tracing_subscriber::fmt::format::Writer"]],["impl<A, B> RefUnwindSafe for EitherWriter<A, B>",1,["tracing_subscriber::fmt::writer::EitherWriter"]],["impl<A, B> RefUnwindSafe for OrElse<A, B>",1,["tracing_subscriber::fmt::writer::OrElse"]],["impl<A, B> RefUnwindSafe for Tee<A, B>",1,["tracing_subscriber::fmt::writer::Tee"]],["impl<A, B, S> RefUnwindSafe for And<A, B, S>",1,["tracing_subscriber::filter::layer_filters::combinator::And"]],["impl<A, B, S> RefUnwindSafe for Or<A, B, S>",1,["tracing_subscriber::filter::layer_filters::combinator::Or"]],["impl<A, S> RefUnwindSafe for Not<A, S>",1,["tracing_subscriber::filter::layer_filters::combinator::Not"]],["impl<D, V> RefUnwindSafe for Delimited<D, V>",1,["tracing_subscriber::field::delimited::Delimited"]],["impl<D, V> RefUnwindSafe for VisitDelimited<D, V>",1,["tracing_subscriber::field::delimited::VisitDelimited"]],["impl<E> RefUnwindSafe for FormattedFields<E>",1,["tracing_subscriber::fmt::fmt_layer::FormattedFields"]],["impl<F> RefUnwindSafe for FilterFn<F>",1,["tracing_subscriber::filter::filter_fn::FilterFn"]],["impl<F> RefUnwindSafe for FieldFn<F>",1,["tracing_subscriber::fmt::format::FieldFn"]],["impl<F, T> RefUnwindSafe for Format<F, T>",1,["tracing_subscriber::fmt::format::Format"]],["impl<L, F, S> RefUnwindSafe for Filtered<L, F, S>",1,["tracing_subscriber::filter::layer_filters::Filtered"]],["impl<L, I, S> RefUnwindSafe for Layered<L, I, S>",1,["tracing_subscriber::layer::layered::Layered"]],["impl<L, S> RefUnwindSafe for Handle<L, S>",1,["tracing_subscriber::reload::Handle"]],["impl<L, S> RefUnwindSafe for Layer<L, S>",1,["tracing_subscriber::reload::Layer"]],["impl<M> RefUnwindSafe for WithMaxLevel<M>",1,["tracing_subscriber::fmt::writer::WithMaxLevel"]],["impl<M> RefUnwindSafe for WithMinLevel<M>",1,["tracing_subscriber::fmt::writer::WithMinLevel"]],["impl<M, F> RefUnwindSafe for WithFilter<M, F>",1,["tracing_subscriber::fmt::writer::WithFilter"]],["impl<N, E, F, W> RefUnwindSafe for Subscriber<N, E, F, W>",1,["tracing_subscriber::fmt::Subscriber"]],["impl<N, E, F, W> RefUnwindSafe for SubscriberBuilder<N, E, F, W>",1,["tracing_subscriber::fmt::SubscriberBuilder"]],["impl<S, F, R> RefUnwindSafe for DynFilterFn<S, F, R>",1,["tracing_subscriber::filter::filter_fn::DynFilterFn"]],["impl<S, N, E, W> RefUnwindSafe for Layer<S, N, E, W>",1,["tracing_subscriber::fmt::fmt_layer::Layer"]],["impl<V> RefUnwindSafe for Alt<V>",1,["tracing_subscriber::field::debug::Alt"]],["impl<V> RefUnwindSafe for Messages<V>",1,["tracing_subscriber::field::display::Messages"]]]],["utf8parse",[["impl RefUnwindSafe for Parser",1,["utf8parse::Parser"]]]],["uuid",[["impl RefUnwindSafe for Variant",1,["uuid::Variant"]],["impl RefUnwindSafe for Version",1,["uuid::Version"]],["impl RefUnwindSafe for Braced",1,["uuid::fmt::Braced"]],["impl RefUnwindSafe for Hyphenated",1,["uuid::fmt::Hyphenated"]],["impl RefUnwindSafe for Simple",1,["uuid::fmt::Simple"]],["impl RefUnwindSafe for Urn",1,["uuid::fmt::Urn"]],["impl RefUnwindSafe for Builder",1,["uuid::builder::Builder"]],["impl RefUnwindSafe for Error",1,["uuid::error::Error"]],["impl RefUnwindSafe for Uuid",1,["uuid::Uuid"]],["impl RefUnwindSafe for NoContext",1,["uuid::timestamp::context::NoContext"]],["impl RefUnwindSafe for Timestamp",1,["uuid::timestamp::Timestamp"]],["impl<C> RefUnwindSafe for ThreadLocalContext<C>",1,["uuid::timestamp::context::std_support::ThreadLocalContext"]]]],["zerocopy",[["impl<B, T> RefUnwindSafe for Ref<B, T>",1,["zerocopy::Ref"]],["impl<O> RefUnwindSafe for F32<O>",1,["zerocopy::byteorder::F32"]],["impl<O> RefUnwindSafe for F64<O>",1,["zerocopy::byteorder::F64"]],["impl<O> RefUnwindSafe for I128<O>",1,["zerocopy::byteorder::I128"]],["impl<O> RefUnwindSafe for I16<O>",1,["zerocopy::byteorder::I16"]],["impl<O> RefUnwindSafe for I32<O>",1,["zerocopy::byteorder::I32"]],["impl<O> RefUnwindSafe for I64<O>",1,["zerocopy::byteorder::I64"]],["impl<O> RefUnwindSafe for U128<O>",1,["zerocopy::byteorder::U128"]],["impl<O> RefUnwindSafe for U16<O>",1,["zerocopy::byteorder::U16"]],["impl<O> RefUnwindSafe for U32<O>",1,["zerocopy::byteorder::U32"]],["impl<O> RefUnwindSafe for U64<O>",1,["zerocopy::byteorder::U64"]],["impl<T> RefUnwindSafe for Unalign<T>",1,["zerocopy::wrappers::Unalign"]]]]]);
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()
//{"start":57,"fragment_lengths":[4307,2656,2752,10259,2102,688,4658,19379,1383,636,362,7176,5708,324,328,385,343,4749,9091,320,106330,49532,7576,2682,13910,5753,326,4163,5413,4919,88174,376,54584,2846,2608,6222,4081,15439,2170,3148,20734,324,1127,20519,10433,328,5510,380,3374,4187,342,103087,3206,2652,53845,1951,1839,10191,741,34618,340,4034,7318]}