(function() {var implementors = {};
implementors["base64"] = [{"text":"impl<'a> UnwindSafe for Base64Display<'a>","synthetic":true,"types":["base64::display::Base64Display"]},{"text":"impl<'a, R> !UnwindSafe for DecoderReader<'a, R>","synthetic":true,"types":["base64::read::decoder::DecoderReader"]},{"text":"impl<W> UnwindSafe for EncoderWriter<W> where
W: UnwindSafe, ","synthetic":true,"types":["base64::write::encoder::EncoderWriter"]},{"text":"impl<S> UnwindSafe for EncoderStringWriter<S> where
S: UnwindSafe, ","synthetic":true,"types":["base64::write::encoder_string_writer::EncoderStringWriter"]},{"text":"impl UnwindSafe for DecodeError","synthetic":true,"types":["base64::decode::DecodeError"]},{"text":"impl UnwindSafe for CharacterSet","synthetic":true,"types":["base64::CharacterSet"]},{"text":"impl UnwindSafe for Config","synthetic":true,"types":["base64::Config"]}];
implementors["bytes"] = [{"text":"impl<T, U> UnwindSafe for Chain<T, U> where
T: UnwindSafe,
U: UnwindSafe, ","synthetic":true,"types":["bytes::buf::chain::Chain"]},{"text":"impl<T> UnwindSafe for IntoIter<T> where
T: UnwindSafe, ","synthetic":true,"types":["bytes::buf::iter::IntoIter"]},{"text":"impl<T> UnwindSafe for Limit<T> where
T: UnwindSafe, ","synthetic":true,"types":["bytes::buf::limit::Limit"]},{"text":"impl<B> UnwindSafe for Reader<B> where
B: UnwindSafe, ","synthetic":true,"types":["bytes::buf::reader::Reader"]},{"text":"impl<T> UnwindSafe for Take<T> where
T: UnwindSafe, ","synthetic":true,"types":["bytes::buf::take::Take"]},{"text":"impl UnwindSafe for UninitSlice","synthetic":true,"types":["bytes::buf::uninit_slice::UninitSlice"]},{"text":"impl<B> UnwindSafe for Writer<B> where
B: UnwindSafe, ","synthetic":true,"types":["bytes::buf::writer::Writer"]},{"text":"impl UnwindSafe for Bytes","synthetic":true,"types":["bytes::bytes::Bytes"]},{"text":"impl UnwindSafe for BytesMut","synthetic":true,"types":["bytes::bytes_mut::BytesMut"]}];
implementors["fnv"] = [{"text":"impl UnwindSafe for FnvHasher","synthetic":true,"types":["fnv::FnvHasher"]}];
implementors["form_urlencoded"] = [{"text":"impl<'a> UnwindSafe for Parse<'a>","synthetic":true,"types":["form_urlencoded::Parse"]},{"text":"impl<'a> UnwindSafe for ParseIntoOwned<'a>","synthetic":true,"types":["form_urlencoded::ParseIntoOwned"]},{"text":"impl<'a> UnwindSafe for ByteSerialize<'a>","synthetic":true,"types":["form_urlencoded::ByteSerialize"]},{"text":"impl<'a, T> !UnwindSafe for Serializer<'a, T>","synthetic":true,"types":["form_urlencoded::Serializer"]}];
implementors["futures_channel"] = [{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":["futures_channel::mpsc::Sender"]},{"text":"impl<T> !UnwindSafe for UnboundedSender<T>","synthetic":true,"types":["futures_channel::mpsc::UnboundedSender"]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":["futures_channel::mpsc::Receiver"]},{"text":"impl<T> !UnwindSafe for UnboundedReceiver<T>","synthetic":true,"types":["futures_channel::mpsc::UnboundedReceiver"]},{"text":"impl UnwindSafe for SendError","synthetic":true,"types":["futures_channel::mpsc::SendError"]},{"text":"impl<T> UnwindSafe for TrySendError<T> where
T: UnwindSafe, ","synthetic":true,"types":["futures_channel::mpsc::TrySendError"]},{"text":"impl UnwindSafe for TryRecvError","synthetic":true,"types":["futures_channel::mpsc::TryRecvError"]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":["futures_channel::oneshot::Receiver"]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":["futures_channel::oneshot::Sender"]},{"text":"impl<'a, T> !UnwindSafe for Cancellation<'a, T>","synthetic":true,"types":["futures_channel::oneshot::Cancellation"]},{"text":"impl UnwindSafe for Canceled","synthetic":true,"types":["futures_channel::oneshot::Canceled"]}];
implementors["futures_util"] = [{"text":"impl<Fut> UnwindSafe for Fuse<Fut> where
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::future::future::fuse::Fuse"]},{"text":"impl<F> UnwindSafe for Flatten<F> where
F: UnwindSafe,
<F as Future>::Output: UnwindSafe, ","synthetic":true,"types":["futures_util::future::future::Flatten"]},{"text":"impl<F> UnwindSafe for FlattenStream<F> where
F: UnwindSafe,
<F as Future>::Output: UnwindSafe, ","synthetic":true,"types":["futures_util::future::future::FlattenStream"]},{"text":"impl<Fut, F> UnwindSafe for Map<Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::future::future::Map"]},{"text":"impl<F> UnwindSafe for IntoStream<F> where
F: UnwindSafe, ","synthetic":true,"types":["futures_util::future::future::IntoStream"]},{"text":"impl<Fut, T> UnwindSafe for MapInto<Fut, T> where
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::future::future::MapInto"]},{"text":"impl<Fut1, Fut2, F> UnwindSafe for Then<Fut1, Fut2, F> where
F: UnwindSafe,
Fut1: UnwindSafe,
Fut2: UnwindSafe, ","synthetic":true,"types":["futures_util::future::future::Then"]},{"text":"impl<Fut, F> UnwindSafe for Inspect<Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::future::future::Inspect"]},{"text":"impl<Fut> UnwindSafe for NeverError<Fut> where
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::future::future::NeverError"]},{"text":"impl<Fut> UnwindSafe for UnitError<Fut> where
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::future::future::UnitError"]},{"text":"impl<Fut> UnwindSafe for IntoFuture<Fut> where
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_future::into_future::IntoFuture"]},{"text":"impl<Fut1, Fut2> UnwindSafe for TryFlatten<Fut1, Fut2> where
Fut1: UnwindSafe,
Fut2: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_future::TryFlatten"]},{"text":"impl<Fut> UnwindSafe for TryFlattenStream<Fut> where
Fut: UnwindSafe,
<Fut as TryFuture>::Ok: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_future::TryFlattenStream"]},{"text":"impl<Fut1, Fut2, F> UnwindSafe for AndThen<Fut1, Fut2, F> where
F: UnwindSafe,
Fut1: UnwindSafe,
Fut2: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_future::AndThen"]},{"text":"impl<Fut1, Fut2, F> UnwindSafe for OrElse<Fut1, Fut2, F> where
F: UnwindSafe,
Fut1: UnwindSafe,
Fut2: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_future::OrElse"]},{"text":"impl<Fut, E> UnwindSafe for ErrInto<Fut, E> where
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_future::ErrInto"]},{"text":"impl<Fut, E> UnwindSafe for OkInto<Fut, E> where
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_future::OkInto"]},{"text":"impl<Fut, F> UnwindSafe for InspectOk<Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_future::InspectOk"]},{"text":"impl<Fut, F> UnwindSafe for InspectErr<Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_future::InspectErr"]},{"text":"impl<Fut, F> UnwindSafe for MapOk<Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_future::MapOk"]},{"text":"impl<Fut, F> UnwindSafe for MapErr<Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_future::MapErr"]},{"text":"impl<Fut, F, G> UnwindSafe for MapOkOrElse<Fut, F, G> where
F: UnwindSafe,
Fut: UnwindSafe,
G: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_future::MapOkOrElse"]},{"text":"impl<Fut, F> UnwindSafe for UnwrapOrElse<Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_future::UnwrapOrElse"]},{"text":"impl<F> UnwindSafe for Lazy<F> where
F: UnwindSafe, ","synthetic":true,"types":["futures_util::future::lazy::Lazy"]},{"text":"impl<T> UnwindSafe for Pending<T> where
T: UnwindSafe, ","synthetic":true,"types":["futures_util::future::pending::Pending"]},{"text":"impl<Fut> UnwindSafe for MaybeDone<Fut> where
Fut: UnwindSafe,
<Fut as Future>::Output: UnwindSafe, ","synthetic":true,"types":["futures_util::future::maybe_done::MaybeDone"]},{"text":"impl<Fut> UnwindSafe for TryMaybeDone<Fut> where
Fut: UnwindSafe,
<Fut as TryFuture>::Ok: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_maybe_done::TryMaybeDone"]},{"text":"impl<F> UnwindSafe for OptionFuture<F> where
F: UnwindSafe, ","synthetic":true,"types":["futures_util::future::option::OptionFuture"]},{"text":"impl<F> UnwindSafe for PollFn<F> where
F: UnwindSafe, ","synthetic":true,"types":["futures_util::future::poll_fn::PollFn"]},{"text":"impl<T> UnwindSafe for Ready<T> where
T: UnwindSafe, ","synthetic":true,"types":["futures_util::future::ready::Ready"]},{"text":"impl<Fut1, Fut2> UnwindSafe for Join<Fut1, Fut2> where
Fut1: UnwindSafe,
Fut2: UnwindSafe,
<Fut1 as Future>::Output: UnwindSafe,
<Fut2 as Future>::Output: UnwindSafe, ","synthetic":true,"types":["futures_util::future::join::Join"]},{"text":"impl<Fut1, Fut2, Fut3> UnwindSafe for Join3<Fut1, Fut2, Fut3> where
Fut1: UnwindSafe,
Fut2: UnwindSafe,
Fut3: UnwindSafe,
<Fut1 as Future>::Output: UnwindSafe,
<Fut2 as Future>::Output: UnwindSafe,
<Fut3 as Future>::Output: UnwindSafe, ","synthetic":true,"types":["futures_util::future::join::Join3"]},{"text":"impl<Fut1, Fut2, Fut3, Fut4> UnwindSafe for Join4<Fut1, Fut2, Fut3, Fut4> where
Fut1: UnwindSafe,
Fut2: UnwindSafe,
Fut3: UnwindSafe,
Fut4: UnwindSafe,
<Fut1 as Future>::Output: UnwindSafe,
<Fut2 as Future>::Output: UnwindSafe,
<Fut3 as Future>::Output: UnwindSafe,
<Fut4 as Future>::Output: UnwindSafe, ","synthetic":true,"types":["futures_util::future::join::Join4"]},{"text":"impl<Fut1, Fut2, Fut3, Fut4, Fut5> UnwindSafe for Join5<Fut1, Fut2, Fut3, Fut4, Fut5> where
Fut1: UnwindSafe,
Fut2: UnwindSafe,
Fut3: UnwindSafe,
Fut4: UnwindSafe,
Fut5: UnwindSafe,
<Fut1 as Future>::Output: UnwindSafe,
<Fut2 as Future>::Output: UnwindSafe,
<Fut3 as Future>::Output: UnwindSafe,
<Fut4 as Future>::Output: UnwindSafe,
<Fut5 as Future>::Output: UnwindSafe, ","synthetic":true,"types":["futures_util::future::join::Join5"]},{"text":"impl<A, B> UnwindSafe for Select<A, B> where
A: UnwindSafe,
B: UnwindSafe, ","synthetic":true,"types":["futures_util::future::select::Select"]},{"text":"impl<Fut1, Fut2> UnwindSafe for TryJoin<Fut1, Fut2> where
Fut1: UnwindSafe,
Fut2: UnwindSafe,
<Fut1 as TryFuture>::Ok: UnwindSafe,
<Fut2 as TryFuture>::Ok: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_join::TryJoin"]},{"text":"impl<Fut1, Fut2, Fut3> UnwindSafe for TryJoin3<Fut1, Fut2, Fut3> where
Fut1: UnwindSafe,
Fut2: UnwindSafe,
Fut3: UnwindSafe,
<Fut1 as TryFuture>::Ok: UnwindSafe,
<Fut2 as TryFuture>::Ok: UnwindSafe,
<Fut3 as TryFuture>::Ok: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_join::TryJoin3"]},{"text":"impl<Fut1, Fut2, Fut3, Fut4> UnwindSafe for TryJoin4<Fut1, Fut2, Fut3, Fut4> where
Fut1: UnwindSafe,
Fut2: UnwindSafe,
Fut3: UnwindSafe,
Fut4: UnwindSafe,
<Fut1 as TryFuture>::Ok: UnwindSafe,
<Fut2 as TryFuture>::Ok: UnwindSafe,
<Fut3 as TryFuture>::Ok: UnwindSafe,
<Fut4 as TryFuture>::Ok: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_join::TryJoin4"]},{"text":"impl<Fut1, Fut2, Fut3, Fut4, Fut5> UnwindSafe for TryJoin5<Fut1, Fut2, Fut3, Fut4, Fut5> where
Fut1: UnwindSafe,
Fut2: UnwindSafe,
Fut3: UnwindSafe,
Fut4: UnwindSafe,
Fut5: UnwindSafe,
<Fut1 as TryFuture>::Ok: UnwindSafe,
<Fut2 as TryFuture>::Ok: UnwindSafe,
<Fut3 as TryFuture>::Ok: UnwindSafe,
<Fut4 as TryFuture>::Ok: UnwindSafe,
<Fut5 as TryFuture>::Ok: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_join::TryJoin5"]},{"text":"impl<A, B> UnwindSafe for TrySelect<A, B> where
A: UnwindSafe,
B: UnwindSafe, ","synthetic":true,"types":["futures_util::future::try_select::TrySelect"]},{"text":"impl<A, B> UnwindSafe for Either<A, B> where
A: UnwindSafe,
B: UnwindSafe, ","synthetic":true,"types":["futures_util::future::either::Either"]},{"text":"impl<St1, St2> UnwindSafe for Chain<St1, St2> where
St1: UnwindSafe,
St2: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::chain::Chain"]},{"text":"impl<St, C> UnwindSafe for Collect<St, C> where
C: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::collect::Collect"]},{"text":"impl<St, FromA, FromB> UnwindSafe for Unzip<St, FromA, FromB> where
FromA: UnwindSafe,
FromB: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::unzip::Unzip"]},{"text":"impl<St> UnwindSafe for Concat<St> where
St: UnwindSafe,
<St as Stream>::Item: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::concat::Concat"]},{"text":"impl<St> UnwindSafe for Cycle<St> where
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::cycle::Cycle"]},{"text":"impl<St> UnwindSafe for Enumerate<St> where
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::enumerate::Enumerate"]},{"text":"impl<St, Fut, F> UnwindSafe for Filter<St, Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe,
<St as Stream>::Item: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::filter::Filter"]},{"text":"impl<St, Fut, F> UnwindSafe for FilterMap<St, Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::filter_map::FilterMap"]},{"text":"impl<St, Fut, T, F> UnwindSafe for Fold<St, Fut, T, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe,
T: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::fold::Fold"]},{"text":"impl<St, Fut, F> UnwindSafe for ForEach<St, Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::for_each::ForEach"]},{"text":"impl<St> UnwindSafe for Fuse<St> where
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::fuse::Fuse"]},{"text":"impl<St> UnwindSafe for StreamFuture<St> where
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::into_future::StreamFuture"]},{"text":"impl<St, F> UnwindSafe for Map<St, F> where
F: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::map::Map"]},{"text":"impl<'a, St> !UnwindSafe for Next<'a, St>","synthetic":true,"types":["futures_util::stream::stream::next::Next"]},{"text":"impl<'a, St> !UnwindSafe for SelectNextSome<'a, St>","synthetic":true,"types":["futures_util::stream::stream::select_next_some::SelectNextSome"]},{"text":"impl<St> UnwindSafe for Peekable<St> where
St: UnwindSafe,
<St as Stream>::Item: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::peek::Peekable"]},{"text":"impl<'a, St> !UnwindSafe for Peek<'a, St>","synthetic":true,"types":["futures_util::stream::stream::peek::Peek"]},{"text":"impl<'a, St, F> !UnwindSafe for NextIf<'a, St, F>","synthetic":true,"types":["futures_util::stream::stream::peek::NextIf"]},{"text":"impl<'a, St, T> !UnwindSafe for NextIfEq<'a, St, T>","synthetic":true,"types":["futures_util::stream::stream::peek::NextIfEq"]},{"text":"impl<St> UnwindSafe for Skip<St> where
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::skip::Skip"]},{"text":"impl<St, Fut, F> UnwindSafe for SkipWhile<St, Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe,
<St as Stream>::Item: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::skip_while::SkipWhile"]},{"text":"impl<St> UnwindSafe for Take<St> where
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::take::Take"]},{"text":"impl<St, Fut, F> UnwindSafe for TakeWhile<St, Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe,
<St as Stream>::Item: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::take_while::TakeWhile"]},{"text":"impl<St, Fut> UnwindSafe for TakeUntil<St, Fut> where
Fut: UnwindSafe,
St: UnwindSafe,
<Fut as Future>::Output: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::take_until::TakeUntil"]},{"text":"impl<St, Fut, F> UnwindSafe for Then<St, Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::then::Then"]},{"text":"impl<St1, St2> UnwindSafe for Zip<St1, St2> where
St1: UnwindSafe,
St2: UnwindSafe,
<St1 as Stream>::Item: UnwindSafe,
<St2 as Stream>::Item: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::zip::Zip"]},{"text":"impl<St, S, Fut, F> UnwindSafe for Scan<St, S, Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe,
S: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::scan::Scan"]},{"text":"impl<St> UnwindSafe for Flatten<St> where
St: UnwindSafe,
<St as Stream>::Item: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::Flatten"]},{"text":"impl<St, F> UnwindSafe for Inspect<St, F> where
F: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::Inspect"]},{"text":"impl<St, U, F> UnwindSafe for FlatMap<St, U, F> where
F: UnwindSafe,
St: UnwindSafe,
U: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::stream::FlatMap"]},{"text":"impl<St, Fut, F> UnwindSafe for AndThen<St, Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::and_then::AndThen"]},{"text":"impl<St> UnwindSafe for IntoStream<St> where
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::into_stream::IntoStream"]},{"text":"impl<St, Fut, F> UnwindSafe for OrElse<St, Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::or_else::OrElse"]},{"text":"impl<'a, St> !UnwindSafe for TryNext<'a, St>","synthetic":true,"types":["futures_util::stream::try_stream::try_next::TryNext"]},{"text":"impl<St, Fut, F> UnwindSafe for TryForEach<St, Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::try_for_each::TryForEach"]},{"text":"impl<St, Fut, F> UnwindSafe for TryFilter<St, Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe,
<St as TryStream>::Ok: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::try_filter::TryFilter"]},{"text":"impl<St, Fut, F> UnwindSafe for TryFilterMap<St, Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::try_filter_map::TryFilterMap"]},{"text":"impl<St> UnwindSafe for TryFlatten<St> where
St: UnwindSafe,
<St as TryStream>::Ok: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::try_flatten::TryFlatten"]},{"text":"impl<St, C> UnwindSafe for TryCollect<St, C> where
C: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::try_collect::TryCollect"]},{"text":"impl<St> UnwindSafe for TryConcat<St> where
St: UnwindSafe,
<St as TryStream>::Ok: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::try_concat::TryConcat"]},{"text":"impl<St, Fut, T, F> UnwindSafe for TryFold<St, Fut, T, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe,
T: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::try_fold::TryFold"]},{"text":"impl<T, F, Fut> UnwindSafe for TryUnfold<T, F, Fut> where
F: UnwindSafe,
Fut: UnwindSafe,
T: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::try_unfold::TryUnfold"]},{"text":"impl<St, Fut, F> UnwindSafe for TrySkipWhile<St, Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe,
<St as TryStream>::Ok: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::try_skip_while::TrySkipWhile"]},{"text":"impl<St, Fut, F> UnwindSafe for TryTakeWhile<St, Fut, F> where
F: UnwindSafe,
Fut: UnwindSafe,
St: UnwindSafe,
<St as TryStream>::Ok: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::try_take_while::TryTakeWhile"]},{"text":"impl<St, E> UnwindSafe for ErrInto<St, E> where
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::ErrInto"]},{"text":"impl<St, F> UnwindSafe for InspectOk<St, F> where
F: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::InspectOk"]},{"text":"impl<St, F> UnwindSafe for InspectErr<St, F> where
F: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::InspectErr"]},{"text":"impl<St, F> UnwindSafe for MapOk<St, F> where
F: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::MapOk"]},{"text":"impl<St, F> UnwindSafe for MapErr<St, F> where
F: UnwindSafe,
St: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::try_stream::MapErr"]},{"text":"impl<I> UnwindSafe for Iter<I> where
I: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::iter::Iter"]},{"text":"impl<T> UnwindSafe for Repeat<T> where
T: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::repeat::Repeat"]},{"text":"impl<F> UnwindSafe for RepeatWith<F> where
F: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::repeat_with::RepeatWith"]},{"text":"impl<T> UnwindSafe for Empty<T> where
T: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::empty::Empty"]},{"text":"impl<Fut> UnwindSafe for Once<Fut> where
Fut: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::once::Once"]},{"text":"impl<T> UnwindSafe for Pending<T> where
T: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::pending::Pending"]},{"text":"impl<F> UnwindSafe for PollFn<F> where
F: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::poll_fn::PollFn"]},{"text":"impl<St1, St2> UnwindSafe for Select<St1, St2> where
St1: UnwindSafe,
St2: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::select::Select"]},{"text":"impl<T, F, Fut> UnwindSafe for Unfold<T, F, Fut> where
F: UnwindSafe,
Fut: UnwindSafe,
T: UnwindSafe, ","synthetic":true,"types":["futures_util::stream::unfold::Unfold"]}];
implementors["h2"] = [{"text":"impl !UnwindSafe for Error","synthetic":true,"types":["h2::error::Error"]},{"text":"impl UnwindSafe for Reason","synthetic":true,"types":["h2::frame::reason::Reason"]},{"text":"impl<B> UnwindSafe for SendRequest<B>","synthetic":true,"types":["h2::client::SendRequest"]},{"text":"impl<B> UnwindSafe for ReadySendRequest<B>","synthetic":true,"types":["h2::client::ReadySendRequest"]},{"text":"impl<T, B = Bytes> !UnwindSafe for Connection<T, B>","synthetic":true,"types":["h2::client::Connection"]},{"text":"impl UnwindSafe for ResponseFuture","synthetic":true,"types":["h2::client::ResponseFuture"]},{"text":"impl UnwindSafe for PushedResponseFuture","synthetic":true,"types":["h2::client::PushedResponseFuture"]},{"text":"impl !UnwindSafe for PushPromise","synthetic":true,"types":["h2::client::PushPromise"]},{"text":"impl UnwindSafe for PushPromises","synthetic":true,"types":["h2::client::PushPromises"]},{"text":"impl UnwindSafe for Builder","synthetic":true,"types":["h2::client::Builder"]},{"text":"impl<T, B = Bytes> !UnwindSafe for Handshake<T, B>","synthetic":true,"types":["h2::server::Handshake"]},{"text":"impl<T, B> !UnwindSafe for Connection<T, B>","synthetic":true,"types":["h2::server::Connection"]},{"text":"impl UnwindSafe for Builder","synthetic":true,"types":["h2::server::Builder"]},{"text":"impl<B> UnwindSafe for SendResponse<B>","synthetic":true,"types":["h2::server::SendResponse"]},{"text":"impl<B> UnwindSafe for SendPushedResponse<B>","synthetic":true,"types":["h2::server::SendPushedResponse"]},{"text":"impl<B> UnwindSafe for SendStream<B>","synthetic":true,"types":["h2::share::SendStream"]},{"text":"impl UnwindSafe for StreamId","synthetic":true,"types":["h2::share::StreamId"]},{"text":"impl UnwindSafe for RecvStream","synthetic":true,"types":["h2::share::RecvStream"]},{"text":"impl UnwindSafe for FlowControl","synthetic":true,"types":["h2::share::FlowControl"]},{"text":"impl !UnwindSafe for PingPong","synthetic":true,"types":["h2::share::PingPong"]},{"text":"impl UnwindSafe for Ping","synthetic":true,"types":["h2::share::Ping"]},{"text":"impl UnwindSafe for Pong","synthetic":true,"types":["h2::share::Pong"]}];
implementors["http"] = [{"text":"impl<T> UnwindSafe for HeaderMap<T> where
T: UnwindSafe, ","synthetic":true,"types":["http::header::map::HeaderMap"]},{"text":"impl<'a, T> !UnwindSafe for Iter<'a, T>","synthetic":true,"types":["http::header::map::Iter"]},{"text":"impl<'a, T> !UnwindSafe for IterMut<'a, T>","synthetic":true,"types":["http::header::map::IterMut"]},{"text":"impl<T> UnwindSafe for IntoIter<T> where
T: RefUnwindSafe + UnwindSafe, ","synthetic":true,"types":["http::header::map::IntoIter"]},{"text":"impl<'a, T> UnwindSafe for Keys<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["http::header::map::Keys"]},{"text":"impl<'a, T> !UnwindSafe for Values<'a, T>","synthetic":true,"types":["http::header::map::Values"]},{"text":"impl<'a, T> !UnwindSafe for ValuesMut<'a, T>","synthetic":true,"types":["http::header::map::ValuesMut"]},{"text":"impl<'a, T> !UnwindSafe for Drain<'a, T>","synthetic":true,"types":["http::header::map::Drain"]},{"text":"impl<'a, T> UnwindSafe for GetAll<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["http::header::map::GetAll"]},{"text":"impl<'a, T> !UnwindSafe for Entry<'a, T>","synthetic":true,"types":["http::header::map::Entry"]},{"text":"impl<'a, T> !UnwindSafe for VacantEntry<'a, T>","synthetic":true,"types":["http::header::map::VacantEntry"]},{"text":"impl<'a, T> !UnwindSafe for OccupiedEntry<'a, T>","synthetic":true,"types":["http::header::map::OccupiedEntry"]},{"text":"impl<'a, T> UnwindSafe for ValueIter<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["http::header::map::ValueIter"]},{"text":"impl<'a, T> !UnwindSafe for ValueIterMut<'a, T>","synthetic":true,"types":["http::header::map::ValueIterMut"]},{"text":"impl<'a, T> !UnwindSafe for ValueDrain<'a, T>","synthetic":true,"types":["http::header::map::ValueDrain"]},{"text":"impl UnwindSafe for HeaderName","synthetic":true,"types":["http::header::name::HeaderName"]},{"text":"impl UnwindSafe for InvalidHeaderName","synthetic":true,"types":["http::header::name::InvalidHeaderName"]},{"text":"impl UnwindSafe for HeaderValue","synthetic":true,"types":["http::header::value::HeaderValue"]},{"text":"impl UnwindSafe for InvalidHeaderValue","synthetic":true,"types":["http::header::value::InvalidHeaderValue"]},{"text":"impl UnwindSafe for ToStrError","synthetic":true,"types":["http::header::value::ToStrError"]},{"text":"impl UnwindSafe for Method","synthetic":true,"types":["http::method::Method"]},{"text":"impl UnwindSafe for InvalidMethod","synthetic":true,"types":["http::method::InvalidMethod"]},{"text":"impl<T> !UnwindSafe for Request<T>","synthetic":true,"types":["http::request::Request"]},{"text":"impl !UnwindSafe for Parts","synthetic":true,"types":["http::request::Parts"]},{"text":"impl !UnwindSafe for Builder","synthetic":true,"types":["http::request::Builder"]},{"text":"impl<T> !UnwindSafe for Response<T>","synthetic":true,"types":["http::response::Response"]},{"text":"impl !UnwindSafe for Parts","synthetic":true,"types":["http::response::Parts"]},{"text":"impl !UnwindSafe for Builder","synthetic":true,"types":["http::response::Builder"]},{"text":"impl UnwindSafe for StatusCode","synthetic":true,"types":["http::status::StatusCode"]},{"text":"impl UnwindSafe for InvalidStatusCode","synthetic":true,"types":["http::status::InvalidStatusCode"]},{"text":"impl UnwindSafe for Authority","synthetic":true,"types":["http::uri::authority::Authority"]},{"text":"impl UnwindSafe for Builder","synthetic":true,"types":["http::uri::builder::Builder"]},{"text":"impl UnwindSafe for PathAndQuery","synthetic":true,"types":["http::uri::path::PathAndQuery"]},{"text":"impl<T> UnwindSafe for Port<T> where
T: UnwindSafe, ","synthetic":true,"types":["http::uri::port::Port"]},{"text":"impl UnwindSafe for Scheme","synthetic":true,"types":["http::uri::scheme::Scheme"]},{"text":"impl UnwindSafe for Uri","synthetic":true,"types":["http::uri::Uri"]},{"text":"impl UnwindSafe for Parts","synthetic":true,"types":["http::uri::Parts"]},{"text":"impl UnwindSafe for InvalidUri","synthetic":true,"types":["http::uri::InvalidUri"]},{"text":"impl UnwindSafe for InvalidUriParts","synthetic":true,"types":["http::uri::InvalidUriParts"]},{"text":"impl UnwindSafe for Version","synthetic":true,"types":["http::version::Version"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["http::error::Error"]},{"text":"impl !UnwindSafe for Extensions","synthetic":true,"types":["http::extensions::Extensions"]}];
implementors["http_body"] = [{"text":"impl<D> UnwindSafe for Empty<D>","synthetic":true,"types":["http_body::empty::Empty"]},{"text":"impl<'a, T> !UnwindSafe for Data<'a, T>","synthetic":true,"types":["http_body::next::Data"]},{"text":"impl<'a, T> !UnwindSafe for Trailers<'a, T>","synthetic":true,"types":["http_body::next::Trailers"]},{"text":"impl UnwindSafe for SizeHint","synthetic":true,"types":["http_body::size_hint::SizeHint"]},{"text":"impl<D, E> !UnwindSafe for BoxBody<D, E>","synthetic":true,"types":["http_body::combinators::box_body::BoxBody"]},{"text":"impl<B, F> UnwindSafe for MapData<B, F> where
B: UnwindSafe,
F: UnwindSafe, ","synthetic":true,"types":["http_body::combinators::map_data::MapData"]},{"text":"impl<B, F> UnwindSafe for MapErr<B, F> where
B: UnwindSafe,
F: UnwindSafe, ","synthetic":true,"types":["http_body::combinators::map_err::MapErr"]}];
implementors["httparse"] = [{"text":"impl UnwindSafe for Error","synthetic":true,"types":["httparse::Error"]},{"text":"impl UnwindSafe for InvalidChunkSize","synthetic":true,"types":["httparse::InvalidChunkSize"]},{"text":"impl<T> UnwindSafe for Status<T> where
T: UnwindSafe, ","synthetic":true,"types":["httparse::Status"]},{"text":"impl<'headers, 'buf> !UnwindSafe for Request<'headers, 'buf>","synthetic":true,"types":["httparse::Request"]},{"text":"impl<'headers, 'buf> !UnwindSafe for Response<'headers, 'buf>","synthetic":true,"types":["httparse::Response"]},{"text":"impl<'a> UnwindSafe for Header<'a>","synthetic":true,"types":["httparse::Header"]}];
implementors["httpdate"] = [{"text":"impl UnwindSafe for HttpDate","synthetic":true,"types":["httpdate::httpdate::HttpDate"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["httpdate::Error"]}];
implementors["hyper"] = [{"text":"impl !UnwindSafe for Body","synthetic":true,"types":["hyper::body::body::Body"]},{"text":"impl !UnwindSafe for Sender","synthetic":true,"types":["hyper::body::body::Sender"]},{"text":"impl !UnwindSafe for Error","synthetic":true,"types":["hyper::error::Error"]},{"text":"impl !UnwindSafe for Upgraded","synthetic":true,"types":["hyper::upgrade::Upgraded"]},{"text":"impl !UnwindSafe for OnUpgrade","synthetic":true,"types":["hyper::upgrade::OnUpgrade"]},{"text":"impl<T> UnwindSafe for Parts<T> where
T: UnwindSafe, ","synthetic":true,"types":["hyper::upgrade::Parts"]},{"text":"impl UnwindSafe for Name","synthetic":true,"types":["hyper::client::connect::dns::Name"]},{"text":"impl UnwindSafe for GaiResolver","synthetic":true,"types":["hyper::client::connect::dns::GaiResolver"]},{"text":"impl UnwindSafe for GaiAddrs","synthetic":true,"types":["hyper::client::connect::dns::GaiAddrs"]},{"text":"impl !UnwindSafe for GaiFuture","synthetic":true,"types":["hyper::client::connect::dns::GaiFuture"]},{"text":"impl UnwindSafe for InvalidNameError","synthetic":true,"types":["hyper::client::connect::dns::InvalidNameError"]},{"text":"impl<R> UnwindSafe for HttpConnector<R> where
R: UnwindSafe, ","synthetic":true,"types":["hyper::client::connect::http::HttpConnector"]},{"text":"impl UnwindSafe for HttpInfo","synthetic":true,"types":["hyper::client::connect::http::HttpInfo"]},{"text":"impl !UnwindSafe for Connected","synthetic":true,"types":["hyper::client::connect::Connected"]},{"text":"impl<C, B = Body> !UnwindSafe for Client<C, B>","synthetic":true,"types":["hyper::client::client::Client"]},{"text":"impl !UnwindSafe for ResponseFuture","synthetic":true,"types":["hyper::client::client::ResponseFuture"]},{"text":"impl !UnwindSafe for Builder","synthetic":true,"types":["hyper::client::client::Builder"]},{"text":"impl<B> !UnwindSafe for SendRequest<B>","synthetic":true,"types":["hyper::client::conn::SendRequest"]},{"text":"impl<T, B> !UnwindSafe for Connection<T, B>","synthetic":true,"types":["hyper::client::conn::Connection"]},{"text":"impl !UnwindSafe for Builder","synthetic":true,"types":["hyper::client::conn::Builder"]},{"text":"impl !UnwindSafe for ResponseFuture","synthetic":true,"types":["hyper::client::conn::ResponseFuture"]},{"text":"impl<T> UnwindSafe for Parts<T> where
T: UnwindSafe, ","synthetic":true,"types":["hyper::client::conn::Parts"]},{"text":"impl<C, B, T> !UnwindSafe for Connect<C, B, T>","synthetic":true,"types":["hyper::client::service::Connect"]}];
implementors["hyper_tls"] = [{"text":"impl<T> UnwindSafe for HttpsConnector<T> where
T: UnwindSafe, ","synthetic":true,"types":["hyper_tls::client::HttpsConnector"]},{"text":"impl<T> !UnwindSafe for HttpsConnecting<T>","synthetic":true,"types":["hyper_tls::client::HttpsConnecting"]},{"text":"impl<T> UnwindSafe for MaybeHttpsStream<T> where
T: UnwindSafe, ","synthetic":true,"types":["hyper_tls::stream::MaybeHttpsStream"]}];
implementors["idna"] = [{"text":"impl UnwindSafe for Idna","synthetic":true,"types":["idna::uts46::Idna"]},{"text":"impl UnwindSafe for Config","synthetic":true,"types":["idna::uts46::Config"]},{"text":"impl UnwindSafe for Errors","synthetic":true,"types":["idna::uts46::Errors"]}];
implementors["indexmap"] = [{"text":"impl<'a, K, V> !UnwindSafe for OccupiedEntry<'a, K, V>","synthetic":true,"types":["indexmap::map::core::raw::OccupiedEntry"]},{"text":"impl<'a, K, V> !UnwindSafe for Entry<'a, K, V>","synthetic":true,"types":["indexmap::map::core::Entry"]},{"text":"impl<'a, K, V> !UnwindSafe for VacantEntry<'a, K, V>","synthetic":true,"types":["indexmap::map::core::VacantEntry"]},{"text":"impl<K, V, S> UnwindSafe for IndexMap<K, V, S> where
K: UnwindSafe,
S: UnwindSafe,
V: UnwindSafe, ","synthetic":true,"types":["indexmap::map::IndexMap"]},{"text":"impl<'a, K, V> UnwindSafe for Keys<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ","synthetic":true,"types":["indexmap::map::Keys"]},{"text":"impl<'a, K, V> UnwindSafe for Values<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ","synthetic":true,"types":["indexmap::map::Values"]},{"text":"impl<'a, K, V> !UnwindSafe for ValuesMut<'a, K, V>","synthetic":true,"types":["indexmap::map::ValuesMut"]},{"text":"impl<'a, K, V> UnwindSafe for Iter<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ","synthetic":true,"types":["indexmap::map::Iter"]},{"text":"impl<'a, K, V> !UnwindSafe for IterMut<'a, K, V>","synthetic":true,"types":["indexmap::map::IterMut"]},{"text":"impl<K, V> UnwindSafe for IntoIter<K, V> where
K: RefUnwindSafe + UnwindSafe,
V: RefUnwindSafe + UnwindSafe, ","synthetic":true,"types":["indexmap::map::IntoIter"]},{"text":"impl<'a, K, V> UnwindSafe for Drain<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ","synthetic":true,"types":["indexmap::map::Drain"]},{"text":"impl<T, S> UnwindSafe for IndexSet<T, S> where
S: UnwindSafe,
T: UnwindSafe, ","synthetic":true,"types":["indexmap::set::IndexSet"]},{"text":"impl<T> UnwindSafe for IntoIter<T> where
T: RefUnwindSafe + UnwindSafe, ","synthetic":true,"types":["indexmap::set::IntoIter"]},{"text":"impl<'a, T> UnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["indexmap::set::Iter"]},{"text":"impl<'a, T> UnwindSafe for Drain<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["indexmap::set::Drain"]},{"text":"impl<'a, T, S> UnwindSafe for Difference<'a, T, S> where
S: RefUnwindSafe,
T: RefUnwindSafe, ","synthetic":true,"types":["indexmap::set::Difference"]},{"text":"impl<'a, T, S> UnwindSafe for Intersection<'a, T, S> where
S: RefUnwindSafe,
T: RefUnwindSafe, ","synthetic":true,"types":["indexmap::set::Intersection"]},{"text":"impl<'a, T, S1, S2> UnwindSafe for SymmetricDifference<'a, T, S1, S2> where
S1: RefUnwindSafe,
S2: RefUnwindSafe,
T: RefUnwindSafe, ","synthetic":true,"types":["indexmap::set::SymmetricDifference"]},{"text":"impl<'a, T, S> UnwindSafe for Union<'a, T, S> where
S: RefUnwindSafe,
T: RefUnwindSafe, ","synthetic":true,"types":["indexmap::set::Union"]}];
implementors["ipnet"] = [{"text":"impl UnwindSafe for IpAddrRange","synthetic":true,"types":["ipnet::ipext::IpAddrRange"]},{"text":"impl UnwindSafe for Ipv4AddrRange","synthetic":true,"types":["ipnet::ipext::Ipv4AddrRange"]},{"text":"impl UnwindSafe for Ipv6AddrRange","synthetic":true,"types":["ipnet::ipext::Ipv6AddrRange"]},{"text":"impl UnwindSafe for IpNet","synthetic":true,"types":["ipnet::ipnet::IpNet"]},{"text":"impl UnwindSafe for Ipv4Net","synthetic":true,"types":["ipnet::ipnet::Ipv4Net"]},{"text":"impl UnwindSafe for Ipv6Net","synthetic":true,"types":["ipnet::ipnet::Ipv6Net"]},{"text":"impl UnwindSafe for PrefixLenError","synthetic":true,"types":["ipnet::ipnet::PrefixLenError"]},{"text":"impl UnwindSafe for IpSubnets","synthetic":true,"types":["ipnet::ipnet::IpSubnets"]},{"text":"impl UnwindSafe for Ipv4Subnets","synthetic":true,"types":["ipnet::ipnet::Ipv4Subnets"]},{"text":"impl UnwindSafe for Ipv6Subnets","synthetic":true,"types":["ipnet::ipnet::Ipv6Subnets"]},{"text":"impl UnwindSafe for AddrParseError","synthetic":true,"types":["ipnet::parser::AddrParseError"]}];
implementors["itoa"] = [{"text":"impl UnwindSafe for Buffer","synthetic":true,"types":["itoa::Buffer"]}];
implementors["memchr"] = [{"text":"impl<'a> UnwindSafe for Memchr<'a>","synthetic":true,"types":["memchr::iter::Memchr"]},{"text":"impl<'a> UnwindSafe for Memchr2<'a>","synthetic":true,"types":["memchr::iter::Memchr2"]},{"text":"impl<'a> UnwindSafe for Memchr3<'a>","synthetic":true,"types":["memchr::iter::Memchr3"]}];
implementors["mime"] = [{"text":"impl UnwindSafe for Mime","synthetic":true,"types":["mime::Mime"]},{"text":"impl<'a> UnwindSafe for Name<'a>","synthetic":true,"types":["mime::Name"]},{"text":"impl UnwindSafe for FromStrError","synthetic":true,"types":["mime::FromStrError"]},{"text":"impl<'a> UnwindSafe for Params<'a>","synthetic":true,"types":["mime::Params"]}];
implementors["mio"] = [{"text":"impl UnwindSafe for Interest","synthetic":true,"types":["mio::interest::Interest"]},{"text":"impl UnwindSafe for Poll","synthetic":true,"types":["mio::poll::Poll"]},{"text":"impl UnwindSafe for Registry","synthetic":true,"types":["mio::poll::Registry"]},{"text":"impl<'a> UnwindSafe for SourceFd<'a>","synthetic":true,"types":["mio::sys::unix::sourcefd::SourceFd"]},{"text":"impl UnwindSafe for SocketAddr","synthetic":true,"types":["mio::sys::unix::uds::socketaddr::SocketAddr"]},{"text":"impl UnwindSafe for Sender","synthetic":true,"types":["mio::sys::unix::pipe::Sender"]},{"text":"impl UnwindSafe for Receiver","synthetic":true,"types":["mio::sys::unix::pipe::Receiver"]},{"text":"impl UnwindSafe for Token","synthetic":true,"types":["mio::token::Token"]},{"text":"impl UnwindSafe for Waker","synthetic":true,"types":["mio::waker::Waker"]},{"text":"impl UnwindSafe for Event","synthetic":true,"types":["mio::event::event::Event"]},{"text":"impl UnwindSafe for Events","synthetic":true,"types":["mio::event::events::Events"]},{"text":"impl<'a> UnwindSafe for Iter<'a>","synthetic":true,"types":["mio::event::events::Iter"]},{"text":"impl UnwindSafe for TcpListener","synthetic":true,"types":["mio::net::tcp::listener::TcpListener"]},{"text":"impl UnwindSafe for TcpSocket","synthetic":true,"types":["mio::net::tcp::socket::TcpSocket"]},{"text":"impl UnwindSafe for TcpKeepalive","synthetic":true,"types":["mio::net::tcp::socket::TcpKeepalive"]},{"text":"impl UnwindSafe for TcpStream","synthetic":true,"types":["mio::net::tcp::stream::TcpStream"]},{"text":"impl UnwindSafe for UdpSocket","synthetic":true,"types":["mio::net::udp::UdpSocket"]},{"text":"impl UnwindSafe for UnixDatagram","synthetic":true,"types":["mio::net::uds::datagram::UnixDatagram"]},{"text":"impl UnwindSafe for UnixListener","synthetic":true,"types":["mio::net::uds::listener::UnixListener"]},{"text":"impl UnwindSafe for UnixStream","synthetic":true,"types":["mio::net::uds::stream::UnixStream"]}];
implementors["native_tls"] = [{"text":"impl !UnwindSafe for Error","synthetic":true,"types":["native_tls::Error"]},{"text":"impl UnwindSafe for Identity","synthetic":true,"types":["native_tls::Identity"]},{"text":"impl UnwindSafe for Certificate","synthetic":true,"types":["native_tls::Certificate"]},{"text":"impl<S> !UnwindSafe for MidHandshakeTlsStream<S>","synthetic":true,"types":["native_tls::MidHandshakeTlsStream"]},{"text":"impl<S> !UnwindSafe for HandshakeError<S>","synthetic":true,"types":["native_tls::HandshakeError"]},{"text":"impl UnwindSafe for Protocol","synthetic":true,"types":["native_tls::Protocol"]},{"text":"impl UnwindSafe for TlsConnectorBuilder","synthetic":true,"types":["native_tls::TlsConnectorBuilder"]},{"text":"impl UnwindSafe for TlsConnector","synthetic":true,"types":["native_tls::TlsConnector"]},{"text":"impl UnwindSafe for TlsAcceptorBuilder","synthetic":true,"types":["native_tls::TlsAcceptorBuilder"]},{"text":"impl UnwindSafe for TlsAcceptor","synthetic":true,"types":["native_tls::TlsAcceptor"]},{"text":"impl<S> UnwindSafe for TlsStream<S> where
S: UnwindSafe, ","synthetic":true,"types":["native_tls::TlsStream"]}];
implementors["once_cell"] = [{"text":"impl<T, F> UnwindSafe for Lazy<T, F> where
F: UnwindSafe,
T: UnwindSafe, ","synthetic":true,"types":["once_cell::unsync::Lazy"]},{"text":"impl<T> UnwindSafe for OnceCell<T> where
T: UnwindSafe, ","synthetic":true,"types":["once_cell::sync::OnceCell"]},{"text":"impl<T, F> UnwindSafe for Lazy<T, F> where
F: UnwindSafe,
T: UnwindSafe, ","synthetic":true,"types":["once_cell::sync::Lazy"]},{"text":"impl<T> UnwindSafe for OnceBox<T> where
T: RefUnwindSafe + UnwindSafe, ","synthetic":true,"types":["once_cell::race::once_box::OnceBox"]},{"text":"impl UnwindSafe for OnceNonZeroUsize","synthetic":true,"types":["once_cell::race::OnceNonZeroUsize"]},{"text":"impl UnwindSafe for OnceBool","synthetic":true,"types":["once_cell::race::OnceBool"]},{"text":"impl<T: UnwindSafe> UnwindSafe for OnceCell<T>","synthetic":false,"types":["once_cell::unsync::OnceCell"]}];
implementors["openssl"] = [{"text":"impl UnwindSafe for KeyError","synthetic":true,"types":["openssl::aes::KeyError"]},{"text":"impl UnwindSafe for AesKey","synthetic":true,"types":["openssl::aes::AesKey"]},{"text":"impl UnwindSafe for Asn1GeneralizedTime","synthetic":true,"types":["openssl::asn1::Asn1GeneralizedTime"]},{"text":"impl UnwindSafe for Asn1GeneralizedTimeRef","synthetic":true,"types":["openssl::asn1::Asn1GeneralizedTimeRef"]},{"text":"impl UnwindSafe for Asn1Type","synthetic":true,"types":["openssl::asn1::Asn1Type"]},{"text":"impl UnwindSafe for TimeDiff","synthetic":true,"types":["openssl::asn1::TimeDiff"]},{"text":"impl UnwindSafe for Asn1Time","synthetic":true,"types":["openssl::asn1::Asn1Time"]},{"text":"impl UnwindSafe for Asn1TimeRef","synthetic":true,"types":["openssl::asn1::Asn1TimeRef"]},{"text":"impl UnwindSafe for Asn1String","synthetic":true,"types":["openssl::asn1::Asn1String"]},{"text":"impl UnwindSafe for Asn1StringRef","synthetic":true,"types":["openssl::asn1::Asn1StringRef"]},{"text":"impl UnwindSafe for Asn1Integer","synthetic":true,"types":["openssl::asn1::Asn1Integer"]},{"text":"impl UnwindSafe for Asn1IntegerRef","synthetic":true,"types":["openssl::asn1::Asn1IntegerRef"]},{"text":"impl UnwindSafe for Asn1BitString","synthetic":true,"types":["openssl::asn1::Asn1BitString"]},{"text":"impl UnwindSafe for Asn1BitStringRef","synthetic":true,"types":["openssl::asn1::Asn1BitStringRef"]},{"text":"impl UnwindSafe for Asn1Object","synthetic":true,"types":["openssl::asn1::Asn1Object"]},{"text":"impl UnwindSafe for Asn1ObjectRef","synthetic":true,"types":["openssl::asn1::Asn1ObjectRef"]},{"text":"impl UnwindSafe for MsbOption","synthetic":true,"types":["openssl::bn::MsbOption"]},{"text":"impl UnwindSafe for BigNumContext","synthetic":true,"types":["openssl::bn::BigNumContext"]},{"text":"impl UnwindSafe for BigNumContextRef","synthetic":true,"types":["openssl::bn::BigNumContextRef"]},{"text":"impl UnwindSafe for BigNum","synthetic":true,"types":["openssl::bn::BigNum"]},{"text":"impl UnwindSafe for BigNumRef","synthetic":true,"types":["openssl::bn::BigNumRef"]},{"text":"impl UnwindSafe for CMSOptions","synthetic":true,"types":["openssl::cms::CMSOptions"]},{"text":"impl UnwindSafe for CmsContentInfo","synthetic":true,"types":["openssl::cms::CmsContentInfo"]},{"text":"impl UnwindSafe for CmsContentInfoRef","synthetic":true,"types":["openssl::cms::CmsContentInfoRef"]},{"text":"impl UnwindSafe for ConfMethod","synthetic":true,"types":["openssl::conf::ConfMethod"]},{"text":"impl UnwindSafe for Conf","synthetic":true,"types":["openssl::conf::Conf"]},{"text":"impl UnwindSafe for ConfRef","synthetic":true,"types":["openssl::conf::ConfRef"]},{"text":"impl<'a> UnwindSafe for Deriver<'a>","synthetic":true,"types":["openssl::derive::Deriver"]},{"text":"impl<T> UnwindSafe for Dh<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::dh::Dh"]},{"text":"impl<T> UnwindSafe for DhRef<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::dh::DhRef"]},{"text":"impl<T> UnwindSafe for Dsa<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::dsa::Dsa"]},{"text":"impl<T> UnwindSafe for DsaRef<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::dsa::DsaRef"]},{"text":"impl UnwindSafe for PointConversionForm","synthetic":true,"types":["openssl::ec::PointConversionForm"]},{"text":"impl UnwindSafe for Asn1Flag","synthetic":true,"types":["openssl::ec::Asn1Flag"]},{"text":"impl UnwindSafe for EcGroup","synthetic":true,"types":["openssl::ec::EcGroup"]},{"text":"impl UnwindSafe for EcGroupRef","synthetic":true,"types":["openssl::ec::EcGroupRef"]},{"text":"impl UnwindSafe for EcPoint","synthetic":true,"types":["openssl::ec::EcPoint"]},{"text":"impl UnwindSafe for EcPointRef","synthetic":true,"types":["openssl::ec::EcPointRef"]},{"text":"impl<T> UnwindSafe for EcKey<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::ec::EcKey"]},{"text":"impl<T> UnwindSafe for EcKeyRef<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::ec::EcKeyRef"]},{"text":"impl UnwindSafe for EcdsaSig","synthetic":true,"types":["openssl::ecdsa::EcdsaSig"]},{"text":"impl UnwindSafe for EcdsaSigRef","synthetic":true,"types":["openssl::ecdsa::EcdsaSigRef"]},{"text":"impl<'a> UnwindSafe for Encrypter<'a>","synthetic":true,"types":["openssl::encrypt::Encrypter"]},{"text":"impl<'a> UnwindSafe for Decrypter<'a>","synthetic":true,"types":["openssl::encrypt::Decrypter"]},{"text":"impl UnwindSafe for Seal","synthetic":true,"types":["openssl::envelope::Seal"]},{"text":"impl UnwindSafe for Open","synthetic":true,"types":["openssl::envelope::Open"]},{"text":"impl UnwindSafe for ErrorStack","synthetic":true,"types":["openssl::error::ErrorStack"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["openssl::error::Error"]},{"text":"impl<T, U> UnwindSafe for Index<T, U> where
T: UnwindSafe,
U: UnwindSafe, ","synthetic":true,"types":["openssl::ex_data::Index"]},{"text":"impl UnwindSafe for MessageDigest","synthetic":true,"types":["openssl::hash::MessageDigest"]},{"text":"impl UnwindSafe for Hasher","synthetic":true,"types":["openssl::hash::Hasher"]},{"text":"impl UnwindSafe for DigestBytes","synthetic":true,"types":["openssl::hash::DigestBytes"]},{"text":"impl UnwindSafe for SignatureAlgorithms","synthetic":true,"types":["openssl::nid::SignatureAlgorithms"]},{"text":"impl UnwindSafe for Nid","synthetic":true,"types":["openssl::nid::Nid"]},{"text":"impl UnwindSafe for OcspFlag","synthetic":true,"types":["openssl::ocsp::OcspFlag"]},{"text":"impl UnwindSafe for OcspResponseStatus","synthetic":true,"types":["openssl::ocsp::OcspResponseStatus"]},{"text":"impl UnwindSafe for OcspCertStatus","synthetic":true,"types":["openssl::ocsp::OcspCertStatus"]},{"text":"impl UnwindSafe for OcspRevokedStatus","synthetic":true,"types":["openssl::ocsp::OcspRevokedStatus"]},{"text":"impl<'a> !UnwindSafe for OcspStatus<'a>","synthetic":true,"types":["openssl::ocsp::OcspStatus"]},{"text":"impl UnwindSafe for OcspBasicResponse","synthetic":true,"types":["openssl::ocsp::OcspBasicResponse"]},{"text":"impl UnwindSafe for OcspBasicResponseRef","synthetic":true,"types":["openssl::ocsp::OcspBasicResponseRef"]},{"text":"impl UnwindSafe for OcspCertId","synthetic":true,"types":["openssl::ocsp::OcspCertId"]},{"text":"impl UnwindSafe for OcspCertIdRef","synthetic":true,"types":["openssl::ocsp::OcspCertIdRef"]},{"text":"impl UnwindSafe for OcspResponse","synthetic":true,"types":["openssl::ocsp::OcspResponse"]},{"text":"impl UnwindSafe for OcspResponseRef","synthetic":true,"types":["openssl::ocsp::OcspResponseRef"]},{"text":"impl UnwindSafe for OcspRequest","synthetic":true,"types":["openssl::ocsp::OcspRequest"]},{"text":"impl UnwindSafe for OcspRequestRef","synthetic":true,"types":["openssl::ocsp::OcspRequestRef"]},{"text":"impl UnwindSafe for OcspOneReq","synthetic":true,"types":["openssl::ocsp::OcspOneReq"]},{"text":"impl UnwindSafe for OcspOneReqRef","synthetic":true,"types":["openssl::ocsp::OcspOneReqRef"]},{"text":"impl UnwindSafe for Pkcs12","synthetic":true,"types":["openssl::pkcs12::Pkcs12"]},{"text":"impl UnwindSafe for Pkcs12Ref","synthetic":true,"types":["openssl::pkcs12::Pkcs12Ref"]},{"text":"impl UnwindSafe for ParsedPkcs12","synthetic":true,"types":["openssl::pkcs12::ParsedPkcs12"]},{"text":"impl UnwindSafe for Pkcs12Builder","synthetic":true,"types":["openssl::pkcs12::Pkcs12Builder"]},{"text":"impl UnwindSafe for KeyIvPair","synthetic":true,"types":["openssl::pkcs5::KeyIvPair"]},{"text":"impl UnwindSafe for Pkcs7","synthetic":true,"types":["openssl::pkcs7::Pkcs7"]},{"text":"impl UnwindSafe for Pkcs7Ref","synthetic":true,"types":["openssl::pkcs7::Pkcs7Ref"]},{"text":"impl UnwindSafe for Pkcs7Flags","synthetic":true,"types":["openssl::pkcs7::Pkcs7Flags"]},{"text":"impl UnwindSafe for Params","synthetic":true,"types":["openssl::pkey::Params"]},{"text":"impl UnwindSafe for Public","synthetic":true,"types":["openssl::pkey::Public"]},{"text":"impl UnwindSafe for Private","synthetic":true,"types":["openssl::pkey::Private"]},{"text":"impl UnwindSafe for Id","synthetic":true,"types":["openssl::pkey::Id"]},{"text":"impl<T> UnwindSafe for PKey<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::pkey::PKey"]},{"text":"impl<T> UnwindSafe for PKeyRef<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::pkey::PKeyRef"]},{"text":"impl UnwindSafe for Padding","synthetic":true,"types":["openssl::rsa::Padding"]},{"text":"impl<T> UnwindSafe for Rsa<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::rsa::Rsa"]},{"text":"impl<T> UnwindSafe for RsaRef<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::rsa::RsaRef"]},{"text":"impl UnwindSafe for RsaPrivateKeyBuilder","synthetic":true,"types":["openssl::rsa::RsaPrivateKeyBuilder"]},{"text":"impl UnwindSafe for Sha1","synthetic":true,"types":["openssl::sha::Sha1"]},{"text":"impl UnwindSafe for Sha224","synthetic":true,"types":["openssl::sha::Sha224"]},{"text":"impl UnwindSafe for Sha256","synthetic":true,"types":["openssl::sha::Sha256"]},{"text":"impl UnwindSafe for Sha384","synthetic":true,"types":["openssl::sha::Sha384"]},{"text":"impl UnwindSafe for Sha512","synthetic":true,"types":["openssl::sha::Sha512"]},{"text":"impl UnwindSafe for RsaPssSaltlen","synthetic":true,"types":["openssl::sign::RsaPssSaltlen"]},{"text":"impl<'a> UnwindSafe for Signer<'a>","synthetic":true,"types":["openssl::sign::Signer"]},{"text":"impl<'a> UnwindSafe for Verifier<'a>","synthetic":true,"types":["openssl::sign::Verifier"]},{"text":"impl UnwindSafe for SrtpProtectionProfile","synthetic":true,"types":["openssl::srtp::SrtpProtectionProfile"]},{"text":"impl UnwindSafe for SrtpProtectionProfileRef","synthetic":true,"types":["openssl::srtp::SrtpProtectionProfileRef"]},{"text":"impl UnwindSafe for SrtpProfileId","synthetic":true,"types":["openssl::srtp::SrtpProfileId"]},{"text":"impl UnwindSafe for SslConnector","synthetic":true,"types":["openssl::ssl::connector::SslConnector"]},{"text":"impl UnwindSafe for SslConnectorBuilder","synthetic":true,"types":["openssl::ssl::connector::SslConnectorBuilder"]},{"text":"impl UnwindSafe for ConnectConfiguration","synthetic":true,"types":["openssl::ssl::connector::ConnectConfiguration"]},{"text":"impl UnwindSafe for SslAcceptor","synthetic":true,"types":["openssl::ssl::connector::SslAcceptor"]},{"text":"impl UnwindSafe for SslAcceptorBuilder","synthetic":true,"types":["openssl::ssl::connector::SslAcceptorBuilder"]},{"text":"impl UnwindSafe for ErrorCode","synthetic":true,"types":["openssl::ssl::error::ErrorCode"]},{"text":"impl !UnwindSafe for Error","synthetic":true,"types":["openssl::ssl::error::Error"]},{"text":"impl<S> !UnwindSafe for HandshakeError<S>","synthetic":true,"types":["openssl::ssl::error::HandshakeError"]},{"text":"impl UnwindSafe for SslOptions","synthetic":true,"types":["openssl::ssl::SslOptions"]},{"text":"impl UnwindSafe for SslMode","synthetic":true,"types":["openssl::ssl::SslMode"]},{"text":"impl UnwindSafe for SslMethod","synthetic":true,"types":["openssl::ssl::SslMethod"]},{"text":"impl UnwindSafe for SslVerifyMode","synthetic":true,"types":["openssl::ssl::SslVerifyMode"]},{"text":"impl UnwindSafe for SslSessionCacheMode","synthetic":true,"types":["openssl::ssl::SslSessionCacheMode"]},{"text":"impl UnwindSafe for ExtensionContext","synthetic":true,"types":["openssl::ssl::ExtensionContext"]},{"text":"impl UnwindSafe for SslFiletype","synthetic":true,"types":["openssl::ssl::SslFiletype"]},{"text":"impl UnwindSafe for StatusType","synthetic":true,"types":["openssl::ssl::StatusType"]},{"text":"impl UnwindSafe for NameType","synthetic":true,"types":["openssl::ssl::NameType"]},{"text":"impl UnwindSafe for SniError","synthetic":true,"types":["openssl::ssl::SniError"]},{"text":"impl UnwindSafe for SslAlert","synthetic":true,"types":["openssl::ssl::SslAlert"]},{"text":"impl UnwindSafe for AlpnError","synthetic":true,"types":["openssl::ssl::AlpnError"]},{"text":"impl UnwindSafe for ClientHelloResponse","synthetic":true,"types":["openssl::ssl::ClientHelloResponse"]},{"text":"impl UnwindSafe for SslVersion","synthetic":true,"types":["openssl::ssl::SslVersion"]},{"text":"impl UnwindSafe for SslContextBuilder","synthetic":true,"types":["openssl::ssl::SslContextBuilder"]},{"text":"impl UnwindSafe for SslContext","synthetic":true,"types":["openssl::ssl::SslContext"]},{"text":"impl UnwindSafe for SslContextRef","synthetic":true,"types":["openssl::ssl::SslContextRef"]},{"text":"impl UnwindSafe for CipherBits","synthetic":true,"types":["openssl::ssl::CipherBits"]},{"text":"impl UnwindSafe for SslCipher","synthetic":true,"types":["openssl::ssl::SslCipher"]},{"text":"impl UnwindSafe for SslCipherRef","synthetic":true,"types":["openssl::ssl::SslCipherRef"]},{"text":"impl UnwindSafe for SslSession","synthetic":true,"types":["openssl::ssl::SslSession"]},{"text":"impl UnwindSafe for SslSessionRef","synthetic":true,"types":["openssl::ssl::SslSessionRef"]},{"text":"impl UnwindSafe for Ssl","synthetic":true,"types":["openssl::ssl::Ssl"]},{"text":"impl UnwindSafe for SslRef","synthetic":true,"types":["openssl::ssl::SslRef"]},{"text":"impl<S> !UnwindSafe for MidHandshakeSslStream<S>","synthetic":true,"types":["openssl::ssl::MidHandshakeSslStream"]},{"text":"impl<S> UnwindSafe for SslStream<S> where
S: UnwindSafe, ","synthetic":true,"types":["openssl::ssl::SslStream"]},{"text":"impl<S> UnwindSafe for SslStreamBuilder<S> where
S: UnwindSafe, ","synthetic":true,"types":["openssl::ssl::SslStreamBuilder"]},{"text":"impl UnwindSafe for ShutdownResult","synthetic":true,"types":["openssl::ssl::ShutdownResult"]},{"text":"impl UnwindSafe for ShutdownState","synthetic":true,"types":["openssl::ssl::ShutdownState"]},{"text":"impl<T> UnwindSafe for Stack<T> where
<T as Stackable>::StackType: RefUnwindSafe, ","synthetic":true,"types":["openssl::stack::Stack"]},{"text":"impl<T> UnwindSafe for IntoIter<T> where
<T as Stackable>::StackType: RefUnwindSafe, ","synthetic":true,"types":["openssl::stack::IntoIter"]},{"text":"impl<T> UnwindSafe for StackRef<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::stack::StackRef"]},{"text":"impl<'a, T> !UnwindSafe for Iter<'a, T>","synthetic":true,"types":["openssl::stack::Iter"]},{"text":"impl<'a, T> !UnwindSafe for IterMut<'a, T>","synthetic":true,"types":["openssl::stack::IterMut"]},{"text":"impl UnwindSafe for OpensslString","synthetic":true,"types":["openssl::string::OpensslString"]},{"text":"impl UnwindSafe for OpensslStringRef","synthetic":true,"types":["openssl::string::OpensslStringRef"]},{"text":"impl UnwindSafe for Mode","synthetic":true,"types":["openssl::symm::Mode"]},{"text":"impl UnwindSafe for Cipher","synthetic":true,"types":["openssl::symm::Cipher"]},{"text":"impl UnwindSafe for Crypter","synthetic":true,"types":["openssl::symm::Crypter"]},{"text":"impl UnwindSafe for X509CheckFlags","synthetic":true,"types":["openssl::x509::verify::X509CheckFlags"]},{"text":"impl UnwindSafe for X509VerifyFlags","synthetic":true,"types":["openssl::x509::verify::X509VerifyFlags"]},{"text":"impl UnwindSafe for X509VerifyParam","synthetic":true,"types":["openssl::x509::verify::X509VerifyParam"]},{"text":"impl UnwindSafe for X509VerifyParamRef","synthetic":true,"types":["openssl::x509::verify::X509VerifyParamRef"]},{"text":"impl UnwindSafe for BasicConstraints","synthetic":true,"types":["openssl::x509::extension::BasicConstraints"]},{"text":"impl UnwindSafe for KeyUsage","synthetic":true,"types":["openssl::x509::extension::KeyUsage"]},{"text":"impl UnwindSafe for ExtendedKeyUsage","synthetic":true,"types":["openssl::x509::extension::ExtendedKeyUsage"]},{"text":"impl UnwindSafe for SubjectKeyIdentifier","synthetic":true,"types":["openssl::x509::extension::SubjectKeyIdentifier"]},{"text":"impl UnwindSafe for AuthorityKeyIdentifier","synthetic":true,"types":["openssl::x509::extension::AuthorityKeyIdentifier"]},{"text":"impl UnwindSafe for SubjectAlternativeName","synthetic":true,"types":["openssl::x509::extension::SubjectAlternativeName"]},{"text":"impl UnwindSafe for X509StoreBuilder","synthetic":true,"types":["openssl::x509::store::X509StoreBuilder"]},{"text":"impl UnwindSafe for X509StoreBuilderRef","synthetic":true,"types":["openssl::x509::store::X509StoreBuilderRef"]},{"text":"impl<T> UnwindSafe for X509Lookup<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::x509::store::X509Lookup"]},{"text":"impl<T> UnwindSafe for X509LookupRef<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::x509::store::X509LookupRef"]},{"text":"impl UnwindSafe for HashDir","synthetic":true,"types":["openssl::x509::store::HashDir"]},{"text":"impl<T> UnwindSafe for X509LookupMethod<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::x509::store::X509LookupMethod"]},{"text":"impl<T> UnwindSafe for X509LookupMethodRef<T> where
T: UnwindSafe, ","synthetic":true,"types":["openssl::x509::store::X509LookupMethodRef"]},{"text":"impl UnwindSafe for X509Store","synthetic":true,"types":["openssl::x509::store::X509Store"]},{"text":"impl UnwindSafe for X509StoreRef","synthetic":true,"types":["openssl::x509::store::X509StoreRef"]},{"text":"impl UnwindSafe for X509StoreContext","synthetic":true,"types":["openssl::x509::X509StoreContext"]},{"text":"impl UnwindSafe for X509StoreContextRef","synthetic":true,"types":["openssl::x509::X509StoreContextRef"]},{"text":"impl UnwindSafe for X509Builder","synthetic":true,"types":["openssl::x509::X509Builder"]},{"text":"impl UnwindSafe for X509","synthetic":true,"types":["openssl::x509::X509"]},{"text":"impl UnwindSafe for X509Ref","synthetic":true,"types":["openssl::x509::X509Ref"]},{"text":"impl<'a> !UnwindSafe for X509v3Context<'a>","synthetic":true,"types":["openssl::x509::X509v3Context"]},{"text":"impl UnwindSafe for X509Extension","synthetic":true,"types":["openssl::x509::X509Extension"]},{"text":"impl UnwindSafe for X509ExtensionRef","synthetic":true,"types":["openssl::x509::X509ExtensionRef"]},{"text":"impl UnwindSafe for X509NameBuilder","synthetic":true,"types":["openssl::x509::X509NameBuilder"]},{"text":"impl UnwindSafe for X509Name","synthetic":true,"types":["openssl::x509::X509Name"]},{"text":"impl UnwindSafe for X509NameRef","synthetic":true,"types":["openssl::x509::X509NameRef"]},{"text":"impl<'a> !UnwindSafe for X509NameEntries<'a>","synthetic":true,"types":["openssl::x509::X509NameEntries"]},{"text":"impl UnwindSafe for X509NameEntry","synthetic":true,"types":["openssl::x509::X509NameEntry"]},{"text":"impl UnwindSafe for X509NameEntryRef","synthetic":true,"types":["openssl::x509::X509NameEntryRef"]},{"text":"impl UnwindSafe for X509ReqBuilder","synthetic":true,"types":["openssl::x509::X509ReqBuilder"]},{"text":"impl UnwindSafe for X509Req","synthetic":true,"types":["openssl::x509::X509Req"]},{"text":"impl UnwindSafe for X509ReqRef","synthetic":true,"types":["openssl::x509::X509ReqRef"]},{"text":"impl UnwindSafe for X509VerifyResult","synthetic":true,"types":["openssl::x509::X509VerifyResult"]},{"text":"impl UnwindSafe for GeneralName","synthetic":true,"types":["openssl::x509::GeneralName"]},{"text":"impl UnwindSafe for GeneralNameRef","synthetic":true,"types":["openssl::x509::GeneralNameRef"]},{"text":"impl UnwindSafe for AccessDescription","synthetic":true,"types":["openssl::x509::AccessDescription"]},{"text":"impl UnwindSafe for AccessDescriptionRef","synthetic":true,"types":["openssl::x509::AccessDescriptionRef"]},{"text":"impl UnwindSafe for X509Algorithm","synthetic":true,"types":["openssl::x509::X509Algorithm"]},{"text":"impl UnwindSafe for X509AlgorithmRef","synthetic":true,"types":["openssl::x509::X509AlgorithmRef"]},{"text":"impl UnwindSafe for X509Object","synthetic":true,"types":["openssl::x509::X509Object"]},{"text":"impl UnwindSafe for X509ObjectRef","synthetic":true,"types":["openssl::x509::X509ObjectRef"]}];
implementors["openssl_probe"] = [{"text":"impl UnwindSafe for ProbeResult","synthetic":true,"types":["openssl_probe::ProbeResult"]}];
implementors["openssl_sys"] = [{"text":"impl UnwindSafe for AES_KEY","synthetic":true,"types":["openssl_sys::aes::AES_KEY"]},{"text":"impl UnwindSafe for ASN1_ENCODING","synthetic":true,"types":["openssl_sys::asn1::ASN1_ENCODING"]},{"text":"impl UnwindSafe for stack_st_ASN1_OBJECT","synthetic":true,"types":["openssl_sys::asn1::stack_st_ASN1_OBJECT"]},{"text":"impl UnwindSafe for BIO_METHOD","synthetic":true,"types":["openssl_sys::bio::BIO_METHOD"]},{"text":"impl UnwindSafe for CMS_ContentInfo","synthetic":true,"types":["openssl_sys::cms::CMS_ContentInfo"]},{"text":"impl UnwindSafe for stack_st_void","synthetic":true,"types":["openssl_sys::crypto::stack_st_void"]},{"text":"impl UnwindSafe for point_conversion_form_t","synthetic":true,"types":["openssl_sys::ec::point_conversion_form_t"]},{"text":"impl UnwindSafe for EC_METHOD","synthetic":true,"types":["openssl_sys::ec::EC_METHOD"]},{"text":"impl UnwindSafe for EC_GROUP","synthetic":true,"types":["openssl_sys::ec::EC_GROUP"]},{"text":"impl UnwindSafe for EC_POINT","synthetic":true,"types":["openssl_sys::ec::EC_POINT"]},{"text":"impl UnwindSafe for ECDSA_SIG","synthetic":true,"types":["openssl_sys::ec::ECDSA_SIG"]},{"text":"impl UnwindSafe for ERR_STRING_DATA","synthetic":true,"types":["openssl_sys::err::ERR_STRING_DATA"]},{"text":"impl UnwindSafe for OCSP_CERTID","synthetic":true,"types":["openssl_sys::ocsp::OCSP_CERTID"]},{"text":"impl UnwindSafe for OCSP_ONEREQ","synthetic":true,"types":["openssl_sys::ocsp::OCSP_ONEREQ"]},{"text":"impl UnwindSafe for OCSP_REQUEST","synthetic":true,"types":["openssl_sys::ocsp::OCSP_REQUEST"]},{"text":"impl UnwindSafe for OCSP_BASICRESP","synthetic":true,"types":["openssl_sys::ocsp::OCSP_BASICRESP"]},{"text":"impl UnwindSafe for ASN1_INTEGER","synthetic":true,"types":["openssl_sys::ossl_typ::ASN1_INTEGER"]},{"text":"impl UnwindSafe for ASN1_GENERALIZEDTIME","synthetic":true,"types":["openssl_sys::ossl_typ::ASN1_GENERALIZEDTIME"]},{"text":"impl UnwindSafe for ASN1_STRING","synthetic":true,"types":["openssl_sys::ossl_typ::ASN1_STRING"]},{"text":"impl UnwindSafe for ASN1_BIT_STRING","synthetic":true,"types":["openssl_sys::ossl_typ::ASN1_BIT_STRING"]},{"text":"impl UnwindSafe for ASN1_TIME","synthetic":true,"types":["openssl_sys::ossl_typ::ASN1_TIME"]},{"text":"impl UnwindSafe for ASN1_TYPE","synthetic":true,"types":["openssl_sys::ossl_typ::ASN1_TYPE"]},{"text":"impl UnwindSafe for ASN1_OBJECT","synthetic":true,"types":["openssl_sys::ossl_typ::ASN1_OBJECT"]},{"text":"impl UnwindSafe for ASN1_OCTET_STRING","synthetic":true,"types":["openssl_sys::ossl_typ::ASN1_OCTET_STRING"]},{"text":"impl UnwindSafe for bio_st","synthetic":true,"types":["openssl_sys::ossl_typ::bio_st"]},{"text":"impl UnwindSafe for BIO","synthetic":true,"types":["openssl_sys::ossl_typ::BIO"]},{"text":"impl UnwindSafe for BIGNUM","synthetic":true,"types":["openssl_sys::ossl_typ::BIGNUM"]},{"text":"impl UnwindSafe for BN_BLINDING","synthetic":true,"types":["openssl_sys::ossl_typ::BN_BLINDING"]},{"text":"impl UnwindSafe for BN_MONT_CTX","synthetic":true,"types":["openssl_sys::ossl_typ::BN_MONT_CTX"]},{"text":"impl UnwindSafe for BN_CTX","synthetic":true,"types":["openssl_sys::ossl_typ::BN_CTX"]},{"text":"impl UnwindSafe for BN_GENCB","synthetic":true,"types":["openssl_sys::ossl_typ::BN_GENCB"]},{"text":"impl UnwindSafe for EVP_CIPHER","synthetic":true,"types":["openssl_sys::ossl_typ::EVP_CIPHER"]},{"text":"impl UnwindSafe for EVP_CIPHER_CTX","synthetic":true,"types":["openssl_sys::ossl_typ::EVP_CIPHER_CTX"]},{"text":"impl UnwindSafe for EVP_MD","synthetic":true,"types":["openssl_sys::ossl_typ::EVP_MD"]},{"text":"impl UnwindSafe for EVP_MD_CTX","synthetic":true,"types":["openssl_sys::ossl_typ::EVP_MD_CTX"]},{"text":"impl UnwindSafe for EVP_PKEY","synthetic":true,"types":["openssl_sys::ossl_typ::EVP_PKEY"]},{"text":"impl UnwindSafe for PKCS8_PRIV_KEY_INFO","synthetic":true,"types":["openssl_sys::ossl_typ::PKCS8_PRIV_KEY_INFO"]},{"text":"impl UnwindSafe for EVP_PKEY_ASN1_METHOD","synthetic":true,"types":["openssl_sys::ossl_typ::EVP_PKEY_ASN1_METHOD"]},{"text":"impl UnwindSafe for EVP_PKEY_CTX","synthetic":true,"types":["openssl_sys::ossl_typ::EVP_PKEY_CTX"]},{"text":"impl UnwindSafe for HMAC_CTX","synthetic":true,"types":["openssl_sys::ossl_typ::HMAC_CTX"]},{"text":"impl UnwindSafe for DH","synthetic":true,"types":["openssl_sys::ossl_typ::DH"]},{"text":"impl UnwindSafe for DH_METHOD","synthetic":true,"types":["openssl_sys::ossl_typ::DH_METHOD"]},{"text":"impl UnwindSafe for DSA","synthetic":true,"types":["openssl_sys::ossl_typ::DSA"]},{"text":"impl UnwindSafe for DSA_METHOD","synthetic":true,"types":["openssl_sys::ossl_typ::DSA_METHOD"]},{"text":"impl UnwindSafe for RSA","synthetic":true,"types":["openssl_sys::ossl_typ::RSA"]},{"text":"impl UnwindSafe for RSA_METHOD","synthetic":true,"types":["openssl_sys::ossl_typ::RSA_METHOD"]},{"text":"impl UnwindSafe for EC_KEY","synthetic":true,"types":["openssl_sys::ossl_typ::EC_KEY"]},{"text":"impl UnwindSafe for X509","synthetic":true,"types":["openssl_sys::ossl_typ::X509"]},{"text":"impl UnwindSafe for X509_ALGOR","synthetic":true,"types":["openssl_sys::ossl_typ::X509_ALGOR"]},{"text":"impl UnwindSafe for X509_LOOKUP_METHOD","synthetic":true,"types":["openssl_sys::ossl_typ::X509_LOOKUP_METHOD"]},{"text":"impl UnwindSafe for X509_NAME","synthetic":true,"types":["openssl_sys::ossl_typ::X509_NAME"]},{"text":"impl UnwindSafe for X509_STORE","synthetic":true,"types":["openssl_sys::ossl_typ::X509_STORE"]},{"text":"impl UnwindSafe for X509_STORE_CTX","synthetic":true,"types":["openssl_sys::ossl_typ::X509_STORE_CTX"]},{"text":"impl UnwindSafe for X509_VERIFY_PARAM","synthetic":true,"types":["openssl_sys::ossl_typ::X509_VERIFY_PARAM"]},{"text":"impl UnwindSafe for X509V3_CTX","synthetic":true,"types":["openssl_sys::ossl_typ::X509V3_CTX"]},{"text":"impl UnwindSafe for CONF","synthetic":true,"types":["openssl_sys::ossl_typ::CONF"]},{"text":"impl UnwindSafe for OPENSSL_INIT_SETTINGS","synthetic":true,"types":["openssl_sys::ossl_typ::OPENSSL_INIT_SETTINGS"]},{"text":"impl UnwindSafe for ENGINE","synthetic":true,"types":["openssl_sys::ossl_typ::ENGINE"]},{"text":"impl UnwindSafe for SSL","synthetic":true,"types":["openssl_sys::ossl_typ::SSL"]},{"text":"impl UnwindSafe for SSL_CTX","synthetic":true,"types":["openssl_sys::ossl_typ::SSL_CTX"]},{"text":"impl UnwindSafe for COMP_METHOD","synthetic":true,"types":["openssl_sys::ossl_typ::COMP_METHOD"]},{"text":"impl UnwindSafe for CRYPTO_EX_DATA","synthetic":true,"types":["openssl_sys::ossl_typ::CRYPTO_EX_DATA"]},{"text":"impl UnwindSafe for OCSP_RESPONSE","synthetic":true,"types":["openssl_sys::ossl_typ::OCSP_RESPONSE"]},{"text":"impl UnwindSafe for PKCS12","synthetic":true,"types":["openssl_sys::pkcs12::PKCS12"]},{"text":"impl UnwindSafe for PKCS7_SIGNED","synthetic":true,"types":["openssl_sys::pkcs7::PKCS7_SIGNED"]},{"text":"impl UnwindSafe for PKCS7_ENVELOPE","synthetic":true,"types":["openssl_sys::pkcs7::PKCS7_ENVELOPE"]},{"text":"impl UnwindSafe for PKCS7_SIGN_ENVELOPE","synthetic":true,"types":["openssl_sys::pkcs7::PKCS7_SIGN_ENVELOPE"]},{"text":"impl UnwindSafe for PKCS7_DIGEST","synthetic":true,"types":["openssl_sys::pkcs7::PKCS7_DIGEST"]},{"text":"impl UnwindSafe for PKCS7_ENCRYPT","synthetic":true,"types":["openssl_sys::pkcs7::PKCS7_ENCRYPT"]},{"text":"impl UnwindSafe for PKCS7","synthetic":true,"types":["openssl_sys::pkcs7::PKCS7"]},{"text":"impl UnwindSafe for stack_st_OPENSSL_STRING","synthetic":true,"types":["openssl_sys::safestack::stack_st_OPENSSL_STRING"]},{"text":"impl UnwindSafe for SHA_CTX","synthetic":true,"types":["openssl_sys::sha::SHA_CTX"]},{"text":"impl UnwindSafe for SHA256_CTX","synthetic":true,"types":["openssl_sys::sha::SHA256_CTX"]},{"text":"impl UnwindSafe for SHA512_CTX","synthetic":true,"types":["openssl_sys::sha::SHA512_CTX"]},{"text":"impl UnwindSafe for SSL_METHOD","synthetic":true,"types":["openssl_sys::ssl::SSL_METHOD"]},{"text":"impl UnwindSafe for SSL_CIPHER","synthetic":true,"types":["openssl_sys::ssl::SSL_CIPHER"]},{"text":"impl UnwindSafe for SSL_SESSION","synthetic":true,"types":["openssl_sys::ssl::SSL_SESSION"]},{"text":"impl UnwindSafe for stack_st_SSL_CIPHER","synthetic":true,"types":["openssl_sys::ssl::stack_st_SSL_CIPHER"]},{"text":"impl UnwindSafe for SRTP_PROTECTION_PROFILE","synthetic":true,"types":["openssl_sys::ssl::SRTP_PROTECTION_PROFILE"]},{"text":"impl UnwindSafe for stack_st_SRTP_PROTECTION_PROFILE","synthetic":true,"types":["openssl_sys::ssl::stack_st_SRTP_PROTECTION_PROFILE"]},{"text":"impl UnwindSafe for OPENSSL_STACK","synthetic":true,"types":["openssl_sys::stack::OPENSSL_STACK"]},{"text":"impl UnwindSafe for X509_VAL","synthetic":true,"types":["openssl_sys::x509::X509_VAL"]},{"text":"impl UnwindSafe for X509_NAME_ENTRY","synthetic":true,"types":["openssl_sys::x509::X509_NAME_ENTRY"]},{"text":"impl UnwindSafe for stack_st_X509_NAME","synthetic":true,"types":["openssl_sys::x509::stack_st_X509_NAME"]},{"text":"impl UnwindSafe for X509_EXTENSION","synthetic":true,"types":["openssl_sys::x509::X509_EXTENSION"]},{"text":"impl UnwindSafe for stack_st_X509_EXTENSION","synthetic":true,"types":["openssl_sys::x509::stack_st_X509_EXTENSION"]},{"text":"impl UnwindSafe for stack_st_X509_ATTRIBUTE","synthetic":true,"types":["openssl_sys::x509::stack_st_X509_ATTRIBUTE"]},{"text":"impl UnwindSafe for X509_REQ_INFO","synthetic":true,"types":["openssl_sys::x509::X509_REQ_INFO"]},{"text":"impl UnwindSafe for X509_CRL","synthetic":true,"types":["openssl_sys::x509::X509_CRL"]},{"text":"impl UnwindSafe for stack_st_X509_CRL","synthetic":true,"types":["openssl_sys::x509::stack_st_X509_CRL"]},{"text":"impl UnwindSafe for X509_CRL_INFO","synthetic":true,"types":["openssl_sys::x509::X509_CRL_INFO"]},{"text":"impl UnwindSafe for X509_REVOKED","synthetic":true,"types":["openssl_sys::x509::X509_REVOKED"]},{"text":"impl UnwindSafe for stack_st_X509_REVOKED","synthetic":true,"types":["openssl_sys::x509::stack_st_X509_REVOKED"]},{"text":"impl UnwindSafe for X509_REQ","synthetic":true,"types":["openssl_sys::x509::X509_REQ"]},{"text":"impl UnwindSafe for X509_CINF","synthetic":true,"types":["openssl_sys::x509::X509_CINF"]},{"text":"impl UnwindSafe for stack_st_X509","synthetic":true,"types":["openssl_sys::x509::stack_st_X509"]},{"text":"impl UnwindSafe for X509_OBJECT","synthetic":true,"types":["openssl_sys::x509::X509_OBJECT"]},{"text":"impl UnwindSafe for stack_st_X509_OBJECT","synthetic":true,"types":["openssl_sys::x509::stack_st_X509_OBJECT"]},{"text":"impl UnwindSafe for X509_LOOKUP","synthetic":true,"types":["openssl_sys::x509::X509_LOOKUP"]},{"text":"impl UnwindSafe for stack_st_X509_LOOKUP","synthetic":true,"types":["openssl_sys::x509::stack_st_X509_LOOKUP"]},{"text":"impl UnwindSafe for CONF_METHOD","synthetic":true,"types":["openssl_sys::x509v3::CONF_METHOD"]},{"text":"impl UnwindSafe for GENERAL_NAME","synthetic":true,"types":["openssl_sys::x509v3::GENERAL_NAME"]},{"text":"impl UnwindSafe for stack_st_GENERAL_NAME","synthetic":true,"types":["openssl_sys::x509v3::stack_st_GENERAL_NAME"]},{"text":"impl UnwindSafe for ACCESS_DESCRIPTION","synthetic":true,"types":["openssl_sys::x509v3::ACCESS_DESCRIPTION"]},{"text":"impl UnwindSafe for stack_st_ACCESS_DESCRIPTION","synthetic":true,"types":["openssl_sys::x509v3::stack_st_ACCESS_DESCRIPTION"]},{"text":"impl UnwindSafe for AUTHORITY_KEYID","synthetic":true,"types":["openssl_sys::x509v3::AUTHORITY_KEYID"]}];
implementors["parking_lot"] = [{"text":"impl UnwindSafe for WaitTimeoutResult","synthetic":true,"types":["parking_lot::condvar::WaitTimeoutResult"]},{"text":"impl UnwindSafe for Condvar","synthetic":true,"types":["parking_lot::condvar::Condvar"]},{"text":"impl UnwindSafe for OnceState","synthetic":true,"types":["parking_lot::once::OnceState"]},{"text":"impl UnwindSafe for Once","synthetic":true,"types":["parking_lot::once::Once"]},{"text":"impl UnwindSafe for RawFairMutex","synthetic":true,"types":["parking_lot::raw_fair_mutex::RawFairMutex"]},{"text":"impl UnwindSafe for RawMutex","synthetic":true,"types":["parking_lot::raw_mutex::RawMutex"]},{"text":"impl UnwindSafe for RawRwLock","synthetic":true,"types":["parking_lot::raw_rwlock::RawRwLock"]},{"text":"impl UnwindSafe for RawThreadId","synthetic":true,"types":["parking_lot::remutex::RawThreadId"]}];
implementors["parking_lot_core"] = [{"text":"impl UnwindSafe for ParkResult","synthetic":true,"types":["parking_lot_core::parking_lot::ParkResult"]},{"text":"impl UnwindSafe for UnparkResult","synthetic":true,"types":["parking_lot_core::parking_lot::UnparkResult"]},{"text":"impl UnwindSafe for RequeueOp","synthetic":true,"types":["parking_lot_core::parking_lot::RequeueOp"]},{"text":"impl UnwindSafe for FilterOp","synthetic":true,"types":["parking_lot_core::parking_lot::FilterOp"]},{"text":"impl UnwindSafe for UnparkToken","synthetic":true,"types":["parking_lot_core::parking_lot::UnparkToken"]},{"text":"impl UnwindSafe for ParkToken","synthetic":true,"types":["parking_lot_core::parking_lot::ParkToken"]},{"text":"impl UnwindSafe for SpinWait","synthetic":true,"types":["parking_lot_core::spinwait::SpinWait"]}];
implementors["percent_encoding"] = [{"text":"impl UnwindSafe for AsciiSet","synthetic":true,"types":["percent_encoding::AsciiSet"]},{"text":"impl<'a> UnwindSafe for PercentEncode<'a>","synthetic":true,"types":["percent_encoding::PercentEncode"]},{"text":"impl<'a> UnwindSafe for PercentDecode<'a>","synthetic":true,"types":["percent_encoding::PercentDecode"]}];
implementors["proc_macro2"] = [{"text":"impl UnwindSafe for IntoIter","synthetic":true,"types":["proc_macro2::token_stream::IntoIter"]},{"text":"impl UnwindSafe for TokenStream","synthetic":true,"types":["proc_macro2::TokenStream"]},{"text":"impl UnwindSafe for LexError","synthetic":true,"types":["proc_macro2::LexError"]},{"text":"impl UnwindSafe for Span","synthetic":true,"types":["proc_macro2::Span"]},{"text":"impl UnwindSafe for TokenTree","synthetic":true,"types":["proc_macro2::TokenTree"]},{"text":"impl UnwindSafe for Group","synthetic":true,"types":["proc_macro2::Group"]},{"text":"impl UnwindSafe for Delimiter","synthetic":true,"types":["proc_macro2::Delimiter"]},{"text":"impl UnwindSafe for Punct","synthetic":true,"types":["proc_macro2::Punct"]},{"text":"impl UnwindSafe for Spacing","synthetic":true,"types":["proc_macro2::Spacing"]},{"text":"impl UnwindSafe for Ident","synthetic":true,"types":["proc_macro2::Ident"]},{"text":"impl UnwindSafe for Literal","synthetic":true,"types":["proc_macro2::Literal"]}];
implementors["rapr"] = [{"text":"impl !UnwindSafe for Error","synthetic":true,"types":["rapr::rapr::Error"]},{"text":"impl UnwindSafe for RaPostItems","synthetic":true,"types":["rapr::rapr::RaPostItems"]},{"text":"impl UnwindSafe for RaPost","synthetic":true,"types":["rapr::rapr::RaPost"]},{"text":"impl UnwindSafe for RaSub","synthetic":true,"types":["rapr::rapr::RaSub"]},{"text":"impl !UnwindSafe for RaprClient","synthetic":true,"types":["rapr::rapr::RaprClient"]}];
implementors["reqwest"] = [{"text":"impl !UnwindSafe for Error","synthetic":true,"types":["reqwest::error::Error"]},{"text":"impl !UnwindSafe for Body","synthetic":true,"types":["reqwest::async_impl::body::Body"]},{"text":"impl !UnwindSafe for Client","synthetic":true,"types":["reqwest::async_impl::client::Client"]},{"text":"impl !UnwindSafe for ClientBuilder","synthetic":true,"types":["reqwest::async_impl::client::ClientBuilder"]},{"text":"impl !UnwindSafe for Request","synthetic":true,"types":["reqwest::async_impl::request::Request"]},{"text":"impl !UnwindSafe for RequestBuilder","synthetic":true,"types":["reqwest::async_impl::request::RequestBuilder"]},{"text":"impl !UnwindSafe for Response","synthetic":true,"types":["reqwest::async_impl::response::Response"]},{"text":"impl !UnwindSafe for Proxy","synthetic":true,"types":["reqwest::proxy::Proxy"]},{"text":"impl !UnwindSafe for Policy","synthetic":true,"types":["reqwest::redirect::Policy"]},{"text":"impl<'a> UnwindSafe for Attempt<'a>","synthetic":true,"types":["reqwest::redirect::Attempt"]},{"text":"impl !UnwindSafe for Action","synthetic":true,"types":["reqwest::redirect::Action"]},{"text":"impl UnwindSafe for Certificate","synthetic":true,"types":["reqwest::tls::Certificate"]},{"text":"impl UnwindSafe for Identity","synthetic":true,"types":["reqwest::tls::Identity"]}];
implementors["serde"] = [{"text":"impl UnwindSafe for Error","synthetic":true,"types":["serde::de::value::Error"]},{"text":"impl<E> UnwindSafe for UnitDeserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::UnitDeserializer"]},{"text":"impl<E> UnwindSafe for BoolDeserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::BoolDeserializer"]},{"text":"impl<E> UnwindSafe for I8Deserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::I8Deserializer"]},{"text":"impl<E> UnwindSafe for I16Deserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::I16Deserializer"]},{"text":"impl<E> UnwindSafe for I32Deserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::I32Deserializer"]},{"text":"impl<E> UnwindSafe for I64Deserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::I64Deserializer"]},{"text":"impl<E> UnwindSafe for IsizeDeserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::IsizeDeserializer"]},{"text":"impl<E> UnwindSafe for U8Deserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::U8Deserializer"]},{"text":"impl<E> UnwindSafe for U16Deserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::U16Deserializer"]},{"text":"impl<E> UnwindSafe for U64Deserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::U64Deserializer"]},{"text":"impl<E> UnwindSafe for UsizeDeserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::UsizeDeserializer"]},{"text":"impl<E> UnwindSafe for F32Deserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::F32Deserializer"]},{"text":"impl<E> UnwindSafe for F64Deserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::F64Deserializer"]},{"text":"impl<E> UnwindSafe for CharDeserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::CharDeserializer"]},{"text":"impl<E> UnwindSafe for I128Deserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::I128Deserializer"]},{"text":"impl<E> UnwindSafe for U128Deserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::U128Deserializer"]},{"text":"impl<E> UnwindSafe for U32Deserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::U32Deserializer"]},{"text":"impl<'a, E> UnwindSafe for StrDeserializer<'a, E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::StrDeserializer"]},{"text":"impl<'de, E> UnwindSafe for BorrowedStrDeserializer<'de, E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::BorrowedStrDeserializer"]},{"text":"impl<E> UnwindSafe for StringDeserializer<E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::StringDeserializer"]},{"text":"impl<'a, E> UnwindSafe for CowStrDeserializer<'a, E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::CowStrDeserializer"]},{"text":"impl<'a, E> UnwindSafe for BytesDeserializer<'a, E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::BytesDeserializer"]},{"text":"impl<'de, E> UnwindSafe for BorrowedBytesDeserializer<'de, E> where
E: UnwindSafe, ","synthetic":true,"types":["serde::de::value::BorrowedBytesDeserializer"]},{"text":"impl<I, E> UnwindSafe for SeqDeserializer<I, E> where
E: UnwindSafe,
I: UnwindSafe, ","synthetic":true,"types":["serde::de::value::SeqDeserializer"]},{"text":"impl<A> UnwindSafe for SeqAccessDeserializer<A> where
A: UnwindSafe, ","synthetic":true,"types":["serde::de::value::SeqAccessDeserializer"]},{"text":"impl<'de, I, E> UnwindSafe for MapDeserializer<'de, I, E> where
E: UnwindSafe,
I: UnwindSafe,
<<I as Iterator>::Item as Pair>::Second: UnwindSafe, ","synthetic":true,"types":["serde::de::value::MapDeserializer"]},{"text":"impl<A> UnwindSafe for MapAccessDeserializer<A> where
A: UnwindSafe, ","synthetic":true,"types":["serde::de::value::MapAccessDeserializer"]},{"text":"impl UnwindSafe for IgnoredAny","synthetic":true,"types":["serde::de::ignored_any::IgnoredAny"]},{"text":"impl<'a> UnwindSafe for Unexpected<'a>","synthetic":true,"types":["serde::de::Unexpected"]},{"text":"impl<Ok, Error> UnwindSafe for Impossible<Ok, Error> where
Error: UnwindSafe,
Ok: UnwindSafe, ","synthetic":true,"types":["serde::ser::impossible::Impossible"]}];
implementors["serde_json"] = [{"text":"impl<'a> UnwindSafe for SliceRead<'a>","synthetic":true,"types":["serde_json::read::SliceRead"]},{"text":"impl<'a> UnwindSafe for StrRead<'a>","synthetic":true,"types":["serde_json::read::StrRead"]},{"text":"impl<R> UnwindSafe for IoRead<R> where
R: UnwindSafe, ","synthetic":true,"types":["serde_json::read::IoRead"]},{"text":"impl<R> UnwindSafe for Deserializer<R> where
R: UnwindSafe, ","synthetic":true,"types":["serde_json::de::Deserializer"]},{"text":"impl<'de, R, T> UnwindSafe for StreamDeserializer<'de, R, T> where
R: UnwindSafe,
T: UnwindSafe, ","synthetic":true,"types":["serde_json::de::StreamDeserializer"]},{"text":"impl !UnwindSafe for Error","synthetic":true,"types":["serde_json::error::Error"]},{"text":"impl UnwindSafe for Category","synthetic":true,"types":["serde_json::error::Category"]},{"text":"impl<K, V> UnwindSafe for Map<K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ","synthetic":true,"types":["serde_json::map::Map"]},{"text":"impl<'a> !UnwindSafe for Entry<'a>","synthetic":true,"types":["serde_json::map::Entry"]},{"text":"impl<'a> !UnwindSafe for VacantEntry<'a>","synthetic":true,"types":["serde_json::map::VacantEntry"]},{"text":"impl<'a> !UnwindSafe for OccupiedEntry<'a>","synthetic":true,"types":["serde_json::map::OccupiedEntry"]},{"text":"impl<'a> UnwindSafe for Iter<'a>","synthetic":true,"types":["serde_json::map::Iter"]},{"text":"impl<'a> !UnwindSafe for IterMut<'a>","synthetic":true,"types":["serde_json::map::IterMut"]},{"text":"impl UnwindSafe for IntoIter","synthetic":true,"types":["serde_json::map::IntoIter"]},{"text":"impl<'a> UnwindSafe for Keys<'a>","synthetic":true,"types":["serde_json::map::Keys"]},{"text":"impl<'a> UnwindSafe for Values<'a>","synthetic":true,"types":["serde_json::map::Values"]},{"text":"impl<'a> !UnwindSafe for ValuesMut<'a>","synthetic":true,"types":["serde_json::map::ValuesMut"]},{"text":"impl<W, F> UnwindSafe for Serializer<W, F> where
F: UnwindSafe,
W: UnwindSafe, ","synthetic":true,"types":["serde_json::ser::Serializer"]},{"text":"impl UnwindSafe for CharEscape","synthetic":true,"types":["serde_json::ser::CharEscape"]},{"text":"impl UnwindSafe for CompactFormatter","synthetic":true,"types":["serde_json::ser::CompactFormatter"]},{"text":"impl<'a> UnwindSafe for PrettyFormatter<'a>","synthetic":true,"types":["serde_json::ser::PrettyFormatter"]},{"text":"impl UnwindSafe for Serializer","synthetic":true,"types":["serde_json::value::ser::Serializer"]},{"text":"impl UnwindSafe for Number","synthetic":true,"types":["serde_json::number::Number"]},{"text":"impl UnwindSafe for Value","synthetic":true,"types":["serde_json::value::Value"]}];
implementors["serde_urlencoded"] = [{"text":"impl<'de> UnwindSafe for Deserializer<'de>","synthetic":true,"types":["serde_urlencoded::de::Deserializer"]},{"text":"impl<'input, 'output, Target> !UnwindSafe for Serializer<'input, 'output, Target>","synthetic":true,"types":["serde_urlencoded::ser::Serializer"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["serde_urlencoded::ser::Error"]},{"text":"impl<'input, 'output, Target> !UnwindSafe for SeqSerializer<'input, 'output, Target>","synthetic":true,"types":["serde_urlencoded::ser::SeqSerializer"]},{"text":"impl<'input, 'output, Target> !UnwindSafe for TupleSerializer<'input, 'output, Target>","synthetic":true,"types":["serde_urlencoded::ser::TupleSerializer"]},{"text":"impl<'input, 'output, T> !UnwindSafe for TupleStructSerializer<'input, 'output, T>","synthetic":true,"types":["serde_urlencoded::ser::TupleStructSerializer"]},{"text":"impl<'input, 'output, T> !UnwindSafe for TupleVariantSerializer<'input, 'output, T>","synthetic":true,"types":["serde_urlencoded::ser::TupleVariantSerializer"]},{"text":"impl<'input, 'output, Target> !UnwindSafe for MapSerializer<'input, 'output, Target>","synthetic":true,"types":["serde_urlencoded::ser::MapSerializer"]},{"text":"impl<'input, 'output, Target> !UnwindSafe for StructSerializer<'input, 'output, Target>","synthetic":true,"types":["serde_urlencoded::ser::StructSerializer"]},{"text":"impl<'input, 'output, T> !UnwindSafe for StructVariantSerializer<'input, 'output, T>","synthetic":true,"types":["serde_urlencoded::ser::StructVariantSerializer"]}];
implementors["signal_hook_registry"] = [{"text":"impl UnwindSafe for SigId","synthetic":true,"types":["signal_hook_registry::SigId"]}];
implementors["slab"] = [{"text":"impl<T> UnwindSafe for Slab<T> where
T: UnwindSafe, ","synthetic":true,"types":["slab::Slab"]},{"text":"impl<'a, T> !UnwindSafe for VacantEntry<'a, T>","synthetic":true,"types":["slab::VacantEntry"]},{"text":"impl<'a, T> UnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["slab::Iter"]},{"text":"impl<'a, T> !UnwindSafe for IterMut<'a, T>","synthetic":true,"types":["slab::IterMut"]},{"text":"impl<'a, T> UnwindSafe for Drain<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["slab::Drain"]}];
implementors["socket2"] = [{"text":"impl UnwindSafe for SockAddr","synthetic":true,"types":["socket2::sockaddr::SockAddr"]},{"text":"impl UnwindSafe for Socket","synthetic":true,"types":["socket2::socket::Socket"]},{"text":"impl<'s> UnwindSafe for SockRef<'s>","synthetic":true,"types":["socket2::sockref::SockRef"]},{"text":"impl UnwindSafe for Domain","synthetic":true,"types":["socket2::Domain"]},{"text":"impl UnwindSafe for Type","synthetic":true,"types":["socket2::Type"]},{"text":"impl UnwindSafe for Protocol","synthetic":true,"types":["socket2::Protocol"]},{"text":"impl UnwindSafe for RecvFlags","synthetic":true,"types":["socket2::RecvFlags"]},{"text":"impl<'a> !UnwindSafe for MaybeUninitSlice<'a>","synthetic":true,"types":["socket2::MaybeUninitSlice"]},{"text":"impl UnwindSafe for TcpKeepalive","synthetic":true,"types":["socket2::TcpKeepalive"]}];
implementors["tokio"] = [{"text":"impl UnwindSafe for DirBuilder","synthetic":true,"types":["tokio::fs::dir_builder::DirBuilder"]},{"text":"impl !UnwindSafe for File","synthetic":true,"types":["tokio::fs::file::File"]},{"text":"impl UnwindSafe for OpenOptions","synthetic":true,"types":["tokio::fs::open_options::OpenOptions"]},{"text":"impl !UnwindSafe for ReadDir","synthetic":true,"types":["tokio::fs::read_dir::ReadDir"]},{"text":"impl UnwindSafe for DirEntry","synthetic":true,"types":["tokio::fs::read_dir::DirEntry"]},{"text":"impl<'a> !UnwindSafe for ReadBuf<'a>","synthetic":true,"types":["tokio::io::read_buf::ReadBuf"]},{"text":"impl UnwindSafe for Interest","synthetic":true,"types":["tokio::io::driver::interest::Interest"]},{"text":"impl UnwindSafe for Ready","synthetic":true,"types":["tokio::io::driver::ready::Ready"]},{"text":"impl<T> !UnwindSafe for AsyncFd<T>","synthetic":true,"types":["tokio::io::async_fd::AsyncFd"]},{"text":"impl<'a, T> !UnwindSafe for AsyncFdReadyGuard<'a, T>","synthetic":true,"types":["tokio::io::async_fd::AsyncFdReadyGuard"]},{"text":"impl<'a, T> !UnwindSafe for AsyncFdReadyMutGuard<'a, T>","synthetic":true,"types":["tokio::io::async_fd::AsyncFdReadyMutGuard"]},{"text":"impl UnwindSafe for TryIoError","synthetic":true,"types":["tokio::io::async_fd::TryIoError"]},{"text":"impl !UnwindSafe for Stderr","synthetic":true,"types":["tokio::io::stderr::Stderr"]},{"text":"impl !UnwindSafe for Stdin","synthetic":true,"types":["tokio::io::stdin::Stdin"]},{"text":"impl !UnwindSafe for Stdout","synthetic":true,"types":["tokio::io::stdout::Stdout"]},{"text":"impl<T> !UnwindSafe for ReadHalf<T>","synthetic":true,"types":["tokio::io::split::ReadHalf"]},{"text":"impl<T> !UnwindSafe for WriteHalf<T>","synthetic":true,"types":["tokio::io::split::WriteHalf"]},{"text":"impl<R> UnwindSafe for BufReader<R> where
R: UnwindSafe, ","synthetic":true,"types":["tokio::io::util::buf_reader::BufReader"]},{"text":"impl<RW> UnwindSafe for BufStream<RW> where
RW: UnwindSafe, ","synthetic":true,"types":["tokio::io::util::buf_stream::BufStream"]},{"text":"impl<W> UnwindSafe for BufWriter<W> where
W: UnwindSafe, ","synthetic":true,"types":["tokio::io::util::buf_writer::BufWriter"]},{"text":"impl UnwindSafe for Empty","synthetic":true,"types":["tokio::io::util::empty::Empty"]},{"text":"impl<R> UnwindSafe for Lines<R> where
R: UnwindSafe, ","synthetic":true,"types":["tokio::io::util::lines::Lines"]},{"text":"impl !UnwindSafe for DuplexStream","synthetic":true,"types":["tokio::io::util::mem::DuplexStream"]},{"text":"impl UnwindSafe for Repeat","synthetic":true,"types":["tokio::io::util::repeat::Repeat"]},{"text":"impl UnwindSafe for Sink","synthetic":true,"types":["tokio::io::util::sink::Sink"]},{"text":"impl<R> UnwindSafe for Split<R> where
R: UnwindSafe, ","synthetic":true,"types":["tokio::io::util::split::Split"]},{"text":"impl<R> UnwindSafe for Take<R> where
R: UnwindSafe, ","synthetic":true,"types":["tokio::io::util::take::Take"]},{"text":"impl !UnwindSafe for TcpListener","synthetic":true,"types":["tokio::net::tcp::listener::TcpListener"]},{"text":"impl UnwindSafe for TcpSocket","synthetic":true,"types":["tokio::net::tcp::socket::TcpSocket"]},{"text":"impl<'a> !UnwindSafe for ReadHalf<'a>","synthetic":true,"types":["tokio::net::tcp::split::ReadHalf"]},{"text":"impl<'a> !UnwindSafe for WriteHalf<'a>","synthetic":true,"types":["tokio::net::tcp::split::WriteHalf"]},{"text":"impl !UnwindSafe for OwnedReadHalf","synthetic":true,"types":["tokio::net::tcp::split_owned::OwnedReadHalf"]},{"text":"impl !UnwindSafe for OwnedWriteHalf","synthetic":true,"types":["tokio::net::tcp::split_owned::OwnedWriteHalf"]},{"text":"impl !UnwindSafe for ReuniteError","synthetic":true,"types":["tokio::net::tcp::split_owned::ReuniteError"]},{"text":"impl !UnwindSafe for TcpStream","synthetic":true,"types":["tokio::net::tcp::stream::TcpStream"]},{"text":"impl !UnwindSafe for UdpSocket","synthetic":true,"types":["tokio::net::udp::UdpSocket"]},{"text":"impl !UnwindSafe for UnixDatagram","synthetic":true,"types":["tokio::net::unix::datagram::socket::UnixDatagram"]},{"text":"impl !UnwindSafe for UnixListener","synthetic":true,"types":["tokio::net::unix::listener::UnixListener"]},{"text":"impl<'a> !UnwindSafe for ReadHalf<'a>","synthetic":true,"types":["tokio::net::unix::split::ReadHalf"]},{"text":"impl<'a> !UnwindSafe for WriteHalf<'a>","synthetic":true,"types":["tokio::net::unix::split::WriteHalf"]},{"text":"impl !UnwindSafe for OwnedReadHalf","synthetic":true,"types":["tokio::net::unix::split_owned::OwnedReadHalf"]},{"text":"impl !UnwindSafe for OwnedWriteHalf","synthetic":true,"types":["tokio::net::unix::split_owned::OwnedWriteHalf"]},{"text":"impl !UnwindSafe for ReuniteError","synthetic":true,"types":["tokio::net::unix::split_owned::ReuniteError"]},{"text":"impl UnwindSafe for SocketAddr","synthetic":true,"types":["tokio::net::unix::socketaddr::SocketAddr"]},{"text":"impl !UnwindSafe for UnixStream","synthetic":true,"types":["tokio::net::unix::stream::UnixStream"]},{"text":"impl UnwindSafe for UCred","synthetic":true,"types":["tokio::net::unix::ucred::UCred"]},{"text":"impl !UnwindSafe for Command","synthetic":true,"types":["tokio::process::Command"]},{"text":"impl !UnwindSafe for Child","synthetic":true,"types":["tokio::process::Child"]},{"text":"impl !UnwindSafe for ChildStdin","synthetic":true,"types":["tokio::process::ChildStdin"]},{"text":"impl !UnwindSafe for ChildStdout","synthetic":true,"types":["tokio::process::ChildStdout"]},{"text":"impl !UnwindSafe for ChildStderr","synthetic":true,"types":["tokio::process::ChildStderr"]},{"text":"impl UnwindSafe for JoinError","synthetic":true,"types":["tokio::runtime::task::error::JoinError"]},{"text":"impl<T> !UnwindSafe for JoinHandle<T>","synthetic":true,"types":["tokio::runtime::task::join::JoinHandle"]},{"text":"impl !UnwindSafe for Builder","synthetic":true,"types":["tokio::runtime::builder::Builder"]},{"text":"impl !UnwindSafe for Handle","synthetic":true,"types":["tokio::runtime::handle::Handle"]},{"text":"impl<'a> !UnwindSafe for EnterGuard<'a>","synthetic":true,"types":["tokio::runtime::handle::EnterGuard"]},{"text":"impl !UnwindSafe for Runtime","synthetic":true,"types":["tokio::runtime::Runtime"]},{"text":"impl UnwindSafe for SignalKind","synthetic":true,"types":["tokio::signal::unix::SignalKind"]},{"text":"impl !UnwindSafe for Signal","synthetic":true,"types":["tokio::signal::unix::Signal"]},{"text":"impl !UnwindSafe for Barrier","synthetic":true,"types":["tokio::sync::barrier::Barrier"]},{"text":"impl UnwindSafe for BarrierWaitResult","synthetic":true,"types":["tokio::sync::barrier::BarrierWaitResult"]},{"text":"impl<T> UnwindSafe for SendError<T> where
T: UnwindSafe, ","synthetic":true,"types":["tokio::sync::broadcast::error::SendError"]},{"text":"impl UnwindSafe for RecvError","synthetic":true,"types":["tokio::sync::broadcast::error::RecvError"]},{"text":"impl UnwindSafe for TryRecvError","synthetic":true,"types":["tokio::sync::broadcast::error::TryRecvError"]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":["tokio::sync::broadcast::Sender"]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":["tokio::sync::broadcast::Receiver"]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":["tokio::sync::mpsc::bounded::Sender"]},{"text":"impl<'a, T> !UnwindSafe for Permit<'a, T>","synthetic":true,"types":["tokio::sync::mpsc::bounded::Permit"]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":["tokio::sync::mpsc::bounded::Receiver"]},{"text":"impl<T> !UnwindSafe for UnboundedSender<T>","synthetic":true,"types":["tokio::sync::mpsc::unbounded::UnboundedSender"]},{"text":"impl<T> !UnwindSafe for UnboundedReceiver<T>","synthetic":true,"types":["tokio::sync::mpsc::unbounded::UnboundedReceiver"]},{"text":"impl<T> UnwindSafe for SendError<T> where
T: UnwindSafe, ","synthetic":true,"types":["tokio::sync::mpsc::error::SendError"]},{"text":"impl<T> UnwindSafe for TrySendError<T> where
T: UnwindSafe, ","synthetic":true,"types":["tokio::sync::mpsc::error::TrySendError"]},{"text":"impl UnwindSafe for RecvError","synthetic":true,"types":["tokio::sync::mpsc::error::RecvError"]},{"text":"impl<T> UnwindSafe for SendTimeoutError<T> where
T: UnwindSafe, ","synthetic":true,"types":["tokio::sync::mpsc::error::SendTimeoutError"]},{"text":"impl<T> !UnwindSafe for Mutex<T>","synthetic":true,"types":["tokio::sync::mutex::Mutex"]},{"text":"impl<'a, T> !UnwindSafe for MutexGuard<'a, T>","synthetic":true,"types":["tokio::sync::mutex::MutexGuard"]},{"text":"impl<T> !UnwindSafe for OwnedMutexGuard<T>","synthetic":true,"types":["tokio::sync::mutex::OwnedMutexGuard"]},{"text":"impl UnwindSafe for TryLockError","synthetic":true,"types":["tokio::sync::mutex::TryLockError"]},{"text":"impl UnwindSafe for Notify","synthetic":true,"types":["tokio::sync::notify::Notify"]},{"text":"impl UnwindSafe for RecvError","synthetic":true,"types":["tokio::sync::oneshot::error::RecvError"]},{"text":"impl UnwindSafe for TryRecvError","synthetic":true,"types":["tokio::sync::oneshot::error::TryRecvError"]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":["tokio::sync::oneshot::Sender"]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":["tokio::sync::oneshot::Receiver"]},{"text":"impl UnwindSafe for TryAcquireError","synthetic":true,"types":["tokio::sync::batch_semaphore::TryAcquireError"]},{"text":"impl UnwindSafe for AcquireError","synthetic":true,"types":["tokio::sync::batch_semaphore::AcquireError"]},{"text":"impl !UnwindSafe for Semaphore","synthetic":true,"types":["tokio::sync::semaphore::Semaphore"]},{"text":"impl<'a> !UnwindSafe for SemaphorePermit<'a>","synthetic":true,"types":["tokio::sync::semaphore::SemaphorePermit"]},{"text":"impl !UnwindSafe for OwnedSemaphorePermit","synthetic":true,"types":["tokio::sync::semaphore::OwnedSemaphorePermit"]},{"text":"impl<'a, T> !UnwindSafe for RwLockReadGuard<'a, T>","synthetic":true,"types":["tokio::sync::rwlock::read_guard::RwLockReadGuard"]},{"text":"impl<'a, T> !UnwindSafe for RwLockWriteGuard<'a, T>","synthetic":true,"types":["tokio::sync::rwlock::write_guard::RwLockWriteGuard"]},{"text":"impl<'a, T> !UnwindSafe for RwLockMappedWriteGuard<'a, T>","synthetic":true,"types":["tokio::sync::rwlock::write_guard_mapped::RwLockMappedWriteGuard"]},{"text":"impl<T> !UnwindSafe for RwLock<T>","synthetic":true,"types":["tokio::sync::rwlock::RwLock"]},{"text":"impl<T> UnwindSafe for SendError<T> where
T: UnwindSafe, ","synthetic":true,"types":["tokio::sync::watch::error::SendError"]},{"text":"impl UnwindSafe for RecvError","synthetic":true,"types":["tokio::sync::watch::error::RecvError"]},{"text":"impl<T> !UnwindSafe for Receiver<T>","synthetic":true,"types":["tokio::sync::watch::Receiver"]},{"text":"impl<T> !UnwindSafe for Sender<T>","synthetic":true,"types":["tokio::sync::watch::Sender"]},{"text":"impl<'a, T> !UnwindSafe for Ref<'a, T>","synthetic":true,"types":["tokio::sync::watch::Ref"]},{"text":"impl !UnwindSafe for LocalSet","synthetic":true,"types":["tokio::task::local::LocalSet"]},{"text":"impl<T> UnwindSafe for LocalKey<T>","synthetic":true,"types":["tokio::task::task_local::LocalKey"]},{"text":"impl<F> UnwindSafe for Unconstrained<F> where
F: UnwindSafe, ","synthetic":true,"types":["tokio::task::unconstrained::Unconstrained"]},{"text":"impl !UnwindSafe for Sleep","synthetic":true,"types":["tokio::time::driver::sleep::Sleep"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["tokio::time::error::Error"]},{"text":"impl UnwindSafe for Elapsed","synthetic":true,"types":["tokio::time::error::Elapsed"]},{"text":"impl UnwindSafe for Instant","synthetic":true,"types":["tokio::time::instant::Instant"]},{"text":"impl !UnwindSafe for Interval","synthetic":true,"types":["tokio::time::interval::Interval"]},{"text":"impl<T> !UnwindSafe for Timeout<T>","synthetic":true,"types":["tokio::time::timeout::Timeout"]}];
implementors["tokio_native_tls"] = [{"text":"impl<S> UnwindSafe for AllowStd<S> where
S: UnwindSafe, ","synthetic":true,"types":["tokio_native_tls::AllowStd"]},{"text":"impl<S> UnwindSafe for TlsStream<S> where
S: UnwindSafe, ","synthetic":true,"types":["tokio_native_tls::TlsStream"]},{"text":"impl UnwindSafe for TlsConnector","synthetic":true,"types":["tokio_native_tls::TlsConnector"]},{"text":"impl UnwindSafe for TlsAcceptor","synthetic":true,"types":["tokio_native_tls::TlsAcceptor"]}];
implementors["tokio_util"] = [{"text":"impl UnwindSafe for BytesCodec","synthetic":true,"types":["tokio_util::codec::bytes_codec::BytesCodec"]},{"text":"impl<T, U> UnwindSafe for Framed<T, U> where
T: UnwindSafe,
U: UnwindSafe, ","synthetic":true,"types":["tokio_util::codec::framed::Framed"]},{"text":"impl<T, U> UnwindSafe for FramedParts<T, U> where
T: UnwindSafe,
U: UnwindSafe, ","synthetic":true,"types":["tokio_util::codec::framed::FramedParts"]},{"text":"impl<T, D> UnwindSafe for FramedRead<T, D> where
D: UnwindSafe,
T: UnwindSafe, ","synthetic":true,"types":["tokio_util::codec::framed_read::FramedRead"]},{"text":"impl<T, E> UnwindSafe for FramedWrite<T, E> where
E: UnwindSafe,
T: UnwindSafe, ","synthetic":true,"types":["tokio_util::codec::framed_write::FramedWrite"]},{"text":"impl UnwindSafe for Builder","synthetic":true,"types":["tokio_util::codec::length_delimited::Builder"]},{"text":"impl UnwindSafe for LengthDelimitedCodecError","synthetic":true,"types":["tokio_util::codec::length_delimited::LengthDelimitedCodecError"]},{"text":"impl UnwindSafe for LengthDelimitedCodec","synthetic":true,"types":["tokio_util::codec::length_delimited::LengthDelimitedCodec"]},{"text":"impl UnwindSafe for LinesCodec","synthetic":true,"types":["tokio_util::codec::lines_codec::LinesCodec"]},{"text":"impl !UnwindSafe for LinesCodecError","synthetic":true,"types":["tokio_util::codec::lines_codec::LinesCodecError"]},{"text":"impl UnwindSafe for AnyDelimiterCodec","synthetic":true,"types":["tokio_util::codec::any_delimiter_codec::AnyDelimiterCodec"]},{"text":"impl !UnwindSafe for AnyDelimiterCodecError","synthetic":true,"types":["tokio_util::codec::any_delimiter_codec::AnyDelimiterCodecError"]},{"text":"impl UnwindSafe for CancellationToken","synthetic":true,"types":["tokio_util::sync::cancellation_token::CancellationToken"]},{"text":"impl<'a> UnwindSafe for WaitForCancellationFuture<'a>","synthetic":true,"types":["tokio_util::sync::cancellation_token::WaitForCancellationFuture"]},{"text":"impl<T> !UnwindSafe for PollSender<T>","synthetic":true,"types":["tokio_util::sync::mpsc::PollSender"]},{"text":"impl !UnwindSafe for PollSemaphore","synthetic":true,"types":["tokio_util::sync::poll_semaphore::PollSemaphore"]},{"text":"impl<T> !UnwindSafe for ReusableBoxFuture<T>","synthetic":true,"types":["tokio_util::sync::reusable_box::ReusableBoxFuture"]},{"text":"impl<L, R> UnwindSafe for Either<L, R> where
L: UnwindSafe,
R: UnwindSafe, ","synthetic":true,"types":["tokio_util::either::Either"]}];
implementors["tracing"] = [{"text":"impl<T> !UnwindSafe for WithDispatch<T>","synthetic":true,"types":["tracing::instrument::WithDispatch"]},{"text":"impl<T> !UnwindSafe for Instrumented<T>","synthetic":true,"types":["tracing::instrument::Instrumented"]},{"text":"impl !UnwindSafe for Span","synthetic":true,"types":["tracing::span::Span"]},{"text":"impl<'a> !UnwindSafe for Entered<'a>","synthetic":true,"types":["tracing::span::Entered"]},{"text":"impl !UnwindSafe for EnteredSpan","synthetic":true,"types":["tracing::span::EnteredSpan"]}];
implementors["tracing_core"] = [{"text":"impl !UnwindSafe for Identifier","synthetic":true,"types":["tracing_core::callsite::Identifier"]},{"text":"impl !UnwindSafe for Dispatch","synthetic":true,"types":["tracing_core::dispatcher::Dispatch"]},{"text":"impl !UnwindSafe for DefaultGuard","synthetic":true,"types":["tracing_core::dispatcher::DefaultGuard"]},{"text":"impl UnwindSafe for SetGlobalDefaultError","synthetic":true,"types":["tracing_core::dispatcher::SetGlobalDefaultError"]},{"text":"impl<'a> !UnwindSafe for Event<'a>","synthetic":true,"types":["tracing_core::event::Event"]},{"text":"impl !UnwindSafe for Field","synthetic":true,"types":["tracing_core::field::Field"]},{"text":"impl UnwindSafe for Empty","synthetic":true,"types":["tracing_core::field::Empty"]},{"text":"impl !UnwindSafe for FieldSet","synthetic":true,"types":["tracing_core::field::FieldSet"]},{"text":"impl<'a> !UnwindSafe for ValueSet<'a>","synthetic":true,"types":["tracing_core::field::ValueSet"]},{"text":"impl !UnwindSafe for Iter","synthetic":true,"types":["tracing_core::field::Iter"]},{"text":"impl<T> UnwindSafe for DisplayValue<T> where
T: UnwindSafe, ","synthetic":true,"types":["tracing_core::field::DisplayValue"]},{"text":"impl<T> UnwindSafe for DebugValue<T> where
T: UnwindSafe, ","synthetic":true,"types":["tracing_core::field::DebugValue"]},{"text":"impl<'a> !UnwindSafe for Metadata<'a>","synthetic":true,"types":["tracing_core::metadata::Metadata"]},{"text":"impl UnwindSafe for Kind","synthetic":true,"types":["tracing_core::metadata::Kind"]},{"text":"impl UnwindSafe for Level","synthetic":true,"types":["tracing_core::metadata::Level"]},{"text":"impl UnwindSafe for LevelFilter","synthetic":true,"types":["tracing_core::metadata::LevelFilter"]},{"text":"impl UnwindSafe for ParseLevelFilterError","synthetic":true,"types":["tracing_core::metadata::ParseLevelFilterError"]},{"text":"impl UnwindSafe for ParseLevelError","synthetic":true,"types":["tracing_core::metadata::ParseLevelError"]},{"text":"impl UnwindSafe for Id","synthetic":true,"types":["tracing_core::span::Id"]},{"text":"impl<'a> !UnwindSafe for Attributes<'a>","synthetic":true,"types":["tracing_core::span::Attributes"]},{"text":"impl<'a> !UnwindSafe for Record<'a>","synthetic":true,"types":["tracing_core::span::Record"]},{"text":"impl !UnwindSafe for Current","synthetic":true,"types":["tracing_core::span::Current"]},{"text":"impl UnwindSafe for Interest","synthetic":true,"types":["tracing_core::subscriber::Interest"]}];
implementors["unicode_bidi"] = [{"text":"impl UnwindSafe for Level","synthetic":true,"types":["unicode_bidi::level::Level"]},{"text":"impl UnwindSafe for Error","synthetic":true,"types":["unicode_bidi::level::Error"]},{"text":"impl UnwindSafe for BidiClass","synthetic":true,"types":["unicode_bidi::char_data::tables::BidiClass"]},{"text":"impl UnwindSafe for ParagraphInfo","synthetic":true,"types":["unicode_bidi::ParagraphInfo"]},{"text":"impl<'text> UnwindSafe for InitialInfo<'text>","synthetic":true,"types":["unicode_bidi::InitialInfo"]},{"text":"impl<'text> UnwindSafe for BidiInfo<'text>","synthetic":true,"types":["unicode_bidi::BidiInfo"]}];
implementors["unicode_normalization"] = [{"text":"impl<I> UnwindSafe for Decompositions<I> where
I: UnwindSafe, ","synthetic":true,"types":["unicode_normalization::decompose::Decompositions"]},{"text":"impl UnwindSafe for IsNormalized","synthetic":true,"types":["unicode_normalization::quick_check::IsNormalized"]},{"text":"impl<I> UnwindSafe for Recompositions<I> where
I: UnwindSafe, ","synthetic":true,"types":["unicode_normalization::recompose::Recompositions"]},{"text":"impl<I> UnwindSafe for Replacements<I> where
I: UnwindSafe, ","synthetic":true,"types":["unicode_normalization::replace::Replacements"]},{"text":"impl<I> UnwindSafe for StreamSafe<I> where
I: UnwindSafe, ","synthetic":true,"types":["unicode_normalization::stream_safe::StreamSafe"]}];
implementors["url"] = [{"text":"impl<S> UnwindSafe for Host<S> where
S: UnwindSafe, ","synthetic":true,"types":["url::host::Host"]},{"text":"impl UnwindSafe for Origin","synthetic":true,"types":["url::origin::Origin"]},{"text":"impl UnwindSafe for OpaqueOrigin","synthetic":true,"types":["url::origin::OpaqueOrigin"]},{"text":"impl UnwindSafe for ParseError","synthetic":true,"types":["url::parser::ParseError"]},{"text":"impl UnwindSafe for SyntaxViolation","synthetic":true,"types":["url::parser::SyntaxViolation"]},{"text":"impl<'a> !UnwindSafe for PathSegmentsMut<'a>","synthetic":true,"types":["url::path_segments::PathSegmentsMut"]},{"text":"impl UnwindSafe for Position","synthetic":true,"types":["url::slicing::Position"]},{"text":"impl UnwindSafe for Url","synthetic":true,"types":["url::Url"]},{"text":"impl<'a> !UnwindSafe for ParseOptions<'a>","synthetic":true,"types":["url::ParseOptions"]},{"text":"impl<'a> !UnwindSafe for UrlQuery<'a>","synthetic":true,"types":["url::UrlQuery"]}];
implementors["want"] = [{"text":"impl !UnwindSafe for Giver","synthetic":true,"types":["want::Giver"]},{"text":"impl !UnwindSafe for Taker","synthetic":true,"types":["want::Taker"]},{"text":"impl !UnwindSafe for SharedGiver","synthetic":true,"types":["want::SharedGiver"]},{"text":"impl UnwindSafe for Closed","synthetic":true,"types":["want::Closed"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()