(function() {var implementors = {}; implementors["actix_codec"] = [{"text":"impl UnwindSafe for BytesCodec","synthetic":true,"types":["actix_codec::bcodec::BytesCodec"]},{"text":"impl<T, U> UnwindSafe for Framed<T, U> where
    T: UnwindSafe,
    U: UnwindSafe
","synthetic":true,"types":["actix_codec::framed::Framed"]},{"text":"impl<T, U> UnwindSafe for FramedParts<T, U> where
    T: UnwindSafe,
    U: UnwindSafe
","synthetic":true,"types":["actix_codec::framed::FramedParts"]},{"text":"impl<T, D> UnwindSafe for FramedRead<T, D> where
    D: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["actix_codec::framed_read::FramedRead"]},{"text":"impl<T, E> UnwindSafe for FramedWrite<T, E> where
    E: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["actix_codec::framed_write::FramedWrite"]}]; implementors["actix_connect"] = [{"text":"impl<T> UnwindSafe for Connect<T> where
    T: UnwindSafe
","synthetic":true,"types":["actix_connect::connect::Connect"]},{"text":"impl<T, U> UnwindSafe for Connection<T, U> where
    T: UnwindSafe,
    U: UnwindSafe
","synthetic":true,"types":["actix_connect::connect::Connection"]},{"text":"impl<T> UnwindSafe for TcpConnector<T> where
    T: UnwindSafe
","synthetic":true,"types":["actix_connect::connector::TcpConnector"]},{"text":"impl<T> UnwindSafe for TcpConnectorFactory<T> where
    T: UnwindSafe
","synthetic":true,"types":["actix_connect::connector::TcpConnectorFactory"]},{"text":"impl<T> !UnwindSafe for Resolver<T>","synthetic":true,"types":["actix_connect::resolver::Resolver"]},{"text":"impl<T> !UnwindSafe for ResolverFactory<T>","synthetic":true,"types":["actix_connect::resolver::ResolverFactory"]},{"text":"impl<T> !UnwindSafe for ConnectService<T>","synthetic":true,"types":["actix_connect::service::ConnectService"]},{"text":"impl<T> !UnwindSafe for ConnectServiceFactory<T>","synthetic":true,"types":["actix_connect::service::ConnectServiceFactory"]},{"text":"impl<T> !UnwindSafe for TcpConnectService<T>","synthetic":true,"types":["actix_connect::service::TcpConnectService"]},{"text":"impl !UnwindSafe for ConnectError","synthetic":true,"types":["actix_connect::error::ConnectError"]}]; implementors["actix_cors"] = [{"text":"impl UnwindSafe for Cors","synthetic":true,"types":["actix_cors::Cors"]},{"text":"impl UnwindSafe for CorsFactory","synthetic":true,"types":["actix_cors::CorsFactory"]},{"text":"impl<S> UnwindSafe for CorsMiddleware<S> where
    S: UnwindSafe
","synthetic":true,"types":["actix_cors::CorsMiddleware"]},{"text":"impl UnwindSafe for CorsError","synthetic":true,"types":["actix_cors::CorsError"]},{"text":"impl<T> UnwindSafe for AllOrSome<T> where
    T: UnwindSafe
","synthetic":true,"types":["actix_cors::AllOrSome"]}]; implementors["actix_files"] = [{"text":"impl UnwindSafe for NamedFile","synthetic":true,"types":["actix_files::named::NamedFile"]},{"text":"impl UnwindSafe for HttpRange","synthetic":true,"types":["actix_files::range::HttpRange"]},{"text":"impl UnwindSafe for Directory","synthetic":true,"types":["actix_files::Directory"]},{"text":"impl !UnwindSafe for Files","synthetic":true,"types":["actix_files::Files"]},{"text":"impl !UnwindSafe for FilesService","synthetic":true,"types":["actix_files::FilesService"]}]; implementors["actix_http"] = [{"text":"impl<T, S, X = ExpectHandler, U = UpgradeHandler<T>> !UnwindSafe for HttpServiceBuilder<T, S, X, U>","synthetic":true,"types":["actix_http::builder::HttpServiceBuilder"]},{"text":"impl !UnwindSafe for ServiceConfig","synthetic":true,"types":["actix_http::config::ServiceConfig"]},{"text":"impl !UnwindSafe for Extensions","synthetic":true,"types":["actix_http::extensions::Extensions"]},{"text":"impl<T> UnwindSafe for Message<T> where
    T: RefUnwindSafe
","synthetic":true,"types":["actix_http::message::Message"]},{"text":"impl !UnwindSafe for RequestHead","synthetic":true,"types":["actix_http::message::RequestHead"]},{"text":"impl !UnwindSafe for ResponseHead","synthetic":true,"types":["actix_http::message::ResponseHead"]},{"text":"impl<P = Box<dyn Stream<Error = PayloadError, Item = Bytes> + 'static>> !UnwindSafe for Request<P>","synthetic":true,"types":["actix_http::request::Request"]},{"text":"impl<B = Body> !UnwindSafe for Response<B>","synthetic":true,"types":["actix_http::response::Response"]},{"text":"impl !UnwindSafe for ResponseBuilder","synthetic":true,"types":["actix_http::response::ResponseBuilder"]},{"text":"impl<T, P, S, B, X = ExpectHandler, U = UpgradeHandler<T>> !UnwindSafe for HttpService<T, P, S, B, X, U>","synthetic":true,"types":["actix_http::service::HttpService"]},{"text":"impl UnwindSafe for KeepAlive","synthetic":true,"types":["actix_http::config::KeepAlive"]},{"text":"impl !UnwindSafe for RequestHeadType","synthetic":true,"types":["actix_http::message::RequestHeadType"]},{"text":"impl<S = Box<dyn Stream<Error = PayloadError, Item = Bytes> + 'static>> !UnwindSafe for Payload<S>","synthetic":true,"types":["actix_http::payload::Payload"]},{"text":"impl<S, E> UnwindSafe for BodyStream<S, E> where
    E: UnwindSafe,
    S: UnwindSafe
","synthetic":true,"types":["actix_http::body::BodyStream"]},{"text":"impl<S> UnwindSafe for SizedStream<S> where
    S: UnwindSafe
","synthetic":true,"types":["actix_http::body::SizedStream"]},{"text":"impl UnwindSafe for BodySize","synthetic":true,"types":["actix_http::body::BodySize"]},{"text":"impl<B> !UnwindSafe for ResponseBody<B>","synthetic":true,"types":["actix_http::body::ResponseBody"]},{"text":"impl !UnwindSafe for Body","synthetic":true,"types":["actix_http::body::Body"]},{"text":"impl<T, U> UnwindSafe for Connector<T, U> where
    T: UnwindSafe,
    U: UnwindSafe
","synthetic":true,"types":["actix_http::client::connector::Connector"]},{"text":"impl UnwindSafe for Connect","synthetic":true,"types":["actix_http::client::Connect"]},{"text":"impl !UnwindSafe for ConnectError","synthetic":true,"types":["actix_http::client::error::ConnectError"]},{"text":"impl UnwindSafe for FreezeRequestError","synthetic":true,"types":["actix_http::client::error::FreezeRequestError"]},{"text":"impl UnwindSafe for InvalidUrl","synthetic":true,"types":["actix_http::client::error::InvalidUrl"]},{"text":"impl !UnwindSafe for SendRequestError","synthetic":true,"types":["actix_http::client::error::SendRequestError"]},{"text":"impl UnwindSafe for Protocol","synthetic":true,"types":["actix_http::client::pool::Protocol"]},{"text":"impl<S> !UnwindSafe for Decoder<S>","synthetic":true,"types":["actix_http::encoding::decoder::Decoder"]},{"text":"impl<B> !UnwindSafe for Encoder<B>","synthetic":true,"types":["actix_http::encoding::encoder::Encoder"]},{"text":"impl UnwindSafe for ExtendedValue","synthetic":true,"types":["actix_http::header::ExtendedValue"]},{"text":"impl UnwindSafe for ContentEncoding","synthetic":true,"types":["actix_http::header::ContentEncoding"]},{"text":"impl UnwindSafe for AcceptCharset","synthetic":true,"types":["actix_http::header::common::accept_charset::AcceptCharset"]},{"text":"impl UnwindSafe for AcceptLanguage","synthetic":true,"types":["actix_http::header::common::accept_language::AcceptLanguage"]},{"text":"impl UnwindSafe for Accept","synthetic":true,"types":["actix_http::header::common::accept::Accept"]},{"text":"impl UnwindSafe for Allow","synthetic":true,"types":["actix_http::header::common::allow::Allow"]},{"text":"impl UnwindSafe for CacheControl","synthetic":true,"types":["actix_http::header::common::cache_control::CacheControl"]},{"text":"impl UnwindSafe for CacheDirective","synthetic":true,"types":["actix_http::header::common::cache_control::CacheDirective"]},{"text":"impl UnwindSafe for ContentDisposition","synthetic":true,"types":["actix_http::header::common::content_disposition::ContentDisposition"]},{"text":"impl UnwindSafe for DispositionType","synthetic":true,"types":["actix_http::header::common::content_disposition::DispositionType"]},{"text":"impl UnwindSafe for DispositionParam","synthetic":true,"types":["actix_http::header::common::content_disposition::DispositionParam"]},{"text":"impl UnwindSafe for ContentLanguage","synthetic":true,"types":["actix_http::header::common::content_language::ContentLanguage"]},{"text":"impl UnwindSafe for ContentRange","synthetic":true,"types":["actix_http::header::common::content_range::ContentRange"]},{"text":"impl UnwindSafe for ContentRangeSpec","synthetic":true,"types":["actix_http::header::common::content_range::ContentRangeSpec"]},{"text":"impl UnwindSafe for ContentType","synthetic":true,"types":["actix_http::header::common::content_type::ContentType"]},{"text":"impl UnwindSafe for Date","synthetic":true,"types":["actix_http::header::common::date::Date"]},{"text":"impl UnwindSafe for ETag","synthetic":true,"types":["actix_http::header::common::etag::ETag"]},{"text":"impl UnwindSafe for Expires","synthetic":true,"types":["actix_http::header::common::expires::Expires"]},{"text":"impl UnwindSafe for IfMatch","synthetic":true,"types":["actix_http::header::common::if_match::IfMatch"]},{"text":"impl UnwindSafe for IfModifiedSince","synthetic":true,"types":["actix_http::header::common::if_modified_since::IfModifiedSince"]},{"text":"impl UnwindSafe for IfNoneMatch","synthetic":true,"types":["actix_http::header::common::if_none_match::IfNoneMatch"]},{"text":"impl UnwindSafe for IfRange","synthetic":true,"types":["actix_http::header::common::if_range::IfRange"]},{"text":"impl UnwindSafe for IfUnmodifiedSince","synthetic":true,"types":["actix_http::header::common::if_unmodified_since::IfUnmodifiedSince"]},{"text":"impl UnwindSafe for LastModified","synthetic":true,"types":["actix_http::header::common::last_modified::LastModified"]},{"text":"impl UnwindSafe for HeaderMap","synthetic":true,"types":["actix_http::header::map::HeaderMap"]},{"text":"impl UnwindSafe for ConnectionType","synthetic":true,"types":["actix_http::message::ConnectionType"]},{"text":"impl UnwindSafe for CookieBuilder","synthetic":true,"types":["actix_http::cookie::builder::CookieBuilder"]},{"text":"impl UnwindSafe for CookieJar","synthetic":true,"types":["actix_http::cookie::jar::CookieJar"]},{"text":"impl<'a> UnwindSafe for Delta<'a>","synthetic":true,"types":["actix_http::cookie::jar::Delta"]},{"text":"impl<'a> UnwindSafe for Iter<'a>","synthetic":true,"types":["actix_http::cookie::jar::Iter"]},{"text":"impl<'c> UnwindSafe for Cookie<'c>","synthetic":true,"types":["actix_http::cookie::Cookie"]},{"text":"impl<'a, 'c> UnwindSafe for EncodedCookie<'a, 'c>","synthetic":true,"types":["actix_http::cookie::EncodedCookie"]},{"text":"impl UnwindSafe for SameSite","synthetic":true,"types":["actix_http::cookie::draft::SameSite"]},{"text":"impl UnwindSafe for ParseError","synthetic":true,"types":["actix_http::cookie::parse::ParseError"]},{"text":"impl !UnwindSafe for Error","synthetic":true,"types":["actix_http::error::Error"]},{"text":"impl<T> !UnwindSafe for InternalError<T>","synthetic":true,"types":["actix_http::error::InternalError"]},{"text":"impl !UnwindSafe for ParseError","synthetic":true,"types":["actix_http::error::ParseError"]},{"text":"impl !UnwindSafe for PayloadError","synthetic":true,"types":["actix_http::error::PayloadError"]},{"text":"impl !UnwindSafe for DispatchError","synthetic":true,"types":["actix_http::error::DispatchError"]},{"text":"impl UnwindSafe for ContentTypeError","synthetic":true,"types":["actix_http::error::ContentTypeError"]},{"text":"impl !UnwindSafe for ClientCodec","synthetic":true,"types":["actix_http::h1::client::ClientCodec"]},{"text":"impl !UnwindSafe for ClientPayloadCodec","synthetic":true,"types":["actix_http::h1::client::ClientPayloadCodec"]},{"text":"impl !UnwindSafe for Codec","synthetic":true,"types":["actix_http::h1::codec::Codec"]},{"text":"impl<T, S, B, X, U> !UnwindSafe for Dispatcher<T, S, B, X, U>","synthetic":true,"types":["actix_http::h1::dispatcher::Dispatcher"]},{"text":"impl UnwindSafe for ExpectHandler","synthetic":true,"types":["actix_http::h1::expect::ExpectHandler"]},{"text":"impl !UnwindSafe for Payload","synthetic":true,"types":["actix_http::h1::payload::Payload"]},{"text":"impl<T, P, S, B, X = ExpectHandler, U = UpgradeHandler<T>> !UnwindSafe for H1Service<T, P, S, B, X, U>","synthetic":true,"types":["actix_http::h1::service::H1Service"]},{"text":"impl<T, P, S, B, X, U> !UnwindSafe for H1ServiceHandler<T, P, S, B, X, U>","synthetic":true,"types":["actix_http::h1::service::H1ServiceHandler"]},{"text":"impl<T, P> !UnwindSafe for OneRequest<T, P>","synthetic":true,"types":["actix_http::h1::service::OneRequest"]},{"text":"impl<T> UnwindSafe for UpgradeHandler<T> where
    T: UnwindSafe
","synthetic":true,"types":["actix_http::h1::upgrade::UpgradeHandler"]},{"text":"impl<T, B> !UnwindSafe for SendResponse<T, B>","synthetic":true,"types":["actix_http::h1::utils::SendResponse"]},{"text":"impl<T> UnwindSafe for Message<T> where
    T: UnwindSafe
","synthetic":true,"types":["actix_http::h1::Message"]},{"text":"impl UnwindSafe for MessageType","synthetic":true,"types":["actix_http::h1::MessageType"]},{"text":"impl<T, S, B> !UnwindSafe for Dispatcher<T, S, B>","synthetic":true,"types":["actix_http::h2::dispatcher::Dispatcher"]},{"text":"impl<T, P, S, B> !UnwindSafe for H2Service<T, P, S, B>","synthetic":true,"types":["actix_http::h2::service::H2Service"]},{"text":"impl UnwindSafe for Payload","synthetic":true,"types":["actix_http::h2::Payload"]},{"text":"impl !UnwindSafe for TestRequest","synthetic":true,"types":["actix_http::test::TestRequest"]},{"text":"impl !UnwindSafe for TestBuffer","synthetic":true,"types":["actix_http::test::TestBuffer"]},{"text":"impl UnwindSafe for Codec","synthetic":true,"types":["actix_http::ws::codec::Codec"]},{"text":"impl UnwindSafe for Parser","synthetic":true,"types":["actix_http::ws::frame::Parser"]},{"text":"impl UnwindSafe for CloseReason","synthetic":true,"types":["actix_http::ws::proto::CloseReason"]},{"text":"impl<S, T> !UnwindSafe for Transport<S, T>","synthetic":true,"types":["actix_http::ws::transport::Transport"]},{"text":"impl UnwindSafe for Frame","synthetic":true,"types":["actix_http::ws::codec::Frame"]},{"text":"impl UnwindSafe for Message","synthetic":true,"types":["actix_http::ws::codec::Message"]},{"text":"impl UnwindSafe for CloseCode","synthetic":true,"types":["actix_http::ws::proto::CloseCode"]},{"text":"impl UnwindSafe for OpCode","synthetic":true,"types":["actix_http::ws::proto::OpCode"]},{"text":"impl !UnwindSafe for ProtocolError","synthetic":true,"types":["actix_http::ws::ProtocolError"]},{"text":"impl UnwindSafe for HandshakeError","synthetic":true,"types":["actix_http::ws::HandshakeError"]}]; implementors["actix_router"] = [{"text":"impl<'de, T> !UnwindSafe for PathDeserializer<'de, T>","synthetic":true,"types":["actix_router::de::PathDeserializer"]},{"text":"impl<T> UnwindSafe for Path<T> where
    T: UnwindSafe
","synthetic":true,"types":["actix_router::path::Path"]},{"text":"impl UnwindSafe for ResourceDef","synthetic":true,"types":["actix_router::resource::ResourceDef"]},{"text":"impl UnwindSafe for ResourceInfo","synthetic":true,"types":["actix_router::router::ResourceInfo"]},{"text":"impl<T, U> UnwindSafe for Router<T, U> where
    T: UnwindSafe,
    U: UnwindSafe
","synthetic":true,"types":["actix_router::router::Router"]},{"text":"impl<T, U> UnwindSafe for RouterBuilder<T, U> where
    T: UnwindSafe,
    U: UnwindSafe
","synthetic":true,"types":["actix_router::router::RouterBuilder"]},{"text":"impl UnwindSafe for Quoter","synthetic":true,"types":["actix_router::url::Quoter"]},{"text":"impl UnwindSafe for Url","synthetic":true,"types":["actix_router::url::Url"]}]; implementors["actix_rt"] = [{"text":"impl !UnwindSafe for Arbiter","synthetic":true,"types":["actix_rt::arbiter::Arbiter"]},{"text":"impl !UnwindSafe for Builder","synthetic":true,"types":["actix_rt::builder::Builder"]},{"text":"impl !UnwindSafe for SystemRunner","synthetic":true,"types":["actix_rt::builder::SystemRunner"]},{"text":"impl !UnwindSafe for Runtime","synthetic":true,"types":["actix_rt::runtime::Runtime"]},{"text":"impl !UnwindSafe for System","synthetic":true,"types":["actix_rt::system::System"]}]; implementors["actix_server"] = [{"text":"impl !UnwindSafe for ServerBuilder","synthetic":true,"types":["actix_server::builder::ServerBuilder"]},{"text":"impl !UnwindSafe for ServiceConfig","synthetic":true,"types":["actix_server::config::ServiceConfig"]},{"text":"impl !UnwindSafe for ServiceRuntime","synthetic":true,"types":["actix_server::config::ServiceRuntime"]},{"text":"impl !UnwindSafe for Server","synthetic":true,"types":["actix_server::server::Server"]},{"text":"impl<E1, E2> UnwindSafe for SslError<E1, E2> where
    E1: UnwindSafe,
    E2: UnwindSafe
","synthetic":true,"types":["actix_server::ssl::SslError"]}]; implementors["actix_server_config"] = [{"text":"impl !UnwindSafe for ServerConfig","synthetic":true,"types":["actix_server_config::ServerConfig"]},{"text":"impl<T, P> UnwindSafe for Io<T, P> where
    P: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["actix_server_config::Io"]},{"text":"impl UnwindSafe for Protocol","synthetic":true,"types":["actix_server_config::Protocol"]}]; implementors["actix_service"] = [{"text":"impl<A, B> !UnwindSafe for AndThen<A, B>","synthetic":true,"types":["actix_service::and_then::AndThen"]},{"text":"impl<A, B> UnwindSafe for AndThenNewService<A, B> where
    A: UnwindSafe,
    B: UnwindSafe
","synthetic":true,"types":["actix_service::and_then::AndThenNewService"]},{"text":"impl<T, F, In, Out> UnwindSafe for ApplyNewService<T, F, In, Out> where
    F: UnwindSafe,
    In: UnwindSafe,
    Out: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["actix_service::apply::ApplyNewService"]},{"text":"impl<F, Req, Out> UnwindSafe for ServiceFn<F, Req, Out> where
    F: UnwindSafe,
    Req: UnwindSafe
","synthetic":true,"types":["actix_service::fn_service::ServiceFn"]},{"text":"impl<A, E> UnwindSafe for FromErr<A, E> where
    A: UnwindSafe,
    E: UnwindSafe
","synthetic":true,"types":["actix_service::from_err::FromErr"]},{"text":"impl<A, E> UnwindSafe for FromErrNewService<A, E> where
    A: UnwindSafe,
    E: UnwindSafe
","synthetic":true,"types":["actix_service::from_err::FromErrNewService"]},{"text":"impl<A, F, Response> UnwindSafe for Map<A, F, Response> where
    A: UnwindSafe,
    F: UnwindSafe,
    Response: UnwindSafe
","synthetic":true,"types":["actix_service::map::Map"]},{"text":"impl<A, F, Res> UnwindSafe for MapNewService<A, F, Res> where
    A: UnwindSafe,
    F: UnwindSafe,
    Res: UnwindSafe
","synthetic":true,"types":["actix_service::map::MapNewService"]},{"text":"impl<A, F, C> UnwindSafe for MapConfig<A, F, C> where
    A: UnwindSafe,
    C: UnwindSafe,
    F: UnwindSafe
","synthetic":true,"types":["actix_service::map_config::MapConfig"]},{"text":"impl<A, C> UnwindSafe for UnitConfig<A, C> where
    A: UnwindSafe,
    C: UnwindSafe
","synthetic":true,"types":["actix_service::map_config::UnitConfig"]},{"text":"impl<A, F, E> UnwindSafe for MapErr<A, F, E> where
    A: UnwindSafe,
    E: UnwindSafe,
    F: UnwindSafe
","synthetic":true,"types":["actix_service::map_err::MapErr"]},{"text":"impl<A, F, E> UnwindSafe for MapErrNewService<A, F, E> where
    A: UnwindSafe,
    E: UnwindSafe,
    F: UnwindSafe
","synthetic":true,"types":["actix_service::map_err::MapErrNewService"]},{"text":"impl<A, F, E> UnwindSafe for MapInitErr<A, F, E> where
    A: UnwindSafe,
    E: UnwindSafe,
    F: UnwindSafe
","synthetic":true,"types":["actix_service::map_init_err::MapInitErr"]},{"text":"impl<A, B> !UnwindSafe for Then<A, B>","synthetic":true,"types":["actix_service::then::Then"]},{"text":"impl<A, B> UnwindSafe for ThenNewService<A, B> where
    A: UnwindSafe,
    B: UnwindSafe
","synthetic":true,"types":["actix_service::then::ThenNewService"]},{"text":"impl<'a, T> UnwindSafe for MappedConfig<'a, T> where
    T: RefUnwindSafe + UnwindSafe
","synthetic":true,"types":["actix_service::map_config::MappedConfig"]},{"text":"impl<R, E> UnwindSafe for Blank<R, E> where
    E: UnwindSafe,
    R: UnwindSafe
","synthetic":true,"types":["actix_service::blank::Blank"]},{"text":"impl<R, E1, E2> UnwindSafe for BlankNewService<R, E1, E2> where
    E1: UnwindSafe,
    E2: UnwindSafe,
    R: UnwindSafe
","synthetic":true,"types":["actix_service::blank::BlankNewService"]},{"text":"impl<C, Req, Res, Err, InitErr> !UnwindSafe for BoxedNewService<C, Req, Res, Err, InitErr>","synthetic":true,"types":["actix_service::boxed::BoxedNewService"]}]; implementors["actix_testing"] = [{"text":"impl UnwindSafe for TestServer","synthetic":true,"types":["actix_testing::TestServer"]},{"text":"impl !UnwindSafe for TestServerRuntime","synthetic":true,"types":["actix_testing::TestServerRuntime"]}]; implementors["actix_threadpool"] = [{"text":"impl<I, E> !UnwindSafe for CpuFuture<I, E>","synthetic":true,"types":["actix_threadpool::CpuFuture"]},{"text":"impl<E> UnwindSafe for BlockingError<E> where
    E: UnwindSafe
","synthetic":true,"types":["actix_threadpool::BlockingError"]}]; implementors["actix_utils"] = [{"text":"impl !UnwindSafe for Counter","synthetic":true,"types":["actix_utils::counter::Counter"]},{"text":"impl !UnwindSafe for CounterGuard","synthetic":true,"types":["actix_utils::counter::CounterGuard"]},{"text":"impl<A, B> UnwindSafe for EitherService<A, B> where
    A: UnwindSafe,
    B: UnwindSafe
","synthetic":true,"types":["actix_utils::either::EitherService"]},{"text":"impl<A, B> UnwindSafe for Either<A, B> where
    A: UnwindSafe,
    B: UnwindSafe
","synthetic":true,"types":["actix_utils::either::Either"]},{"text":"impl<S, T, U> !UnwindSafe for FramedTransport<S, T, U>","synthetic":true,"types":["actix_utils::framed::FramedTransport"]},{"text":"impl<E, U> UnwindSafe for FramedTransportError<E, U> where
    E: UnwindSafe,
    <U as Decoder>::Error: UnwindSafe,
    <U as Encoder>::Error: UnwindSafe
","synthetic":true,"types":["actix_utils::framed::FramedTransportError"]},{"text":"impl<T> UnwindSafe for FramedMessage<T> where
    T: UnwindSafe
","synthetic":true,"types":["actix_utils::framed::FramedMessage"]},{"text":"impl UnwindSafe for InFlight","synthetic":true,"types":["actix_utils::inflight::InFlight"]},{"text":"impl<S> !UnwindSafe for InFlightService<S>","synthetic":true,"types":["actix_utils::inflight::InFlightService"]},{"text":"impl<R, E, F> !UnwindSafe for KeepAlive<R, E, F>","synthetic":true,"types":["actix_utils::keepalive::KeepAlive"]},{"text":"impl<R, E, F> !UnwindSafe for KeepAliveService<R, E, F>","synthetic":true,"types":["actix_utils::keepalive::KeepAliveService"]},{"text":"impl<S> UnwindSafe for InOrder<S> where
    S: UnwindSafe
","synthetic":true,"types":["actix_utils::order::InOrder"]},{"text":"impl<S> !UnwindSafe for InOrderService<S>","synthetic":true,"types":["actix_utils::order::InOrderService"]},{"text":"impl<E> UnwindSafe for InOrderError<E> where
    E: UnwindSafe
","synthetic":true,"types":["actix_utils::order::InOrderError"]},{"text":"impl<S, T, E> UnwindSafe for StreamService<S, T, E> where
    E: UnwindSafe,
    S: UnwindSafe,
    T: RefUnwindSafe,
    <T as NewService>::Config: UnwindSafe
","synthetic":true,"types":["actix_utils::stream::StreamService"]},{"text":"impl<S, T> !UnwindSafe for StreamDispatcher<S, T>","synthetic":true,"types":["actix_utils::stream::StreamDispatcher"]},{"text":"impl !UnwindSafe for LowResTime","synthetic":true,"types":["actix_utils::time::LowResTime"]},{"text":"impl !UnwindSafe for LowResTimeService","synthetic":true,"types":["actix_utils::time::LowResTimeService"]},{"text":"impl !UnwindSafe for SystemTime","synthetic":true,"types":["actix_utils::time::SystemTime"]},{"text":"impl !UnwindSafe for SystemTimeService","synthetic":true,"types":["actix_utils::time::SystemTimeService"]},{"text":"impl<E> UnwindSafe for Timeout<E> where
    E: UnwindSafe
","synthetic":true,"types":["actix_utils::timeout::Timeout"]},{"text":"impl<S> UnwindSafe for TimeoutService<S> where
    S: UnwindSafe
","synthetic":true,"types":["actix_utils::timeout::TimeoutService"]},{"text":"impl<T> !UnwindSafe for TimeoutServiceResponse<T>","synthetic":true,"types":["actix_utils::timeout::TimeoutServiceResponse"]},{"text":"impl<E> UnwindSafe for TimeoutError<E> where
    E: UnwindSafe
","synthetic":true,"types":["actix_utils::timeout::TimeoutError"]}]; implementors["actix_web"] = [{"text":"impl<T, B> !UnwindSafe for App<T, B>","synthetic":true,"types":["actix_web::app::App"]},{"text":"impl !UnwindSafe for HttpRequest","synthetic":true,"types":["actix_web::request::HttpRequest"]},{"text":"impl<T = ResourceEndpoint> !UnwindSafe for Resource<T>","synthetic":true,"types":["actix_web::resource::Resource"]},{"text":"impl !UnwindSafe for Route","synthetic":true,"types":["actix_web::route::Route"]},{"text":"impl<T = ScopeEndpoint> !UnwindSafe for Scope<T>","synthetic":true,"types":["actix_web::scope::Scope"]},{"text":"impl<F, I, S, B> !UnwindSafe for HttpServer<F, I, S, B>","synthetic":true,"types":["actix_web::server::HttpServer"]},{"text":"impl<A, B> UnwindSafe for Either<A, B> where
    A: UnwindSafe,
    B: UnwindSafe
","synthetic":true,"types":["actix_web::responder::Either"]},{"text":"impl !UnwindSafe for AppService","synthetic":true,"types":["actix_web::config::AppService"]},{"text":"impl UnwindSafe for AppConfig","synthetic":true,"types":["actix_web::config::AppConfig"]},{"text":"impl !UnwindSafe for ServiceConfig","synthetic":true,"types":["actix_web::config::ServiceConfig"]},{"text":"impl<T> UnwindSafe for Data<T> where
    T: RefUnwindSafe
","synthetic":true,"types":["actix_web::data::Data"]},{"text":"impl UnwindSafe for UrlGenerationError","synthetic":true,"types":["actix_web::error::UrlGenerationError"]},{"text":"impl !UnwindSafe for UrlencodedError","synthetic":true,"types":["actix_web::error::UrlencodedError"]},{"text":"impl !UnwindSafe for JsonPayloadError","synthetic":true,"types":["actix_web::error::JsonPayloadError"]},{"text":"impl UnwindSafe for PathError","synthetic":true,"types":["actix_web::error::PathError"]},{"text":"impl UnwindSafe for QueryPayloadError","synthetic":true,"types":["actix_web::error::QueryPayloadError"]},{"text":"impl !UnwindSafe for ReadlinesError","synthetic":true,"types":["actix_web::error::ReadlinesError"]},{"text":"impl !UnwindSafe for AnyGuard","synthetic":true,"types":["actix_web::guard::AnyGuard"]},{"text":"impl !UnwindSafe for AllGuard","synthetic":true,"types":["actix_web::guard::AllGuard"]},{"text":"impl UnwindSafe for ConnectionInfo","synthetic":true,"types":["actix_web::info::ConnectionInfo"]},{"text":"impl UnwindSafe for Compress","synthetic":true,"types":["actix_web::middleware::compress::Compress"]},{"text":"impl<T> UnwindSafe for Condition<T> where
    T: UnwindSafe
","synthetic":true,"types":["actix_web::middleware::condition::Condition"]},{"text":"impl UnwindSafe for DefaultHeaders","synthetic":true,"types":["actix_web::middleware::defaultheaders::DefaultHeaders"]},{"text":"impl UnwindSafe for Logger","synthetic":true,"types":["actix_web::middleware::logger::Logger"]},{"text":"impl UnwindSafe for NormalizePath","synthetic":true,"types":["actix_web::middleware::normalize::NormalizePath"]},{"text":"impl<B> !UnwindSafe for ErrorHandlers<B>","synthetic":true,"types":["actix_web::middleware::errhandlers::ErrorHandlers"]},{"text":"impl<B> !UnwindSafe for ErrorHandlerResponse<B>","synthetic":true,"types":["actix_web::middleware::errhandlers::ErrorHandlerResponse"]},{"text":"impl !UnwindSafe for ResourceMap","synthetic":true,"types":["actix_web::rmap::ResourceMap"]},{"text":"impl !UnwindSafe for ServiceRequest","synthetic":true,"types":["actix_web::service::ServiceRequest"]},{"text":"impl<B = Body> !UnwindSafe for ServiceResponse<B>","synthetic":true,"types":["actix_web::service::ServiceResponse"]},{"text":"impl !UnwindSafe for WebService","synthetic":true,"types":["actix_web::service::WebService"]},{"text":"impl !UnwindSafe for TestRequest","synthetic":true,"types":["actix_web::test::TestRequest"]},{"text":"impl<T> UnwindSafe for Form<T> where
    T: UnwindSafe
","synthetic":true,"types":["actix_web::types::form::Form"]},{"text":"impl !UnwindSafe for FormConfig","synthetic":true,"types":["actix_web::types::form::FormConfig"]},{"text":"impl<U> !UnwindSafe for UrlEncoded<U>","synthetic":true,"types":["actix_web::types::form::UrlEncoded"]},{"text":"impl<T> UnwindSafe for Json<T> where
    T: UnwindSafe
","synthetic":true,"types":["actix_web::types::json::Json"]},{"text":"impl !UnwindSafe for JsonConfig","synthetic":true,"types":["actix_web::types::json::JsonConfig"]},{"text":"impl<U> !UnwindSafe for JsonBody<U>","synthetic":true,"types":["actix_web::types::json::JsonBody"]},{"text":"impl<T> UnwindSafe for Path<T> where
    T: UnwindSafe
","synthetic":true,"types":["actix_web::types::path::Path"]},{"text":"impl !UnwindSafe for PathConfig","synthetic":true,"types":["actix_web::types::path::PathConfig"]},{"text":"impl !UnwindSafe for Payload","synthetic":true,"types":["actix_web::types::payload::Payload"]},{"text":"impl UnwindSafe for PayloadConfig","synthetic":true,"types":["actix_web::types::payload::PayloadConfig"]},{"text":"impl<T> UnwindSafe for Query<T> where
    T: UnwindSafe
","synthetic":true,"types":["actix_web::types::query::Query"]},{"text":"impl !UnwindSafe for QueryConfig","synthetic":true,"types":["actix_web::types::query::QueryConfig"]},{"text":"impl<T> !UnwindSafe for Readlines<T>","synthetic":true,"types":["actix_web::types::readlines::Readlines"]}]; implementors["aho_corasick"] = [{"text":"impl<S> UnwindSafe for AhoCorasick<S> where
    S: UnwindSafe
","synthetic":true,"types":["aho_corasick::ahocorasick::AhoCorasick"]},{"text":"impl UnwindSafe for AhoCorasickBuilder","synthetic":true,"types":["aho_corasick::ahocorasick::AhoCorasickBuilder"]},{"text":"impl<'a, 'b, S> UnwindSafe for FindIter<'a, 'b, S> where
    S: RefUnwindSafe
","synthetic":true,"types":["aho_corasick::ahocorasick::FindIter"]},{"text":"impl<'a, 'b, S> UnwindSafe for FindOverlappingIter<'a, 'b, S> where
    S: RefUnwindSafe + UnwindSafe
","synthetic":true,"types":["aho_corasick::ahocorasick::FindOverlappingIter"]},{"text":"impl<'a, R, S> UnwindSafe for StreamFindIter<'a, R, S> where
    R: UnwindSafe,
    S: RefUnwindSafe + UnwindSafe
","synthetic":true,"types":["aho_corasick::ahocorasick::StreamFindIter"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["aho_corasick::error::Error"]},{"text":"impl UnwindSafe for Match","synthetic":true,"types":["aho_corasick::Match"]},{"text":"impl UnwindSafe for MatchKind","synthetic":true,"types":["aho_corasick::ahocorasick::MatchKind"]},{"text":"impl UnwindSafe for ErrorKind","synthetic":true,"types":["aho_corasick::error::ErrorKind"]},{"text":"impl UnwindSafe for Builder","synthetic":true,"types":["aho_corasick::packed::api::Builder"]},{"text":"impl UnwindSafe for Config","synthetic":true,"types":["aho_corasick::packed::api::Config"]},{"text":"impl<'s, 'h> UnwindSafe for FindIter<'s, 'h>","synthetic":true,"types":["aho_corasick::packed::api::FindIter"]},{"text":"impl UnwindSafe for Searcher","synthetic":true,"types":["aho_corasick::packed::api::Searcher"]},{"text":"impl UnwindSafe for MatchKind","synthetic":true,"types":["aho_corasick::packed::api::MatchKind"]}]; implementors["arc_swap"] = [{"text":"impl<'l, T> UnwindSafe for Guard<'l, T> where
    T: UnwindSafe
","synthetic":true,"types":["arc_swap::Guard"]},{"text":"impl<T, S> UnwindSafe for ArcSwapAny<T, S> where
    S: UnwindSafe,
    T: UnwindSafe,
    <T as RefCnt>::Base: RefUnwindSafe
","synthetic":true,"types":["arc_swap::ArcSwapAny"]},{"text":"impl<T> UnwindSafe for DirectDeref<T> where
    T: UnwindSafe
","synthetic":true,"types":["arc_swap::access::DirectDeref"]},{"text":"impl<T> !UnwindSafe for DynGuard<T>","synthetic":true,"types":["arc_swap::access::DynGuard"]},{"text":"impl<G, T> UnwindSafe for MapGuard<G, T> where
    G: UnwindSafe,
    T: RefUnwindSafe
","synthetic":true,"types":["arc_swap::access::MapGuard"]},{"text":"impl<A, T, F> UnwindSafe for Map<A, T, F> where
    A: UnwindSafe,
    F: UnwindSafe
","synthetic":true,"types":["arc_swap::access::Map"]},{"text":"impl<T> UnwindSafe for ConstantDeref<T> where
    T: UnwindSafe
","synthetic":true,"types":["arc_swap::access::ConstantDeref"]},{"text":"impl<T> UnwindSafe for Constant<T> where
    T: UnwindSafe
","synthetic":true,"types":["arc_swap::access::Constant"]},{"text":"impl<A, T> UnwindSafe for Cache<A, T> where
    A: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["arc_swap::cache::Cache"]},{"text":"impl<A, T, F> UnwindSafe for MapCache<A, T, F> where
    A: UnwindSafe,
    F: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["arc_swap::cache::MapCache"]},{"text":"impl UnwindSafe for Shard","synthetic":true,"types":["arc_swap::gen_lock::Shard"]},{"text":"impl UnwindSafe for Global","synthetic":true,"types":["arc_swap::gen_lock::Global"]},{"text":"impl UnwindSafe for PrivateUnsharded","synthetic":true,"types":["arc_swap::gen_lock::PrivateUnsharded"]},{"text":"impl<S> UnwindSafe for PrivateSharded<S> where
    S: UnwindSafe
","synthetic":true,"types":["arc_swap::gen_lock::PrivateSharded"]}]; implementors["awc"] = [{"text":"impl !UnwindSafe for ClientBuilder","synthetic":true,"types":["awc::builder::ClientBuilder"]},{"text":"impl !UnwindSafe for BoxedSocket","synthetic":true,"types":["awc::connect::BoxedSocket"]},{"text":"impl !UnwindSafe for FrozenClientRequest","synthetic":true,"types":["awc::frozen::FrozenClientRequest"]},{"text":"impl !UnwindSafe for FrozenSendBuilder","synthetic":true,"types":["awc::frozen::FrozenSendBuilder"]},{"text":"impl !UnwindSafe for ClientRequest","synthetic":true,"types":["awc::request::ClientRequest"]},{"text":"impl<S = Box<dyn Stream<Error = PayloadError, Item = Bytes> + 'static>> !UnwindSafe for ClientResponse<S>","synthetic":true,"types":["awc::response::ClientResponse"]},{"text":"impl<S, U> !UnwindSafe for JsonBody<S, U>","synthetic":true,"types":["awc::response::JsonBody"]},{"text":"impl<S> !UnwindSafe for MessageBody<S>","synthetic":true,"types":["awc::response::MessageBody"]},{"text":"impl !UnwindSafe for Client","synthetic":true,"types":["awc::Client"]},{"text":"impl !UnwindSafe for SendClientRequest","synthetic":true,"types":["awc::sender::SendClientRequest"]},{"text":"impl !UnwindSafe for WsClientError","synthetic":true,"types":["awc::error::WsClientError"]},{"text":"impl !UnwindSafe for JsonPayloadError","synthetic":true,"types":["awc::error::JsonPayloadError"]},{"text":"impl !UnwindSafe for TestResponse","synthetic":true,"types":["awc::test::TestResponse"]},{"text":"impl !UnwindSafe for WebsocketsRequest","synthetic":true,"types":["awc::ws::WebsocketsRequest"]}]; implementors["backtrace"] = [{"text":"impl UnwindSafe for Frame","synthetic":true,"types":["backtrace::backtrace::Frame"]},{"text":"impl UnwindSafe for Symbol","synthetic":true,"types":["backtrace::symbolize::Symbol"]},{"text":"impl<'a> UnwindSafe for SymbolName<'a>","synthetic":true,"types":["backtrace::symbolize::SymbolName"]},{"text":"impl<'a, 'b> !UnwindSafe for BacktraceFmt<'a, 'b>","synthetic":true,"types":["backtrace::print::BacktraceFmt"]},{"text":"impl<'fmt, 'a, 'b> !UnwindSafe for BacktraceFrameFmt<'fmt, 'a, 'b>","synthetic":true,"types":["backtrace::print::BacktraceFrameFmt"]},{"text":"impl UnwindSafe for Backtrace","synthetic":true,"types":["backtrace::capture::Backtrace"]},{"text":"impl UnwindSafe for BacktraceFrame","synthetic":true,"types":["backtrace::capture::BacktraceFrame"]},{"text":"impl UnwindSafe for BacktraceSymbol","synthetic":true,"types":["backtrace::capture::BacktraceSymbol"]},{"text":"impl<'a> UnwindSafe for BytesOrWideString<'a>","synthetic":true,"types":["backtrace::types::BytesOrWideString"]},{"text":"impl UnwindSafe for PrintFmt","synthetic":true,"types":["backtrace::print::PrintFmt"]}]; implementors["base64"] = [{"text":"impl UnwindSafe for Config","synthetic":true,"types":["base64::Config"]},{"text":"impl UnwindSafe for DecodeError","synthetic":true,"types":["base64::decode::DecodeError"]},{"text":"impl UnwindSafe for CharacterSet","synthetic":true,"types":["base64::CharacterSet"]},{"text":"impl<'a> UnwindSafe for Base64Display<'a>","synthetic":true,"types":["base64::display::Base64Display"]},{"text":"impl<'a, W> !UnwindSafe for EncoderWriter<'a, W>","synthetic":true,"types":["base64::write::encoder::EncoderWriter"]}]; implementors["bincode"] = [{"text":"impl UnwindSafe for Config","synthetic":true,"types":["bincode::config::Config"]},{"text":"impl !UnwindSafe for ErrorKind","synthetic":true,"types":["bincode::error::ErrorKind"]}]; implementors["brotli2"] = [{"text":"impl UnwindSafe for CompressParams","synthetic":true,"types":["brotli2::CompressParams"]},{"text":"impl UnwindSafe for CompressMode","synthetic":true,"types":["brotli2::CompressMode"]},{"text":"impl UnwindSafe for Decompress","synthetic":true,"types":["brotli2::raw::Decompress"]},{"text":"impl UnwindSafe for Compress","synthetic":true,"types":["brotli2::raw::Compress"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["brotli2::raw::Error"]},{"text":"impl UnwindSafe for CompressOp","synthetic":true,"types":["brotli2::raw::CompressOp"]},{"text":"impl UnwindSafe for CoStatus","synthetic":true,"types":["brotli2::raw::CoStatus"]},{"text":"impl UnwindSafe for DeStatus","synthetic":true,"types":["brotli2::raw::DeStatus"]},{"text":"impl<R> UnwindSafe for BrotliEncoder<R> where
    R: UnwindSafe
","synthetic":true,"types":["brotli2::bufread::BrotliEncoder"]},{"text":"impl<R> UnwindSafe for BrotliDecoder<R> where
    R: UnwindSafe
","synthetic":true,"types":["brotli2::bufread::BrotliDecoder"]},{"text":"impl<R> UnwindSafe for BrotliEncoder<R> where
    R: UnwindSafe
","synthetic":true,"types":["brotli2::read::BrotliEncoder"]},{"text":"impl<R> UnwindSafe for BrotliDecoder<R> where
    R: UnwindSafe
","synthetic":true,"types":["brotli2::read::BrotliDecoder"]},{"text":"impl<W> UnwindSafe for BrotliEncoder<W> where
    W: UnwindSafe
","synthetic":true,"types":["brotli2::write::BrotliEncoder"]},{"text":"impl<W> UnwindSafe for BrotliDecoder<W> where
    W: UnwindSafe
","synthetic":true,"types":["brotli2::write::BrotliDecoder"]}]; implementors["brotli_sys"] = [{"text":"impl UnwindSafe for BrotliDecoderState","synthetic":true,"types":["brotli_sys::BrotliDecoderState"]},{"text":"impl UnwindSafe for BrotliEncoderState","synthetic":true,"types":["brotli_sys::BrotliEncoderState"]}]; implementors["byteorder"] = [{"text":"impl UnwindSafe for BigEndian","synthetic":true,"types":["byteorder::BigEndian"]},{"text":"impl UnwindSafe for LittleEndian","synthetic":true,"types":["byteorder::LittleEndian"]}]; implementors["bytes"] = [{"text":"impl UnwindSafe for Bytes","synthetic":true,"types":["bytes::bytes::Bytes"]},{"text":"impl UnwindSafe for BytesMut","synthetic":true,"types":["bytes::bytes::BytesMut"]},{"text":"impl<T, U> UnwindSafe for Chain<T, U> where
    T: UnwindSafe,
    U: UnwindSafe
","synthetic":true,"types":["bytes::buf::chain::Chain"]},{"text":"impl<T> UnwindSafe for Iter<T> where
    T: UnwindSafe
","synthetic":true,"types":["bytes::buf::iter::Iter"]},{"text":"impl<B> UnwindSafe for Reader<B> where
    B: UnwindSafe
","synthetic":true,"types":["bytes::buf::reader::Reader"]},{"text":"impl<T> UnwindSafe for Take<T> where
    T: UnwindSafe
","synthetic":true,"types":["bytes::buf::take::Take"]},{"text":"impl<B> UnwindSafe for Writer<B> where
    B: UnwindSafe
","synthetic":true,"types":["bytes::buf::writer::Writer"]}]; implementors["chrono"] = [{"text":"impl<Tz> UnwindSafe for Date<Tz> where
    <Tz as TimeZone>::Offset: UnwindSafe
","synthetic":true,"types":["chrono::date::Date"]},{"text":"impl<Tz> UnwindSafe for DateTime<Tz> where
    <Tz as TimeZone>::Offset: UnwindSafe
","synthetic":true,"types":["chrono::datetime::DateTime"]},{"text":"impl UnwindSafe for ParseWeekdayError","synthetic":true,"types":["chrono::ParseWeekdayError"]},{"text":"impl UnwindSafe for SecondsFormat","synthetic":true,"types":["chrono::datetime::SecondsFormat"]},{"text":"impl UnwindSafe for Weekday","synthetic":true,"types":["chrono::Weekday"]},{"text":"impl UnwindSafe for FixedOffset","synthetic":true,"types":["chrono::offset::fixed::FixedOffset"]},{"text":"impl UnwindSafe for Local","synthetic":true,"types":["chrono::offset::local::Local"]},{"text":"impl UnwindSafe for Utc","synthetic":true,"types":["chrono::offset::utc::Utc"]},{"text":"impl<T> UnwindSafe for LocalResult<T> where
    T: UnwindSafe
","synthetic":true,"types":["chrono::offset::LocalResult"]},{"text":"impl UnwindSafe for NaiveDate","synthetic":true,"types":["chrono::naive::date::NaiveDate"]},{"text":"impl UnwindSafe for IsoWeek","synthetic":true,"types":["chrono::naive::isoweek::IsoWeek"]},{"text":"impl UnwindSafe for NaiveTime","synthetic":true,"types":["chrono::naive::time::NaiveTime"]},{"text":"impl UnwindSafe for NaiveDateTime","synthetic":true,"types":["chrono::naive::datetime::NaiveDateTime"]},{"text":"impl UnwindSafe for Parsed","synthetic":true,"types":["chrono::format::parsed::Parsed"]},{"text":"impl UnwindSafe for InternalNumeric","synthetic":true,"types":["chrono::format::InternalNumeric"]},{"text":"impl UnwindSafe for InternalFixed","synthetic":true,"types":["chrono::format::InternalFixed"]},{"text":"impl UnwindSafe for ParseError","synthetic":true,"types":["chrono::format::ParseError"]},{"text":"impl<I> UnwindSafe for DelayedFormat<I> where
    I: UnwindSafe
","synthetic":true,"types":["chrono::format::DelayedFormat"]},{"text":"impl UnwindSafe for Pad","synthetic":true,"types":["chrono::format::Pad"]},{"text":"impl UnwindSafe for Numeric","synthetic":true,"types":["chrono::format::Numeric"]},{"text":"impl UnwindSafe for Fixed","synthetic":true,"types":["chrono::format::Fixed"]},{"text":"impl<'a> UnwindSafe for Item<'a>","synthetic":true,"types":["chrono::format::Item"]},{"text":"impl<'a> UnwindSafe for StrftimeItems<'a>","synthetic":true,"types":["chrono::format::strftime::StrftimeItems"]}]; implementors["copyless"] = [{"text":"impl<T> UnwindSafe for BoxAllocation<T> where
    T: RefUnwindSafe
","synthetic":true,"types":["copyless::boxed::BoxAllocation"]},{"text":"impl<'a, T> !UnwindSafe for VecAllocation<'a, T>","synthetic":true,"types":["copyless::vec::VecAllocation"]},{"text":"impl<'a, T> !UnwindSafe for VecEntry<'a, T>","synthetic":true,"types":["copyless::vec::VecEntry"]}]; implementors["crc32fast"] = [{"text":"impl UnwindSafe for Hasher","synthetic":true,"types":["crc32fast::Hasher"]}]; implementors["crossbeam_utils"] = [{"text":"impl<T> UnwindSafe for CachePadded<T> where
    T: UnwindSafe
","synthetic":true,"types":["crossbeam_utils::cache_padded::CachePadded"]},{"text":"impl UnwindSafe for Backoff","synthetic":true,"types":["crossbeam_utils::backoff::Backoff"]},{"text":"impl !UnwindSafe for Parker","synthetic":true,"types":["crossbeam_utils::sync::parker::Parker"]},{"text":"impl !UnwindSafe for Unparker","synthetic":true,"types":["crossbeam_utils::sync::parker::Unparker"]},{"text":"impl<'a, T: ?Sized> UnwindSafe for ShardedLockReadGuard<'a, T>","synthetic":true,"types":["crossbeam_utils::sync::sharded_lock::ShardedLockReadGuard"]},{"text":"impl<'a, T: ?Sized> UnwindSafe for ShardedLockWriteGuard<'a, T>","synthetic":true,"types":["crossbeam_utils::sync::sharded_lock::ShardedLockWriteGuard"]},{"text":"impl !UnwindSafe for WaitGroup","synthetic":true,"types":["crossbeam_utils::sync::wait_group::WaitGroup"]},{"text":"impl<'env> !UnwindSafe for Scope<'env>","synthetic":true,"types":["crossbeam_utils::thread::Scope"]},{"text":"impl<'scope, 'env> !UnwindSafe for ScopedThreadBuilder<'scope, 'env>","synthetic":true,"types":["crossbeam_utils::thread::ScopedThreadBuilder"]},{"text":"impl<'scope, T> !UnwindSafe for ScopedJoinHandle<'scope, T>","synthetic":true,"types":["crossbeam_utils::thread::ScopedJoinHandle"]},{"text":"impl<T> UnwindSafe for AtomicCell<T>","synthetic":false,"types":["crossbeam_utils::atomic::atomic_cell::AtomicCell"]},{"text":"impl<T: ?Sized> UnwindSafe for ShardedLock<T>","synthetic":false,"types":["crossbeam_utils::sync::sharded_lock::ShardedLock"]}]; implementors["either"] = [{"text":"impl<L, R> UnwindSafe for Either<L, R> where
    L: UnwindSafe,
    R: UnwindSafe
","synthetic":true,"types":["either::Either"]}]; implementors["encoding_rs"] = [{"text":"impl UnwindSafe for Encoding","synthetic":true,"types":["encoding_rs::Encoding"]},{"text":"impl UnwindSafe for Decoder","synthetic":true,"types":["encoding_rs::Decoder"]},{"text":"impl UnwindSafe for Encoder","synthetic":true,"types":["encoding_rs::Encoder"]},{"text":"impl UnwindSafe for CoderResult","synthetic":true,"types":["encoding_rs::CoderResult"]},{"text":"impl UnwindSafe for DecoderResult","synthetic":true,"types":["encoding_rs::DecoderResult"]},{"text":"impl UnwindSafe for EncoderResult","synthetic":true,"types":["encoding_rs::EncoderResult"]},{"text":"impl UnwindSafe for Latin1Bidi","synthetic":true,"types":["encoding_rs::mem::Latin1Bidi"]}]; implementors["env_logger"] = [{"text":"impl<'a> UnwindSafe for Env<'a>","synthetic":true,"types":["env_logger::Env"]},{"text":"impl !UnwindSafe for Logger","synthetic":true,"types":["env_logger::Logger"]},{"text":"impl !UnwindSafe for Builder","synthetic":true,"types":["env_logger::Builder"]},{"text":"impl UnwindSafe for Target","synthetic":true,"types":["env_logger::fmt::writer::Target"]},{"text":"impl UnwindSafe for WriteStyle","synthetic":true,"types":["env_logger::fmt::writer::WriteStyle"]},{"text":"impl UnwindSafe for Filter","synthetic":true,"types":["env_logger::filter::Filter"]},{"text":"impl UnwindSafe for Builder","synthetic":true,"types":["env_logger::filter::Builder"]},{"text":"impl UnwindSafe for Timestamp","synthetic":true,"types":["env_logger::fmt::humantime::imp::Timestamp"]},{"text":"impl UnwindSafe for PreciseTimestamp","synthetic":true,"types":["env_logger::fmt::humantime::imp::PreciseTimestamp"]},{"text":"impl !UnwindSafe for Style","synthetic":true,"types":["env_logger::fmt::writer::termcolor::imp::Style"]},{"text":"impl<'a, T> !UnwindSafe for StyledValue<'a, T>","synthetic":true,"types":["env_logger::fmt::writer::termcolor::imp::StyledValue"]},{"text":"impl !UnwindSafe for Formatter","synthetic":true,"types":["env_logger::fmt::Formatter"]},{"text":"impl UnwindSafe for Color","synthetic":true,"types":["env_logger::fmt::writer::termcolor::imp::Color"]}]; implementors["failure"] = [{"text":"impl UnwindSafe for Backtrace","synthetic":true,"types":["failure::backtrace::Backtrace"]},{"text":"impl<E> UnwindSafe for Compat<E> where
    E: UnwindSafe
","synthetic":true,"types":["failure::compat::Compat"]},{"text":"impl<D> !UnwindSafe for Context<D>","synthetic":true,"types":["failure::context::Context"]},{"text":"impl<T> UnwindSafe for SyncFailure<T>","synthetic":true,"types":["failure::sync_failure::SyncFailure"]},{"text":"impl !UnwindSafe for Error","synthetic":true,"types":["failure::error::Error"]},{"text":"impl<'f> !UnwindSafe for Causes<'f>","synthetic":true,"types":["failure::Causes"]}]; implementors["flate2"] = [{"text":"impl UnwindSafe for Crc","synthetic":true,"types":["flate2::crc::Crc"]},{"text":"impl<R> UnwindSafe for CrcReader<R> where
    R: UnwindSafe
","synthetic":true,"types":["flate2::crc::CrcReader"]},{"text":"impl<W> UnwindSafe for CrcWriter<W> where
    W: UnwindSafe
","synthetic":true,"types":["flate2::crc::CrcWriter"]},{"text":"impl UnwindSafe for GzBuilder","synthetic":true,"types":["flate2::gz::GzBuilder"]},{"text":"impl UnwindSafe for GzHeader","synthetic":true,"types":["flate2::gz::GzHeader"]},{"text":"impl UnwindSafe for Compress","synthetic":true,"types":["flate2::mem::Compress"]},{"text":"impl UnwindSafe for CompressError","synthetic":true,"types":["flate2::mem::CompressError"]},{"text":"impl UnwindSafe for Decompress","synthetic":true,"types":["flate2::mem::Decompress"]},{"text":"impl UnwindSafe for DecompressError","synthetic":true,"types":["flate2::mem::DecompressError"]},{"text":"impl UnwindSafe for Compression","synthetic":true,"types":["flate2::Compression"]},{"text":"impl UnwindSafe for Status","synthetic":true,"types":["flate2::mem::Status"]},{"text":"impl UnwindSafe for FlushCompress","synthetic":true,"types":["flate2::mem::FlushCompress"]},{"text":"impl UnwindSafe for FlushDecompress","synthetic":true,"types":["flate2::mem::FlushDecompress"]},{"text":"impl<R> UnwindSafe for DeflateEncoder<R> where
    R: UnwindSafe
","synthetic":true,"types":["flate2::deflate::bufread::DeflateEncoder"]},{"text":"impl<R> UnwindSafe for DeflateDecoder<R> where
    R: UnwindSafe
","synthetic":true,"types":["flate2::deflate::bufread::DeflateDecoder"]},{"text":"impl<R> UnwindSafe for DeflateEncoder<R> where
    R: UnwindSafe
","synthetic":true,"types":["flate2::deflate::read::DeflateEncoder"]},{"text":"impl<R> UnwindSafe for DeflateDecoder<R> where
    R: UnwindSafe
","synthetic":true,"types":["flate2::deflate::read::DeflateDecoder"]},{"text":"impl<W> UnwindSafe for DeflateEncoder<W> where
    W: UnwindSafe
","synthetic":true,"types":["flate2::deflate::write::DeflateEncoder"]},{"text":"impl<W> UnwindSafe for DeflateDecoder<W> where
    W: UnwindSafe
","synthetic":true,"types":["flate2::deflate::write::DeflateDecoder"]},{"text":"impl<R> UnwindSafe for GzEncoder<R> where
    R: UnwindSafe
","synthetic":true,"types":["flate2::gz::bufread::GzEncoder"]},{"text":"impl<R> !UnwindSafe for GzDecoder<R>","synthetic":true,"types":["flate2::gz::bufread::GzDecoder"]},{"text":"impl<R> !UnwindSafe for MultiGzDecoder<R>","synthetic":true,"types":["flate2::gz::bufread::MultiGzDecoder"]},{"text":"impl<R> UnwindSafe for GzEncoder<R> where
    R: UnwindSafe
","synthetic":true,"types":["flate2::gz::read::GzEncoder"]},{"text":"impl<R> !UnwindSafe for GzDecoder<R>","synthetic":true,"types":["flate2::gz::read::GzDecoder"]},{"text":"impl<R> !UnwindSafe for MultiGzDecoder<R>","synthetic":true,"types":["flate2::gz::read::MultiGzDecoder"]},{"text":"impl<W> UnwindSafe for GzEncoder<W> where
    W: UnwindSafe
","synthetic":true,"types":["flate2::gz::write::GzEncoder"]},{"text":"impl<W> UnwindSafe for GzDecoder<W> where
    W: UnwindSafe
","synthetic":true,"types":["flate2::gz::write::GzDecoder"]},{"text":"impl<R> UnwindSafe for ZlibEncoder<R> where
    R: UnwindSafe
","synthetic":true,"types":["flate2::zlib::bufread::ZlibEncoder"]},{"text":"impl<R> UnwindSafe for ZlibDecoder<R> where
    R: UnwindSafe
","synthetic":true,"types":["flate2::zlib::bufread::ZlibDecoder"]},{"text":"impl<R> UnwindSafe for ZlibEncoder<R> where
    R: UnwindSafe
","synthetic":true,"types":["flate2::zlib::read::ZlibEncoder"]},{"text":"impl<R> UnwindSafe for ZlibDecoder<R> where
    R: UnwindSafe
","synthetic":true,"types":["flate2::zlib::read::ZlibDecoder"]},{"text":"impl<W> UnwindSafe for ZlibEncoder<W> where
    W: UnwindSafe
","synthetic":true,"types":["flate2::zlib::write::ZlibEncoder"]},{"text":"impl<W> UnwindSafe for ZlibDecoder<W> where
    W: UnwindSafe
","synthetic":true,"types":["flate2::zlib::write::ZlibDecoder"]}]; implementors["fnv"] = [{"text":"impl UnwindSafe for FnvHasher","synthetic":true,"types":["fnv::FnvHasher"]}]; implementors["futures"] = [{"text":"impl<T> UnwindSafe for Async<T> where
    T: UnwindSafe
","synthetic":true,"types":["futures::poll::Async"]},{"text":"impl<T> UnwindSafe for AsyncSink<T> where
    T: UnwindSafe
","synthetic":true,"types":["futures::poll::AsyncSink"]},{"text":"impl<T, E> UnwindSafe for Empty<T, E> where
    E: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["futures::future::empty::Empty"]},{"text":"impl<F, R> UnwindSafe for Lazy<F, R> where
    F: UnwindSafe,
    <R as IntoFuture>::Future: UnwindSafe
","synthetic":true,"types":["futures::future::lazy::Lazy"]},{"text":"impl<F> UnwindSafe for PollFn<F> where
    F: UnwindSafe
","synthetic":true,"types":["futures::future::poll_fn::PollFn"]},{"text":"impl<T, E> UnwindSafe for FutureResult<T, E> where
    E: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["futures::future::result_::FutureResult"]},{"text":"impl<A, F> UnwindSafe for LoopFn<A, F> where
    F: UnwindSafe,
    <A as IntoFuture>::Future: UnwindSafe
","synthetic":true,"types":["futures::future::loop_fn::LoopFn"]},{"text":"impl<A, B, F> UnwindSafe for AndThen<A, B, F> where
    A: UnwindSafe,
    F: UnwindSafe,
    <B as IntoFuture>::Future: UnwindSafe
","synthetic":true,"types":["futures::future::and_then::AndThen"]},{"text":"impl<A> UnwindSafe for Flatten<A> where
    A: UnwindSafe,
    <<A as Future>::Item as IntoFuture>::Future: UnwindSafe
","synthetic":true,"types":["futures::future::flatten::Flatten"]},{"text":"impl<F> UnwindSafe for FlattenStream<F> where
    F: UnwindSafe,
    <F as Future>::Item: UnwindSafe
","synthetic":true,"types":["futures::future::flatten_stream::FlattenStream"]},{"text":"impl<A> UnwindSafe for Fuse<A> where
    A: UnwindSafe
","synthetic":true,"types":["futures::future::fuse::Fuse"]},{"text":"impl<F> UnwindSafe for IntoStream<F> where
    F: UnwindSafe
","synthetic":true,"types":["futures::future::into_stream::IntoStream"]},{"text":"impl<A, B> UnwindSafe for Join<A, B> where
    A: UnwindSafe,
    B: UnwindSafe,
    <A as Future>::Item: UnwindSafe,
    <B as Future>::Item: UnwindSafe
","synthetic":true,"types":["futures::future::join::Join"]},{"text":"impl<A, B, C> UnwindSafe for Join3<A, B, C> where
    A: UnwindSafe,
    B: UnwindSafe,
    C: UnwindSafe,
    <A as Future>::Item: UnwindSafe,
    <B as Future>::Item: UnwindSafe,
    <C as Future>::Item: UnwindSafe
","synthetic":true,"types":["futures::future::join::Join3"]},{"text":"impl<A, B, C, D> UnwindSafe for Join4<A, B, C, D> where
    A: UnwindSafe,
    B: UnwindSafe,
    C: UnwindSafe,
    D: UnwindSafe,
    <A as Future>::Item: UnwindSafe,
    <B as Future>::Item: UnwindSafe,
    <C as Future>::Item: UnwindSafe,
    <D as Future>::Item: UnwindSafe
","synthetic":true,"types":["futures::future::join::Join4"]},{"text":"impl<A, B, C, D, E> UnwindSafe for Join5<A, B, C, D, E> where
    A: UnwindSafe,
    B: UnwindSafe,
    C: UnwindSafe,
    D: UnwindSafe,
    E: UnwindSafe,
    <A as Future>::Item: UnwindSafe,
    <B as Future>::Item: UnwindSafe,
    <C as Future>::Item: UnwindSafe,
    <D as Future>::Item: UnwindSafe,
    <E as Future>::Item: UnwindSafe
","synthetic":true,"types":["futures::future::join::Join5"]},{"text":"impl<A, F> UnwindSafe for Map<A, F> where
    A: UnwindSafe,
    F: UnwindSafe
","synthetic":true,"types":["futures::future::map::Map"]},{"text":"impl<A, F> UnwindSafe for MapErr<A, F> where
    A: UnwindSafe,
    F: UnwindSafe
","synthetic":true,"types":["futures::future::map_err::MapErr"]},{"text":"impl<A, E> UnwindSafe for FromErr<A, E> where
    A: UnwindSafe,
    E: UnwindSafe
","synthetic":true,"types":["futures::future::from_err::FromErr"]},{"text":"impl<A, B, F> UnwindSafe for OrElse<A, B, F> where
    A: UnwindSafe,
    F: UnwindSafe,
    <B as IntoFuture>::Future: UnwindSafe
","synthetic":true,"types":["futures::future::or_else::OrElse"]},{"text":"impl<A, B> UnwindSafe for Select<A, B> where
    A: UnwindSafe,
    B: UnwindSafe
","synthetic":true,"types":["futures::future::select::Select"]},{"text":"impl<A, B> UnwindSafe for SelectNext<A, B> where
    A: UnwindSafe,
    B: UnwindSafe
","synthetic":true,"types":["futures::future::select::SelectNext"]},{"text":"impl<A, B> UnwindSafe for Select2<A, B> where
    A: UnwindSafe,
    B: UnwindSafe
","synthetic":true,"types":["futures::future::select2::Select2"]},{"text":"impl<A, B, F> UnwindSafe for Then<A, B, F> where
    A: UnwindSafe,
    F: UnwindSafe,
    <B as IntoFuture>::Future: UnwindSafe
","synthetic":true,"types":["futures::future::then::Then"]},{"text":"impl<A, F> UnwindSafe for Inspect<A, F> where
    A: UnwindSafe,
    F: UnwindSafe
","synthetic":true,"types":["futures::future::inspect::Inspect"]},{"text":"impl<F> UnwindSafe for CatchUnwind<F> where
    F: UnwindSafe
","synthetic":true,"types":["futures::future::catch_unwind::CatchUnwind"]},{"text":"impl<I> UnwindSafe for JoinAll<I> where
    <<I as IntoIterator>::Item as IntoFuture>::Future: UnwindSafe,
    <<I as IntoIterator>::Item as IntoFuture>::Item: UnwindSafe
","synthetic":true,"types":["futures::future::join_all::JoinAll"]},{"text":"impl<A> UnwindSafe for SelectAll<A> where
    A: UnwindSafe
","synthetic":true,"types":["futures::future::select_all::SelectAll"]},{"text":"impl<A> UnwindSafe for SelectOk<A> where
    A: UnwindSafe
","synthetic":true,"types":["futures::future::select_ok::SelectOk"]},{"text":"impl<F> !UnwindSafe for Shared<F>","synthetic":true,"types":["futures::future::shared::Shared"]},{"text":"impl<T> UnwindSafe for SharedItem<T> where
    T: RefUnwindSafe
","synthetic":true,"types":["futures::future::shared::SharedItem"]},{"text":"impl<E> UnwindSafe for SharedError<E> where
    E: RefUnwindSafe
","synthetic":true,"types":["futures::future::shared::SharedError"]},{"text":"impl<F> UnwindSafe for ExecuteError<F> where
    F: UnwindSafe
","synthetic":true,"types":["futures::future::ExecuteError"]},{"text":"impl<T, S> UnwindSafe for Loop<T, S> where
    S: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["futures::future::loop_fn::Loop"]},{"text":"impl<A, B> UnwindSafe for Either<A, B> where
    A: UnwindSafe,
    B: UnwindSafe
","synthetic":true,"types":["futures::future::either::Either"]},{"text":"impl UnwindSafe for ExecuteErrorKind","synthetic":true,"types":["futures::future::ExecuteErrorKind"]},{"text":"impl<I> UnwindSafe for Iter<I> where
    I: UnwindSafe
","synthetic":true,"types":["futures::stream::iter::Iter"]},{"text":"impl<I, E> UnwindSafe for IterOk<I, E> where
    I: UnwindSafe
","synthetic":true,"types":["futures::stream::iter_ok::IterOk"]},{"text":"impl<I> UnwindSafe for IterResult<I> where
    I: UnwindSafe
","synthetic":true,"types":["futures::stream::iter_result::IterResult"]},{"text":"impl<T, E> UnwindSafe for Repeat<T, E> where
    E: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["futures::stream::repeat::Repeat"]},{"text":"impl<S, F, U> UnwindSafe for AndThen<S, F, U> where
    F: UnwindSafe,
    S: UnwindSafe,
    <U as IntoFuture>::Future: UnwindSafe
","synthetic":true,"types":["futures::stream::and_then::AndThen"]},{"text":"impl<S1, S2> UnwindSafe for Chain<S1, S2> where
    S1: UnwindSafe,
    S2: UnwindSafe
","synthetic":true,"types":["futures::stream::chain::Chain"]},{"text":"impl<S> UnwindSafe for Concat<S> where
    S: UnwindSafe,
    <S as Stream>::Item: UnwindSafe
","synthetic":true,"types":["futures::stream::concat::Concat"]},{"text":"impl<S> UnwindSafe for Concat2<S> where
    S: UnwindSafe,
    <S as Stream>::Item: UnwindSafe
","synthetic":true,"types":["futures::stream::concat::Concat2"]},{"text":"impl<T, E> UnwindSafe for Empty<T, E> where
    E: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["futures::stream::empty::Empty"]},{"text":"impl<S, F> UnwindSafe for Filter<S, F> where
    F: UnwindSafe,
    S: UnwindSafe
","synthetic":true,"types":["futures::stream::filter::Filter"]},{"text":"impl<S, F> UnwindSafe for FilterMap<S, F> where
    F: UnwindSafe,
    S: UnwindSafe
","synthetic":true,"types":["futures::stream::filter_map::FilterMap"]},{"text":"impl<S> UnwindSafe for Flatten<S> where
    S: UnwindSafe,
    <S as Stream>::Item: UnwindSafe
","synthetic":true,"types":["futures::stream::flatten::Flatten"]},{"text":"impl<S, F, Fut, T> UnwindSafe for Fold<S, F, Fut, T> where
    F: UnwindSafe,
    S: UnwindSafe,
    T: UnwindSafe,
    <Fut as IntoFuture>::Future: UnwindSafe
","synthetic":true,"types":["futures::stream::fold::Fold"]},{"text":"impl<S, F, U> UnwindSafe for ForEach<S, F, U> where
    F: UnwindSafe,
    S: UnwindSafe,
    <U as IntoFuture>::Future: UnwindSafe
","synthetic":true,"types":["futures::stream::for_each::ForEach"]},{"text":"impl<S, E> UnwindSafe for FromErr<S, E> where
    E: UnwindSafe,
    S: UnwindSafe
","synthetic":true,"types":["futures::stream::from_err::FromErr"]},{"text":"impl<S> UnwindSafe for Fuse<S> where
    S: UnwindSafe
","synthetic":true,"types":["futures::stream::fuse::Fuse"]},{"text":"impl<S> UnwindSafe for StreamFuture<S> where
    S: UnwindSafe
","synthetic":true,"types":["futures::stream::future::StreamFuture"]},{"text":"impl<S, F> UnwindSafe for Inspect<S, F> where
    F: UnwindSafe,
    S: UnwindSafe
","synthetic":true,"types":["futures::stream::inspect::Inspect"]},{"text":"impl<S, F> UnwindSafe for InspectErr<S, F> where
    F: UnwindSafe,
    S: UnwindSafe
","synthetic":true,"types":["futures::stream::inspect_err::InspectErr"]},{"text":"impl<S, F> UnwindSafe for Map<S, F> where
    F: UnwindSafe,
    S: UnwindSafe
","synthetic":true,"types":["futures::stream::map::Map"]},{"text":"impl<S, F> UnwindSafe for MapErr<S, F> where
    F: UnwindSafe,
    S: UnwindSafe
","synthetic":true,"types":["futures::stream::map_err::MapErr"]},{"text":"impl<S1, S2> UnwindSafe for Merge<S1, S2> where
    S1: UnwindSafe,
    S2: UnwindSafe,
    <S2 as Stream>::Error: UnwindSafe
","synthetic":true,"types":["futures::stream::merge::Merge"]},{"text":"impl<T, E> UnwindSafe for Once<T, E> where
    E: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["futures::stream::once::Once"]},{"text":"impl<S, F, U> UnwindSafe for OrElse<S, F, U> where
    F: UnwindSafe,
    S: UnwindSafe,
    <U as IntoFuture>::Future: UnwindSafe
","synthetic":true,"types":["futures::stream::or_else::OrElse"]},{"text":"impl<S> UnwindSafe for Peekable<S> where
    S: UnwindSafe,
    <S as Stream>::Item: UnwindSafe
","synthetic":true,"types":["futures::stream::peek::Peekable"]},{"text":"impl<F> UnwindSafe for PollFn<F> where
    F: UnwindSafe
","synthetic":true,"types":["futures::stream::poll_fn::PollFn"]},{"text":"impl<S1, S2> UnwindSafe for Select<S1, S2> where
    S1: UnwindSafe,
    S2: UnwindSafe
","synthetic":true,"types":["futures::stream::select::Select"]},{"text":"impl<S> UnwindSafe for Skip<S> where
    S: UnwindSafe
","synthetic":true,"types":["futures::stream::skip::Skip"]},{"text":"impl<S, P, R> UnwindSafe for SkipWhile<S, P, R> where
    P: UnwindSafe,
    S: UnwindSafe,
    <R as IntoFuture>::Future: UnwindSafe,
    <S as Stream>::Item: UnwindSafe
","synthetic":true,"types":["futures::stream::skip_while::SkipWhile"]},{"text":"impl<S> UnwindSafe for Take<S> where
    S: UnwindSafe
","synthetic":true,"types":["futures::stream::take::Take"]},{"text":"impl<S, P, R> UnwindSafe for TakeWhile<S, P, R> where
    P: UnwindSafe,
    S: UnwindSafe,
    <R as IntoFuture>::Future: UnwindSafe,
    <S as Stream>::Item: UnwindSafe
","synthetic":true,"types":["futures::stream::take_while::TakeWhile"]},{"text":"impl<S, F, U> UnwindSafe for Then<S, F, U> where
    F: UnwindSafe,
    S: UnwindSafe,
    <U as IntoFuture>::Future: UnwindSafe
","synthetic":true,"types":["futures::stream::then::Then"]},{"text":"impl<T, F, Fut> UnwindSafe for Unfold<T, F, Fut> where
    F: UnwindSafe,
    T: UnwindSafe,
    <Fut as IntoFuture>::Future: UnwindSafe
","synthetic":true,"types":["futures::stream::unfold::Unfold"]},{"text":"impl<S1, S2> UnwindSafe for Zip<S1, S2> where
    S1: UnwindSafe,
    S2: UnwindSafe,
    <S1 as Stream>::Item: UnwindSafe,
    <S2 as Stream>::Item: UnwindSafe
","synthetic":true,"types":["futures::stream::zip::Zip"]},{"text":"impl<T, U> UnwindSafe for Forward<T, U> where
    T: UnwindSafe,
    U: UnwindSafe,
    <T as Stream>::Item: UnwindSafe
","synthetic":true,"types":["futures::stream::forward::Forward"]},{"text":"impl<S> !UnwindSafe for Buffered<S>","synthetic":true,"types":["futures::stream::buffered::Buffered"]},{"text":"impl<S> !UnwindSafe for BufferUnordered<S>","synthetic":true,"types":["futures::stream::buffer_unordered::BufferUnordered"]},{"text":"impl<S> UnwindSafe for CatchUnwind<S> where
    S: UnwindSafe
","synthetic":true,"types":["futures::stream::catch_unwind::CatchUnwind"]},{"text":"impl<S> UnwindSafe for Chunks<S> where
    S: UnwindSafe,
    <S as Stream>::Error: UnwindSafe,
    <S as Stream>::Item: UnwindSafe
","synthetic":true,"types":["futures::stream::chunks::Chunks"]},{"text":"impl<S> UnwindSafe for Collect<S> where
    S: UnwindSafe,
    <S as Stream>::Item: UnwindSafe
","synthetic":true,"types":["futures::stream::collect::Collect"]},{"text":"impl<S> !UnwindSafe for Wait<S>","synthetic":true,"types":["futures::stream::wait::Wait"]},{"text":"impl<S> !UnwindSafe for SplitStream<S>","synthetic":true,"types":["futures::stream::split::SplitStream"]},{"text":"impl<S> !UnwindSafe for SplitSink<S>","synthetic":true,"types":["futures::stream::split::SplitSink"]},{"text":"impl<T> !UnwindSafe for ReuniteError<T>","synthetic":true,"types":["futures::stream::split::ReuniteError"]},{"text":"impl<T> !UnwindSafe for FuturesOrdered<T>","synthetic":true,"types":["futures::stream::futures_ordered::FuturesOrdered"]},{"text":"impl<I1, I2> UnwindSafe for MergedItem<I1, I2> where
    I1: UnwindSafe,
    I2: UnwindSafe
","synthetic":true,"types":["futures::stream::merge::MergedItem"]},{"text":"impl<F> !UnwindSafe for FuturesUnordered<F>","synthetic":true,"types":["futures::stream::futures_unordered::FuturesUnordered"]},{"text":"impl<'a, F> !UnwindSafe for IterMut<'a, F>","synthetic":true,"types":["futures::stream::futures_unordered::IterMut"]},{"text":"impl<S> UnwindSafe for Buffer<S> where
    S: UnwindSafe,
    <S as Sink>::SinkItem: UnwindSafe
","synthetic":true,"types":["futures::sink::buffer::Buffer"]},{"text":"impl<S> !UnwindSafe for Wait<S>","synthetic":true,"types":["futures::sink::wait::Wait"]},{"text":"impl<S, U, F, Fut> UnwindSafe for With<S, U, F, Fut> where
    F: UnwindSafe,
    S: UnwindSafe,
    <Fut as IntoFuture>::Future: UnwindSafe,
    <S as Sink>::SinkItem: UnwindSafe
","synthetic":true,"types":["futures::sink::with::With"]},{"text":"impl<S, U, F, St> UnwindSafe for WithFlatMap<S, U, F, St> where
    F: UnwindSafe,
    S: UnwindSafe,
    St: UnwindSafe,
    <S as Sink>::SinkItem: UnwindSafe
","synthetic":true,"types":["futures::sink::with_flat_map::WithFlatMap"]},{"text":"impl<S> UnwindSafe for Flush<S> where
    S: UnwindSafe
","synthetic":true,"types":["futures::sink::flush::Flush"]},{"text":"impl<S> UnwindSafe for Send<S> where
    S: UnwindSafe,
    <S as Sink>::SinkItem: UnwindSafe
","synthetic":true,"types":["futures::sink::send::Send"]},{"text":"impl<T, U> UnwindSafe for SendAll<T, U> where
    T: UnwindSafe,
    U: UnwindSafe,
    <U as Stream>::Item: UnwindSafe
","synthetic":true,"types":["futures::sink::send_all::SendAll"]},{"text":"impl<S, F> UnwindSafe for SinkMapErr<S, F> where
    F: UnwindSafe,
    S: UnwindSafe
","synthetic":true,"types":["futures::sink::map_err::SinkMapErr"]},{"text":"impl<S, E> UnwindSafe for SinkFromErr<S, E> where
    E: UnwindSafe,
    S: UnwindSafe
","synthetic":true,"types":["futures::sink::from_err::SinkFromErr"]},{"text":"impl<A, B> UnwindSafe for Fanout<A, B> where
    A: UnwindSafe,
    B: UnwindSafe,
    <A as Sink>::SinkItem: UnwindSafe,
    <B as Sink>::SinkItem: UnwindSafe
","synthetic":true,"types":["futures::sink::fanout::Fanout"]},{"text":"impl !UnwindSafe for Task","synthetic":true,"types":["futures::task_impl::Task"]},{"text":"impl<T> !UnwindSafe for Spawn<T>","synthetic":true,"types":["futures::task_impl::Spawn"]},{"text":"impl !UnwindSafe for NotifyHandle","synthetic":true,"types":["futures::task_impl::NotifyHandle"]},{"text":"impl !UnwindSafe for AtomicTask","synthetic":true,"types":["futures::task_impl::atomic_task::AtomicTask"]},{"text":"impl !UnwindSafe for UnparkEvent","synthetic":true,"types":["futures::task_impl::std::UnparkEvent"]},{"text":"impl<T> UnwindSafe for LocalKey<T>","synthetic":true,"types":["futures::task_impl::std::data::LocalKey"]},{"text":"impl<T> !UnwindSafe for BiLock<T>","synthetic":true,"types":["futures::sync::bilock::BiLock"]},{"text":"impl<'a, T> !UnwindSafe for BiLockGuard<'a, T>","synthetic":true,"types":["futures::sync::bilock::BiLockGuard"]},{"text":"impl<T> !UnwindSafe for BiLockAcquire<T>","synthetic":true,"types":["futures::sync::bilock::BiLockAcquire"]},{"text":"impl<T> !UnwindSafe for BiLockAcquired<T>","synthetic":true,"types":["futures::sync::bilock::BiLockAcquired"]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":["futures::sync::oneshot::Receiver"]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":["futures::sync::oneshot::Sender"]},{"text":"impl UnwindSafe for Canceled","synthetic":true,"types":["futures::sync::oneshot::Canceled"]},{"text":"impl<T, E> !UnwindSafe for SpawnHandle<T, E>","synthetic":true,"types":["futures::sync::oneshot::SpawnHandle"]},{"text":"impl<F> !UnwindSafe for Execute<F>","synthetic":true,"types":["futures::sync::oneshot::Execute"]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":["futures::sync::mpsc::Sender"]},{"text":"impl<T> !UnwindSafe for UnboundedSender<T>","synthetic":true,"types":["futures::sync::mpsc::UnboundedSender"]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":["futures::sync::mpsc::Receiver"]},{"text":"impl<T> !UnwindSafe for UnboundedReceiver<T>","synthetic":true,"types":["futures::sync::mpsc::UnboundedReceiver"]},{"text":"impl<T> UnwindSafe for SendError<T> where
    T: UnwindSafe
","synthetic":true,"types":["futures::sync::mpsc::SendError"]},{"text":"impl<T> UnwindSafe for TrySendError<T> where
    T: UnwindSafe
","synthetic":true,"types":["futures::sync::mpsc::TrySendError"]},{"text":"impl<Item, Error> !UnwindSafe for SpawnHandle<Item, Error>","synthetic":true,"types":["futures::sync::mpsc::SpawnHandle"]},{"text":"impl<S> !UnwindSafe for Execute<S>","synthetic":true,"types":["futures::sync::mpsc::Execute"]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":["futures::unsync::mpsc::Sender"]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":["futures::unsync::mpsc::Receiver"]},{"text":"impl<T> !UnwindSafe for UnboundedSender<T>","synthetic":true,"types":["futures::unsync::mpsc::UnboundedSender"]},{"text":"impl<T> !UnwindSafe for UnboundedReceiver<T>","synthetic":true,"types":["futures::unsync::mpsc::UnboundedReceiver"]},{"text":"impl<T> UnwindSafe for SendError<T> where
    T: UnwindSafe
","synthetic":true,"types":["futures::unsync::mpsc::SendError"]},{"text":"impl<Item, Error> !UnwindSafe for SpawnHandle<Item, Error>","synthetic":true,"types":["futures::unsync::mpsc::SpawnHandle"]},{"text":"impl<S> !UnwindSafe for Execute<S>","synthetic":true,"types":["futures::unsync::mpsc::Execute"]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":["futures::unsync::oneshot::Sender"]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":["futures::unsync::oneshot::Receiver"]},{"text":"impl<T, E> !UnwindSafe for SpawnHandle<T, E>","synthetic":true,"types":["futures::unsync::oneshot::SpawnHandle"]},{"text":"impl<F> !UnwindSafe for Execute<F>","synthetic":true,"types":["futures::unsync::oneshot::Execute"]}]; implementors["getrandom"] = [{"text":"impl UnwindSafe for Error","synthetic":true,"types":["getrandom::error::Error"]}]; implementors["glob"] = [{"text":"impl !UnwindSafe for Paths","synthetic":true,"types":["glob::Paths"]},{"text":"impl !UnwindSafe for GlobError","synthetic":true,"types":["glob::GlobError"]},{"text":"impl UnwindSafe for PatternError","synthetic":true,"types":["glob::PatternError"]},{"text":"impl UnwindSafe for Pattern","synthetic":true,"types":["glob::Pattern"]},{"text":"impl UnwindSafe for MatchOptions","synthetic":true,"types":["glob::MatchOptions"]}]; implementors["h2"] = [{"text":"impl !UnwindSafe for Error","synthetic":true,"types":["h2::error::Error"]},{"text":"impl UnwindSafe for Reason","synthetic":true,"types":["h2::frame::reason::Reason"]},{"text":"impl<B> UnwindSafe for SendStream<B>","synthetic":true,"types":["h2::share::SendStream"]},{"text":"impl UnwindSafe for StreamId","synthetic":true,"types":["h2::share::StreamId"]},{"text":"impl UnwindSafe for RecvStream","synthetic":true,"types":["h2::share::RecvStream"]},{"text":"impl UnwindSafe for ReleaseCapacity","synthetic":true,"types":["h2::share::ReleaseCapacity"]},{"text":"impl !UnwindSafe for PingPong","synthetic":true,"types":["h2::share::PingPong"]},{"text":"impl UnwindSafe for Ping","synthetic":true,"types":["h2::share::Ping"]},{"text":"impl UnwindSafe for Pong","synthetic":true,"types":["h2::share::Pong"]},{"text":"impl<T, B> UnwindSafe for Handshake<T, B> where
    T: UnwindSafe
","synthetic":true,"types":["h2::client::Handshake"]},{"text":"impl<B> UnwindSafe for SendRequest<B>","synthetic":true,"types":["h2::client::SendRequest"]},{"text":"impl<B> UnwindSafe for ReadySendRequest<B>","synthetic":true,"types":["h2::client::ReadySendRequest"]},{"text":"impl<T, B = Bytes> !UnwindSafe for Connection<T, B>","synthetic":true,"types":["h2::client::Connection"]},{"text":"impl UnwindSafe for ResponseFuture","synthetic":true,"types":["h2::client::ResponseFuture"]},{"text":"impl UnwindSafe for PushedResponseFuture","synthetic":true,"types":["h2::client::PushedResponseFuture"]},{"text":"impl !UnwindSafe for PushPromise","synthetic":true,"types":["h2::client::PushPromise"]},{"text":"impl UnwindSafe for PushPromises","synthetic":true,"types":["h2::client::PushPromises"]},{"text":"impl UnwindSafe for Builder","synthetic":true,"types":["h2::client::Builder"]},{"text":"impl<T, B> UnwindSafe for Handshake<T, B> where
    T: UnwindSafe,
    <B as IntoBuf>::Buf: UnwindSafe
","synthetic":true,"types":["h2::server::Handshake"]},{"text":"impl<T, B> !UnwindSafe for Connection<T, B>","synthetic":true,"types":["h2::server::Connection"]},{"text":"impl UnwindSafe for Builder","synthetic":true,"types":["h2::server::Builder"]},{"text":"impl<B> UnwindSafe for SendResponse<B>","synthetic":true,"types":["h2::server::SendResponse"]}]; implementors["http"] = [{"text":"impl UnwindSafe for Error","synthetic":true,"types":["http::error::Error"]},{"text":"impl !UnwindSafe for Extensions","synthetic":true,"types":["http::extensions::Extensions"]},{"text":"impl<T> UnwindSafe for HeaderMap<T> where
    T: UnwindSafe
","synthetic":true,"types":["http::header::map::HeaderMap"]},{"text":"impl<'a, T> !UnwindSafe for Iter<'a, T>","synthetic":true,"types":["http::header::map::Iter"]},{"text":"impl<'a, T> !UnwindSafe for IterMut<'a, T>","synthetic":true,"types":["http::header::map::IterMut"]},{"text":"impl<'a, T> UnwindSafe for Keys<'a, T> where
    T: RefUnwindSafe
","synthetic":true,"types":["http::header::map::Keys"]},{"text":"impl<'a, T> !UnwindSafe for Values<'a, T>","synthetic":true,"types":["http::header::map::Values"]},{"text":"impl<'a, T> !UnwindSafe for ValuesMut<'a, T>","synthetic":true,"types":["http::header::map::ValuesMut"]},{"text":"impl<'a, T> !UnwindSafe for Drain<'a, T>","synthetic":true,"types":["http::header::map::Drain"]},{"text":"impl<'a, T> UnwindSafe for GetAll<'a, T> where
    T: RefUnwindSafe
","synthetic":true,"types":["http::header::map::GetAll"]},{"text":"impl<'a, T> !UnwindSafe for VacantEntry<'a, T>","synthetic":true,"types":["http::header::map::VacantEntry"]},{"text":"impl<'a, T> !UnwindSafe for OccupiedEntry<'a, T>","synthetic":true,"types":["http::header::map::OccupiedEntry"]},{"text":"impl<'a, T> UnwindSafe for ValueIter<'a, T> where
    T: RefUnwindSafe
","synthetic":true,"types":["http::header::map::ValueIter"]},{"text":"impl<'a, T> !UnwindSafe for ValueIterMut<'a, T>","synthetic":true,"types":["http::header::map::ValueIterMut"]},{"text":"impl<'a, T> !UnwindSafe for ValueDrain<'a, T>","synthetic":true,"types":["http::header::map::ValueDrain"]},{"text":"impl<T> UnwindSafe for IntoIter<T> where
    T: RefUnwindSafe + UnwindSafe
","synthetic":true,"types":["http::header::map::IntoIter"]},{"text":"impl UnwindSafe for HeaderName","synthetic":true,"types":["http::header::name::HeaderName"]},{"text":"impl UnwindSafe for InvalidHeaderName","synthetic":true,"types":["http::header::name::InvalidHeaderName"]},{"text":"impl UnwindSafe for InvalidHeaderNameBytes","synthetic":true,"types":["http::header::name::InvalidHeaderNameBytes"]},{"text":"impl UnwindSafe for HeaderValue","synthetic":true,"types":["http::header::value::HeaderValue"]},{"text":"impl UnwindSafe for InvalidHeaderValue","synthetic":true,"types":["http::header::value::InvalidHeaderValue"]},{"text":"impl UnwindSafe for InvalidHeaderValueBytes","synthetic":true,"types":["http::header::value::InvalidHeaderValueBytes"]},{"text":"impl UnwindSafe for ToStrError","synthetic":true,"types":["http::header::value::ToStrError"]},{"text":"impl<'a, T> !UnwindSafe for Entry<'a, T>","synthetic":true,"types":["http::header::map::Entry"]},{"text":"impl UnwindSafe for Method","synthetic":true,"types":["http::method::Method"]},{"text":"impl UnwindSafe for InvalidMethod","synthetic":true,"types":["http::method::InvalidMethod"]},{"text":"impl<T> !UnwindSafe for Request<T>","synthetic":true,"types":["http::request::Request"]},{"text":"impl !UnwindSafe for Parts","synthetic":true,"types":["http::request::Parts"]},{"text":"impl !UnwindSafe for Builder","synthetic":true,"types":["http::request::Builder"]},{"text":"impl<T> !UnwindSafe for Response<T>","synthetic":true,"types":["http::response::Response"]},{"text":"impl !UnwindSafe for Parts","synthetic":true,"types":["http::response::Parts"]},{"text":"impl !UnwindSafe for Builder","synthetic":true,"types":["http::response::Builder"]},{"text":"impl UnwindSafe for StatusCode","synthetic":true,"types":["http::status::StatusCode"]},{"text":"impl UnwindSafe for InvalidStatusCode","synthetic":true,"types":["http::status::InvalidStatusCode"]},{"text":"impl UnwindSafe for Version","synthetic":true,"types":["http::version::Version"]},{"text":"impl UnwindSafe for Authority","synthetic":true,"types":["http::uri::authority::Authority"]},{"text":"impl UnwindSafe for Builder","synthetic":true,"types":["http::uri::builder::Builder"]},{"text":"impl UnwindSafe for PathAndQuery","synthetic":true,"types":["http::uri::path::PathAndQuery"]},{"text":"impl UnwindSafe for Scheme","synthetic":true,"types":["http::uri::scheme::Scheme"]},{"text":"impl<T> UnwindSafe for Port<T> where
    T: UnwindSafe
","synthetic":true,"types":["http::uri::port::Port"]},{"text":"impl UnwindSafe for Uri","synthetic":true,"types":["http::uri::Uri"]},{"text":"impl UnwindSafe for Parts","synthetic":true,"types":["http::uri::Parts"]},{"text":"impl UnwindSafe for InvalidUri","synthetic":true,"types":["http::uri::InvalidUri"]},{"text":"impl UnwindSafe for InvalidUriBytes","synthetic":true,"types":["http::uri::InvalidUriBytes"]},{"text":"impl UnwindSafe for InvalidUriParts","synthetic":true,"types":["http::uri::InvalidUriParts"]}]; implementors["httparse"] = [{"text":"impl UnwindSafe for InvalidChunkSize","synthetic":true,"types":["httparse::InvalidChunkSize"]},{"text":"impl<'headers, 'buf> !UnwindSafe for Request<'headers, 'buf>","synthetic":true,"types":["httparse::Request"]},{"text":"impl<'headers, 'buf> !UnwindSafe for Response<'headers, 'buf>","synthetic":true,"types":["httparse::Response"]},{"text":"impl<'a> UnwindSafe for Header<'a>","synthetic":true,"types":["httparse::Header"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["httparse::Error"]},{"text":"impl<T> UnwindSafe for Status<T> where
    T: UnwindSafe
","synthetic":true,"types":["httparse::Status"]}]; implementors["humantime"] = [{"text":"impl UnwindSafe for FormattedDuration","synthetic":true,"types":["humantime::duration::FormattedDuration"]},{"text":"impl UnwindSafe for Duration","synthetic":true,"types":["humantime::wrapper::Duration"]},{"text":"impl UnwindSafe for Timestamp","synthetic":true,"types":["humantime::wrapper::Timestamp"]},{"text":"impl UnwindSafe for Rfc3339Timestamp","synthetic":true,"types":["humantime::date::Rfc3339Timestamp"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["humantime::duration::Error"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["humantime::date::Error"]}]; implementors["idna"] = [{"text":"impl UnwindSafe for Config","synthetic":true,"types":["idna::uts46::Config"]},{"text":"impl UnwindSafe for Errors","synthetic":true,"types":["idna::uts46::Errors"]}]; implementors["indexmap"] = [{"text":"impl<K, V, S> UnwindSafe for IndexMap<K, V, S> where
    K: UnwindSafe,
    S: UnwindSafe,
    V: UnwindSafe
","synthetic":true,"types":["indexmap::map::IndexMap"]},{"text":"impl<'a, K, V> !UnwindSafe for OccupiedEntry<'a, K, V>","synthetic":true,"types":["indexmap::map::OccupiedEntry"]},{"text":"impl<'a, K, V> !UnwindSafe for VacantEntry<'a, K, V>","synthetic":true,"types":["indexmap::map::VacantEntry"]},{"text":"impl<'a, K, V> UnwindSafe for Keys<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
","synthetic":true,"types":["indexmap::map::Keys"]},{"text":"impl<'a, K, V> UnwindSafe for Values<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
","synthetic":true,"types":["indexmap::map::Values"]},{"text":"impl<'a, K, V> !UnwindSafe for ValuesMut<'a, K, V>","synthetic":true,"types":["indexmap::map::ValuesMut"]},{"text":"impl<'a, K, V> UnwindSafe for Iter<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
","synthetic":true,"types":["indexmap::map::Iter"]},{"text":"impl<'a, K, V> !UnwindSafe for IterMut<'a, K, V>","synthetic":true,"types":["indexmap::map::IterMut"]},{"text":"impl<K, V> UnwindSafe for IntoIter<K, V> where
    K: RefUnwindSafe + UnwindSafe,
    V: RefUnwindSafe + UnwindSafe
","synthetic":true,"types":["indexmap::map::IntoIter"]},{"text":"impl<'a, K, V> UnwindSafe for Drain<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
","synthetic":true,"types":["indexmap::map::Drain"]},{"text":"impl<'a, K, V> !UnwindSafe for Entry<'a, K, V>","synthetic":true,"types":["indexmap::map::Entry"]},{"text":"impl<T, S> UnwindSafe for IndexSet<T, S> where
    S: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["indexmap::set::IndexSet"]},{"text":"impl<T> UnwindSafe for IntoIter<T> where
    T: RefUnwindSafe + UnwindSafe
","synthetic":true,"types":["indexmap::set::IntoIter"]},{"text":"impl<'a, T> UnwindSafe for Iter<'a, T> where
    T: RefUnwindSafe
","synthetic":true,"types":["indexmap::set::Iter"]},{"text":"impl<'a, T> UnwindSafe for Drain<'a, T> where
    T: RefUnwindSafe
","synthetic":true,"types":["indexmap::set::Drain"]},{"text":"impl<'a, T, S> UnwindSafe for Difference<'a, T, S> where
    S: RefUnwindSafe,
    T: RefUnwindSafe
","synthetic":true,"types":["indexmap::set::Difference"]},{"text":"impl<'a, T, S> UnwindSafe for Intersection<'a, T, S> where
    S: RefUnwindSafe,
    T: RefUnwindSafe
","synthetic":true,"types":["indexmap::set::Intersection"]},{"text":"impl<'a, T, S1, S2> UnwindSafe for SymmetricDifference<'a, T, S1, S2> where
    S1: RefUnwindSafe,
    S2: RefUnwindSafe,
    T: RefUnwindSafe
","synthetic":true,"types":["indexmap::set::SymmetricDifference"]},{"text":"impl<'a, T, S> UnwindSafe for Union<'a, T, S> where
    S: RefUnwindSafe,
    T: RefUnwindSafe
","synthetic":true,"types":["indexmap::set::Union"]}]; implementors["iovec"] = [{"text":"impl UnwindSafe for IoVec","synthetic":true,"types":["iovec::IoVec"]}]; implementors["ironsea_index_hashmap"] = [{"text":"impl<F, K> UnwindSafe for Index<F, K> where
    F: UnwindSafe,
    K: UnwindSafe
","synthetic":true,"types":["ironsea_index_hashmap::destructured::Index"]},{"text":"impl<R, K> UnwindSafe for Index<R, K> where
    K: UnwindSafe,
    R: UnwindSafe
","synthetic":true,"types":["ironsea_index_hashmap::full_record::Index"]}]; implementors["ironsea_index_sfc_dbc"] = [{"text":"impl<F, K, V> UnwindSafe for SpaceFillingCurve<F, K, V> where
    F: UnwindSafe,
    K: UnwindSafe,
    V: UnwindSafe
","synthetic":true,"types":["ironsea_index_sfc_dbc::sfc::SpaceFillingCurve"]}]; implementors["itoa"] = [{"text":"impl UnwindSafe for Buffer","synthetic":true,"types":["itoa::Buffer"]}]; implementors["lalrpop_util"] = [{"text":"impl<L, T, E> UnwindSafe for ErrorRecovery<L, T, E> where
    E: UnwindSafe,
    L: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["lalrpop_util::ErrorRecovery"]},{"text":"impl<L, T, E> UnwindSafe for ParseError<L, T, E> where
    E: UnwindSafe,
    L: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["lalrpop_util::ParseError"]},{"text":"impl<D, I> UnwindSafe for Parser<D, I> where
    D: UnwindSafe,
    I: UnwindSafe,
    <D as ParserDefinition>::Location: UnwindSafe,
    <D as ParserDefinition>::StateIndex: UnwindSafe,
    <D as ParserDefinition>::Symbol: UnwindSafe
","synthetic":true,"types":["lalrpop_util::state_machine::Parser"]},{"text":"impl<D> UnwindSafe for SimulatedReduce<D> where
    <D as ParserDefinition>::NonterminalIndex: UnwindSafe
","synthetic":true,"types":["lalrpop_util::state_machine::SimulatedReduce"]}]; implementors["language_tags"] = [{"text":"impl UnwindSafe for LanguageTag","synthetic":true,"types":["language_tags::LanguageTag"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["language_tags::Error"]}]; implementors["linked_hash_map"] = [{"text":"impl<K, V, S> UnwindSafe for LinkedHashMap<K, V, S> where
    K: RefUnwindSafe,
    S: UnwindSafe,
    V: RefUnwindSafe
","synthetic":true,"types":["linked_hash_map::LinkedHashMap"]},{"text":"impl<'a, K, V> UnwindSafe for Iter<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
","synthetic":true,"types":["linked_hash_map::Iter"]},{"text":"impl<'a, K, V> !UnwindSafe for IterMut<'a, K, V>","synthetic":true,"types":["linked_hash_map::IterMut"]},{"text":"impl<K, V> UnwindSafe for IntoIter<K, V> where
    K: RefUnwindSafe + UnwindSafe,
    V: RefUnwindSafe + UnwindSafe
","synthetic":true,"types":["linked_hash_map::IntoIter"]},{"text":"impl<'a, K, V, S = RandomState> !UnwindSafe for Entries<'a, K, V, S>","synthetic":true,"types":["linked_hash_map::Entries"]},{"text":"impl<'a, K, V> UnwindSafe for Keys<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
","synthetic":true,"types":["linked_hash_map::Keys"]},{"text":"impl<'a, K, V> UnwindSafe for Values<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
","synthetic":true,"types":["linked_hash_map::Values"]},{"text":"impl<'a, K, V, S> UnwindSafe for OccupiedEntry<'a, K, V, S> where
    K: RefUnwindSafe,
    S: RefUnwindSafe,
    V: RefUnwindSafe
","synthetic":true,"types":["linked_hash_map::OccupiedEntry"]},{"text":"impl<'a, K, V, S = RandomState> !UnwindSafe for VacantEntry<'a, K, V, S>","synthetic":true,"types":["linked_hash_map::VacantEntry"]},{"text":"impl<'a, K, V, S = RandomState> !UnwindSafe for Entry<'a, K, V, S>","synthetic":true,"types":["linked_hash_map::Entry"]}]; implementors["log"] = [{"text":"impl<'a> !UnwindSafe for Record<'a>","synthetic":true,"types":["log::Record"]},{"text":"impl<'a> !UnwindSafe for RecordBuilder<'a>","synthetic":true,"types":["log::RecordBuilder"]},{"text":"impl<'a> UnwindSafe for Metadata<'a>","synthetic":true,"types":["log::Metadata"]},{"text":"impl<'a> UnwindSafe for MetadataBuilder<'a>","synthetic":true,"types":["log::MetadataBuilder"]},{"text":"impl UnwindSafe for SetLoggerError","synthetic":true,"types":["log::SetLoggerError"]},{"text":"impl UnwindSafe for ParseLevelError","synthetic":true,"types":["log::ParseLevelError"]},{"text":"impl UnwindSafe for Level","synthetic":true,"types":["log::Level"]},{"text":"impl UnwindSafe for LevelFilter","synthetic":true,"types":["log::LevelFilter"]}]; implementors["lru_cache"] = [{"text":"impl<K, V, S> UnwindSafe for LruCache<K, V, S> where
    K: RefUnwindSafe,
    S: UnwindSafe,
    V: RefUnwindSafe
","synthetic":true,"types":["lru_cache::LruCache"]},{"text":"impl<K, V> UnwindSafe for IntoIter<K, V> where
    K: RefUnwindSafe + UnwindSafe,
    V: RefUnwindSafe + UnwindSafe
","synthetic":true,"types":["lru_cache::IntoIter"]},{"text":"impl<'a, K, V> UnwindSafe for Iter<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
","synthetic":true,"types":["lru_cache::Iter"]},{"text":"impl<'a, K, V> !UnwindSafe for IterMut<'a, K, V>","synthetic":true,"types":["lru_cache::IterMut"]}]; implementors["measure_time"] = [{"text":"impl UnwindSafe for MeasureTime","synthetic":true,"types":["measure_time::MeasureTime"]}]; implementors["memchr"] = [{"text":"impl<'a> UnwindSafe for Memchr<'a>","synthetic":true,"types":["memchr::iter::Memchr"]},{"text":"impl<'a> UnwindSafe for Memchr2<'a>","synthetic":true,"types":["memchr::iter::Memchr2"]},{"text":"impl<'a> UnwindSafe for Memchr3<'a>","synthetic":true,"types":["memchr::iter::Memchr3"]}]; implementors["memmap"] = [{"text":"impl UnwindSafe for MmapOptions","synthetic":true,"types":["memmap::MmapOptions"]},{"text":"impl UnwindSafe for Mmap","synthetic":true,"types":["memmap::Mmap"]},{"text":"impl UnwindSafe for MmapMut","synthetic":true,"types":["memmap::MmapMut"]}]; implementors["mercator_db"] = [{"text":"impl UnwindSafe for Core","synthetic":true,"types":["mercator_db::database::db_core::Core"]},{"text":"impl<'a> UnwindSafe for CoreQueryParameters<'a>","synthetic":true,"types":["mercator_db::database::db_core::CoreQueryParameters"]},{"text":"impl UnwindSafe for DataBase","synthetic":true,"types":["mercator_db::database::DataBase"]},{"text":"impl UnwindSafe for Properties","synthetic":true,"types":["mercator_db::database::db_core::Properties"]},{"text":"impl UnwindSafe for Space","synthetic":true,"types":["mercator_db::database::space::Space"]},{"text":"impl UnwindSafe for Graduation","synthetic":true,"types":["mercator_db::database::space::axis::Graduation"]},{"text":"impl UnwindSafe for Axis","synthetic":true,"types":["mercator_db::database::space::axis::Axis"]},{"text":"impl UnwindSafe for NumberSet","synthetic":true,"types":["mercator_db::database::space::axis::NumberSet"]},{"text":"impl UnwindSafe for Coordinate","synthetic":true,"types":["mercator_db::database::space::coordinate::Coordinate"]},{"text":"impl UnwindSafe for CoordinateSystem","synthetic":true,"types":["mercator_db::database::space::coordinate_system::CoordinateSystem"]},{"text":"impl UnwindSafe for Position","synthetic":true,"types":["mercator_db::database::space::position::Position"]},{"text":"impl UnwindSafe for Shape","synthetic":true,"types":["mercator_db::database::space::shape::Shape"]},{"text":"impl UnwindSafe for Space","synthetic":true,"types":["mercator_db::storage::model::Space"]},{"text":"impl UnwindSafe for Axis","synthetic":true,"types":["mercator_db::storage::model::Axis"]},{"text":"impl UnwindSafe for Graduation","synthetic":true,"types":["mercator_db::storage::model::Graduation"]},{"text":"impl UnwindSafe for Properties","synthetic":true,"types":["mercator_db::storage::model::Properties"]},{"text":"impl UnwindSafe for SpatialObject","synthetic":true,"types":["mercator_db::storage::model::v1::SpatialObject"]},{"text":"impl UnwindSafe for Shape","synthetic":true,"types":["mercator_db::storage::model::v1::Shape"]},{"text":"impl UnwindSafe for SpatialObject","synthetic":true,"types":["mercator_db::storage::model::v2::SpatialObject"]},{"text":"impl UnwindSafe for Volume","synthetic":true,"types":["mercator_db::storage::model::v2::Volume"]},{"text":"impl UnwindSafe for Shape","synthetic":true,"types":["mercator_db::storage::model::v2::Shape"]}]; implementors["mercator_service"] = [{"text":"impl UnwindSafe for Filters","synthetic":true,"types":["mercator_service::rest_api::Filters"]},{"text":"impl UnwindSafe for Core","synthetic":true,"types":["mercator_service::rest_api::Core"]},{"text":"impl UnwindSafe for Query","synthetic":true,"types":["mercator_service::rest_api::actions::Query"]},{"text":"impl UnwindSafe for SharedState","synthetic":true,"types":["mercator_service::shared_state::SharedState"]}]; implementors["mime"] = [{"text":"impl UnwindSafe for Mime","synthetic":true,"types":["mime::Mime"]},{"text":"impl<'a> UnwindSafe for Name<'a>","synthetic":true,"types":["mime::Name"]},{"text":"impl UnwindSafe for FromStrError","synthetic":true,"types":["mime::FromStrError"]},{"text":"impl<'a> UnwindSafe for Params<'a>","synthetic":true,"types":["mime::Params"]}]; implementors["mime_guess"] = [{"text":"impl UnwindSafe for MimeGuess","synthetic":true,"types":["mime_guess::MimeGuess"]},{"text":"impl UnwindSafe for Iter","synthetic":true,"types":["mime_guess::Iter"]},{"text":"impl UnwindSafe for IterRaw","synthetic":true,"types":["mime_guess::IterRaw"]}]; implementors["miniz_sys"] = [{"text":"impl UnwindSafe for mz_stream","synthetic":true,"types":["miniz_sys::mz_stream"]},{"text":"impl UnwindSafe for mz_internal_state","synthetic":true,"types":["miniz_sys::mz_internal_state"]}]; implementors["mio"] = [{"text":"impl !UnwindSafe for Poll","synthetic":true,"types":["mio::poll::Poll"]},{"text":"impl !UnwindSafe for Registration","synthetic":true,"types":["mio::poll::Registration"]},{"text":"impl !UnwindSafe for SetReadiness","synthetic":true,"types":["mio::poll::SetReadiness"]},{"text":"impl UnwindSafe for PollOpt","synthetic":true,"types":["mio::event_imp::PollOpt"]},{"text":"impl UnwindSafe for Ready","synthetic":true,"types":["mio::event_imp::Ready"]},{"text":"impl UnwindSafe for Token","synthetic":true,"types":["mio::token::Token"]},{"text":"impl UnwindSafe for Events","synthetic":true,"types":["mio::poll::Events"]},{"text":"impl UnwindSafe for Event","synthetic":true,"types":["mio::event_imp::Event"]},{"text":"impl<'a> UnwindSafe for Iter<'a>","synthetic":true,"types":["mio::poll::Iter"]},{"text":"impl<'a> UnwindSafe for EventedFd<'a>","synthetic":true,"types":["mio::sys::unix::eventedfd::EventedFd"]},{"text":"impl UnwindSafe for UnixReady","synthetic":true,"types":["mio::sys::unix::ready::UnixReady"]},{"text":"impl UnwindSafe for TcpListener","synthetic":true,"types":["mio::net::tcp::TcpListener"]},{"text":"impl UnwindSafe for TcpStream","synthetic":true,"types":["mio::net::tcp::TcpStream"]},{"text":"impl UnwindSafe for UdpSocket","synthetic":true,"types":["mio::net::udp::UdpSocket"]}]; implementors["mio_uds"] = [{"text":"impl UnwindSafe for UnixStream","synthetic":true,"types":["mio_uds::stream::UnixStream"]},{"text":"impl UnwindSafe for UnixListener","synthetic":true,"types":["mio_uds::listener::UnixListener"]},{"text":"impl UnwindSafe for UnixDatagram","synthetic":true,"types":["mio_uds::datagram::UnixDatagram"]}]; implementors["net2"] = [{"text":"impl UnwindSafe for TcpBuilder","synthetic":true,"types":["net2::tcp::TcpBuilder"]},{"text":"impl UnwindSafe for UdpBuilder","synthetic":true,"types":["net2::udp::UdpBuilder"]}]; implementors["nom"] = [{"text":"impl UnwindSafe for CompareResult","synthetic":true,"types":["nom::traits::CompareResult"]},{"text":"impl<E> UnwindSafe for ErrorKind<E> where
    E: UnwindSafe
","synthetic":true,"types":["nom::util::ErrorKind"]},{"text":"impl UnwindSafe for Needed","synthetic":true,"types":["nom::internal::Needed"]},{"text":"impl<I, E> UnwindSafe for Err<I, E> where
    E: UnwindSafe,
    I: UnwindSafe
","synthetic":true,"types":["nom::internal::Err"]},{"text":"impl UnwindSafe for Endianness","synthetic":true,"types":["nom::nom::Endianness"]},{"text":"impl<I, E> UnwindSafe for Context<I, E> where
    E: UnwindSafe,
    I: UnwindSafe
","synthetic":true,"types":["nom::simple_errors::Context"]},{"text":"impl<'a> UnwindSafe for CompleteStr<'a>","synthetic":true,"types":["nom::types::CompleteStr"]},{"text":"impl<'a> UnwindSafe for CompleteByteSlice<'a>","synthetic":true,"types":["nom::types::CompleteByteSlice"]},{"text":"impl<T> UnwindSafe for Input<T> where
    T: UnwindSafe
","synthetic":true,"types":["nom::types::Input"]}]; implementors["parking_lot"] = [{"text":"impl UnwindSafe for Condvar","synthetic":true,"types":["parking_lot::condvar::Condvar"]},{"text":"impl UnwindSafe for WaitTimeoutResult","synthetic":true,"types":["parking_lot::condvar::WaitTimeoutResult"]},{"text":"impl UnwindSafe for Once","synthetic":true,"types":["parking_lot::once::Once"]},{"text":"impl UnwindSafe for RawMutex","synthetic":true,"types":["parking_lot::raw_mutex::RawMutex"]},{"text":"impl UnwindSafe for RawRwLock","synthetic":true,"types":["parking_lot::raw_rwlock::RawRwLock"]},{"text":"impl UnwindSafe for RawThreadId","synthetic":true,"types":["parking_lot::remutex::RawThreadId"]},{"text":"impl UnwindSafe for OnceState","synthetic":true,"types":["parking_lot::once::OnceState"]}]; implementors["parking_lot_core"] = [{"text":"impl UnwindSafe for ParkToken","synthetic":true,"types":["parking_lot_core::parking_lot::ParkToken"]},{"text":"impl UnwindSafe for UnparkResult","synthetic":true,"types":["parking_lot_core::parking_lot::UnparkResult"]},{"text":"impl UnwindSafe for UnparkToken","synthetic":true,"types":["parking_lot_core::parking_lot::UnparkToken"]},{"text":"impl UnwindSafe for SpinWait","synthetic":true,"types":["parking_lot_core::spinwait::SpinWait"]},{"text":"impl UnwindSafe for FilterOp","synthetic":true,"types":["parking_lot_core::parking_lot::FilterOp"]},{"text":"impl UnwindSafe for ParkResult","synthetic":true,"types":["parking_lot_core::parking_lot::ParkResult"]},{"text":"impl UnwindSafe for RequeueOp","synthetic":true,"types":["parking_lot_core::parking_lot::RequeueOp"]}]; implementors["parser"] = [{"text":"impl UnwindSafe for FiltersParser","synthetic":true,"types":["parser::queries::__parse__Filters::FiltersParser"]},{"text":"impl UnwindSafe for QueryParser","synthetic":true,"types":["parser::queries::__parse__Query::QueryParser"]},{"text":"impl<'input> UnwindSafe for Token<'input>","synthetic":true,"types":["parser::queries::__intern_token::Token"]}]; implementors["percent_encoding"] = [{"text":"impl UnwindSafe for AsciiSet","synthetic":true,"types":["percent_encoding::AsciiSet"]},{"text":"impl<'a> UnwindSafe for PercentEncode<'a>","synthetic":true,"types":["percent_encoding::PercentEncode"]},{"text":"impl<'a> UnwindSafe for PercentDecode<'a>","synthetic":true,"types":["percent_encoding::PercentDecode"]}]; implementors["proc_macro2"] = [{"text":"impl UnwindSafe for TokenStream","synthetic":true,"types":["proc_macro2::TokenStream"]},{"text":"impl UnwindSafe for LexError","synthetic":true,"types":["proc_macro2::LexError"]},{"text":"impl UnwindSafe for Span","synthetic":true,"types":["proc_macro2::Span"]},{"text":"impl UnwindSafe for Group","synthetic":true,"types":["proc_macro2::Group"]},{"text":"impl UnwindSafe for Punct","synthetic":true,"types":["proc_macro2::Punct"]},{"text":"impl UnwindSafe for Ident","synthetic":true,"types":["proc_macro2::Ident"]},{"text":"impl UnwindSafe for Literal","synthetic":true,"types":["proc_macro2::Literal"]},{"text":"impl UnwindSafe for TokenTree","synthetic":true,"types":["proc_macro2::TokenTree"]},{"text":"impl UnwindSafe for Delimiter","synthetic":true,"types":["proc_macro2::Delimiter"]},{"text":"impl UnwindSafe for Spacing","synthetic":true,"types":["proc_macro2::Spacing"]},{"text":"impl !UnwindSafe for IntoIter","synthetic":true,"types":["proc_macro2::token_stream::IntoIter"]}]; implementors["quick_error"] = [{"text":"impl<X, E> UnwindSafe for Context<X, E> where
    E: UnwindSafe,
    X: UnwindSafe
","synthetic":true,"types":["quick_error::Context"]}]; implementors["rand"] = [{"text":"impl UnwindSafe for Alphanumeric","synthetic":true,"types":["rand::distributions::other::Alphanumeric"]},{"text":"impl<X> UnwindSafe for Uniform<X> where
    <X as SampleUniform>::Sampler: UnwindSafe
","synthetic":true,"types":["rand::distributions::uniform::Uniform"]},{"text":"impl UnwindSafe for OpenClosed01","synthetic":true,"types":["rand::distributions::float::OpenClosed01"]},{"text":"impl UnwindSafe for Open01","synthetic":true,"types":["rand::distributions::float::Open01"]},{"text":"impl UnwindSafe for Bernoulli","synthetic":true,"types":["rand::distributions::bernoulli::Bernoulli"]},{"text":"impl<X> UnwindSafe for WeightedIndex<X> where
    X: UnwindSafe,
    <X as SampleUniform>::Sampler: UnwindSafe
","synthetic":true,"types":["rand::distributions::weighted::WeightedIndex"]},{"text":"impl UnwindSafe for UnitSphereSurface","synthetic":true,"types":["rand::distributions::unit_sphere::UnitSphereSurface"]},{"text":"impl UnwindSafe for UnitCircle","synthetic":true,"types":["rand::distributions::unit_circle::UnitCircle"]},{"text":"impl UnwindSafe for Gamma","synthetic":true,"types":["rand::distributions::gamma::Gamma"]},{"text":"impl UnwindSafe for ChiSquared","synthetic":true,"types":["rand::distributions::gamma::ChiSquared"]},{"text":"impl UnwindSafe for FisherF","synthetic":true,"types":["rand::distributions::gamma::FisherF"]},{"text":"impl UnwindSafe for StudentT","synthetic":true,"types":["rand::distributions::gamma::StudentT"]},{"text":"impl UnwindSafe for Beta","synthetic":true,"types":["rand::distributions::gamma::Beta"]},{"text":"impl UnwindSafe for Normal","synthetic":true,"types":["rand::distributions::normal::Normal"]},{"text":"impl UnwindSafe for LogNormal","synthetic":true,"types":["rand::distributions::normal::LogNormal"]},{"text":"impl UnwindSafe for StandardNormal","synthetic":true,"types":["rand::distributions::normal::StandardNormal"]},{"text":"impl UnwindSafe for Exp","synthetic":true,"types":["rand::distributions::exponential::Exp"]},{"text":"impl UnwindSafe for Exp1","synthetic":true,"types":["rand::distributions::exponential::Exp1"]},{"text":"impl UnwindSafe for Pareto","synthetic":true,"types":["rand::distributions::pareto::Pareto"]},{"text":"impl UnwindSafe for Poisson","synthetic":true,"types":["rand::distributions::poisson::Poisson"]},{"text":"impl UnwindSafe for Binomial","synthetic":true,"types":["rand::distributions::binomial::Binomial"]},{"text":"impl UnwindSafe for Cauchy","synthetic":true,"types":["rand::distributions::cauchy::Cauchy"]},{"text":"impl UnwindSafe for Dirichlet","synthetic":true,"types":["rand::distributions::dirichlet::Dirichlet"]},{"text":"impl UnwindSafe for Triangular","synthetic":true,"types":["rand::distributions::triangular::Triangular"]},{"text":"impl UnwindSafe for Weibull","synthetic":true,"types":["rand::distributions::weibull::Weibull"]},{"text":"impl<'a, D, R, T> !UnwindSafe for DistIter<'a, D, R, T>","synthetic":true,"types":["rand::distributions::DistIter"]},{"text":"impl UnwindSafe for Standard","synthetic":true,"types":["rand::distributions::Standard"]},{"text":"impl<T> UnwindSafe for Weighted<T> where
    T: UnwindSafe
","synthetic":true,"types":["rand::distributions::Weighted"]},{"text":"impl<'a, T> !UnwindSafe for WeightedChoice<'a, T>","synthetic":true,"types":["rand::distributions::WeightedChoice"]},{"text":"impl UnwindSafe for WeightedError","synthetic":true,"types":["rand::distributions::weighted::WeightedError"]},{"text":"impl<X> UnwindSafe for UniformInt<X> where
    X: UnwindSafe
","synthetic":true,"types":["rand::distributions::uniform::UniformInt"]},{"text":"impl<X> UnwindSafe for UniformFloat<X> where
    X: UnwindSafe
","synthetic":true,"types":["rand::distributions::uniform::UniformFloat"]},{"text":"impl UnwindSafe for UniformDuration","synthetic":true,"types":["rand::distributions::uniform::UniformDuration"]},{"text":"impl UnwindSafe for EntropyRng","synthetic":true,"types":["rand::rngs::entropy::EntropyRng"]},{"text":"impl UnwindSafe for SmallRng","synthetic":true,"types":["rand::rngs::small::SmallRng"]},{"text":"impl UnwindSafe for StdRng","synthetic":true,"types":["rand::rngs::std::StdRng"]},{"text":"impl UnwindSafe for ThreadRng","synthetic":true,"types":["rand::rngs::thread::ThreadRng"]},{"text":"impl<R> UnwindSafe for ReadRng<R> where
    R: UnwindSafe
","synthetic":true,"types":["rand::rngs::adapter::read::ReadRng"]},{"text":"impl<R, Rsdr> UnwindSafe for ReseedingRng<R, Rsdr> where
    R: UnwindSafe,
    Rsdr: UnwindSafe,
    <R as BlockRngCore>::Results: UnwindSafe
","synthetic":true,"types":["rand::rngs::adapter::reseeding::ReseedingRng"]},{"text":"impl UnwindSafe for StepRng","synthetic":true,"types":["rand::rngs::mock::StepRng"]},{"text":"impl<'a, S: ?Sized, T> UnwindSafe for SliceChooseIter<'a, S, T> where
    S: RefUnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["rand::seq::SliceChooseIter"]},{"text":"impl UnwindSafe for IndexVec","synthetic":true,"types":["rand::seq::index::IndexVec"]},{"text":"impl<'a> UnwindSafe for IndexVecIter<'a>","synthetic":true,"types":["rand::seq::index::IndexVecIter"]},{"text":"impl UnwindSafe for IndexVecIntoIter","synthetic":true,"types":["rand::seq::index::IndexVecIntoIter"]}]; implementors["rand_chacha"] = [{"text":"impl UnwindSafe for ChaCha12Core","synthetic":true,"types":["rand_chacha::chacha::ChaCha12Core"]},{"text":"impl UnwindSafe for ChaCha12Rng","synthetic":true,"types":["rand_chacha::chacha::ChaCha12Rng"]},{"text":"impl UnwindSafe for ChaCha20Core","synthetic":true,"types":["rand_chacha::chacha::ChaCha20Core"]},{"text":"impl UnwindSafe for ChaCha20Rng","synthetic":true,"types":["rand_chacha::chacha::ChaCha20Rng"]},{"text":"impl UnwindSafe for ChaCha8Core","synthetic":true,"types":["rand_chacha::chacha::ChaCha8Core"]},{"text":"impl UnwindSafe for ChaCha8Rng","synthetic":true,"types":["rand_chacha::chacha::ChaCha8Rng"]}]; implementors["rand_core"] = [{"text":"impl !UnwindSafe for Error","synthetic":true,"types":["rand_core::error::Error"]},{"text":"impl UnwindSafe for OsRng","synthetic":true,"types":["rand_core::os::OsRng"]},{"text":"impl<R: ?Sized> UnwindSafe for BlockRng<R> where
    R: UnwindSafe,
    <R as BlockRngCore>::Results: UnwindSafe
","synthetic":true,"types":["rand_core::block::BlockRng"]},{"text":"impl<R: ?Sized> UnwindSafe for BlockRng64<R> where
    R: UnwindSafe,
    <R as BlockRngCore>::Results: UnwindSafe
","synthetic":true,"types":["rand_core::block::BlockRng64"]}]; implementors["rand_hc"] = [{"text":"impl UnwindSafe for Hc128Rng","synthetic":true,"types":["rand_hc::hc128::Hc128Rng"]},{"text":"impl UnwindSafe for Hc128Core","synthetic":true,"types":["rand_hc::hc128::Hc128Core"]}]; implementors["rand_isaac"] = [{"text":"impl UnwindSafe for IsaacRng","synthetic":true,"types":["rand_isaac::isaac::IsaacRng"]},{"text":"impl UnwindSafe for IsaacCore","synthetic":true,"types":["rand_isaac::isaac::IsaacCore"]},{"text":"impl UnwindSafe for Isaac64Rng","synthetic":true,"types":["rand_isaac::isaac64::Isaac64Rng"]},{"text":"impl UnwindSafe for Isaac64Core","synthetic":true,"types":["rand_isaac::isaac64::Isaac64Core"]}]; implementors["rand_jitter"] = [{"text":"impl UnwindSafe for JitterRng","synthetic":true,"types":["rand_jitter::JitterRng"]},{"text":"impl UnwindSafe for TimerError","synthetic":true,"types":["rand_jitter::error::TimerError"]}]; implementors["rand_os"] = [{"text":"impl UnwindSafe for OsRng","synthetic":true,"types":["rand_os::OsRng"]}]; implementors["rand_pcg"] = [{"text":"impl UnwindSafe for Lcg64Xsh32","synthetic":true,"types":["rand_pcg::pcg64::Lcg64Xsh32"]},{"text":"impl UnwindSafe for Mcg128Xsl64","synthetic":true,"types":["rand_pcg::pcg128::Mcg128Xsl64"]}]; implementors["rand_xorshift"] = [{"text":"impl UnwindSafe for XorShiftRng","synthetic":true,"types":["rand_xorshift::XorShiftRng"]}]; implementors["regex"] = [{"text":"impl UnwindSafe for RegexSetBuilder","synthetic":true,"types":["regex::re_builder::set_unicode::RegexSetBuilder"]},{"text":"impl UnwindSafe for RegexBuilder","synthetic":true,"types":["regex::re_builder::unicode::RegexBuilder"]},{"text":"impl UnwindSafe for RegexSet","synthetic":true,"types":["regex::re_set::unicode::RegexSet"]},{"text":"impl UnwindSafe for SetMatches","synthetic":true,"types":["regex::re_set::unicode::SetMatches"]},{"text":"impl UnwindSafe for SetMatchesIntoIter","synthetic":true,"types":["regex::re_set::unicode::SetMatchesIntoIter"]},{"text":"impl<'a> UnwindSafe for SetMatchesIter<'a>","synthetic":true,"types":["regex::re_set::unicode::SetMatchesIter"]},{"text":"impl UnwindSafe for CaptureLocations","synthetic":true,"types":["regex::re_unicode::CaptureLocations"]},{"text":"impl<'r, 't> !UnwindSafe for CaptureMatches<'r, 't>","synthetic":true,"types":["regex::re_unicode::CaptureMatches"]},{"text":"impl<'r> UnwindSafe for CaptureNames<'r>","synthetic":true,"types":["regex::re_unicode::CaptureNames"]},{"text":"impl<'t> UnwindSafe for Captures<'t>","synthetic":true,"types":["regex::re_unicode::Captures"]},{"text":"impl<'t> UnwindSafe for Match<'t>","synthetic":true,"types":["regex::re_unicode::Match"]},{"text":"impl<'r, 't> !UnwindSafe for Matches<'r, 't>","synthetic":true,"types":["regex::re_unicode::Matches"]},{"text":"impl<'t> UnwindSafe for NoExpand<'t>","synthetic":true,"types":["regex::re_unicode::NoExpand"]},{"text":"impl UnwindSafe for Regex","synthetic":true,"types":["regex::re_unicode::Regex"]},{"text":"impl<'a, R> !UnwindSafe for ReplacerRef<'a, R>","synthetic":true,"types":["regex::re_unicode::ReplacerRef"]},{"text":"impl<'r, 't> !UnwindSafe for Split<'r, 't>","synthetic":true,"types":["regex::re_unicode::Split"]},{"text":"impl<'r, 't> !UnwindSafe for SplitN<'r, 't>","synthetic":true,"types":["regex::re_unicode::SplitN"]},{"text":"impl<'c, 't> UnwindSafe for SubCaptureMatches<'c, 't>","synthetic":true,"types":["regex::re_unicode::SubCaptureMatches"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["regex::error::Error"]},{"text":"impl UnwindSafe for RegexBuilder","synthetic":true,"types":["regex::re_builder::bytes::RegexBuilder"]},{"text":"impl UnwindSafe for RegexSetBuilder","synthetic":true,"types":["regex::re_builder::set_bytes::RegexSetBuilder"]},{"text":"impl<'t> UnwindSafe for Match<'t>","synthetic":true,"types":["regex::re_bytes::Match"]},{"text":"impl UnwindSafe for Regex","synthetic":true,"types":["regex::re_bytes::Regex"]},{"text":"impl<'r, 't> !UnwindSafe for Matches<'r, 't>","synthetic":true,"types":["regex::re_bytes::Matches"]},{"text":"impl<'r, 't> !UnwindSafe for CaptureMatches<'r, 't>","synthetic":true,"types":["regex::re_bytes::CaptureMatches"]},{"text":"impl<'r, 't> !UnwindSafe for Split<'r, 't>","synthetic":true,"types":["regex::re_bytes::Split"]},{"text":"impl<'r, 't> !UnwindSafe for SplitN<'r, 't>","synthetic":true,"types":["regex::re_bytes::SplitN"]},{"text":"impl<'r> UnwindSafe for CaptureNames<'r>","synthetic":true,"types":["regex::re_bytes::CaptureNames"]},{"text":"impl UnwindSafe for CaptureLocations","synthetic":true,"types":["regex::re_bytes::CaptureLocations"]},{"text":"impl<'t> UnwindSafe for Captures<'t>","synthetic":true,"types":["regex::re_bytes::Captures"]},{"text":"impl<'c, 't> UnwindSafe for SubCaptureMatches<'c, 't>","synthetic":true,"types":["regex::re_bytes::SubCaptureMatches"]},{"text":"impl<'a, R> !UnwindSafe for ReplacerRef<'a, R>","synthetic":true,"types":["regex::re_bytes::ReplacerRef"]},{"text":"impl<'t> UnwindSafe for NoExpand<'t>","synthetic":true,"types":["regex::re_bytes::NoExpand"]},{"text":"impl UnwindSafe for RegexSet","synthetic":true,"types":["regex::re_set::bytes::RegexSet"]},{"text":"impl UnwindSafe for SetMatches","synthetic":true,"types":["regex::re_set::bytes::SetMatches"]},{"text":"impl UnwindSafe for SetMatchesIntoIter","synthetic":true,"types":["regex::re_set::bytes::SetMatchesIntoIter"]},{"text":"impl<'a> UnwindSafe for SetMatchesIter<'a>","synthetic":true,"types":["regex::re_set::bytes::SetMatchesIter"]}]; implementors["regex_syntax"] = [{"text":"impl UnwindSafe for Parser","synthetic":true,"types":["regex_syntax::parser::Parser"]},{"text":"impl UnwindSafe for ParserBuilder","synthetic":true,"types":["regex_syntax::parser::ParserBuilder"]},{"text":"impl UnwindSafe for UnicodeWordError","synthetic":true,"types":["regex_syntax::unicode::UnicodeWordError"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["regex_syntax::error::Error"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["regex_syntax::ast::Error"]},{"text":"impl UnwindSafe for Span","synthetic":true,"types":["regex_syntax::ast::Span"]},{"text":"impl UnwindSafe for Position","synthetic":true,"types":["regex_syntax::ast::Position"]},{"text":"impl UnwindSafe for WithComments","synthetic":true,"types":["regex_syntax::ast::WithComments"]},{"text":"impl UnwindSafe for Comment","synthetic":true,"types":["regex_syntax::ast::Comment"]},{"text":"impl UnwindSafe for Alternation","synthetic":true,"types":["regex_syntax::ast::Alternation"]},{"text":"impl UnwindSafe for Concat","synthetic":true,"types":["regex_syntax::ast::Concat"]},{"text":"impl UnwindSafe for Literal","synthetic":true,"types":["regex_syntax::ast::Literal"]},{"text":"impl UnwindSafe for ClassPerl","synthetic":true,"types":["regex_syntax::ast::ClassPerl"]},{"text":"impl UnwindSafe for ClassAscii","synthetic":true,"types":["regex_syntax::ast::ClassAscii"]},{"text":"impl UnwindSafe for ClassUnicode","synthetic":true,"types":["regex_syntax::ast::ClassUnicode"]},{"text":"impl UnwindSafe for ClassBracketed","synthetic":true,"types":["regex_syntax::ast::ClassBracketed"]},{"text":"impl UnwindSafe for ClassSetRange","synthetic":true,"types":["regex_syntax::ast::ClassSetRange"]},{"text":"impl UnwindSafe for ClassSetUnion","synthetic":true,"types":["regex_syntax::ast::ClassSetUnion"]},{"text":"impl UnwindSafe for ClassSetBinaryOp","synthetic":true,"types":["regex_syntax::ast::ClassSetBinaryOp"]},{"text":"impl UnwindSafe for Assertion","synthetic":true,"types":["regex_syntax::ast::Assertion"]},{"text":"impl UnwindSafe for Repetition","synthetic":true,"types":["regex_syntax::ast::Repetition"]},{"text":"impl UnwindSafe for RepetitionOp","synthetic":true,"types":["regex_syntax::ast::RepetitionOp"]},{"text":"impl UnwindSafe for Group","synthetic":true,"types":["regex_syntax::ast::Group"]},{"text":"impl UnwindSafe for CaptureName","synthetic":true,"types":["regex_syntax::ast::CaptureName"]},{"text":"impl UnwindSafe for SetFlags","synthetic":true,"types":["regex_syntax::ast::SetFlags"]},{"text":"impl UnwindSafe for Flags","synthetic":true,"types":["regex_syntax::ast::Flags"]},{"text":"impl UnwindSafe for FlagsItem","synthetic":true,"types":["regex_syntax::ast::FlagsItem"]},{"text":"impl UnwindSafe for ErrorKind","synthetic":true,"types":["regex_syntax::ast::ErrorKind"]},{"text":"impl UnwindSafe for Ast","synthetic":true,"types":["regex_syntax::ast::Ast"]},{"text":"impl UnwindSafe for LiteralKind","synthetic":true,"types":["regex_syntax::ast::LiteralKind"]},{"text":"impl UnwindSafe for SpecialLiteralKind","synthetic":true,"types":["regex_syntax::ast::SpecialLiteralKind"]},{"text":"impl UnwindSafe for HexLiteralKind","synthetic":true,"types":["regex_syntax::ast::HexLiteralKind"]},{"text":"impl UnwindSafe for Class","synthetic":true,"types":["regex_syntax::ast::Class"]},{"text":"impl UnwindSafe for ClassPerlKind","synthetic":true,"types":["regex_syntax::ast::ClassPerlKind"]},{"text":"impl UnwindSafe for ClassAsciiKind","synthetic":true,"types":["regex_syntax::ast::ClassAsciiKind"]},{"text":"impl UnwindSafe for ClassUnicodeKind","synthetic":true,"types":["regex_syntax::ast::ClassUnicodeKind"]},{"text":"impl UnwindSafe for ClassUnicodeOpKind","synthetic":true,"types":["regex_syntax::ast::ClassUnicodeOpKind"]},{"text":"impl UnwindSafe for ClassSet","synthetic":true,"types":["regex_syntax::ast::ClassSet"]},{"text":"impl UnwindSafe for ClassSetItem","synthetic":true,"types":["regex_syntax::ast::ClassSetItem"]},{"text":"impl UnwindSafe for ClassSetBinaryOpKind","synthetic":true,"types":["regex_syntax::ast::ClassSetBinaryOpKind"]},{"text":"impl UnwindSafe for AssertionKind","synthetic":true,"types":["regex_syntax::ast::AssertionKind"]},{"text":"impl UnwindSafe for RepetitionKind","synthetic":true,"types":["regex_syntax::ast::RepetitionKind"]},{"text":"impl UnwindSafe for RepetitionRange","synthetic":true,"types":["regex_syntax::ast::RepetitionRange"]},{"text":"impl UnwindSafe for GroupKind","synthetic":true,"types":["regex_syntax::ast::GroupKind"]},{"text":"impl UnwindSafe for FlagsItemKind","synthetic":true,"types":["regex_syntax::ast::FlagsItemKind"]},{"text":"impl UnwindSafe for Flag","synthetic":true,"types":["regex_syntax::ast::Flag"]},{"text":"impl UnwindSafe for ParserBuilder","synthetic":true,"types":["regex_syntax::ast::parse::ParserBuilder"]},{"text":"impl UnwindSafe for Parser","synthetic":true,"types":["regex_syntax::ast::parse::Parser"]},{"text":"impl UnwindSafe for Printer","synthetic":true,"types":["regex_syntax::ast::print::Printer"]},{"text":"impl UnwindSafe for CaseFoldError","synthetic":true,"types":["regex_syntax::unicode::CaseFoldError"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["regex_syntax::hir::Error"]},{"text":"impl UnwindSafe for Hir","synthetic":true,"types":["regex_syntax::hir::Hir"]},{"text":"impl UnwindSafe for ClassUnicode","synthetic":true,"types":["regex_syntax::hir::ClassUnicode"]},{"text":"impl<'a> UnwindSafe for ClassUnicodeIter<'a>","synthetic":true,"types":["regex_syntax::hir::ClassUnicodeIter"]},{"text":"impl UnwindSafe for ClassUnicodeRange","synthetic":true,"types":["regex_syntax::hir::ClassUnicodeRange"]},{"text":"impl UnwindSafe for ClassBytes","synthetic":true,"types":["regex_syntax::hir::ClassBytes"]},{"text":"impl<'a> UnwindSafe for ClassBytesIter<'a>","synthetic":true,"types":["regex_syntax::hir::ClassBytesIter"]},{"text":"impl UnwindSafe for ClassBytesRange","synthetic":true,"types":["regex_syntax::hir::ClassBytesRange"]},{"text":"impl UnwindSafe for Group","synthetic":true,"types":["regex_syntax::hir::Group"]},{"text":"impl UnwindSafe for Repetition","synthetic":true,"types":["regex_syntax::hir::Repetition"]},{"text":"impl UnwindSafe for ErrorKind","synthetic":true,"types":["regex_syntax::hir::ErrorKind"]},{"text":"impl UnwindSafe for HirKind","synthetic":true,"types":["regex_syntax::hir::HirKind"]},{"text":"impl UnwindSafe for Literal","synthetic":true,"types":["regex_syntax::hir::Literal"]},{"text":"impl UnwindSafe for Class","synthetic":true,"types":["regex_syntax::hir::Class"]},{"text":"impl UnwindSafe for Anchor","synthetic":true,"types":["regex_syntax::hir::Anchor"]},{"text":"impl UnwindSafe for WordBoundary","synthetic":true,"types":["regex_syntax::hir::WordBoundary"]},{"text":"impl UnwindSafe for GroupKind","synthetic":true,"types":["regex_syntax::hir::GroupKind"]},{"text":"impl UnwindSafe for RepetitionKind","synthetic":true,"types":["regex_syntax::hir::RepetitionKind"]},{"text":"impl UnwindSafe for RepetitionRange","synthetic":true,"types":["regex_syntax::hir::RepetitionRange"]},{"text":"impl UnwindSafe for Literals","synthetic":true,"types":["regex_syntax::hir::literal::Literals"]},{"text":"impl UnwindSafe for Literal","synthetic":true,"types":["regex_syntax::hir::literal::Literal"]},{"text":"impl UnwindSafe for Printer","synthetic":true,"types":["regex_syntax::hir::print::Printer"]},{"text":"impl UnwindSafe for TranslatorBuilder","synthetic":true,"types":["regex_syntax::hir::translate::TranslatorBuilder"]},{"text":"impl UnwindSafe for Translator","synthetic":true,"types":["regex_syntax::hir::translate::Translator"]},{"text":"impl UnwindSafe for Utf8Range","synthetic":true,"types":["regex_syntax::utf8::Utf8Range"]},{"text":"impl UnwindSafe for Utf8Sequences","synthetic":true,"types":["regex_syntax::utf8::Utf8Sequences"]},{"text":"impl UnwindSafe for Utf8Sequence","synthetic":true,"types":["regex_syntax::utf8::Utf8Sequence"]}]; implementors["resolv_conf"] = [{"text":"impl UnwindSafe for AddrParseError","synthetic":true,"types":["resolv_conf::ip::AddrParseError"]},{"text":"impl UnwindSafe for Config","synthetic":true,"types":["resolv_conf::config::Config"]},{"text":"impl<'a> UnwindSafe for DomainIter<'a>","synthetic":true,"types":["resolv_conf::config::DomainIter"]},{"text":"impl UnwindSafe for ParseError","synthetic":true,"types":["resolv_conf::grammar::ParseError"]},{"text":"impl UnwindSafe for Network","synthetic":true,"types":["resolv_conf::ip::Network"]},{"text":"impl UnwindSafe for ScopedIp","synthetic":true,"types":["resolv_conf::ip::ScopedIp"]},{"text":"impl UnwindSafe for Lookup","synthetic":true,"types":["resolv_conf::config::Lookup"]},{"text":"impl UnwindSafe for Family","synthetic":true,"types":["resolv_conf::config::Family"]}]; implementors["serde"] = [{"text":"impl UnwindSafe for IgnoredAny","synthetic":true,"types":["serde::de::ignored_any::IgnoredAny"]},{"text":"impl<'a> UnwindSafe for Unexpected<'a>","synthetic":true,"types":["serde::de::Unexpected"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["serde::de::value::Error"]},{"text":"impl<E> UnwindSafe for UnitDeserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::UnitDeserializer"]},{"text":"impl<E> UnwindSafe for BoolDeserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::BoolDeserializer"]},{"text":"impl<E> UnwindSafe for I8Deserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::I8Deserializer"]},{"text":"impl<E> UnwindSafe for I16Deserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::I16Deserializer"]},{"text":"impl<E> UnwindSafe for I32Deserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::I32Deserializer"]},{"text":"impl<E> UnwindSafe for I64Deserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::I64Deserializer"]},{"text":"impl<E> UnwindSafe for IsizeDeserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::IsizeDeserializer"]},{"text":"impl<E> UnwindSafe for U8Deserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::U8Deserializer"]},{"text":"impl<E> UnwindSafe for U16Deserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::U16Deserializer"]},{"text":"impl<E> UnwindSafe for U64Deserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::U64Deserializer"]},{"text":"impl<E> UnwindSafe for UsizeDeserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::UsizeDeserializer"]},{"text":"impl<E> UnwindSafe for F32Deserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::F32Deserializer"]},{"text":"impl<E> UnwindSafe for F64Deserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::F64Deserializer"]},{"text":"impl<E> UnwindSafe for CharDeserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::CharDeserializer"]},{"text":"impl<E> UnwindSafe for I128Deserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::I128Deserializer"]},{"text":"impl<E> UnwindSafe for U128Deserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::U128Deserializer"]},{"text":"impl<E> UnwindSafe for U32Deserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::U32Deserializer"]},{"text":"impl<'a, E> UnwindSafe for StrDeserializer<'a, E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::StrDeserializer"]},{"text":"impl<'de, E> UnwindSafe for BorrowedStrDeserializer<'de, E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::BorrowedStrDeserializer"]},{"text":"impl<E> UnwindSafe for StringDeserializer<E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::StringDeserializer"]},{"text":"impl<'a, E> UnwindSafe for CowStrDeserializer<'a, E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::CowStrDeserializer"]},{"text":"impl<'de, E> UnwindSafe for BorrowedBytesDeserializer<'de, E> where
    E: UnwindSafe
","synthetic":true,"types":["serde::de::value::BorrowedBytesDeserializer"]},{"text":"impl<I, E> UnwindSafe for SeqDeserializer<I, E> where
    E: UnwindSafe,
    I: UnwindSafe
","synthetic":true,"types":["serde::de::value::SeqDeserializer"]},{"text":"impl<A> UnwindSafe for SeqAccessDeserializer<A> where
    A: UnwindSafe
","synthetic":true,"types":["serde::de::value::SeqAccessDeserializer"]},{"text":"impl<'de, I, E> UnwindSafe for MapDeserializer<'de, I, E> where
    E: UnwindSafe,
    I: UnwindSafe,
    <<I as Iterator>::Item as Pair>::Second: UnwindSafe
","synthetic":true,"types":["serde::de::value::MapDeserializer"]},{"text":"impl<A> UnwindSafe for MapAccessDeserializer<A> where
    A: UnwindSafe
","synthetic":true,"types":["serde::de::value::MapAccessDeserializer"]},{"text":"impl<Ok, Error> UnwindSafe for Impossible<Ok, Error> where
    Error: UnwindSafe,
    Ok: UnwindSafe
","synthetic":true,"types":["serde::ser::impossible::Impossible"]}]; implementors["serde_json"] = [{"text":"impl<R> UnwindSafe for Deserializer<R> where
    R: UnwindSafe
","synthetic":true,"types":["serde_json::de::Deserializer"]},{"text":"impl<'de, R, T> UnwindSafe for StreamDeserializer<'de, R, T> where
    R: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["serde_json::de::StreamDeserializer"]},{"text":"impl !UnwindSafe for Error","synthetic":true,"types":["serde_json::error::Error"]},{"text":"impl<W, F> UnwindSafe for Serializer<W, F> where
    F: UnwindSafe,
    W: UnwindSafe
","synthetic":true,"types":["serde_json::ser::Serializer"]},{"text":"impl<K, V> UnwindSafe for Map<K, V> where
    K: RefUnwindSafe + UnwindSafe,
    V: RefUnwindSafe + UnwindSafe
","synthetic":true,"types":["serde_json::map::Map"]},{"text":"impl UnwindSafe for Number","synthetic":true,"types":["serde_json::number::Number"]},{"text":"impl UnwindSafe for Value","synthetic":true,"types":["serde_json::value::Value"]},{"text":"impl<'a> UnwindSafe for SliceRead<'a>","synthetic":true,"types":["serde_json::read::SliceRead"]},{"text":"impl<'a> UnwindSafe for StrRead<'a>","synthetic":true,"types":["serde_json::read::StrRead"]},{"text":"impl<R> UnwindSafe for IoRead<R> where
    R: UnwindSafe
","synthetic":true,"types":["serde_json::read::IoRead"]},{"text":"impl UnwindSafe for Category","synthetic":true,"types":["serde_json::error::Category"]},{"text":"impl<'a> !UnwindSafe for VacantEntry<'a>","synthetic":true,"types":["serde_json::map::VacantEntry"]},{"text":"impl<'a> !UnwindSafe for OccupiedEntry<'a>","synthetic":true,"types":["serde_json::map::OccupiedEntry"]},{"text":"impl<'a> UnwindSafe for Iter<'a>","synthetic":true,"types":["serde_json::map::Iter"]},{"text":"impl<'a> !UnwindSafe for IterMut<'a>","synthetic":true,"types":["serde_json::map::IterMut"]},{"text":"impl UnwindSafe for IntoIter","synthetic":true,"types":["serde_json::map::IntoIter"]},{"text":"impl<'a> UnwindSafe for Keys<'a>","synthetic":true,"types":["serde_json::map::Keys"]},{"text":"impl<'a> UnwindSafe for Values<'a>","synthetic":true,"types":["serde_json::map::Values"]},{"text":"impl<'a> !UnwindSafe for ValuesMut<'a>","synthetic":true,"types":["serde_json::map::ValuesMut"]},{"text":"impl<'a> !UnwindSafe for Entry<'a>","synthetic":true,"types":["serde_json::map::Entry"]},{"text":"impl UnwindSafe for CompactFormatter","synthetic":true,"types":["serde_json::ser::CompactFormatter"]},{"text":"impl<'a> UnwindSafe for PrettyFormatter<'a>","synthetic":true,"types":["serde_json::ser::PrettyFormatter"]},{"text":"impl UnwindSafe for CharEscape","synthetic":true,"types":["serde_json::ser::CharEscape"]},{"text":"impl UnwindSafe for Serializer","synthetic":true,"types":["serde_json::value::ser::Serializer"]}]; implementors["serde_urlencoded"] = [{"text":"impl<'de> UnwindSafe for Deserializer<'de>","synthetic":true,"types":["serde_urlencoded::de::Deserializer"]},{"text":"impl<'input, 'output, Target> !UnwindSafe for Serializer<'input, 'output, Target>","synthetic":true,"types":["serde_urlencoded::ser::Serializer"]},{"text":"impl<'input, 'output, Target> !UnwindSafe for SeqSerializer<'input, 'output, Target>","synthetic":true,"types":["serde_urlencoded::ser::SeqSerializer"]},{"text":"impl<'input, 'output, Target> !UnwindSafe for TupleSerializer<'input, 'output, Target>","synthetic":true,"types":["serde_urlencoded::ser::TupleSerializer"]},{"text":"impl<'input, 'output, T> !UnwindSafe for TupleStructSerializer<'input, 'output, T>","synthetic":true,"types":["serde_urlencoded::ser::TupleStructSerializer"]},{"text":"impl<'input, 'output, T> !UnwindSafe for TupleVariantSerializer<'input, 'output, T>","synthetic":true,"types":["serde_urlencoded::ser::TupleVariantSerializer"]},{"text":"impl<'input, 'output, Target> !UnwindSafe for MapSerializer<'input, 'output, Target>","synthetic":true,"types":["serde_urlencoded::ser::MapSerializer"]},{"text":"impl<'input, 'output, Target> !UnwindSafe for StructSerializer<'input, 'output, Target>","synthetic":true,"types":["serde_urlencoded::ser::StructSerializer"]},{"text":"impl<'input, 'output, T> !UnwindSafe for StructVariantSerializer<'input, 'output, T>","synthetic":true,"types":["serde_urlencoded::ser::StructVariantSerializer"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["serde_urlencoded::ser::Error"]}]; implementors["signal_hook_registry"] = [{"text":"impl UnwindSafe for SigId","synthetic":true,"types":["signal_hook_registry::SigId"]}]; implementors["slab"] = [{"text":"impl<T> UnwindSafe for Slab<T> where
    T: UnwindSafe
","synthetic":true,"types":["slab::Slab"]},{"text":"impl<'a, T> !UnwindSafe for VacantEntry<'a, T>","synthetic":true,"types":["slab::VacantEntry"]},{"text":"impl<'a, T> UnwindSafe for Iter<'a, T> where
    T: RefUnwindSafe
","synthetic":true,"types":["slab::Iter"]},{"text":"impl<'a, T> !UnwindSafe for IterMut<'a, T>","synthetic":true,"types":["slab::IterMut"]},{"text":"impl<'a, T> UnwindSafe for Drain<'a, T> where
    T: RefUnwindSafe
","synthetic":true,"types":["slab::Drain"]}]; implementors["smallvec"] = [{"text":"impl<'a, T> !UnwindSafe for Drain<'a, T>","synthetic":true,"types":["smallvec::Drain"]},{"text":"impl<A> UnwindSafe for SmallVec<A> where
    A: UnwindSafe,
    <A as Array>::Item: RefUnwindSafe
","synthetic":true,"types":["smallvec::SmallVec"]},{"text":"impl<A> UnwindSafe for IntoIter<A> where
    A: UnwindSafe,
    <A as Array>::Item: RefUnwindSafe
","synthetic":true,"types":["smallvec::IntoIter"]}]; implementors["socket2"] = [{"text":"impl UnwindSafe for Socket","synthetic":true,"types":["socket2::Socket"]},{"text":"impl UnwindSafe for SockAddr","synthetic":true,"types":["socket2::SockAddr"]},{"text":"impl UnwindSafe for Domain","synthetic":true,"types":["socket2::Domain"]},{"text":"impl UnwindSafe for Type","synthetic":true,"types":["socket2::Type"]},{"text":"impl UnwindSafe for Protocol","synthetic":true,"types":["socket2::Protocol"]}]; implementors["string"] = [{"text":"impl<T> UnwindSafe for String<T> where
    T: UnwindSafe
","synthetic":true,"types":["string::String"]}]; implementors["syn"] = [{"text":"impl UnwindSafe for Attribute","synthetic":true,"types":["syn::attr::Attribute"]},{"text":"impl UnwindSafe for MetaList","synthetic":true,"types":["syn::attr::MetaList"]},{"text":"impl UnwindSafe for MetaNameValue","synthetic":true,"types":["syn::attr::MetaNameValue"]},{"text":"impl UnwindSafe for Field","synthetic":true,"types":["syn::data::Field"]},{"text":"impl UnwindSafe for FieldsNamed","synthetic":true,"types":["syn::data::FieldsNamed"]},{"text":"impl UnwindSafe for FieldsUnnamed","synthetic":true,"types":["syn::data::FieldsUnnamed"]},{"text":"impl UnwindSafe for Variant","synthetic":true,"types":["syn::data::Variant"]},{"text":"impl UnwindSafe for VisCrate","synthetic":true,"types":["syn::data::VisCrate"]},{"text":"impl UnwindSafe for VisPublic","synthetic":true,"types":["syn::data::VisPublic"]},{"text":"impl UnwindSafe for VisRestricted","synthetic":true,"types":["syn::data::VisRestricted"]},{"text":"impl UnwindSafe for ExprArray","synthetic":true,"types":["syn::expr::ExprArray"]},{"text":"impl UnwindSafe for ExprAssign","synthetic":true,"types":["syn::expr::ExprAssign"]},{"text":"impl UnwindSafe for ExprAssignOp","synthetic":true,"types":["syn::expr::ExprAssignOp"]},{"text":"impl UnwindSafe for ExprAsync","synthetic":true,"types":["syn::expr::ExprAsync"]},{"text":"impl UnwindSafe for ExprBinary","synthetic":true,"types":["syn::expr::ExprBinary"]},{"text":"impl UnwindSafe for ExprBlock","synthetic":true,"types":["syn::expr::ExprBlock"]},{"text":"impl UnwindSafe for ExprBox","synthetic":true,"types":["syn::expr::ExprBox"]},{"text":"impl UnwindSafe for ExprBreak","synthetic":true,"types":["syn::expr::ExprBreak"]},{"text":"impl UnwindSafe for ExprCall","synthetic":true,"types":["syn::expr::ExprCall"]},{"text":"impl UnwindSafe for ExprCast","synthetic":true,"types":["syn::expr::ExprCast"]},{"text":"impl UnwindSafe for ExprClosure","synthetic":true,"types":["syn::expr::ExprClosure"]},{"text":"impl UnwindSafe for ExprContinue","synthetic":true,"types":["syn::expr::ExprContinue"]},{"text":"impl UnwindSafe for ExprField","synthetic":true,"types":["syn::expr::ExprField"]},{"text":"impl UnwindSafe for ExprForLoop","synthetic":true,"types":["syn::expr::ExprForLoop"]},{"text":"impl UnwindSafe for ExprGroup","synthetic":true,"types":["syn::expr::ExprGroup"]},{"text":"impl UnwindSafe for ExprIf","synthetic":true,"types":["syn::expr::ExprIf"]},{"text":"impl UnwindSafe for ExprInPlace","synthetic":true,"types":["syn::expr::ExprInPlace"]},{"text":"impl UnwindSafe for ExprIndex","synthetic":true,"types":["syn::expr::ExprIndex"]},{"text":"impl UnwindSafe for ExprLet","synthetic":true,"types":["syn::expr::ExprLet"]},{"text":"impl UnwindSafe for ExprLit","synthetic":true,"types":["syn::expr::ExprLit"]},{"text":"impl UnwindSafe for ExprLoop","synthetic":true,"types":["syn::expr::ExprLoop"]},{"text":"impl UnwindSafe for ExprMacro","synthetic":true,"types":["syn::expr::ExprMacro"]},{"text":"impl UnwindSafe for ExprMatch","synthetic":true,"types":["syn::expr::ExprMatch"]},{"text":"impl UnwindSafe for ExprMethodCall","synthetic":true,"types":["syn::expr::ExprMethodCall"]},{"text":"impl UnwindSafe for ExprParen","synthetic":true,"types":["syn::expr::ExprParen"]},{"text":"impl UnwindSafe for ExprPath","synthetic":true,"types":["syn::expr::ExprPath"]},{"text":"impl UnwindSafe for ExprRange","synthetic":true,"types":["syn::expr::ExprRange"]},{"text":"impl UnwindSafe for ExprReference","synthetic":true,"types":["syn::expr::ExprReference"]},{"text":"impl UnwindSafe for ExprRepeat","synthetic":true,"types":["syn::expr::ExprRepeat"]},{"text":"impl UnwindSafe for ExprReturn","synthetic":true,"types":["syn::expr::ExprReturn"]},{"text":"impl UnwindSafe for ExprStruct","synthetic":true,"types":["syn::expr::ExprStruct"]},{"text":"impl UnwindSafe for ExprTry","synthetic":true,"types":["syn::expr::ExprTry"]},{"text":"impl UnwindSafe for ExprTryBlock","synthetic":true,"types":["syn::expr::ExprTryBlock"]},{"text":"impl UnwindSafe for ExprTuple","synthetic":true,"types":["syn::expr::ExprTuple"]},{"text":"impl UnwindSafe for ExprType","synthetic":true,"types":["syn::expr::ExprType"]},{"text":"impl UnwindSafe for ExprUnary","synthetic":true,"types":["syn::expr::ExprUnary"]},{"text":"impl UnwindSafe for ExprUnsafe","synthetic":true,"types":["syn::expr::ExprUnsafe"]},{"text":"impl UnwindSafe for ExprVerbatim","synthetic":true,"types":["syn::expr::ExprVerbatim"]},{"text":"impl UnwindSafe for ExprWhile","synthetic":true,"types":["syn::expr::ExprWhile"]},{"text":"impl UnwindSafe for ExprYield","synthetic":true,"types":["syn::expr::ExprYield"]},{"text":"impl UnwindSafe for Index","synthetic":true,"types":["syn::expr::Index"]},{"text":"impl UnwindSafe for BoundLifetimes","synthetic":true,"types":["syn::generics::BoundLifetimes"]},{"text":"impl UnwindSafe for ConstParam","synthetic":true,"types":["syn::generics::ConstParam"]},{"text":"impl UnwindSafe for Generics","synthetic":true,"types":["syn::generics::Generics"]},{"text":"impl UnwindSafe for LifetimeDef","synthetic":true,"types":["syn::generics::LifetimeDef"]},{"text":"impl UnwindSafe for PredicateEq","synthetic":true,"types":["syn::generics::PredicateEq"]},{"text":"impl UnwindSafe for PredicateLifetime","synthetic":true,"types":["syn::generics::PredicateLifetime"]},{"text":"impl UnwindSafe for PredicateType","synthetic":true,"types":["syn::generics::PredicateType"]},{"text":"impl UnwindSafe for TraitBound","synthetic":true,"types":["syn::generics::TraitBound"]},{"text":"impl UnwindSafe for TypeParam","synthetic":true,"types":["syn::generics::TypeParam"]},{"text":"impl UnwindSafe for WhereClause","synthetic":true,"types":["syn::generics::WhereClause"]},{"text":"impl<'a> !UnwindSafe for ImplGenerics<'a>","synthetic":true,"types":["syn::generics::ImplGenerics"]},{"text":"impl<'a> !UnwindSafe for Turbofish<'a>","synthetic":true,"types":["syn::generics::Turbofish"]},{"text":"impl<'a> !UnwindSafe for TypeGenerics<'a>","synthetic":true,"types":["syn::generics::TypeGenerics"]},{"text":"impl UnwindSafe for Lifetime","synthetic":true,"types":["syn::lifetime::Lifetime"]},{"text":"impl UnwindSafe for LitBool","synthetic":true,"types":["syn::lit::LitBool"]},{"text":"impl UnwindSafe for LitByte","synthetic":true,"types":["syn::lit::LitByte"]},{"text":"impl UnwindSafe for LitByteStr","synthetic":true,"types":["syn::lit::LitByteStr"]},{"text":"impl UnwindSafe for LitChar","synthetic":true,"types":["syn::lit::LitChar"]},{"text":"impl UnwindSafe for LitFloat","synthetic":true,"types":["syn::lit::LitFloat"]},{"text":"impl UnwindSafe for LitInt","synthetic":true,"types":["syn::lit::LitInt"]},{"text":"impl UnwindSafe for LitStr","synthetic":true,"types":["syn::lit::LitStr"]},{"text":"impl UnwindSafe for LitVerbatim","synthetic":true,"types":["syn::lit::LitVerbatim"]},{"text":"impl UnwindSafe for Macro","synthetic":true,"types":["syn::mac::Macro"]},{"text":"impl UnwindSafe for DataEnum","synthetic":true,"types":["syn::derive::DataEnum"]},{"text":"impl UnwindSafe for DataStruct","synthetic":true,"types":["syn::derive::DataStruct"]},{"text":"impl UnwindSafe for DataUnion","synthetic":true,"types":["syn::derive::DataUnion"]},{"text":"impl UnwindSafe for DeriveInput","synthetic":true,"types":["syn::derive::DeriveInput"]},{"text":"impl UnwindSafe for Abi","synthetic":true,"types":["syn::ty::Abi"]},{"text":"impl UnwindSafe for BareFnArg","synthetic":true,"types":["syn::ty::BareFnArg"]},{"text":"impl UnwindSafe for TypeArray","synthetic":true,"types":["syn::ty::TypeArray"]},{"text":"impl UnwindSafe for TypeBareFn","synthetic":true,"types":["syn::ty::TypeBareFn"]},{"text":"impl UnwindSafe for TypeGroup","synthetic":true,"types":["syn::ty::TypeGroup"]},{"text":"impl UnwindSafe for TypeImplTrait","synthetic":true,"types":["syn::ty::TypeImplTrait"]},{"text":"impl UnwindSafe for TypeInfer","synthetic":true,"types":["syn::ty::TypeInfer"]},{"text":"impl UnwindSafe for TypeMacro","synthetic":true,"types":["syn::ty::TypeMacro"]},{"text":"impl UnwindSafe for TypeNever","synthetic":true,"types":["syn::ty::TypeNever"]},{"text":"impl UnwindSafe for TypeParen","synthetic":true,"types":["syn::ty::TypeParen"]},{"text":"impl UnwindSafe for TypePath","synthetic":true,"types":["syn::ty::TypePath"]},{"text":"impl UnwindSafe for TypePtr","synthetic":true,"types":["syn::ty::TypePtr"]},{"text":"impl UnwindSafe for TypeReference","synthetic":true,"types":["syn::ty::TypeReference"]},{"text":"impl UnwindSafe for TypeSlice","synthetic":true,"types":["syn::ty::TypeSlice"]},{"text":"impl UnwindSafe for TypeTraitObject","synthetic":true,"types":["syn::ty::TypeTraitObject"]},{"text":"impl UnwindSafe for TypeTuple","synthetic":true,"types":["syn::ty::TypeTuple"]},{"text":"impl UnwindSafe for TypeVerbatim","synthetic":true,"types":["syn::ty::TypeVerbatim"]},{"text":"impl UnwindSafe for AngleBracketedGenericArguments","synthetic":true,"types":["syn::path::AngleBracketedGenericArguments"]},{"text":"impl UnwindSafe for Binding","synthetic":true,"types":["syn::path::Binding"]},{"text":"impl UnwindSafe for Constraint","synthetic":true,"types":["syn::path::Constraint"]},{"text":"impl UnwindSafe for ParenthesizedGenericArguments","synthetic":true,"types":["syn::path::ParenthesizedGenericArguments"]},{"text":"impl UnwindSafe for Path","synthetic":true,"types":["syn::path::Path"]},{"text":"impl UnwindSafe for PathSegment","synthetic":true,"types":["syn::path::PathSegment"]},{"text":"impl UnwindSafe for QSelf","synthetic":true,"types":["syn::path::QSelf"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["syn::error::Error"]},{"text":"impl UnwindSafe for AttrStyle","synthetic":true,"types":["syn::attr::AttrStyle"]},{"text":"impl UnwindSafe for Meta","synthetic":true,"types":["syn::attr::Meta"]},{"text":"impl UnwindSafe for NestedMeta","synthetic":true,"types":["syn::attr::NestedMeta"]},{"text":"impl UnwindSafe for Fields","synthetic":true,"types":["syn::data::Fields"]},{"text":"impl UnwindSafe for Visibility","synthetic":true,"types":["syn::data::Visibility"]},{"text":"impl UnwindSafe for Expr","synthetic":true,"types":["syn::expr::Expr"]},{"text":"impl UnwindSafe for Member","synthetic":true,"types":["syn::expr::Member"]},{"text":"impl UnwindSafe for GenericParam","synthetic":true,"types":["syn::generics::GenericParam"]},{"text":"impl UnwindSafe for TraitBoundModifier","synthetic":true,"types":["syn::generics::TraitBoundModifier"]},{"text":"impl UnwindSafe for TypeParamBound","synthetic":true,"types":["syn::generics::TypeParamBound"]},{"text":"impl UnwindSafe for WherePredicate","synthetic":true,"types":["syn::generics::WherePredicate"]},{"text":"impl UnwindSafe for FloatSuffix","synthetic":true,"types":["syn::lit::FloatSuffix"]},{"text":"impl UnwindSafe for IntSuffix","synthetic":true,"types":["syn::lit::IntSuffix"]},{"text":"impl UnwindSafe for Lit","synthetic":true,"types":["syn::lit::Lit"]},{"text":"impl UnwindSafe for StrStyle","synthetic":true,"types":["syn::lit::StrStyle"]},{"text":"impl UnwindSafe for MacroDelimiter","synthetic":true,"types":["syn::mac::MacroDelimiter"]},{"text":"impl UnwindSafe for Data","synthetic":true,"types":["syn::derive::Data"]},{"text":"impl UnwindSafe for BinOp","synthetic":true,"types":["syn::op::BinOp"]},{"text":"impl UnwindSafe for UnOp","synthetic":true,"types":["syn::op::UnOp"]},{"text":"impl UnwindSafe for BareFnArgName","synthetic":true,"types":["syn::ty::BareFnArgName"]},{"text":"impl UnwindSafe for ReturnType","synthetic":true,"types":["syn::ty::ReturnType"]},{"text":"impl UnwindSafe for Type","synthetic":true,"types":["syn::ty::Type"]},{"text":"impl UnwindSafe for GenericArgument","synthetic":true,"types":["syn::path::GenericArgument"]},{"text":"impl UnwindSafe for PathArguments","synthetic":true,"types":["syn::path::PathArguments"]},{"text":"impl UnwindSafe for Underscore","synthetic":true,"types":["syn::token::Underscore"]},{"text":"impl UnwindSafe for Abstract","synthetic":true,"types":["syn::token::Abstract"]},{"text":"impl UnwindSafe for As","synthetic":true,"types":["syn::token::As"]},{"text":"impl UnwindSafe for Async","synthetic":true,"types":["syn::token::Async"]},{"text":"impl UnwindSafe for Auto","synthetic":true,"types":["syn::token::Auto"]},{"text":"impl UnwindSafe for Become","synthetic":true,"types":["syn::token::Become"]},{"text":"impl UnwindSafe for Box","synthetic":true,"types":["syn::token::Box"]},{"text":"impl UnwindSafe for Break","synthetic":true,"types":["syn::token::Break"]},{"text":"impl UnwindSafe for Const","synthetic":true,"types":["syn::token::Const"]},{"text":"impl UnwindSafe for Continue","synthetic":true,"types":["syn::token::Continue"]},{"text":"impl UnwindSafe for Crate","synthetic":true,"types":["syn::token::Crate"]},{"text":"impl UnwindSafe for Default","synthetic":true,"types":["syn::token::Default"]},{"text":"impl UnwindSafe for Do","synthetic":true,"types":["syn::token::Do"]},{"text":"impl UnwindSafe for Dyn","synthetic":true,"types":["syn::token::Dyn"]},{"text":"impl UnwindSafe for Else","synthetic":true,"types":["syn::token::Else"]},{"text":"impl UnwindSafe for Enum","synthetic":true,"types":["syn::token::Enum"]},{"text":"impl UnwindSafe for Existential","synthetic":true,"types":["syn::token::Existential"]},{"text":"impl UnwindSafe for Extern","synthetic":true,"types":["syn::token::Extern"]},{"text":"impl UnwindSafe for Final","synthetic":true,"types":["syn::token::Final"]},{"text":"impl UnwindSafe for Fn","synthetic":true,"types":["syn::token::Fn"]},{"text":"impl UnwindSafe for For","synthetic":true,"types":["syn::token::For"]},{"text":"impl UnwindSafe for If","synthetic":true,"types":["syn::token::If"]},{"text":"impl UnwindSafe for Impl","synthetic":true,"types":["syn::token::Impl"]},{"text":"impl UnwindSafe for In","synthetic":true,"types":["syn::token::In"]},{"text":"impl UnwindSafe for Let","synthetic":true,"types":["syn::token::Let"]},{"text":"impl UnwindSafe for Loop","synthetic":true,"types":["syn::token::Loop"]},{"text":"impl UnwindSafe for Macro","synthetic":true,"types":["syn::token::Macro"]},{"text":"impl UnwindSafe for Match","synthetic":true,"types":["syn::token::Match"]},{"text":"impl UnwindSafe for Mod","synthetic":true,"types":["syn::token::Mod"]},{"text":"impl UnwindSafe for Move","synthetic":true,"types":["syn::token::Move"]},{"text":"impl UnwindSafe for Mut","synthetic":true,"types":["syn::token::Mut"]},{"text":"impl UnwindSafe for Override","synthetic":true,"types":["syn::token::Override"]},{"text":"impl UnwindSafe for Priv","synthetic":true,"types":["syn::token::Priv"]},{"text":"impl UnwindSafe for Pub","synthetic":true,"types":["syn::token::Pub"]},{"text":"impl UnwindSafe for Ref","synthetic":true,"types":["syn::token::Ref"]},{"text":"impl UnwindSafe for Return","synthetic":true,"types":["syn::token::Return"]},{"text":"impl UnwindSafe for SelfType","synthetic":true,"types":["syn::token::SelfType"]},{"text":"impl UnwindSafe for SelfValue","synthetic":true,"types":["syn::token::SelfValue"]},{"text":"impl UnwindSafe for Static","synthetic":true,"types":["syn::token::Static"]},{"text":"impl UnwindSafe for Struct","synthetic":true,"types":["syn::token::Struct"]},{"text":"impl UnwindSafe for Super","synthetic":true,"types":["syn::token::Super"]},{"text":"impl UnwindSafe for Trait","synthetic":true,"types":["syn::token::Trait"]},{"text":"impl UnwindSafe for Try","synthetic":true,"types":["syn::token::Try"]},{"text":"impl UnwindSafe for Type","synthetic":true,"types":["syn::token::Type"]},{"text":"impl UnwindSafe for Typeof","synthetic":true,"types":["syn::token::Typeof"]},{"text":"impl UnwindSafe for Union","synthetic":true,"types":["syn::token::Union"]},{"text":"impl UnwindSafe for Unsafe","synthetic":true,"types":["syn::token::Unsafe"]},{"text":"impl UnwindSafe for Unsized","synthetic":true,"types":["syn::token::Unsized"]},{"text":"impl UnwindSafe for Use","synthetic":true,"types":["syn::token::Use"]},{"text":"impl UnwindSafe for Virtual","synthetic":true,"types":["syn::token::Virtual"]},{"text":"impl UnwindSafe for Where","synthetic":true,"types":["syn::token::Where"]},{"text":"impl UnwindSafe for While","synthetic":true,"types":["syn::token::While"]},{"text":"impl UnwindSafe for Yield","synthetic":true,"types":["syn::token::Yield"]},{"text":"impl UnwindSafe for Add","synthetic":true,"types":["syn::token::Add"]},{"text":"impl UnwindSafe for AddEq","synthetic":true,"types":["syn::token::AddEq"]},{"text":"impl UnwindSafe for And","synthetic":true,"types":["syn::token::And"]},{"text":"impl UnwindSafe for AndAnd","synthetic":true,"types":["syn::token::AndAnd"]},{"text":"impl UnwindSafe for AndEq","synthetic":true,"types":["syn::token::AndEq"]},{"text":"impl UnwindSafe for At","synthetic":true,"types":["syn::token::At"]},{"text":"impl UnwindSafe for Bang","synthetic":true,"types":["syn::token::Bang"]},{"text":"impl UnwindSafe for Caret","synthetic":true,"types":["syn::token::Caret"]},{"text":"impl UnwindSafe for CaretEq","synthetic":true,"types":["syn::token::CaretEq"]},{"text":"impl UnwindSafe for Colon","synthetic":true,"types":["syn::token::Colon"]},{"text":"impl UnwindSafe for Colon2","synthetic":true,"types":["syn::token::Colon2"]},{"text":"impl UnwindSafe for Comma","synthetic":true,"types":["syn::token::Comma"]},{"text":"impl UnwindSafe for Div","synthetic":true,"types":["syn::token::Div"]},{"text":"impl UnwindSafe for DivEq","synthetic":true,"types":["syn::token::DivEq"]},{"text":"impl UnwindSafe for Dollar","synthetic":true,"types":["syn::token::Dollar"]},{"text":"impl UnwindSafe for Dot","synthetic":true,"types":["syn::token::Dot"]},{"text":"impl UnwindSafe for Dot2","synthetic":true,"types":["syn::token::Dot2"]},{"text":"impl UnwindSafe for Dot3","synthetic":true,"types":["syn::token::Dot3"]},{"text":"impl UnwindSafe for DotDotEq","synthetic":true,"types":["syn::token::DotDotEq"]},{"text":"impl UnwindSafe for Eq","synthetic":true,"types":["syn::token::Eq"]},{"text":"impl UnwindSafe for EqEq","synthetic":true,"types":["syn::token::EqEq"]},{"text":"impl UnwindSafe for Ge","synthetic":true,"types":["syn::token::Ge"]},{"text":"impl UnwindSafe for Gt","synthetic":true,"types":["syn::token::Gt"]},{"text":"impl UnwindSafe for Le","synthetic":true,"types":["syn::token::Le"]},{"text":"impl UnwindSafe for Lt","synthetic":true,"types":["syn::token::Lt"]},{"text":"impl UnwindSafe for MulEq","synthetic":true,"types":["syn::token::MulEq"]},{"text":"impl UnwindSafe for Ne","synthetic":true,"types":["syn::token::Ne"]},{"text":"impl UnwindSafe for Or","synthetic":true,"types":["syn::token::Or"]},{"text":"impl UnwindSafe for OrEq","synthetic":true,"types":["syn::token::OrEq"]},{"text":"impl UnwindSafe for OrOr","synthetic":true,"types":["syn::token::OrOr"]},{"text":"impl UnwindSafe for Pound","synthetic":true,"types":["syn::token::Pound"]},{"text":"impl UnwindSafe for Question","synthetic":true,"types":["syn::token::Question"]},{"text":"impl UnwindSafe for RArrow","synthetic":true,"types":["syn::token::RArrow"]},{"text":"impl UnwindSafe for LArrow","synthetic":true,"types":["syn::token::LArrow"]},{"text":"impl UnwindSafe for Rem","synthetic":true,"types":["syn::token::Rem"]},{"text":"impl UnwindSafe for RemEq","synthetic":true,"types":["syn::token::RemEq"]},{"text":"impl UnwindSafe for FatArrow","synthetic":true,"types":["syn::token::FatArrow"]},{"text":"impl UnwindSafe for Semi","synthetic":true,"types":["syn::token::Semi"]},{"text":"impl UnwindSafe for Shl","synthetic":true,"types":["syn::token::Shl"]},{"text":"impl UnwindSafe for ShlEq","synthetic":true,"types":["syn::token::ShlEq"]},{"text":"impl UnwindSafe for Shr","synthetic":true,"types":["syn::token::Shr"]},{"text":"impl UnwindSafe for ShrEq","synthetic":true,"types":["syn::token::ShrEq"]},{"text":"impl UnwindSafe for Star","synthetic":true,"types":["syn::token::Star"]},{"text":"impl UnwindSafe for Sub","synthetic":true,"types":["syn::token::Sub"]},{"text":"impl UnwindSafe for SubEq","synthetic":true,"types":["syn::token::SubEq"]},{"text":"impl UnwindSafe for Tilde","synthetic":true,"types":["syn::token::Tilde"]},{"text":"impl UnwindSafe for Brace","synthetic":true,"types":["syn::token::Brace"]},{"text":"impl UnwindSafe for Bracket","synthetic":true,"types":["syn::token::Bracket"]},{"text":"impl UnwindSafe for Paren","synthetic":true,"types":["syn::token::Paren"]},{"text":"impl UnwindSafe for Group","synthetic":true,"types":["syn::token::Group"]},{"text":"impl !UnwindSafe for TokenBuffer","synthetic":true,"types":["syn::buffer::TokenBuffer"]},{"text":"impl<'a> !UnwindSafe for Cursor<'a>","synthetic":true,"types":["syn::buffer::Cursor"]},{"text":"impl<T, P> UnwindSafe for Punctuated<T, P> where
    P: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["syn::punctuated::Punctuated"]},{"text":"impl<'a, T, P> UnwindSafe for Pairs<'a, T, P> where
    P: RefUnwindSafe,
    T: RefUnwindSafe
","synthetic":true,"types":["syn::punctuated::Pairs"]},{"text":"impl<'a, T, P> !UnwindSafe for PairsMut<'a, T, P>","synthetic":true,"types":["syn::punctuated::PairsMut"]},{"text":"impl<T, P> UnwindSafe for IntoPairs<T, P> where
    P: RefUnwindSafe + UnwindSafe,
    T: RefUnwindSafe + UnwindSafe
","synthetic":true,"types":["syn::punctuated::IntoPairs"]},{"text":"impl<T, P> UnwindSafe for IntoIter<T, P> where
    P: UnwindSafe,
    T: RefUnwindSafe + UnwindSafe
","synthetic":true,"types":["syn::punctuated::IntoIter"]},{"text":"impl<'a, T> !UnwindSafe for Iter<'a, T>","synthetic":true,"types":["syn::punctuated::Iter"]},{"text":"impl<'a, T> !UnwindSafe for IterMut<'a, T>","synthetic":true,"types":["syn::punctuated::IterMut"]},{"text":"impl<T, P> UnwindSafe for Pair<T, P> where
    P: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["syn::punctuated::Pair"]},{"text":"impl<'a> !UnwindSafe for Lookahead1<'a>","synthetic":true,"types":["syn::lookahead::Lookahead1"]},{"text":"impl<'a> !UnwindSafe for ParseBuffer<'a>","synthetic":true,"types":["syn::parse::ParseBuffer"]},{"text":"impl<'c, 'a> !UnwindSafe for StepCursor<'c, 'a>","synthetic":true,"types":["syn::parse::StepCursor"]}]; implementors["synstructure"] = [{"text":"impl<'a> !UnwindSafe for BindingInfo<'a>","synthetic":true,"types":["synstructure::BindingInfo"]},{"text":"impl<'a> !UnwindSafe for VariantAst<'a>","synthetic":true,"types":["synstructure::VariantAst"]},{"text":"impl<'a> !UnwindSafe for VariantInfo<'a>","synthetic":true,"types":["synstructure::VariantInfo"]},{"text":"impl<'a> !UnwindSafe for Structure<'a>","synthetic":true,"types":["synstructure::Structure"]},{"text":"impl UnwindSafe for AddBounds","synthetic":true,"types":["synstructure::AddBounds"]},{"text":"impl UnwindSafe for BindStyle","synthetic":true,"types":["synstructure::BindStyle"]}]; implementors["termcolor"] = [{"text":"impl UnwindSafe for StandardStream","synthetic":true,"types":["termcolor::StandardStream"]},{"text":"impl<'a> UnwindSafe for StandardStreamLock<'a>","synthetic":true,"types":["termcolor::StandardStreamLock"]},{"text":"impl UnwindSafe for BufferedStandardStream","synthetic":true,"types":["termcolor::BufferedStandardStream"]},{"text":"impl UnwindSafe for BufferWriter","synthetic":true,"types":["termcolor::BufferWriter"]},{"text":"impl UnwindSafe for Buffer","synthetic":true,"types":["termcolor::Buffer"]},{"text":"impl<W> UnwindSafe for NoColor<W> where
    W: UnwindSafe
","synthetic":true,"types":["termcolor::NoColor"]},{"text":"impl<W> UnwindSafe for Ansi<W> where
    W: UnwindSafe
","synthetic":true,"types":["termcolor::Ansi"]},{"text":"impl UnwindSafe for ColorSpec","synthetic":true,"types":["termcolor::ColorSpec"]},{"text":"impl UnwindSafe for ParseColorError","synthetic":true,"types":["termcolor::ParseColorError"]},{"text":"impl UnwindSafe for ColorChoice","synthetic":true,"types":["termcolor::ColorChoice"]},{"text":"impl UnwindSafe for Color","synthetic":true,"types":["termcolor::Color"]}]; implementors["thread_local"] = [{"text":"impl<T> !UnwindSafe for CachedIntoIter<T>","synthetic":true,"types":["thread_local::cached::CachedIntoIter"]},{"text":"impl<'a, T> !UnwindSafe for CachedIterMut<'a, T>","synthetic":true,"types":["thread_local::cached::CachedIterMut"]},{"text":"impl<'a, T> !UnwindSafe for IterMut<'a, T>","synthetic":true,"types":["thread_local::IterMut"]},{"text":"impl<T> !UnwindSafe for IntoIter<T>","synthetic":true,"types":["thread_local::IntoIter"]},{"text":"impl<T: Send + UnwindSafe> UnwindSafe for CachedThreadLocal<T>","synthetic":false,"types":["thread_local::cached::CachedThreadLocal"]},{"text":"impl<T: Send + UnwindSafe> UnwindSafe for ThreadLocal<T>","synthetic":false,"types":["thread_local::ThreadLocal"]}]; implementors["threadpool"] = [{"text":"impl UnwindSafe for Builder","synthetic":true,"types":["threadpool::Builder"]},{"text":"impl !UnwindSafe for ThreadPool","synthetic":true,"types":["threadpool::ThreadPool"]}]; implementors["time"] = [{"text":"impl UnwindSafe for Duration","synthetic":true,"types":["time::duration::Duration"]},{"text":"impl UnwindSafe for OutOfRangeError","synthetic":true,"types":["time::duration::OutOfRangeError"]},{"text":"impl UnwindSafe for Timespec","synthetic":true,"types":["time::Timespec"]},{"text":"impl UnwindSafe for PreciseTime","synthetic":true,"types":["time::PreciseTime"]},{"text":"impl UnwindSafe for SteadyTime","synthetic":true,"types":["time::SteadyTime"]},{"text":"impl UnwindSafe for Tm","synthetic":true,"types":["time::Tm"]},{"text":"impl<'a> UnwindSafe for TmFmt<'a>","synthetic":true,"types":["time::TmFmt"]},{"text":"impl UnwindSafe for ParseError","synthetic":true,"types":["time::ParseError"]}]; implementors["tokio_codec"] = [{"text":"impl UnwindSafe for BytesCodec","synthetic":true,"types":["tokio_codec::bytes_codec::BytesCodec"]},{"text":"impl UnwindSafe for LinesCodec","synthetic":true,"types":["tokio_codec::lines_codec::LinesCodec"]}]; implementors["tokio_current_thread"] = [{"text":"impl<P = ParkThread> !UnwindSafe for CurrentThread<P>","synthetic":true,"types":["tokio_current_thread::CurrentThread"]},{"text":"impl UnwindSafe for TaskExecutor","synthetic":true,"types":["tokio_current_thread::TaskExecutor"]},{"text":"impl UnwindSafe for Turn","synthetic":true,"types":["tokio_current_thread::Turn"]},{"text":"impl<'a, P> !UnwindSafe for Entered<'a, P>","synthetic":true,"types":["tokio_current_thread::Entered"]},{"text":"impl UnwindSafe for RunError","synthetic":true,"types":["tokio_current_thread::RunError"]},{"text":"impl UnwindSafe for RunTimeoutError","synthetic":true,"types":["tokio_current_thread::RunTimeoutError"]},{"text":"impl UnwindSafe for TurnError","synthetic":true,"types":["tokio_current_thread::TurnError"]},{"text":"impl<T> UnwindSafe for BlockError<T> where
    T: UnwindSafe
","synthetic":true,"types":["tokio_current_thread::BlockError"]},{"text":"impl !UnwindSafe for Handle","synthetic":true,"types":["tokio_current_thread::Handle"]}]; implementors["tokio_executor"] = [{"text":"impl !UnwindSafe for Enter","synthetic":true,"types":["tokio_executor::enter::Enter"]},{"text":"impl UnwindSafe for EnterError","synthetic":true,"types":["tokio_executor::enter::EnterError"]},{"text":"impl UnwindSafe for SpawnError","synthetic":true,"types":["tokio_executor::error::SpawnError"]},{"text":"impl UnwindSafe for DefaultExecutor","synthetic":true,"types":["tokio_executor::global::DefaultExecutor"]},{"text":"impl UnwindSafe for DefaultGuard","synthetic":true,"types":["tokio_executor::global::DefaultGuard"]},{"text":"impl UnwindSafe for ParkThread","synthetic":true,"types":["tokio_executor::park::ParkThread"]},{"text":"impl UnwindSafe for ParkError","synthetic":true,"types":["tokio_executor::park::ParkError"]},{"text":"impl !UnwindSafe for UnparkThread","synthetic":true,"types":["tokio_executor::park::UnparkThread"]}]; implementors["tokio_io"] = [{"text":"impl<R, W> UnwindSafe for Copy<R, W> where
    R: UnwindSafe,
    W: UnwindSafe
","synthetic":true,"types":["tokio_io::io::copy::Copy"]},{"text":"impl<A> UnwindSafe for Flush<A> where
    A: UnwindSafe
","synthetic":true,"types":["tokio_io::io::flush::Flush"]},{"text":"impl<R, T> UnwindSafe for Read<R, T> where
    R: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["tokio_io::io::read::Read"]},{"text":"impl<A, T> UnwindSafe for ReadExact<A, T> where
    A: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["tokio_io::io::read_exact::ReadExact"]},{"text":"impl<A> UnwindSafe for ReadToEnd<A> where
    A: UnwindSafe
","synthetic":true,"types":["tokio_io::io::read_to_end::ReadToEnd"]},{"text":"impl<A> UnwindSafe for ReadUntil<A> where
    A: UnwindSafe
","synthetic":true,"types":["tokio_io::io::read_until::ReadUntil"]},{"text":"impl<A> UnwindSafe for Shutdown<A> where
    A: UnwindSafe
","synthetic":true,"types":["tokio_io::io::shutdown::Shutdown"]},{"text":"impl<A, T> UnwindSafe for WriteAll<A, T> where
    A: UnwindSafe,
    T: UnwindSafe
","synthetic":true,"types":["tokio_io::io::write_all::WriteAll"]},{"text":"impl<T> UnwindSafe for AllowStdIo<T> where
    T: UnwindSafe
","synthetic":true,"types":["tokio_io::allow_std::AllowStdIo"]},{"text":"impl<A> UnwindSafe for Lines<A> where
    A: UnwindSafe
","synthetic":true,"types":["tokio_io::lines::Lines"]},{"text":"impl<T> !UnwindSafe for ReadHalf<T>","synthetic":true,"types":["tokio_io::split::ReadHalf"]},{"text":"impl<T> !UnwindSafe for WriteHalf<T>","synthetic":true,"types":["tokio_io::split::WriteHalf"]},{"text":"impl<T> UnwindSafe for Window<T> where
    T: UnwindSafe
","synthetic":true,"types":["tokio_io::window::Window"]}]; implementors["tokio_reactor"] = [{"text":"impl !UnwindSafe for Background","synthetic":true,"types":["tokio_reactor::background::Background"]},{"text":"impl !UnwindSafe for Shutdown","synthetic":true,"types":["tokio_reactor::background::Shutdown"]},{"text":"impl<E> !UnwindSafe for PollEvented<E>","synthetic":true,"types":["tokio_reactor::poll_evented::PollEvented"]},{"text":"impl !UnwindSafe for Registration","synthetic":true,"types":["tokio_reactor::registration::Registration"]},{"text":"impl !UnwindSafe for Reactor","synthetic":true,"types":["tokio_reactor::Reactor"]},{"text":"impl !UnwindSafe for Handle","synthetic":true,"types":["tokio_reactor::Handle"]},{"text":"impl UnwindSafe for Turn","synthetic":true,"types":["tokio_reactor::Turn"]},{"text":"impl UnwindSafe for SetFallbackError","synthetic":true,"types":["tokio_reactor::SetFallbackError"]},{"text":"impl UnwindSafe for DefaultGuard","synthetic":true,"types":["tokio_reactor::DefaultGuard"]}]; implementors["tokio_signal"] = [{"text":"impl !UnwindSafe for Signal","synthetic":true,"types":["tokio_signal::unix::Signal"]}]; implementors["tokio_sync"] = [{"text":"impl<T> !UnwindSafe for Lock<T>","synthetic":true,"types":["tokio_sync::lock::Lock"]},{"text":"impl<T> !UnwindSafe for LockGuard<T>","synthetic":true,"types":["tokio_sync::lock::LockGuard"]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":["tokio_sync::mpsc::bounded::Receiver"]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":["tokio_sync::mpsc::bounded::Sender"]},{"text":"impl<T> !UnwindSafe for UnboundedReceiver<T>","synthetic":true,"types":["tokio_sync::mpsc::unbounded::UnboundedReceiver"]},{"text":"impl<T> !UnwindSafe for UnboundedSender<T>","synthetic":true,"types":["tokio_sync::mpsc::unbounded::UnboundedSender"]},{"text":"impl UnwindSafe for SendError","synthetic":true,"types":["tokio_sync::mpsc::bounded::SendError"]},{"text":"impl<T> UnwindSafe for TrySendError<T> where
    T: UnwindSafe
","synthetic":true,"types":["tokio_sync::mpsc::bounded::TrySendError"]},{"text":"impl UnwindSafe for RecvError","synthetic":true,"types":["tokio_sync::mpsc::bounded::RecvError"]},{"text":"impl UnwindSafe for UnboundedSendError","synthetic":true,"types":["tokio_sync::mpsc::unbounded::UnboundedSendError"]},{"text":"impl<T> UnwindSafe for UnboundedTrySendError<T> where
    T: UnwindSafe
","synthetic":true,"types":["tokio_sync::mpsc::unbounded::UnboundedTrySendError"]},{"text":"impl UnwindSafe for UnboundedRecvError","synthetic":true,"types":["tokio_sync::mpsc::unbounded::UnboundedRecvError"]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":["tokio_sync::oneshot::Sender"]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":["tokio_sync::oneshot::Receiver"]},{"text":"impl UnwindSafe for RecvError","synthetic":true,"types":["tokio_sync::oneshot::error::RecvError"]},{"text":"impl UnwindSafe for TryRecvError","synthetic":true,"types":["tokio_sync::oneshot::error::TryRecvError"]},{"text":"impl !UnwindSafe for Semaphore","synthetic":true,"types":["tokio_sync::semaphore::Semaphore"]},{"text":"impl !UnwindSafe for Permit","synthetic":true,"types":["tokio_sync::semaphore::Permit"]},{"text":"impl UnwindSafe for AcquireError","synthetic":true,"types":["tokio_sync::semaphore::AcquireError"]},{"text":"impl UnwindSafe for TryAcquireError","synthetic":true,"types":["tokio_sync::semaphore::TryAcquireError"]},{"text":"impl !UnwindSafe for AtomicTask","synthetic":true,"types":["tokio_sync::task::atomic_task::AtomicTask"]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":["tokio_sync::watch::Receiver"]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":["tokio_sync::watch::Sender"]},{"text":"impl<'a, T> UnwindSafe for Ref<'a, T>","synthetic":true,"types":["tokio_sync::watch::Ref"]},{"text":"impl UnwindSafe for RecvError","synthetic":true,"types":["tokio_sync::watch::error::RecvError"]},{"text":"impl<T> UnwindSafe for SendError<T> where
    T: UnwindSafe
","synthetic":true,"types":["tokio_sync::watch::error::SendError"]}]; implementors["tokio_tcp"] = [{"text":"impl !UnwindSafe for Incoming","synthetic":true,"types":["tokio_tcp::incoming::Incoming"]},{"text":"impl !UnwindSafe for TcpListener","synthetic":true,"types":["tokio_tcp::listener::TcpListener"]},{"text":"impl !UnwindSafe for ConnectFuture","synthetic":true,"types":["tokio_tcp::stream::ConnectFuture"]},{"text":"impl !UnwindSafe for TcpStream","synthetic":true,"types":["tokio_tcp::stream::TcpStream"]}]; implementors["tokio_timer"] = [{"text":"impl !UnwindSafe for Delay","synthetic":true,"types":["tokio_timer::delay::Delay"]},{"text":"impl<T> !UnwindSafe for DelayQueue<T>","synthetic":true,"types":["tokio_timer::delay_queue::DelayQueue"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["tokio_timer::error::Error"]},{"text":"impl !UnwindSafe for Interval","synthetic":true,"types":["tokio_timer::interval::Interval"]},{"text":"impl<T> !UnwindSafe for Timeout<T>","synthetic":true,"types":["tokio_timer::timeout::Timeout"]},{"text":"impl !UnwindSafe for Clock","synthetic":true,"types":["tokio_timer::clock::clock::Clock"]},{"text":"impl UnwindSafe for DefaultGuard","synthetic":true,"types":["tokio_timer::clock::clock::DefaultGuard"]},{"text":"impl<T> UnwindSafe for Expired<T> where
    T: UnwindSafe
","synthetic":true,"types":["tokio_timer::delay_queue::Expired"]},{"text":"impl UnwindSafe for Key","synthetic":true,"types":["tokio_timer::delay_queue::Key"]},{"text":"impl<T> !UnwindSafe for Throttle<T>","synthetic":true,"types":["tokio_timer::throttle::Throttle"]},{"text":"impl<T> UnwindSafe for ThrottleError<T> where
    T: UnwindSafe
","synthetic":true,"types":["tokio_timer::throttle::ThrottleError"]},{"text":"impl<T> UnwindSafe for Error<T> where
    T: UnwindSafe
","synthetic":true,"types":["tokio_timer::timeout::Error"]},{"text":"impl UnwindSafe for DefaultGuard","synthetic":true,"types":["tokio_timer::timer::handle::DefaultGuard"]},{"text":"impl !UnwindSafe for Handle","synthetic":true,"types":["tokio_timer::timer::handle::Handle"]},{"text":"impl<T, N = Clock> !UnwindSafe for Timer<T, N>","synthetic":true,"types":["tokio_timer::timer::Timer"]},{"text":"impl UnwindSafe for Turn","synthetic":true,"types":["tokio_timer::timer::Turn"]}]; implementors["tokio_udp"] = [{"text":"impl<C> !UnwindSafe for UdpFramed<C>","synthetic":true,"types":["tokio_udp::frame::UdpFramed"]},{"text":"impl<T> !UnwindSafe for RecvDgram<T>","synthetic":true,"types":["tokio_udp::recv_dgram::RecvDgram"]},{"text":"impl<T> !UnwindSafe for SendDgram<T>","synthetic":true,"types":["tokio_udp::send_dgram::SendDgram"]},{"text":"impl !UnwindSafe for UdpSocket","synthetic":true,"types":["tokio_udp::socket::UdpSocket"]}]; implementors["trust_dns_proto"] = [{"text":"impl !UnwindSafe for ProtoError","synthetic":true,"types":["trust_dns_proto::error::ProtoError"]},{"text":"impl UnwindSafe for ProtoErrorKind","synthetic":true,"types":["trust_dns_proto::error::ProtoErrorKind"]},{"text":"impl UnwindSafe for SslErrorStack","synthetic":true,"types":["trust_dns_proto::error::not_openssl::SslErrorStack"]},{"text":"impl UnwindSafe for Unspecified","synthetic":true,"types":["trust_dns_proto::error::not_ring::Unspecified"]},{"text":"impl UnwindSafe for Edns","synthetic":true,"types":["trust_dns_proto::op::edns::Edns"]},{"text":"impl UnwindSafe for Header","synthetic":true,"types":["trust_dns_proto::op::header::Header"]},{"text":"impl UnwindSafe for MessageType","synthetic":true,"types":["trust_dns_proto::op::header::MessageType"]},{"text":"impl UnwindSafe for Message","synthetic":true,"types":["trust_dns_proto::op::message::Message"]},{"text":"impl UnwindSafe for HeaderCounts","synthetic":true,"types":["trust_dns_proto::op::message::HeaderCounts"]},{"text":"impl UnwindSafe for NoopMessageFinalizer","synthetic":true,"types":["trust_dns_proto::op::message::NoopMessageFinalizer"]},{"text":"impl UnwindSafe for OpCode","synthetic":true,"types":["trust_dns_proto::op::op_code::OpCode"]},{"text":"impl UnwindSafe for Query","synthetic":true,"types":["trust_dns_proto::op::query::Query"]},{"text":"impl UnwindSafe for ResponseCode","synthetic":true,"types":["trust_dns_proto::op::response_code::ResponseCode"]},{"text":"impl UnwindSafe for Name","synthetic":true,"types":["trust_dns_proto::rr::domain::name::Name"]},{"text":"impl UnwindSafe for RecordSet","synthetic":true,"types":["trust_dns_proto::rr::rr_set::RecordSet"]},{"text":"impl<'r> UnwindSafe for RrsetRecords<'r>","synthetic":true,"types":["trust_dns_proto::rr::rr_set::RrsetRecords"]},{"text":"impl UnwindSafe for DNSClass","synthetic":true,"types":["trust_dns_proto::rr::dns_class::DNSClass"]},{"text":"impl UnwindSafe for Label","synthetic":true,"types":["trust_dns_proto::rr::domain::label::Label"]},{"text":"impl UnwindSafe for DEFAULT","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::DEFAULT"]},{"text":"impl UnwindSafe for IN_ADDR_ARPA","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::IN_ADDR_ARPA"]},{"text":"impl UnwindSafe for IP6_ARPA","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::IP6_ARPA"]},{"text":"impl UnwindSafe for LOCALHOST","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::LOCALHOST"]},{"text":"impl UnwindSafe for IN_ADDR_ARPA_127","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::IN_ADDR_ARPA_127"]},{"text":"impl UnwindSafe for IP6_ARPA_1","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::IP6_ARPA_1"]},{"text":"impl UnwindSafe for LOCAL","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::LOCAL"]},{"text":"impl UnwindSafe for IN_ADDR_ARPA_169_254","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::IN_ADDR_ARPA_169_254"]},{"text":"impl UnwindSafe for IP6_ARPA_FE_8","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::IP6_ARPA_FE_8"]},{"text":"impl UnwindSafe for IP6_ARPA_FE_9","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::IP6_ARPA_FE_9"]},{"text":"impl UnwindSafe for IP6_ARPA_FE_B","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::IP6_ARPA_FE_B"]},{"text":"impl UnwindSafe for INVALID","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::INVALID"]},{"text":"impl UnwindSafe for ZoneUsage","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::ZoneUsage"]},{"text":"impl UnwindSafe for UserUsage","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::UserUsage"]},{"text":"impl UnwindSafe for AppUsage","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::AppUsage"]},{"text":"impl UnwindSafe for ResolverUsage","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::ResolverUsage"]},{"text":"impl UnwindSafe for CacheUsage","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::CacheUsage"]},{"text":"impl UnwindSafe for AuthUsage","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::AuthUsage"]},{"text":"impl UnwindSafe for OpUsage","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::OpUsage"]},{"text":"impl UnwindSafe for RegistryUsage","synthetic":true,"types":["trust_dns_proto::rr::domain::usage::RegistryUsage"]},{"text":"impl UnwindSafe for CAA","synthetic":true,"types":["trust_dns_proto::rr::rdata::caa::CAA"]},{"text":"impl UnwindSafe for KeyValue","synthetic":true,"types":["trust_dns_proto::rr::rdata::caa::KeyValue"]},{"text":"impl UnwindSafe for Property","synthetic":true,"types":["trust_dns_proto::rr::rdata::caa::Property"]},{"text":"impl UnwindSafe for Value","synthetic":true,"types":["trust_dns_proto::rr::rdata::caa::Value"]},{"text":"impl UnwindSafe for MX","synthetic":true,"types":["trust_dns_proto::rr::rdata::mx::MX"]},{"text":"impl UnwindSafe for NAPTR","synthetic":true,"types":["trust_dns_proto::rr::rdata::naptr::NAPTR"]},{"text":"impl UnwindSafe for NULL","synthetic":true,"types":["trust_dns_proto::rr::rdata::null::NULL"]},{"text":"impl UnwindSafe for OPENPGPKEY","synthetic":true,"types":["trust_dns_proto::rr::rdata::openpgpkey::OPENPGPKEY"]},{"text":"impl UnwindSafe for OPT","synthetic":true,"types":["trust_dns_proto::rr::rdata::opt::OPT"]},{"text":"impl UnwindSafe for EdnsCode","synthetic":true,"types":["trust_dns_proto::rr::rdata::opt::EdnsCode"]},{"text":"impl UnwindSafe for EdnsOption","synthetic":true,"types":["trust_dns_proto::rr::rdata::opt::EdnsOption"]},{"text":"impl UnwindSafe for SOA","synthetic":true,"types":["trust_dns_proto::rr::rdata::soa::SOA"]},{"text":"impl UnwindSafe for SRV","synthetic":true,"types":["trust_dns_proto::rr::rdata::srv::SRV"]},{"text":"impl UnwindSafe for SSHFP","synthetic":true,"types":["trust_dns_proto::rr::rdata::sshfp::SSHFP"]},{"text":"impl UnwindSafe for Algorithm","synthetic":true,"types":["trust_dns_proto::rr::rdata::sshfp::Algorithm"]},{"text":"impl UnwindSafe for FingerprintType","synthetic":true,"types":["trust_dns_proto::rr::rdata::sshfp::FingerprintType"]},{"text":"impl UnwindSafe for TLSA","synthetic":true,"types":["trust_dns_proto::rr::rdata::tlsa::TLSA"]},{"text":"impl UnwindSafe for CertUsage","synthetic":true,"types":["trust_dns_proto::rr::rdata::tlsa::CertUsage"]},{"text":"impl UnwindSafe for Selector","synthetic":true,"types":["trust_dns_proto::rr::rdata::tlsa::Selector"]},{"text":"impl UnwindSafe for Matching","synthetic":true,"types":["trust_dns_proto::rr::rdata::tlsa::Matching"]},{"text":"impl UnwindSafe for TXT","synthetic":true,"types":["trust_dns_proto::rr::rdata::txt::TXT"]},{"text":"impl UnwindSafe for RData","synthetic":true,"types":["trust_dns_proto::rr::record_data::RData"]},{"text":"impl UnwindSafe for RecordType","synthetic":true,"types":["trust_dns_proto::rr::record_type::RecordType"]},{"text":"impl UnwindSafe for Record","synthetic":true,"types":["trust_dns_proto::rr::resource::Record"]},{"text":"impl<'a> UnwindSafe for BinDecoder<'a>","synthetic":true,"types":["trust_dns_proto::serialize::binary::decoder::BinDecoder"]},{"text":"impl<'a> !UnwindSafe for BinEncoder<'a>","synthetic":true,"types":["trust_dns_proto::serialize::binary::encoder::BinEncoder"]},{"text":"impl<T> UnwindSafe for Restrict<T> where
    T: UnwindSafe
","synthetic":true,"types":["trust_dns_proto::serialize::binary::restrict::Restrict"]},{"text":"impl<'a, T> UnwindSafe for Verified<'a, T> where
    T: RefUnwindSafe
","synthetic":true,"types":["trust_dns_proto::serialize::binary::restrict::Verified"]},{"text":"impl UnwindSafe for EncodeMode","synthetic":true,"types":["trust_dns_proto::serialize::binary::encoder::EncodeMode"]},{"text":"impl !UnwindSafe for TcpClientConnect","synthetic":true,"types":["trust_dns_proto::tcp::tcp_client_stream::TcpClientConnect"]},{"text":"impl<S> !UnwindSafe for TcpClientStream<S>","synthetic":true,"types":["trust_dns_proto::tcp::tcp_client_stream::TcpClientStream"]},{"text":"impl<S> !UnwindSafe for TcpStream<S>","synthetic":true,"types":["trust_dns_proto::tcp::tcp_stream::TcpStream"]},{"text":"impl<MF> UnwindSafe for UdpClientConnect<MF> where
    MF: RefUnwindSafe
","synthetic":true,"types":["trust_dns_proto::udp::udp_client_stream::UdpClientConnect"]},{"text":"impl<MF> UnwindSafe for UdpClientStream<MF> where
    MF: RefUnwindSafe
","synthetic":true,"types":["trust_dns_proto::udp::udp_client_stream::UdpClientStream"]},{"text":"impl !UnwindSafe for UdpResponse","synthetic":true,"types":["trust_dns_proto::udp::udp_client_stream::UdpResponse"]},{"text":"impl !UnwindSafe for UdpStream","synthetic":true,"types":["trust_dns_proto::udp::udp_stream::UdpStream"]},{"text":"impl<S, R> !UnwindSafe for DnsExchange<S, R>","synthetic":true,"types":["trust_dns_proto::xfer::dns_exchange::DnsExchange"]},{"text":"impl<F, S, R> !UnwindSafe for DnsExchangeConnect<F, S, R>","synthetic":true,"types":["trust_dns_proto::xfer::dns_exchange::DnsExchangeConnect"]},{"text":"impl UnwindSafe for SerialMessage","synthetic":true,"types":["trust_dns_proto::xfer::serial_message::SerialMessage"]},{"text":"impl !UnwindSafe for BufStreamHandle","synthetic":true,"types":["trust_dns_proto::xfer::BufStreamHandle"]},{"text":"impl !UnwindSafe for BufDnsStreamHandle","synthetic":true,"types":["trust_dns_proto::xfer::BufDnsStreamHandle"]},{"text":"impl<F> !UnwindSafe for DnsRequestStreamHandle<F>","synthetic":true,"types":["trust_dns_proto::xfer::DnsRequestStreamHandle"]},{"text":"impl<F> !UnwindSafe for BufDnsRequestStreamHandle<F>","synthetic":true,"types":["trust_dns_proto::xfer::BufDnsRequestStreamHandle"]},{"text":"impl<F> !UnwindSafe for OneshotDnsRequest<F>","synthetic":true,"types":["trust_dns_proto::xfer::OneshotDnsRequest"]},{"text":"impl<F> !UnwindSafe for OneshotDnsResponseReceiver<F>","synthetic":true,"types":["trust_dns_proto::xfer::OneshotDnsResponseReceiver"]},{"text":"impl !UnwindSafe for StreamHandle","synthetic":true,"types":["trust_dns_proto::xfer::dns_handle::StreamHandle"]},{"text":"impl !UnwindSafe for BasicDnsHandle","synthetic":true,"types":["trust_dns_proto::xfer::dns_handle::BasicDnsHandle"]},{"text":"impl<S, MF, D = Box<dyn DnsStreamHandle + 'static>> !UnwindSafe for DnsMultiplexer<S, MF, D>","synthetic":true,"types":["trust_dns_proto::xfer::dns_multiplexer::DnsMultiplexer"]},{"text":"impl<F, S, MF> !UnwindSafe for DnsMultiplexerConnect<F, S, MF>","synthetic":true,"types":["trust_dns_proto::xfer::dns_multiplexer::DnsMultiplexerConnect"]},{"text":"impl !UnwindSafe for DnsMultiplexerSerialResponse","synthetic":true,"types":["trust_dns_proto::xfer::dns_multiplexer::DnsMultiplexerSerialResponse"]},{"text":"impl UnwindSafe for DnsRequestOptions","synthetic":true,"types":["trust_dns_proto::xfer::dns_request::DnsRequestOptions"]},{"text":"impl UnwindSafe for DnsRequest","synthetic":true,"types":["trust_dns_proto::xfer::dns_request::DnsRequest"]},{"text":"impl UnwindSafe for DnsResponse","synthetic":true,"types":["trust_dns_proto::xfer::dns_response::DnsResponse"]},{"text":"impl<H> UnwindSafe for RetryDnsHandle<H> where
    H: UnwindSafe
","synthetic":true,"types":["trust_dns_proto::xfer::retry_dns_handle::RetryDnsHandle"]}]; implementors["trust_dns_resolver"] = [{"text":"impl !UnwindSafe for AsyncResolver","synthetic":true,"types":["trust_dns_resolver::async_resolver::AsyncResolver"]},{"text":"impl<F, G = F> !UnwindSafe for Background<F, G>","synthetic":true,"types":["trust_dns_resolver::async_resolver::Background"]},{"text":"impl UnwindSafe for Hosts","synthetic":true,"types":["trust_dns_resolver::hosts::Hosts"]},{"text":"impl UnwindSafe for ResolverConfig","synthetic":true,"types":["trust_dns_resolver::config::ResolverConfig"]},{"text":"impl UnwindSafe for NameServerConfig","synthetic":true,"types":["trust_dns_resolver::config::NameServerConfig"]},{"text":"impl UnwindSafe for NameServerConfigGroup","synthetic":true,"types":["trust_dns_resolver::config::NameServerConfigGroup"]},{"text":"impl UnwindSafe for ResolverOpts","synthetic":true,"types":["trust_dns_resolver::config::ResolverOpts"]},{"text":"impl UnwindSafe for Protocol","synthetic":true,"types":["trust_dns_resolver::config::Protocol"]},{"text":"impl UnwindSafe for LookupIpStrategy","synthetic":true,"types":["trust_dns_resolver::config::LookupIpStrategy"]},{"text":"impl !UnwindSafe for ResolveError","synthetic":true,"types":["trust_dns_resolver::error::ResolveError"]},{"text":"impl UnwindSafe for ResolveErrorKind","synthetic":true,"types":["trust_dns_resolver::error::ResolveErrorKind"]},{"text":"impl UnwindSafe for Lookup","synthetic":true,"types":["trust_dns_resolver::lookup::Lookup"]},{"text":"impl<'a> UnwindSafe for LookupIter<'a>","synthetic":true,"types":["trust_dns_resolver::lookup::LookupIter"]},{"text":"impl<'a> UnwindSafe for LookupRecordIter<'a>","synthetic":true,"types":["trust_dns_resolver::lookup::LookupRecordIter"]},{"text":"impl UnwindSafe for LookupIntoIter","synthetic":true,"types":["trust_dns_resolver::lookup::LookupIntoIter"]},{"text":"impl UnwindSafe for SrvLookup","synthetic":true,"types":["trust_dns_resolver::lookup::SrvLookup"]},{"text":"impl<'i> UnwindSafe for SrvLookupIter<'i>","synthetic":true,"types":["trust_dns_resolver::lookup::SrvLookupIter"]},{"text":"impl UnwindSafe for SrvLookupIntoIter","synthetic":true,"types":["trust_dns_resolver::lookup::SrvLookupIntoIter"]},{"text":"impl !UnwindSafe for SrvLookupFuture","synthetic":true,"types":["trust_dns_resolver::lookup::SrvLookupFuture"]},{"text":"impl UnwindSafe for ReverseLookup","synthetic":true,"types":["trust_dns_resolver::lookup::ReverseLookup"]},{"text":"impl<'i> UnwindSafe for ReverseLookupIter<'i>","synthetic":true,"types":["trust_dns_resolver::lookup::ReverseLookupIter"]},{"text":"impl UnwindSafe for ReverseLookupIntoIter","synthetic":true,"types":["trust_dns_resolver::lookup::ReverseLookupIntoIter"]},{"text":"impl !UnwindSafe for ReverseLookupFuture","synthetic":true,"types":["trust_dns_resolver::lookup::ReverseLookupFuture"]},{"text":"impl UnwindSafe for Ipv4Lookup","synthetic":true,"types":["trust_dns_resolver::lookup::Ipv4Lookup"]},{"text":"impl<'i> UnwindSafe for Ipv4LookupIter<'i>","synthetic":true,"types":["trust_dns_resolver::lookup::Ipv4LookupIter"]},{"text":"impl UnwindSafe for Ipv4LookupIntoIter","synthetic":true,"types":["trust_dns_resolver::lookup::Ipv4LookupIntoIter"]},{"text":"impl !UnwindSafe for Ipv4LookupFuture","synthetic":true,"types":["trust_dns_resolver::lookup::Ipv4LookupFuture"]},{"text":"impl UnwindSafe for Ipv6Lookup","synthetic":true,"types":["trust_dns_resolver::lookup::Ipv6Lookup"]},{"text":"impl<'i> UnwindSafe for Ipv6LookupIter<'i>","synthetic":true,"types":["trust_dns_resolver::lookup::Ipv6LookupIter"]},{"text":"impl UnwindSafe for Ipv6LookupIntoIter","synthetic":true,"types":["trust_dns_resolver::lookup::Ipv6LookupIntoIter"]},{"text":"impl !UnwindSafe for Ipv6LookupFuture","synthetic":true,"types":["trust_dns_resolver::lookup::Ipv6LookupFuture"]},{"text":"impl UnwindSafe for MxLookup","synthetic":true,"types":["trust_dns_resolver::lookup::MxLookup"]},{"text":"impl<'i> UnwindSafe for MxLookupIter<'i>","synthetic":true,"types":["trust_dns_resolver::lookup::MxLookupIter"]},{"text":"impl UnwindSafe for MxLookupIntoIter","synthetic":true,"types":["trust_dns_resolver::lookup::MxLookupIntoIter"]},{"text":"impl !UnwindSafe for MxLookupFuture","synthetic":true,"types":["trust_dns_resolver::lookup::MxLookupFuture"]},{"text":"impl UnwindSafe for TxtLookup","synthetic":true,"types":["trust_dns_resolver::lookup::TxtLookup"]},{"text":"impl<'i> UnwindSafe for TxtLookupIter<'i>","synthetic":true,"types":["trust_dns_resolver::lookup::TxtLookupIter"]},{"text":"impl UnwindSafe for TxtLookupIntoIter","synthetic":true,"types":["trust_dns_resolver::lookup::TxtLookupIntoIter"]},{"text":"impl !UnwindSafe for TxtLookupFuture","synthetic":true,"types":["trust_dns_resolver::lookup::TxtLookupFuture"]},{"text":"impl UnwindSafe for LookupIp","synthetic":true,"types":["trust_dns_resolver::lookup_ip::LookupIp"]},{"text":"impl<'i> UnwindSafe for LookupIpIter<'i>","synthetic":true,"types":["trust_dns_resolver::lookup_ip::LookupIpIter"]},{"text":"impl UnwindSafe for LookupIpIntoIter","synthetic":true,"types":["trust_dns_resolver::lookup_ip::LookupIpIntoIter"]},{"text":"impl<C = LookupEither<ConnectionHandle, StandardConnection>> !UnwindSafe for LookupIpFuture<C>","synthetic":true,"types":["trust_dns_resolver::lookup_ip::LookupIpFuture"]}]; implementors["unicode_bidi"] = [{"text":"impl UnwindSafe for ParagraphInfo","synthetic":true,"types":["unicode_bidi::ParagraphInfo"]},{"text":"impl<'text> UnwindSafe for InitialInfo<'text>","synthetic":true,"types":["unicode_bidi::InitialInfo"]},{"text":"impl<'text> UnwindSafe for BidiInfo<'text>","synthetic":true,"types":["unicode_bidi::BidiInfo"]},{"text":"impl UnwindSafe for BidiClass","synthetic":true,"types":["unicode_bidi::char_data::tables::BidiClass"]},{"text":"impl UnwindSafe for Level","synthetic":true,"types":["unicode_bidi::level::Level"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["unicode_bidi::level::Error"]}]; implementors["unicode_normalization"] = [{"text":"impl<I> UnwindSafe for Decompositions<I> where
    I: UnwindSafe
","synthetic":true,"types":["unicode_normalization::decompose::Decompositions"]},{"text":"impl<I> UnwindSafe for Recompositions<I> where
    I: UnwindSafe
","synthetic":true,"types":["unicode_normalization::recompose::Recompositions"]},{"text":"impl<I> UnwindSafe for StreamSafe<I> where
    I: UnwindSafe
","synthetic":true,"types":["unicode_normalization::stream_safe::StreamSafe"]},{"text":"impl UnwindSafe for IsNormalized","synthetic":true,"types":["unicode_normalization::quick_check::IsNormalized"]}]; implementors["url"] = [{"text":"impl UnwindSafe for OpaqueOrigin","synthetic":true,"types":["url::origin::OpaqueOrigin"]},{"text":"impl<'a> !UnwindSafe for PathSegmentsMut<'a>","synthetic":true,"types":["url::path_segments::PathSegmentsMut"]},{"text":"impl UnwindSafe for Url","synthetic":true,"types":["url::Url"]},{"text":"impl<'a> !UnwindSafe for ParseOptions<'a>","synthetic":true,"types":["url::ParseOptions"]},{"text":"impl<'a> !UnwindSafe for UrlQuery<'a>","synthetic":true,"types":["url::UrlQuery"]},{"text":"impl<S> UnwindSafe for Host<S> where
    S: UnwindSafe
","synthetic":true,"types":["url::host::Host"]},{"text":"impl UnwindSafe for Origin","synthetic":true,"types":["url::origin::Origin"]},{"text":"impl UnwindSafe for ParseError","synthetic":true,"types":["url::parser::ParseError"]},{"text":"impl UnwindSafe for SyntaxViolation","synthetic":true,"types":["url::parser::SyntaxViolation"]},{"text":"impl UnwindSafe for Position","synthetic":true,"types":["url::slicing::Position"]},{"text":"impl<'a> UnwindSafe for Parse<'a>","synthetic":true,"types":["url::form_urlencoded::Parse"]},{"text":"impl<'a> UnwindSafe for ParseIntoOwned<'a>","synthetic":true,"types":["url::form_urlencoded::ParseIntoOwned"]},{"text":"impl<'a> UnwindSafe for ByteSerialize<'a>","synthetic":true,"types":["url::form_urlencoded::ByteSerialize"]},{"text":"impl<'a, T> !UnwindSafe for Serializer<'a, T>","synthetic":true,"types":["url::form_urlencoded::Serializer"]}]; implementors["v_htmlescape"] = [{"text":"impl<'a> UnwindSafe for HTMLEscape<'a>","synthetic":true,"types":["v_htmlescape::HTMLEscape"]},{"text":"impl<'a> UnwindSafe for HTMLEscape<'a>","synthetic":true,"types":["v_htmlescape::fallback::HTMLEscape"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()