(function() {var implementors = {};
implementors["adler32"] = [{"text":"impl RefUnwindSafe for RollingAdler32","synthetic":true,"types":["adler32::RollingAdler32"]}];
implementors["base64"] = [{"text":"impl RefUnwindSafe for CharacterSet","synthetic":true,"types":["base64::CharacterSet"]},{"text":"impl RefUnwindSafe for LineEnding","synthetic":true,"types":["base64::LineEnding"]},{"text":"impl RefUnwindSafe for LineWrap","synthetic":true,"types":["base64::LineWrap"]},{"text":"impl RefUnwindSafe for Config","synthetic":true,"types":["base64::Config"]},{"text":"impl RefUnwindSafe for DecodeError","synthetic":true,"types":["base64::DecodeError"]}];
implementors["byteorder"] = [{"text":"impl RefUnwindSafe for BigEndian","synthetic":true,"types":["byteorder::BigEndian"]},{"text":"impl RefUnwindSafe for LittleEndian","synthetic":true,"types":["byteorder::LittleEndian"]}];
implementors["color_quant"] = [{"text":"impl RefUnwindSafe for NeuQuant","synthetic":true,"types":["color_quant::NeuQuant"]}];
implementors["crossbeam_channel"] = [{"text":"impl<'a, T> RefUnwindSafe for Iter<'a, T>","synthetic":true,"types":["crossbeam_channel::channel::Iter"]},{"text":"impl<'a, T> RefUnwindSafe for TryIter<'a, T>","synthetic":true,"types":["crossbeam_channel::channel::TryIter"]},{"text":"impl<T> RefUnwindSafe for IntoIter<T>","synthetic":true,"types":["crossbeam_channel::channel::IntoIter"]},{"text":"impl<T> RefUnwindSafe for SendError<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["crossbeam_channel::err::SendError"]},{"text":"impl<T> RefUnwindSafe for TrySendError<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["crossbeam_channel::err::TrySendError"]},{"text":"impl<T> RefUnwindSafe for SendTimeoutError<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["crossbeam_channel::err::SendTimeoutError"]},{"text":"impl RefUnwindSafe for RecvError","synthetic":true,"types":["crossbeam_channel::err::RecvError"]},{"text":"impl RefUnwindSafe for TryRecvError","synthetic":true,"types":["crossbeam_channel::err::TryRecvError"]},{"text":"impl RefUnwindSafe for RecvTimeoutError","synthetic":true,"types":["crossbeam_channel::err::RecvTimeoutError"]},{"text":"impl RefUnwindSafe for TrySelectError","synthetic":true,"types":["crossbeam_channel::err::TrySelectError"]},{"text":"impl RefUnwindSafe for SelectTimeoutError","synthetic":true,"types":["crossbeam_channel::err::SelectTimeoutError"]},{"text":"impl RefUnwindSafe for TryReadyError","synthetic":true,"types":["crossbeam_channel::err::TryReadyError"]},{"text":"impl RefUnwindSafe for ReadyTimeoutError","synthetic":true,"types":["crossbeam_channel::err::ReadyTimeoutError"]},{"text":"impl<'a> !RefUnwindSafe for Select<'a>","synthetic":true,"types":["crossbeam_channel::select::Select"]},{"text":"impl<'a> RefUnwindSafe for SelectedOperation<'a>","synthetic":true,"types":["crossbeam_channel::select::SelectedOperation"]},{"text":"impl<T> RefUnwindSafe for Sender<T>","synthetic":false,"types":["crossbeam_channel::channel::Sender"]},{"text":"impl<T> RefUnwindSafe for Receiver<T>","synthetic":false,"types":["crossbeam_channel::channel::Receiver"]}];
implementors["crossbeam_deque"] = [{"text":"impl<T> !RefUnwindSafe for Worker<T>","synthetic":true,"types":["crossbeam_deque::deque::Worker"]},{"text":"impl<T> RefUnwindSafe for Stealer<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["crossbeam_deque::deque::Stealer"]},{"text":"impl<T> RefUnwindSafe for Injector<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["crossbeam_deque::deque::Injector"]},{"text":"impl<T> RefUnwindSafe for Steal<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["crossbeam_deque::deque::Steal"]}];
implementors["crossbeam_epoch"] = [{"text":"impl<'g, T: ?Sized, P> RefUnwindSafe for CompareExchangeError<'g, T, P> where
P: RefUnwindSafe,
T: RefUnwindSafe, ","synthetic":true,"types":["crossbeam_epoch::atomic::CompareExchangeError"]},{"text":"impl<T: ?Sized> RefUnwindSafe for Atomic<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["crossbeam_epoch::atomic::Atomic"]},{"text":"impl<T: ?Sized> RefUnwindSafe for Owned<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["crossbeam_epoch::atomic::Owned"]},{"text":"impl<'g, T: ?Sized> RefUnwindSafe for Shared<'g, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["crossbeam_epoch::atomic::Shared"]},{"text":"impl !RefUnwindSafe for Collector","synthetic":true,"types":["crossbeam_epoch::collector::Collector"]},{"text":"impl !RefUnwindSafe for LocalHandle","synthetic":true,"types":["crossbeam_epoch::collector::LocalHandle"]},{"text":"impl !RefUnwindSafe for Guard","synthetic":true,"types":["crossbeam_epoch::guard::Guard"]}];
implementors["crossbeam_utils"] = [{"text":"impl<T> RefUnwindSafe for CachePadded<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["crossbeam_utils::cache_padded::CachePadded"]},{"text":"impl !RefUnwindSafe for Backoff","synthetic":true,"types":["crossbeam_utils::backoff::Backoff"]},{"text":"impl !RefUnwindSafe for Parker","synthetic":true,"types":["crossbeam_utils::sync::parker::Parker"]},{"text":"impl !RefUnwindSafe for Unparker","synthetic":true,"types":["crossbeam_utils::sync::parker::Unparker"]},{"text":"impl<'a, T: ?Sized> RefUnwindSafe for ShardedLockReadGuard<'a, T>","synthetic":true,"types":["crossbeam_utils::sync::sharded_lock::ShardedLockReadGuard"]},{"text":"impl<'a, T: ?Sized> RefUnwindSafe for ShardedLockWriteGuard<'a, T>","synthetic":true,"types":["crossbeam_utils::sync::sharded_lock::ShardedLockWriteGuard"]},{"text":"impl !RefUnwindSafe for WaitGroup","synthetic":true,"types":["crossbeam_utils::sync::wait_group::WaitGroup"]},{"text":"impl<'env> !RefUnwindSafe for Scope<'env>","synthetic":true,"types":["crossbeam_utils::thread::Scope"]},{"text":"impl<'scope, 'env> !RefUnwindSafe for ScopedThreadBuilder<'scope, 'env>","synthetic":true,"types":["crossbeam_utils::thread::ScopedThreadBuilder"]},{"text":"impl<'scope, T> RefUnwindSafe for ScopedJoinHandle<'scope, T>","synthetic":true,"types":["crossbeam_utils::thread::ScopedJoinHandle"]},{"text":"impl<T> RefUnwindSafe for AtomicCell<T>","synthetic":false,"types":["crossbeam_utils::atomic::atomic_cell::AtomicCell"]},{"text":"impl<T: ?Sized> RefUnwindSafe for ShardedLock<T>","synthetic":false,"types":["crossbeam_utils::sync::sharded_lock::ShardedLock"]}];
implementors["deflate"] = [{"text":"impl RefUnwindSafe for Compression","synthetic":true,"types":["deflate::compression_options::Compression"]},{"text":"impl RefUnwindSafe for SpecialOptions","synthetic":true,"types":["deflate::compression_options::SpecialOptions"]},{"text":"impl RefUnwindSafe for CompressionOptions","synthetic":true,"types":["deflate::compression_options::CompressionOptions"]},{"text":"impl RefUnwindSafe for MatchingType","synthetic":true,"types":["deflate::lz77::MatchingType"]},{"text":"impl<W> RefUnwindSafe for DeflateEncoder<W> where
W: RefUnwindSafe, ","synthetic":true,"types":["deflate::writer::DeflateEncoder"]},{"text":"impl<W> RefUnwindSafe for ZlibEncoder<W> where
W: RefUnwindSafe, ","synthetic":true,"types":["deflate::writer::ZlibEncoder"]}];
implementors["getopts"] = [{"text":"impl RefUnwindSafe for Options","synthetic":true,"types":["getopts::Options"]},{"text":"impl RefUnwindSafe for ParsingStyle","synthetic":true,"types":["getopts::ParsingStyle"]},{"text":"impl RefUnwindSafe for HasArg","synthetic":true,"types":["getopts::HasArg"]},{"text":"impl RefUnwindSafe for Occur","synthetic":true,"types":["getopts::Occur"]},{"text":"impl RefUnwindSafe for Matches","synthetic":true,"types":["getopts::Matches"]},{"text":"impl RefUnwindSafe for Fail","synthetic":true,"types":["getopts::Fail"]}];
implementors["gif"] = [{"text":"impl RefUnwindSafe for DisposalMethod","synthetic":true,"types":["gif::common::DisposalMethod"]},{"text":"impl RefUnwindSafe for Block","synthetic":true,"types":["gif::common::Block"]},{"text":"impl RefUnwindSafe for Extension","synthetic":true,"types":["gif::common::Extension"]},{"text":"impl<'a> RefUnwindSafe for Frame<'a>","synthetic":true,"types":["gif::common::Frame"]},{"text":"impl !RefUnwindSafe for DecodingError","synthetic":true,"types":["gif::reader::decoder::DecodingError"]},{"text":"impl RefUnwindSafe for Extensions","synthetic":true,"types":["gif::reader::decoder::Extensions"]},{"text":"impl<'a> RefUnwindSafe for Decoded<'a>","synthetic":true,"types":["gif::reader::decoder::Decoded"]},{"text":"impl RefUnwindSafe for StreamingDecoder","synthetic":true,"types":["gif::reader::decoder::StreamingDecoder"]},{"text":"impl RefUnwindSafe for ColorOutput","synthetic":true,"types":["gif::reader::ColorOutput"]},{"text":"impl RefUnwindSafe for MemoryLimit","synthetic":true,"types":["gif::reader::MemoryLimit"]},{"text":"impl<R> RefUnwindSafe for Decoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["gif::reader::Decoder"]},{"text":"impl<R> RefUnwindSafe for Reader<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["gif::reader::Reader"]},{"text":"impl RefUnwindSafe for Repeat","synthetic":true,"types":["gif::encoder::Repeat"]},{"text":"impl RefUnwindSafe for ExtensionData","synthetic":true,"types":["gif::encoder::ExtensionData"]},{"text":"impl<W> RefUnwindSafe for Encoder<W> where
W: RefUnwindSafe, ","synthetic":true,"types":["gif::encoder::Encoder"]}];
implementors["image"] = [{"text":"impl RefUnwindSafe for NeuQuant","synthetic":true,"types":["image::math::nq::NeuQuant"]},{"text":"impl RefUnwindSafe for BiLevel","synthetic":true,"types":["image::imageops::colorops::BiLevel"]},{"text":"impl RefUnwindSafe for FilterType","synthetic":true,"types":["image::imageops::sample::FilterType"]},{"text":"impl<R> RefUnwindSafe for WebpDecoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["image::webp::decoder::WebpDecoder"]},{"text":"impl RefUnwindSafe for Frame","synthetic":true,"types":["image::webp::vp8::Frame"]},{"text":"impl<R> RefUnwindSafe for VP8Decoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["image::webp::vp8::VP8Decoder"]},{"text":"impl RefUnwindSafe for PNMSubtype","synthetic":true,"types":["image::pnm::decoder::PNMSubtype"]},{"text":"impl<R> RefUnwindSafe for PNMDecoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["image::pnm::decoder::PNMDecoder"]},{"text":"impl<'a, W> RefUnwindSafe for PPMEncoder<'a, W> where
W: RefUnwindSafe, ","synthetic":true,"types":["image::ppm::encoder::PPMEncoder"]},{"text":"impl<R> RefUnwindSafe for PPMDecoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["image::ppm::decoder::PPMDecoder"]},{"text":"impl<R> RefUnwindSafe for PNGDecoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["image::png::PNGDecoder"]},{"text":"impl<W> RefUnwindSafe for PNGEncoder<W> where
W: RefUnwindSafe, ","synthetic":true,"types":["image::png::PNGEncoder"]},{"text":"impl<R> RefUnwindSafe for ICODecoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["image::ico::decoder::ICODecoder"]},{"text":"impl<W> RefUnwindSafe for ICOEncoder<W> where
W: RefUnwindSafe, ","synthetic":true,"types":["image::ico::encoder::ICOEncoder"]},{"text":"impl<'a, W> RefUnwindSafe for JPEGEncoder<'a, W> where
W: RefUnwindSafe, ","synthetic":true,"types":["image::jpeg::encoder::JPEGEncoder"]},{"text":"impl<R> RefUnwindSafe for JPEGDecoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["image::jpeg::decoder::JPEGDecoder"]},{"text":"impl<R> RefUnwindSafe for Decoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["image::gif::Decoder"]},{"text":"impl<W> RefUnwindSafe for Encoder<W> where
W: RefUnwindSafe, ","synthetic":true,"types":["image::gif::Encoder"]},{"text":"impl<R> RefUnwindSafe for TIFFDecoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["image::tiff::decoder::TIFFDecoder"]},{"text":"impl<R> RefUnwindSafe for TGADecoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["image::tga::decoder::TGADecoder"]},{"text":"impl<'a, W> RefUnwindSafe for BMPEncoder<'a, W> where
W: RefUnwindSafe, ","synthetic":true,"types":["image::bmp::encoder::BMPEncoder"]},{"text":"impl<R> RefUnwindSafe for BMPDecoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["image::bmp::decoder::BMPDecoder"]},{"text":"impl<R> RefUnwindSafe for HDRAdapter<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["image::hdr::hdr_decoder::HDRAdapter"]},{"text":"impl<R> RefUnwindSafe for HDRDecoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["image::hdr::hdr_decoder::HDRDecoder"]},{"text":"impl RefUnwindSafe for RGBE8Pixel","synthetic":true,"types":["image::hdr::hdr_decoder::RGBE8Pixel"]},{"text":"impl<R> RefUnwindSafe for HDRImageDecoderIterator<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["image::hdr::hdr_decoder::HDRImageDecoderIterator"]},{"text":"impl RefUnwindSafe for HDRMetadata","synthetic":true,"types":["image::hdr::hdr_decoder::HDRMetadata"]},{"text":"impl<W> RefUnwindSafe for HDREncoder<W> where
W: RefUnwindSafe, ","synthetic":true,"types":["image::hdr::hdr_encoder::HDREncoder"]},{"text":"impl !RefUnwindSafe for ImageError","synthetic":true,"types":["image::image::ImageError"]},{"text":"impl RefUnwindSafe for DecodingResult","synthetic":true,"types":["image::image::DecodingResult"]},{"text":"impl RefUnwindSafe for ImageFormat","synthetic":true,"types":["image::image::ImageFormat"]},{"text":"impl<'a, I> RefUnwindSafe for Pixels<'a, I> where
I: RefUnwindSafe, ","synthetic":true,"types":["image::image::Pixels"]},{"text":"impl<'a, I> RefUnwindSafe for MutPixels<'a, I> where
I: RefUnwindSafe, ","synthetic":true,"types":["image::image::MutPixels"]},{"text":"impl<'a, I> RefUnwindSafe for SubImage<'a, I> where
I: RefUnwindSafe, ","synthetic":true,"types":["image::image::SubImage"]},{"text":"impl RefUnwindSafe for DynamicImage","synthetic":true,"types":["image::dynimage::DynamicImage"]},{"text":"impl RefUnwindSafe for ColorType","synthetic":true,"types":["image::color::ColorType"]},{"text":"impl<T> RefUnwindSafe for Rgb<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["image::color::Rgb"]},{"text":"impl<T> RefUnwindSafe for Luma<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["image::color::Luma"]},{"text":"impl<T> RefUnwindSafe for Rgba<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["image::color::Rgba"]},{"text":"impl<T> RefUnwindSafe for LumaA<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["image::color::LumaA"]},{"text":"impl<P, Container> RefUnwindSafe for ImageBuffer<P, Container> where
Container: RefUnwindSafe,
P: RefUnwindSafe, ","synthetic":true,"types":["image::buffer::ImageBuffer"]},{"text":"impl RefUnwindSafe for Frames","synthetic":true,"types":["image::animation::Frames"]},{"text":"impl RefUnwindSafe for Frame","synthetic":true,"types":["image::animation::Frame"]}];
implementors["image2aa"] = [{"text":"impl RefUnwindSafe for GrayscaleFilter","synthetic":true,"types":["image2aa::filter::grayscale::GrayscaleFilter"]},{"text":"impl RefUnwindSafe for GradientFilter","synthetic":true,"types":["image2aa::filter::line::GradientFilter"]},{"text":"impl RefUnwindSafe for BinaryFilter","synthetic":true,"types":["image2aa::filter::binary::BinaryFilter"]},{"text":"impl RefUnwindSafe for HoughFilter","synthetic":true,"types":["image2aa::filter::hough::HoughFilter"]},{"text":"impl RefUnwindSafe for HoughContainer","synthetic":true,"types":["image2aa::filter::hough::HoughContainer"]},{"text":"impl RefUnwindSafe for Character","synthetic":true,"types":["image2aa::filter::ascii_art::Character"]},{"text":"impl RefUnwindSafe for AsciiArtFilter","synthetic":true,"types":["image2aa::filter::ascii_art::AsciiArtFilter"]},{"text":"impl RefUnwindSafe for ShrinkFilter","synthetic":true,"types":["image2aa::filter::shrink::ShrinkFilter"]}];
implementors["inflate"] = [{"text":"impl<W> RefUnwindSafe for InflateWriter<W> where
W: RefUnwindSafe, ","synthetic":true,"types":["inflate::writer::InflateWriter"]},{"text":"impl<R> RefUnwindSafe for DeflateDecoderBuf<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["inflate::reader::DeflateDecoderBuf"]},{"text":"impl<R> RefUnwindSafe for DeflateDecoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["inflate::reader::DeflateDecoder"]},{"text":"impl RefUnwindSafe for InflateStream","synthetic":true,"types":["inflate::InflateStream"]}];
implementors["jpeg_decoder"] = [{"text":"impl RefUnwindSafe for PixelFormat","synthetic":true,"types":["jpeg_decoder::decoder::PixelFormat"]},{"text":"impl RefUnwindSafe for ImageInfo","synthetic":true,"types":["jpeg_decoder::decoder::ImageInfo"]},{"text":"impl<R> RefUnwindSafe for Decoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["jpeg_decoder::decoder::Decoder"]},{"text":"impl RefUnwindSafe for UnsupportedFeature","synthetic":true,"types":["jpeg_decoder::error::UnsupportedFeature"]},{"text":"impl !RefUnwindSafe for Error","synthetic":true,"types":["jpeg_decoder::error::Error"]}];
implementors["lzw"] = [{"text":"impl<R> RefUnwindSafe for Decoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["lzw::lzw::Decoder"]},{"text":"impl<R> RefUnwindSafe for DecoderEarlyChange<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["lzw::lzw::DecoderEarlyChange"]},{"text":"impl<W> RefUnwindSafe for Encoder<W> where
W: RefUnwindSafe, ","synthetic":true,"types":["lzw::lzw::Encoder"]},{"text":"impl RefUnwindSafe for Bits","synthetic":true,"types":["lzw::bitstream::Bits"]},{"text":"impl RefUnwindSafe for LsbReader","synthetic":true,"types":["lzw::bitstream::LsbReader"]},{"text":"impl RefUnwindSafe for MsbReader","synthetic":true,"types":["lzw::bitstream::MsbReader"]},{"text":"impl<W> RefUnwindSafe for LsbWriter<W> where
W: RefUnwindSafe, ","synthetic":true,"types":["lzw::bitstream::LsbWriter"]},{"text":"impl<W> RefUnwindSafe for MsbWriter<W> where
W: RefUnwindSafe, ","synthetic":true,"types":["lzw::bitstream::MsbWriter"]}];
implementors["ndarray"] = [{"text":"impl RefUnwindSafe for Axis","synthetic":true,"types":["ndarray::dimension::axis::Axis"]},{"text":"impl<I: ?Sized> RefUnwindSafe for Dim<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["ndarray::dimension::dim::Dim"]},{"text":"impl RefUnwindSafe for IxDynImpl","synthetic":true,"types":["ndarray::dimension::dynindeximpl::IxDynImpl"]},{"text":"impl<'a, D> RefUnwindSafe for Axes<'a, D> where
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::dimension::axes::Axes"]},{"text":"impl RefUnwindSafe for AxisDescription","synthetic":true,"types":["ndarray::dimension::axes::AxisDescription"]},{"text":"impl<D> RefUnwindSafe for Indices<D> where
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::indexes::Indices"]},{"text":"impl<D> RefUnwindSafe for IndicesIter<D> where
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::indexes::IndicesIter"]},{"text":"impl<'a, A, D> RefUnwindSafe for Iter<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::Iter"]},{"text":"impl<'a, A, D> RefUnwindSafe for IterMut<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::IterMut"]},{"text":"impl<'a, A, D> RefUnwindSafe for IndexedIter<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::IndexedIter"]},{"text":"impl<'a, A, D> RefUnwindSafe for IndexedIterMut<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::IndexedIterMut"]},{"text":"impl<'a, A, D> RefUnwindSafe for Lanes<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::lanes::Lanes"]},{"text":"impl<'a, A, D> RefUnwindSafe for LanesMut<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::lanes::LanesMut"]},{"text":"impl<'a, A, D> RefUnwindSafe for LanesIter<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::LanesIter"]},{"text":"impl<'a, A, D> RefUnwindSafe for LanesIterMut<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::LanesIterMut"]},{"text":"impl<'a, A, D> RefUnwindSafe for AxisIter<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::AxisIter"]},{"text":"impl<'a, A, D> RefUnwindSafe for AxisIterMut<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::AxisIterMut"]},{"text":"impl<'a, A, D> RefUnwindSafe for AxisChunksIter<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::AxisChunksIter"]},{"text":"impl<'a, A, D> RefUnwindSafe for AxisChunksIterMut<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::AxisChunksIterMut"]},{"text":"impl<'a, A, D> RefUnwindSafe for ExactChunks<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::chunks::ExactChunks"]},{"text":"impl<'a, A, D> RefUnwindSafe for ExactChunksIter<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::chunks::ExactChunksIter"]},{"text":"impl<'a, A, D> RefUnwindSafe for ExactChunksMut<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::chunks::ExactChunksMut"]},{"text":"impl<'a, A, D> RefUnwindSafe for ExactChunksIterMut<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::chunks::ExactChunksIterMut"]},{"text":"impl<'a, A, D> RefUnwindSafe for Windows<'a, A, D> where
A: RefUnwindSafe,
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::iterators::windows::Windows"]},{"text":"impl RefUnwindSafe for Si","synthetic":true,"types":["ndarray::si::Si"]},{"text":"impl RefUnwindSafe for ShapeError","synthetic":true,"types":["ndarray::error::ShapeError"]},{"text":"impl RefUnwindSafe for ErrorKind","synthetic":true,"types":["ndarray::error::ErrorKind"]},{"text":"impl<Parts, D> RefUnwindSafe for Zip<Parts, D> where
D: RefUnwindSafe,
Parts: RefUnwindSafe, ","synthetic":true,"types":["ndarray::zip::Zip"]},{"text":"impl<T> RefUnwindSafe for FoldWhile<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["ndarray::zip::FoldWhile"]},{"text":"impl<S, D> RefUnwindSafe for ArrayBase<S, D> where
D: RefUnwindSafe,
S: RefUnwindSafe,
<S as Data>::Elem: RefUnwindSafe, ","synthetic":true,"types":["ndarray::ArrayBase"]},{"text":"impl<A> RefUnwindSafe for OwnedRepr<A> where
A: RefUnwindSafe, ","synthetic":true,"types":["ndarray::OwnedRepr"]},{"text":"impl<A> !RefUnwindSafe for OwnedRcRepr<A>","synthetic":true,"types":["ndarray::OwnedRcRepr"]},{"text":"impl<A> RefUnwindSafe for ViewRepr<A> where
A: RefUnwindSafe, ","synthetic":true,"types":["ndarray::ViewRepr"]},{"text":"impl<D> RefUnwindSafe for Shape<D> where
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::Shape"]},{"text":"impl<D> RefUnwindSafe for StrideShape<D> where
D: RefUnwindSafe, ","synthetic":true,"types":["ndarray::StrideShape"]}];
implementors["num_complex"] = [{"text":"impl<T> RefUnwindSafe for Complex<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["num_complex::Complex"]},{"text":"impl<E> RefUnwindSafe for ParseComplexError<E> where
E: RefUnwindSafe, ","synthetic":true,"types":["num_complex::ParseComplexError"]}];
implementors["num_integer"] = [{"text":"impl<A> RefUnwindSafe for ExtendedGcd<A> where
A: RefUnwindSafe, ","synthetic":true,"types":["num_integer::ExtendedGcd"]},{"text":"impl<T> RefUnwindSafe for IterBinomial<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["num_integer::IterBinomial"]}];
implementors["num_iter"] = [{"text":"impl<A> RefUnwindSafe for Range<A> where
A: RefUnwindSafe, ","synthetic":true,"types":["num_iter::Range"]},{"text":"impl<A> RefUnwindSafe for RangeInclusive<A> where
A: RefUnwindSafe, ","synthetic":true,"types":["num_iter::RangeInclusive"]},{"text":"impl<A> RefUnwindSafe for RangeStep<A> where
A: RefUnwindSafe, ","synthetic":true,"types":["num_iter::RangeStep"]},{"text":"impl<A> RefUnwindSafe for RangeStepInclusive<A> where
A: RefUnwindSafe, ","synthetic":true,"types":["num_iter::RangeStepInclusive"]},{"text":"impl<A> RefUnwindSafe for RangeFrom<A> where
A: RefUnwindSafe, ","synthetic":true,"types":["num_iter::RangeFrom"]},{"text":"impl<A> RefUnwindSafe for RangeStepFrom<A> where
A: RefUnwindSafe, ","synthetic":true,"types":["num_iter::RangeStepFrom"]}];
implementors["num_rational"] = [{"text":"impl<T> RefUnwindSafe for Ratio<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["num_rational::Ratio"]},{"text":"impl RefUnwindSafe for ParseRatioError","synthetic":true,"types":["num_rational::ParseRatioError"]}];
implementors["num_traits"] = [{"text":"impl RefUnwindSafe for FloatErrorKind","synthetic":true,"types":["num_traits::FloatErrorKind"]},{"text":"impl RefUnwindSafe for ParseFloatError","synthetic":true,"types":["num_traits::ParseFloatError"]}];
implementors["png"] = [{"text":"impl<'a> RefUnwindSafe for Decoded<'a>","synthetic":true,"types":["png::decoder::stream::Decoded"]},{"text":"impl !RefUnwindSafe for DecodingError","synthetic":true,"types":["png::decoder::stream::DecodingError"]},{"text":"impl RefUnwindSafe for StreamingDecoder","synthetic":true,"types":["png::decoder::stream::StreamingDecoder"]},{"text":"impl RefUnwindSafe for OutputInfo","synthetic":true,"types":["png::decoder::OutputInfo"]},{"text":"impl<R> RefUnwindSafe for Decoder<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["png::decoder::Decoder"]},{"text":"impl<R> RefUnwindSafe for Reader<R> where
R: RefUnwindSafe, ","synthetic":true,"types":["png::decoder::Reader"]},{"text":"impl !RefUnwindSafe for EncodingError","synthetic":true,"types":["png::encoder::EncodingError"]},{"text":"impl<W> RefUnwindSafe for Encoder<W> where
W: RefUnwindSafe, ","synthetic":true,"types":["png::encoder::Encoder"]},{"text":"impl<W> RefUnwindSafe for Writer<W> where
W: RefUnwindSafe, ","synthetic":true,"types":["png::encoder::Writer"]},{"text":"impl RefUnwindSafe for ColorType","synthetic":true,"types":["png::common::ColorType"]},{"text":"impl RefUnwindSafe for BitDepth","synthetic":true,"types":["png::common::BitDepth"]},{"text":"impl RefUnwindSafe for PixelDimensions","synthetic":true,"types":["png::common::PixelDimensions"]},{"text":"impl RefUnwindSafe for Unit","synthetic":true,"types":["png::common::Unit"]},{"text":"impl RefUnwindSafe for FrameControl","synthetic":true,"types":["png::common::FrameControl"]},{"text":"impl RefUnwindSafe for AnimationControl","synthetic":true,"types":["png::common::AnimationControl"]},{"text":"impl RefUnwindSafe for Info","synthetic":true,"types":["png::common::Info"]},{"text":"impl RefUnwindSafe for Transformations","synthetic":true,"types":["png::common::Transformations"]}];
implementors["rayon"] = [{"text":"impl<T, const N: usize> RefUnwindSafe for IntoIter<T, N> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::array::IntoIter"]},{"text":"impl<T> RefUnwindSafe for IntoIter<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::binary_heap::IntoIter"]},{"text":"impl<'a, T> RefUnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::binary_heap::Iter"]},{"text":"impl<'a, T> RefUnwindSafe for Drain<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::binary_heap::Drain"]},{"text":"impl<K, V> RefUnwindSafe for IntoIter<K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::btree_map::IntoIter"]},{"text":"impl<'a, K, V> RefUnwindSafe for Iter<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::btree_map::Iter"]},{"text":"impl<'a, K, V> RefUnwindSafe for IterMut<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::btree_map::IterMut"]},{"text":"impl<T> RefUnwindSafe for IntoIter<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::btree_set::IntoIter"]},{"text":"impl<'a, T> RefUnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::btree_set::Iter"]},{"text":"impl<K, V> RefUnwindSafe for IntoIter<K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::hash_map::IntoIter"]},{"text":"impl<'a, K, V> RefUnwindSafe for Iter<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::hash_map::Iter"]},{"text":"impl<'a, K, V> RefUnwindSafe for IterMut<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::hash_map::IterMut"]},{"text":"impl<'a, K, V> RefUnwindSafe for Drain<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::hash_map::Drain"]},{"text":"impl<T> RefUnwindSafe for IntoIter<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::hash_set::IntoIter"]},{"text":"impl<'a, T> RefUnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::hash_set::Iter"]},{"text":"impl<'a, T> RefUnwindSafe for Drain<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::hash_set::Drain"]},{"text":"impl<T> RefUnwindSafe for IntoIter<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::linked_list::IntoIter"]},{"text":"impl<'a, T> RefUnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::linked_list::Iter"]},{"text":"impl<'a, T> RefUnwindSafe for IterMut<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::linked_list::IterMut"]},{"text":"impl<T> RefUnwindSafe for IntoIter<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::vec_deque::IntoIter"]},{"text":"impl<'a, T> RefUnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::vec_deque::Iter"]},{"text":"impl<'a, T> RefUnwindSafe for IterMut<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::vec_deque::IterMut"]},{"text":"impl<'a, T> RefUnwindSafe for Drain<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::collections::vec_deque::Drain"]},{"text":"impl<A, B> RefUnwindSafe for Chain<A, B> where
A: RefUnwindSafe,
B: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::chain::Chain"]},{"text":"impl<I> RefUnwindSafe for Chunks<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::chunks::Chunks"]},{"text":"impl<I> RefUnwindSafe for Cloned<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::cloned::Cloned"]},{"text":"impl<I> RefUnwindSafe for Copied<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::copied::Copied"]},{"text":"impl<T> RefUnwindSafe for Empty<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::empty::Empty"]},{"text":"impl<I> RefUnwindSafe for Enumerate<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::enumerate::Enumerate"]},{"text":"impl<I, P> RefUnwindSafe for Filter<I, P> where
I: RefUnwindSafe,
P: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::filter::Filter"]},{"text":"impl<I, P> RefUnwindSafe for FilterMap<I, P> where
I: RefUnwindSafe,
P: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::filter_map::FilterMap"]},{"text":"impl<I, F> RefUnwindSafe for FlatMap<I, F> where
F: RefUnwindSafe,
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::flat_map::FlatMap"]},{"text":"impl<I, F> RefUnwindSafe for FlatMapIter<I, F> where
F: RefUnwindSafe,
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::flat_map_iter::FlatMapIter"]},{"text":"impl<I> RefUnwindSafe for Flatten<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::flatten::Flatten"]},{"text":"impl<I> RefUnwindSafe for FlattenIter<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::flatten_iter::FlattenIter"]},{"text":"impl<I, ID, F> RefUnwindSafe for Fold<I, ID, F> where
F: RefUnwindSafe,
I: RefUnwindSafe,
ID: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::fold::Fold"]},{"text":"impl<I, U, F> RefUnwindSafe for FoldWith<I, U, F> where
F: RefUnwindSafe,
I: RefUnwindSafe,
U: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::fold::FoldWith"]},{"text":"impl<I, F> RefUnwindSafe for Inspect<I, F> where
F: RefUnwindSafe,
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::inspect::Inspect"]},{"text":"impl<I, J> RefUnwindSafe for Interleave<I, J> where
I: RefUnwindSafe,
J: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::interleave::Interleave"]},{"text":"impl<I, J> RefUnwindSafe for InterleaveShortest<I, J> where
I: RefUnwindSafe,
J: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::interleave_shortest::InterleaveShortest"]},{"text":"impl<I> RefUnwindSafe for Intersperse<I> where
I: RefUnwindSafe,
<I as ParallelIterator>::Item: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::intersperse::Intersperse"]},{"text":"impl<I> RefUnwindSafe for MinLen<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::len::MinLen"]},{"text":"impl<I> RefUnwindSafe for MaxLen<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::len::MaxLen"]},{"text":"impl<I, F> RefUnwindSafe for Map<I, F> where
F: RefUnwindSafe,
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::map::Map"]},{"text":"impl<I, T, F> RefUnwindSafe for MapWith<I, T, F> where
F: RefUnwindSafe,
I: RefUnwindSafe,
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::map_with::MapWith"]},{"text":"impl<I, INIT, F> RefUnwindSafe for MapInit<I, INIT, F> where
F: RefUnwindSafe,
I: RefUnwindSafe,
INIT: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::map_with::MapInit"]},{"text":"impl<T> RefUnwindSafe for MultiZip<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::multizip::MultiZip"]},{"text":"impl<T> RefUnwindSafe for Once<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::once::Once"]},{"text":"impl<I> RefUnwindSafe for PanicFuse<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::panic_fuse::PanicFuse"]},{"text":"impl<Iter> RefUnwindSafe for IterBridge<Iter> where
Iter: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::par_bridge::IterBridge"]},{"text":"impl<I, P> RefUnwindSafe for Positions<I, P> where
I: RefUnwindSafe,
P: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::positions::Positions"]},{"text":"impl<T> RefUnwindSafe for Repeat<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::repeat::Repeat"]},{"text":"impl<T> RefUnwindSafe for RepeatN<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::repeat::RepeatN"]},{"text":"impl<I> RefUnwindSafe for Rev<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::rev::Rev"]},{"text":"impl<I> RefUnwindSafe for Skip<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::skip::Skip"]},{"text":"impl<D, S> RefUnwindSafe for Split<D, S> where
D: RefUnwindSafe,
S: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::splitter::Split"]},{"text":"impl<I> RefUnwindSafe for Take<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::take::Take"]},{"text":"impl<I, U, ID, F> RefUnwindSafe for TryFold<I, U, ID, F> where
F: RefUnwindSafe,
I: RefUnwindSafe,
ID: RefUnwindSafe,
U: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::try_fold::TryFold"]},{"text":"impl<I, U, F> RefUnwindSafe for TryFoldWith<I, U, F> where
F: RefUnwindSafe,
I: RefUnwindSafe,
<U as Try>::Ok: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::try_fold::TryFoldWith"]},{"text":"impl<I, F> RefUnwindSafe for Update<I, F> where
F: RefUnwindSafe,
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::update::Update"]},{"text":"impl<I> RefUnwindSafe for WhileSome<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::while_some::WhileSome"]},{"text":"impl<A, B> RefUnwindSafe for Zip<A, B> where
A: RefUnwindSafe,
B: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::zip::Zip"]},{"text":"impl<A, B> RefUnwindSafe for ZipEq<A, B> where
A: RefUnwindSafe,
B: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::zip_eq::ZipEq"]},{"text":"impl<I> RefUnwindSafe for StepBy<I> where
I: RefUnwindSafe, ","synthetic":true,"types":["rayon::iter::step_by::StepBy"]},{"text":"impl<T> RefUnwindSafe for IntoIter<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::option::IntoIter"]},{"text":"impl<'a, T> RefUnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::option::Iter"]},{"text":"impl<'a, T> RefUnwindSafe for IterMut<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::option::IterMut"]},{"text":"impl<T> RefUnwindSafe for Iter<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::range::Iter"]},{"text":"impl<T> RefUnwindSafe for Iter<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::range_inclusive::Iter"]},{"text":"impl<T> RefUnwindSafe for IntoIter<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::result::IntoIter"]},{"text":"impl<'a, T> RefUnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::result::Iter"]},{"text":"impl<'a, T> RefUnwindSafe for IterMut<'a, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::result::IterMut"]},{"text":"impl<'data, T> RefUnwindSafe for Iter<'data, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::slice::Iter"]},{"text":"impl<'data, T> RefUnwindSafe for Chunks<'data, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::slice::Chunks"]},{"text":"impl<'data, T> RefUnwindSafe for ChunksExact<'data, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::slice::ChunksExact"]},{"text":"impl<'data, T> RefUnwindSafe for Windows<'data, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::slice::Windows"]},{"text":"impl<'data, T> RefUnwindSafe for IterMut<'data, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::slice::IterMut"]},{"text":"impl<'data, T> RefUnwindSafe for ChunksMut<'data, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::slice::ChunksMut"]},{"text":"impl<'data, T> RefUnwindSafe for ChunksExactMut<'data, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::slice::ChunksExactMut"]},{"text":"impl<'data, T, P> RefUnwindSafe for Split<'data, T, P> where
P: RefUnwindSafe,
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::slice::Split"]},{"text":"impl<'data, T, P> RefUnwindSafe for SplitMut<'data, T, P> where
P: RefUnwindSafe,
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::slice::SplitMut"]},{"text":"impl<'ch> RefUnwindSafe for Chars<'ch>","synthetic":true,"types":["rayon::str::Chars"]},{"text":"impl<'ch> RefUnwindSafe for CharIndices<'ch>","synthetic":true,"types":["rayon::str::CharIndices"]},{"text":"impl<'ch> RefUnwindSafe for Bytes<'ch>","synthetic":true,"types":["rayon::str::Bytes"]},{"text":"impl<'ch> RefUnwindSafe for EncodeUtf16<'ch>","synthetic":true,"types":["rayon::str::EncodeUtf16"]},{"text":"impl<'ch, P> RefUnwindSafe for Split<'ch, P> where
P: RefUnwindSafe, ","synthetic":true,"types":["rayon::str::Split"]},{"text":"impl<'ch, P> RefUnwindSafe for SplitTerminator<'ch, P> where
P: RefUnwindSafe, ","synthetic":true,"types":["rayon::str::SplitTerminator"]},{"text":"impl<'ch> RefUnwindSafe for Lines<'ch>","synthetic":true,"types":["rayon::str::Lines"]},{"text":"impl<'ch> RefUnwindSafe for SplitWhitespace<'ch>","synthetic":true,"types":["rayon::str::SplitWhitespace"]},{"text":"impl<'ch, P> RefUnwindSafe for Matches<'ch, P> where
P: RefUnwindSafe, ","synthetic":true,"types":["rayon::str::Matches"]},{"text":"impl<'ch, P> RefUnwindSafe for MatchIndices<'ch, P> where
P: RefUnwindSafe, ","synthetic":true,"types":["rayon::str::MatchIndices"]},{"text":"impl<'a> RefUnwindSafe for Drain<'a>","synthetic":true,"types":["rayon::string::Drain"]},{"text":"impl<T> RefUnwindSafe for IntoIter<T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::vec::IntoIter"]},{"text":"impl<'data, T> RefUnwindSafe for Drain<'data, T> where
T: RefUnwindSafe, ","synthetic":true,"types":["rayon::vec::Drain"]}];
implementors["rayon_core"] = [{"text":"impl !RefUnwindSafe for ThreadBuilder","synthetic":true,"types":["rayon_core::registry::ThreadBuilder"]},{"text":"impl<'scope> !RefUnwindSafe for Scope<'scope>","synthetic":true,"types":["rayon_core::scope::Scope"]},{"text":"impl<'scope> !RefUnwindSafe for ScopeFifo<'scope>","synthetic":true,"types":["rayon_core::scope::ScopeFifo"]},{"text":"impl !RefUnwindSafe for ThreadPool","synthetic":true,"types":["rayon_core::thread_pool::ThreadPool"]},{"text":"impl !RefUnwindSafe for ThreadPoolBuildError","synthetic":true,"types":["rayon_core::ThreadPoolBuildError"]},{"text":"impl<S = DefaultSpawn> !RefUnwindSafe for ThreadPoolBuilder<S>","synthetic":true,"types":["rayon_core::ThreadPoolBuilder"]},{"text":"impl !RefUnwindSafe for Configuration","synthetic":true,"types":["rayon_core::Configuration"]},{"text":"impl RefUnwindSafe for FnContext","synthetic":true,"types":["rayon_core::FnContext"]}];
implementors["scoped_threadpool"] = [{"text":"impl !RefUnwindSafe for Pool","synthetic":true,"types":["scoped_threadpool::Pool"]},{"text":"impl<'pool, 'scope> !RefUnwindSafe for Scope<'pool, 'scope>","synthetic":true,"types":["scoped_threadpool::Scope"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()