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