pub auto trait RefUnwindSafe { }
Expand description

A marker trait representing types where a shared reference is considered unwind safe.

This trait is namely not implemented by UnsafeCell, the root of all interior mutability.

This is a “helper marker trait” used to provide impl blocks for the UnwindSafe trait, for more information see that documentation.

Implementors§

Auto implementors§

§

impl RefUnwindSafe for AsciiChar

§

impl RefUnwindSafe for rustc_std_workspace_core::cmp::Ordering

§

impl RefUnwindSafe for Infallible

§

impl RefUnwindSafe for c_void

§

impl RefUnwindSafe for rustc_std_workspace_core::fmt::Alignment

§

impl RefUnwindSafe for IpAddr

§

impl RefUnwindSafe for Ipv6MulticastScope

§

impl RefUnwindSafe for SocketAddr

§

impl RefUnwindSafe for FpCategory

§

impl RefUnwindSafe for IntErrorKind

§

impl RefUnwindSafe for FullDecoded

§

impl RefUnwindSafe for Sign

§

impl RefUnwindSafe for Which

§

impl RefUnwindSafe for SearchStep

§

impl RefUnwindSafe for rustc_std_workspace_core::sync::atomic::Ordering

§

impl RefUnwindSafe for AllocError

§

impl RefUnwindSafe for Layout

§

impl RefUnwindSafe for LayoutError

§

impl RefUnwindSafe for TypeId

§

impl RefUnwindSafe for CpuidResult

§

impl RefUnwindSafe for __m128

§

impl RefUnwindSafe for __m128bh

§

impl RefUnwindSafe for __m128d

§

impl RefUnwindSafe for __m128i

§

impl RefUnwindSafe for __m256

§

impl RefUnwindSafe for __m256bh

§

impl RefUnwindSafe for __m256d

§

impl RefUnwindSafe for __m256i

§

impl RefUnwindSafe for __m512

§

impl RefUnwindSafe for __m512bh

§

impl RefUnwindSafe for __m512d

§

impl RefUnwindSafe for __m512i

§

impl RefUnwindSafe for TryFromSliceError

§

impl RefUnwindSafe for rustc_std_workspace_core::ascii::EscapeDefault

§

impl RefUnwindSafe for TryCaptureWithDebug

§

impl RefUnwindSafe for TryCaptureWithoutDebug

§

impl RefUnwindSafe for BorrowError

§

impl RefUnwindSafe for BorrowMutError

§

impl RefUnwindSafe for CharTryFromError

§

impl RefUnwindSafe for DecodeUtf16Error

§

impl RefUnwindSafe for rustc_std_workspace_core::char::EscapeDebug

§

impl RefUnwindSafe for rustc_std_workspace_core::char::EscapeDefault

§

impl RefUnwindSafe for rustc_std_workspace_core::char::EscapeUnicode

§

impl RefUnwindSafe for ParseCharError

§

impl RefUnwindSafe for ToLowercase

§

impl RefUnwindSafe for ToUppercase

§

impl RefUnwindSafe for TryFromCharError

§

impl RefUnwindSafe for CStr

§

impl RefUnwindSafe for FromBytesUntilNulError

§

impl RefUnwindSafe for FromBytesWithNulError

§

impl RefUnwindSafe for Error

§

impl RefUnwindSafe for SipHasher

§

impl RefUnwindSafe for BasicBlock

§

impl RefUnwindSafe for PhantomPinned

§

impl RefUnwindSafe for Assume

§

impl RefUnwindSafe for AddrParseError

§

impl RefUnwindSafe for Ipv4Addr

§

impl RefUnwindSafe for Ipv6Addr

§

impl RefUnwindSafe for SocketAddrV4

§

impl RefUnwindSafe for SocketAddrV6

§

impl RefUnwindSafe for Big32x40

§

impl RefUnwindSafe for Big8x3

§

impl RefUnwindSafe for Number

§

impl RefUnwindSafe for Decoded

§

impl RefUnwindSafe for NonZeroI8

§

impl RefUnwindSafe for NonZeroI16

§

impl RefUnwindSafe for NonZeroI32

§

impl RefUnwindSafe for NonZeroI64

§

impl RefUnwindSafe for NonZeroI128

§

impl RefUnwindSafe for NonZeroIsize

§

impl RefUnwindSafe for NonZeroU8

§

impl RefUnwindSafe for NonZeroU16

§

impl RefUnwindSafe for NonZeroU32

§

impl RefUnwindSafe for NonZeroU64

§

impl RefUnwindSafe for NonZeroU128

§

impl RefUnwindSafe for NonZeroUsize

§

impl RefUnwindSafe for ParseFloatError

§

impl RefUnwindSafe for ParseIntError

§

impl RefUnwindSafe for TryFromIntError

§

impl RefUnwindSafe for RangeFull

§

impl RefUnwindSafe for rustc_std_workspace_core::ptr::Alignment

§

impl RefUnwindSafe for TimSortRun

§

impl RefUnwindSafe for ParseBoolError

§

impl RefUnwindSafe for Utf8Error

§

impl RefUnwindSafe for RawWaker

§

impl RefUnwindSafe for RawWakerVTable

§

impl RefUnwindSafe for Waker

§

impl RefUnwindSafe for Duration

§

impl RefUnwindSafe for TryFromFloatSecsError

§

impl<'a> !RefUnwindSafe for Demand<'a>

§

impl<'a> !RefUnwindSafe for Source<'a>

§

impl<'a> !RefUnwindSafe for Arguments<'a>

§

impl<'a> !RefUnwindSafe for Formatter<'a>

§

impl<'a> !RefUnwindSafe for PanicInfo<'a>

§

impl<'a> RefUnwindSafe for Part<'a>

§

impl<'a> RefUnwindSafe for Formatted<'a>

§

impl<'a> RefUnwindSafe for EscapeAscii<'a>

§

impl<'a> RefUnwindSafe for CharSearcher<'a>

§

impl<'a> RefUnwindSafe for Bytes<'a>

§

impl<'a> RefUnwindSafe for CharIndices<'a>

§

impl<'a> RefUnwindSafe for Chars<'a>

§

impl<'a> RefUnwindSafe for EncodeUtf16<'a>

§

impl<'a> RefUnwindSafe for rustc_std_workspace_core::str::EscapeDebug<'a>

§

impl<'a> RefUnwindSafe for rustc_std_workspace_core::str::EscapeDefault<'a>

§

impl<'a> RefUnwindSafe for rustc_std_workspace_core::str::EscapeUnicode<'a>

§

impl<'a> RefUnwindSafe for Lines<'a>

§

impl<'a> RefUnwindSafe for LinesAny<'a>

§

impl<'a> RefUnwindSafe for SplitAsciiWhitespace<'a>

§

impl<'a> RefUnwindSafe for SplitWhitespace<'a>

§

impl<'a> RefUnwindSafe for Utf8Chunk<'a>

§

impl<'a> RefUnwindSafe for Utf8Chunks<'a>

§

impl<'a> RefUnwindSafe for Context<'a>

§

impl<'a> RefUnwindSafe for Location<'a>

§

impl<'a, 'b> !RefUnwindSafe for DebugList<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugMap<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugSet<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugStruct<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugTuple<'a, 'b>

§

impl<'a, 'b> RefUnwindSafe for CharSliceSearcher<'a, 'b>

§

impl<'a, 'b> RefUnwindSafe for StrSearcher<'a, 'b>

§

impl<'a, 'b, const N: usize> RefUnwindSafe for CharArrayRefSearcher<'a, 'b, N>

§

impl<'a, 'f> RefUnwindSafe for VaList<'a, 'f>

§

impl<'a, A> RefUnwindSafe for rustc_std_workspace_core::option::Iter<'a, A>where A: RefUnwindSafe,

§

impl<'a, A> RefUnwindSafe for rustc_std_workspace_core::option::IterMut<'a, A>where A: RefUnwindSafe,

§

impl<'a, F> RefUnwindSafe for CharPredicateSearcher<'a, F>where F: RefUnwindSafe,

§

impl<'a, I> RefUnwindSafe for ByRefSized<'a, I>where I: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for MatchIndices<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for Matches<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for RMatchIndices<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for RMatches<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for rustc_std_workspace_core::str::RSplit<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for rustc_std_workspace_core::str::RSplitN<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for RSplitTerminator<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for rustc_std_workspace_core::str::Split<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for rustc_std_workspace_core::str::SplitInclusive<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for rustc_std_workspace_core::str::SplitN<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for SplitTerminator<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for rustc_std_workspace_core::result::Iter<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for rustc_std_workspace_core::result::IterMut<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for Chunks<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for ChunksExact<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for ChunksExactMut<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for ChunksMut<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for rustc_std_workspace_core::slice::Iter<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for rustc_std_workspace_core::slice::IterMut<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for RChunks<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for RChunksExact<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for RChunksExactMut<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for RChunksMut<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for Windows<'a, T>where T: RefUnwindSafe,

§

impl<'a, T, P> RefUnwindSafe for GroupBy<'a, T, P>where P: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, P> RefUnwindSafe for GroupByMut<'a, T, P>where P: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, P> RefUnwindSafe for rustc_std_workspace_core::slice::RSplit<'a, T, P>where P: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, P> RefUnwindSafe for RSplitMut<'a, T, P>where P: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, P> RefUnwindSafe for rustc_std_workspace_core::slice::RSplitN<'a, T, P>where P: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, P> RefUnwindSafe for RSplitNMut<'a, T, P>where P: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, P> RefUnwindSafe for rustc_std_workspace_core::slice::Split<'a, T, P>where P: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, P> RefUnwindSafe for rustc_std_workspace_core::slice::SplitInclusive<'a, T, P>where P: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, P> RefUnwindSafe for SplitInclusiveMut<'a, T, P>where P: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, P> RefUnwindSafe for SplitMut<'a, T, P>where P: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, P> RefUnwindSafe for rustc_std_workspace_core::slice::SplitN<'a, T, P>where P: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, P> RefUnwindSafe for SplitNMut<'a, T, P>where P: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, const N: usize> RefUnwindSafe for rustc_std_workspace_core::slice::ArrayChunks<'a, T, N>where T: RefUnwindSafe,

§

impl<'a, T, const N: usize> RefUnwindSafe for ArrayChunksMut<'a, T, N>where T: RefUnwindSafe,

§

impl<'a, T, const N: usize> RefUnwindSafe for ArrayWindows<'a, T, N>where T: RefUnwindSafe,

§

impl<'a, const N: usize> RefUnwindSafe for CharArraySearcher<'a, N>

§

impl<'b, T> !RefUnwindSafe for Ref<'b, T>

§

impl<'b, T> !RefUnwindSafe for RefMut<'b, T>

§

impl<'f> RefUnwindSafe for VaListImpl<'f>

§

impl<A> RefUnwindSafe for Repeat<A>where A: RefUnwindSafe,

§

impl<A> RefUnwindSafe for rustc_std_workspace_core::option::IntoIter<A>where A: RefUnwindSafe,

§

impl<A, B> RefUnwindSafe for Chain<A, B>where A: RefUnwindSafe, B: RefUnwindSafe,

§

impl<A, B> RefUnwindSafe for Zip<A, B>where A: RefUnwindSafe, B: RefUnwindSafe,

§

impl<B, C> RefUnwindSafe for ControlFlow<B, C>where B: RefUnwindSafe, C: RefUnwindSafe,

§

impl<Dyn> !RefUnwindSafe for DynMetadata<Dyn>

§

impl<E, M> RefUnwindSafe for Capture<E, M>where E: RefUnwindSafe, M: RefUnwindSafe,

§

impl<F> RefUnwindSafe for PollFn<F>where F: RefUnwindSafe,

§

impl<F> RefUnwindSafe for FromFn<F>where F: RefUnwindSafe,

§

impl<F> RefUnwindSafe for OnceWith<F>where F: RefUnwindSafe,

§

impl<F> RefUnwindSafe for RepeatWith<F>where F: RefUnwindSafe,

§

impl<H> RefUnwindSafe for BuildHasherDefault<H>

§

impl<I> RefUnwindSafe for FromIter<I>where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for DecodeUtf16<I>where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Cloned<I>where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Copied<I>where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Cycle<I>where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Enumerate<I>where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Flatten<I>where I: RefUnwindSafe, <<I as Iterator>::Item as IntoIterator>::IntoIter: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Fuse<I>where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Intersperse<I>where I: RefUnwindSafe, <I as Iterator>::Item: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Peekable<I>where I: RefUnwindSafe, <I as Iterator>::Item: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Skip<I>where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for StepBy<I>where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Take<I>where I: RefUnwindSafe,

§

impl<I, F> RefUnwindSafe for FilterMap<I, F>where F: RefUnwindSafe, I: RefUnwindSafe,

§

impl<I, F> RefUnwindSafe for Inspect<I, F>where F: RefUnwindSafe, I: RefUnwindSafe,

§

impl<I, F> RefUnwindSafe for Map<I, F>where F: RefUnwindSafe, I: RefUnwindSafe,

§

impl<I, G> RefUnwindSafe for IntersperseWith<I, G>where G: RefUnwindSafe, I: RefUnwindSafe, <I as Iterator>::Item: RefUnwindSafe,

§

impl<I, P> RefUnwindSafe for Filter<I, P>where I: RefUnwindSafe, P: RefUnwindSafe,

§

impl<I, P> RefUnwindSafe for MapWhile<I, P>where I: RefUnwindSafe, P: RefUnwindSafe,

§

impl<I, P> RefUnwindSafe for SkipWhile<I, P>where I: RefUnwindSafe, P: RefUnwindSafe,

§

impl<I, P> RefUnwindSafe for TakeWhile<I, P>where I: RefUnwindSafe, P: RefUnwindSafe,

§

impl<I, St, F> RefUnwindSafe for Scan<I, St, F>where F: RefUnwindSafe, I: RefUnwindSafe, St: RefUnwindSafe,

§

impl<I, U, F> RefUnwindSafe for FlatMap<I, U, F>where F: RefUnwindSafe, I: RefUnwindSafe, <U as IntoIterator>::IntoIter: RefUnwindSafe,

§

impl<I, const N: usize> RefUnwindSafe for rustc_std_workspace_core::iter::ArrayChunks<I, N>where I: RefUnwindSafe, <I as Iterator>::Item: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for Range<Idx>where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for RangeFrom<Idx>where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for RangeInclusive<Idx>where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for RangeTo<Idx>where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for RangeToInclusive<Idx>where Idx: RefUnwindSafe,

§

impl<P> RefUnwindSafe for Pin<P>where P: RefUnwindSafe,

§

impl<T> !RefUnwindSafe for Cell<T>

§

impl<T> !RefUnwindSafe for OnceCell<T>

§

impl<T> !RefUnwindSafe for RefCell<T>

§

impl<T> !RefUnwindSafe for SyncUnsafeCell<T>

§

impl<T> RefUnwindSafe for Bound<T>where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Option<T>where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Poll<T>where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Wrapper<T>where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Reverse<T>where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Pending<T>

§

impl<T> RefUnwindSafe for Ready<T>where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Empty<T>

§

impl<T> RefUnwindSafe for Once<T>where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Rev<T>where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Discriminant<T>where <T as DiscriminantKind>::Discriminant: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Saturating<T>where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Wrapping<T>where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Yeet<T>where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustc_std_workspace_core::result::IntoIter<T>where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for MaybeUninit<T>where T: RefUnwindSafe,

§

impl<T, E> RefUnwindSafe for Result<T, E>where E: RefUnwindSafe, T: RefUnwindSafe,

§

impl<T, F = fn() -> T> !RefUnwindSafe for LazyCell<T, F>

§

impl<T, F> RefUnwindSafe for Successors<T, F>where F: RefUnwindSafe, T: RefUnwindSafe,

§

impl<T, const LANES: usize> RefUnwindSafe for Mask<T, LANES>where T: RefUnwindSafe,

§

impl<T, const N: usize> RefUnwindSafe for rustc_std_workspace_core::array::IntoIter<T, N>where T: RefUnwindSafe,

§

impl<T, const N: usize> RefUnwindSafe for Simd<T, N>where T: RefUnwindSafe,

§

impl<T: ?Sized> RefUnwindSafe for PhantomData<T>where T: RefUnwindSafe,

§

impl<T: ?Sized> RefUnwindSafe for ManuallyDrop<T>where T: RefUnwindSafe,

§

impl<T: ?Sized> RefUnwindSafe for NonNull<T>where T: RefUnwindSafe,

§

impl<T: ?Sized> RefUnwindSafe for Exclusive<T>where T: RefUnwindSafe,

§

impl<Y, R> RefUnwindSafe for GeneratorState<Y, R>where R: RefUnwindSafe, Y: RefUnwindSafe,

§

impl<const LANES: usize> RefUnwindSafe for LaneCount<LANES>

§

impl<const N: usize> RefUnwindSafe for GetManyMutError<N>

impl<T, A> RefUnwindSafe for RawVec<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<T: ?Sized> RefUnwindSafe for ThinBox<T>where T: RefUnwindSafe,

impl<H> RefUnwindSafe for WithHeader<H>where H: RefUnwindSafe,

impl<T: ?Sized, A> RefUnwindSafe for Box<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, B: ?Sized> RefUnwindSafe for Cow<'a, B>where B: RefUnwindSafe, <B as ToOwned>::Owned: RefUnwindSafe,

impl<T, A> RefUnwindSafe for BinaryHeap<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, A> RefUnwindSafe for PeekMut<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, A> RefUnwindSafe for RebuildOnDrop<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T> RefUnwindSafe for Hole<'a, T>where T: RefUnwindSafe,

impl<'a, T> RefUnwindSafe for Iter<'a, T>where T: RefUnwindSafe,

impl<T, A> RefUnwindSafe for IntoIter<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<T, A> RefUnwindSafe for IntoIterSorted<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, A> RefUnwindSafe for Drain<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, A> RefUnwindSafe for DrainSorted<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<K, V, I> RefUnwindSafe for MergeIter<K, V, I>where I: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, T> RefUnwindSafe for DormantMutRef<'a, T>where T: RefUnwindSafe,

impl<K, V, I> RefUnwindSafe for DedupSortedIter<K, V, I>where I: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, A> RefUnwindSafe for Entry<'a, K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, A> RefUnwindSafe for VacantEntry<'a, K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, A> RefUnwindSafe for OccupiedEntry<'a, K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, A> RefUnwindSafe for OccupiedError<'a, K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<K, V, A> RefUnwindSafe for BTreeMap<K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for Iter<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for IterMut<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<K, V, A> RefUnwindSafe for IntoIter<K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for Keys<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for Values<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for ValuesMut<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<K, V, A> RefUnwindSafe for IntoKeys<K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<K, V, A> RefUnwindSafe for IntoValues<K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for Range<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for RangeMut<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, F, A> RefUnwindSafe for ExtractIf<'a, K, V, F, A>where A: RefUnwindSafe, F: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for ExtractIfInner<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for Cursor<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, A> RefUnwindSafe for CursorMut<'a, K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<I> RefUnwindSafe for Peeked<I>where <I as Iterator>::Item: RefUnwindSafe,

impl<BorrowType, K, V> RefUnwindSafe for LeafRange<BorrowType, K, V>where BorrowType: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<BorrowType, K, V> RefUnwindSafe for LazyLeafHandle<BorrowType, K, V>where BorrowType: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<BorrowType, K, V> RefUnwindSafe for LazyLeafRange<BorrowType, K, V>where BorrowType: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<BorrowType, K, V> RefUnwindSafe for Position<BorrowType, K, V>where BorrowType: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a> RefUnwindSafe for Immut<'a>

impl<'a> RefUnwindSafe for Mut<'a>

impl<'a> RefUnwindSafe for ValMut<'a>

impl RefUnwindSafe for KV

impl<K, V> RefUnwindSafe for LeafNode<K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<K, V> RefUnwindSafe for InternalNode<K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<BorrowType, K, V, Type> RefUnwindSafe for NodeRef<BorrowType, K, V, Type>where BorrowType: RefUnwindSafe, K: RefUnwindSafe, Type: RefUnwindSafe, V: RefUnwindSafe,

impl<Node, Type> RefUnwindSafe for Handle<Node, Type>where Node: RefUnwindSafe, Type: RefUnwindSafe,

impl<T> RefUnwindSafe for LeftOrRight<T>where T: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for BalancingContext<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<Leaf, Internal> RefUnwindSafe for ForceResult<Leaf, Internal>where Internal: RefUnwindSafe, Leaf: RefUnwindSafe,

impl<'a, K, V, NodeType> RefUnwindSafe for SplitResult<'a, K, V, NodeType>where K: RefUnwindSafe, NodeType: RefUnwindSafe, V: RefUnwindSafe,

impl<T> RefUnwindSafe for SearchBound<T>where T: RefUnwindSafe,

impl<BorrowType, K, V, FoundType, GoDownType> RefUnwindSafe for SearchResult<BorrowType, K, V, FoundType, GoDownType>where BorrowType: RefUnwindSafe, FoundType: RefUnwindSafe, GoDownType: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<T, A> RefUnwindSafe for BTreeSet<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T> RefUnwindSafe for Iter<'a, T>where T: RefUnwindSafe,

impl<T, A> RefUnwindSafe for IntoIter<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T> RefUnwindSafe for Range<'a, T>where T: RefUnwindSafe,

impl<'a, T, A> RefUnwindSafe for Difference<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, A> RefUnwindSafe for DifferenceInner<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T> RefUnwindSafe for SymmetricDifference<'a, T>where T: RefUnwindSafe,

impl<'a, T, A> RefUnwindSafe for Intersection<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, A> RefUnwindSafe for IntersectionInner<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T> RefUnwindSafe for Union<'a, T>where T: RefUnwindSafe,

impl<'a, T, F, A> RefUnwindSafe for ExtractIf<'a, T, F, A>where A: RefUnwindSafe, F: RefUnwindSafe, T: RefUnwindSafe,

impl<T, A> RefUnwindSafe for LinkedList<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<T> RefUnwindSafe for Node<T>where T: RefUnwindSafe,

impl<'a, T> RefUnwindSafe for Iter<'a, T>where T: RefUnwindSafe,

impl<'a, T> RefUnwindSafe for IterMut<'a, T>where T: RefUnwindSafe,

impl<T, A> RefUnwindSafe for IntoIter<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, A> RefUnwindSafe for Cursor<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, A> RefUnwindSafe for CursorMut<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, F, A> RefUnwindSafe for ExtractIf<'a, T, F, A>where A: RefUnwindSafe, F: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, A> RefUnwindSafe for Drain<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T> RefUnwindSafe for IterMut<'a, T>where T: RefUnwindSafe,

impl<T, A> RefUnwindSafe for IntoIter<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T> RefUnwindSafe for Iter<'a, T>where T: RefUnwindSafe,

impl<T, A> RefUnwindSafe for VecDeque<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<T> !RefUnwindSafe for RcBox<T>

impl<T> !RefUnwindSafe for Weak<T>

impl<'a> !RefUnwindSafe for WeakInner<'a>

impl<T> !RefUnwindSafe for UniqueRc<T>

impl<'a> RefUnwindSafe for Drain<'a>

impl<T: ?Sized> RefUnwindSafe for Arc<T>where T: RefUnwindSafe,

impl<T: ?Sized> RefUnwindSafe for Weak<T>where T: RefUnwindSafe,

impl<T: ?Sized> RefUnwindSafe for ArcInner<T>where T: RefUnwindSafe,

impl<'a> RefUnwindSafe for WeakInner<'a>

impl<'a, T, F, A> RefUnwindSafe for ExtractIf<'a, T, F, A>where A: RefUnwindSafe, F: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, I, A> RefUnwindSafe for Splice<'a, I, A>where A: RefUnwindSafe, I: RefUnwindSafe, <I as Iterator>::Item: RefUnwindSafe,

impl<'a, T, A> RefUnwindSafe for Drain<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<T, A> RefUnwindSafe for IntoIter<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a> RefUnwindSafe for SetLenOnDrop<'a>

impl<T> RefUnwindSafe for InPlaceDrop<T>where T: RefUnwindSafe,

impl<T, A> RefUnwindSafe for Vec<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<T> RefUnwindSafe for Bucket<T>where T: RefUnwindSafe,

impl<T, A> RefUnwindSafe for RawTable<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<A> RefUnwindSafe for RawTableInner<A>where A: RefUnwindSafe,

impl<T> RefUnwindSafe for RawIterRange<T>where T: RefUnwindSafe,

impl<T> RefUnwindSafe for RawIter<T>where T: RefUnwindSafe,

impl<T, A> RefUnwindSafe for RawIntoIter<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, A> RefUnwindSafe for RawDrain<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

impl<T> RefUnwindSafe for RawIterHash<T>where T: RefUnwindSafe,

impl<K, V, S, A> RefUnwindSafe for HashMap<K, V, S, A>where A: RefUnwindSafe, K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for Iter<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for IterMut<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<K, V, A> RefUnwindSafe for IntoIter<K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<K, V, A> RefUnwindSafe for IntoKeys<K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<K, V, A> RefUnwindSafe for IntoValues<K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for Keys<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for Values<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, A> RefUnwindSafe for Drain<'a, K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, F, A> RefUnwindSafe for ExtractIf<'a, K, V, F, A>where A: RefUnwindSafe, F: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, A> RefUnwindSafe for ExtractIfInner<'a, K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for ValuesMut<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, S, A> RefUnwindSafe for RawEntryBuilderMut<'a, K, V, S, A>where A: RefUnwindSafe, K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, S, A> RefUnwindSafe for RawEntryMut<'a, K, V, S, A>where A: RefUnwindSafe, K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, S, A> RefUnwindSafe for RawOccupiedEntryMut<'a, K, V, S, A>where A: RefUnwindSafe, K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, S, A> RefUnwindSafe for RawVacantEntryMut<'a, K, V, S, A>where A: RefUnwindSafe, K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, S, A> RefUnwindSafe for RawEntryBuilder<'a, K, V, S, A>where A: RefUnwindSafe, K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, S, A> RefUnwindSafe for Entry<'a, K, V, S, A>where A: RefUnwindSafe, K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, S, A> RefUnwindSafe for OccupiedEntry<'a, K, V, S, A>where A: RefUnwindSafe, K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, S, A> RefUnwindSafe for VacantEntry<'a, K, V, S, A>where A: RefUnwindSafe, K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, 'b, K, Q: ?Sized, V, S, A> RefUnwindSafe for EntryRef<'a, 'b, K, Q, V, S, A>where A: RefUnwindSafe, K: RefUnwindSafe, Q: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, Q: ?Sized> RefUnwindSafe for KeyOrRef<'a, K, Q>where K: RefUnwindSafe, Q: RefUnwindSafe,

impl<'a, 'b, K, Q: ?Sized, V, S, A> RefUnwindSafe for OccupiedEntryRef<'a, 'b, K, Q, V, S, A>where A: RefUnwindSafe, K: RefUnwindSafe, Q: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, 'b, K, Q: ?Sized, V, S, A> RefUnwindSafe for VacantEntryRef<'a, 'b, K, Q, V, S, A>where A: RefUnwindSafe, K: RefUnwindSafe, Q: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, S, A> RefUnwindSafe for OccupiedError<'a, K, V, S, A>where A: RefUnwindSafe, K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, A> RefUnwindSafe for RustcEntry<'a, K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, A> RefUnwindSafe for RustcOccupiedEntry<'a, K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, A> RefUnwindSafe for RustcVacantEntry<'a, K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<T, F> RefUnwindSafe for ScopeGuard<T, F>where F: RefUnwindSafe, T: RefUnwindSafe,

impl<T, S, A> RefUnwindSafe for HashSet<T, S, A>where A: RefUnwindSafe, S: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, K> RefUnwindSafe for Iter<'a, K>where K: RefUnwindSafe,

impl<K, A> RefUnwindSafe for IntoIter<K, A>where A: RefUnwindSafe, K: RefUnwindSafe,

impl<'a, K, A> RefUnwindSafe for Drain<'a, K, A>where A: RefUnwindSafe, K: RefUnwindSafe,

impl<'a, K, F, A> RefUnwindSafe for ExtractIf<'a, K, F, A>where A: RefUnwindSafe, F: RefUnwindSafe, K: RefUnwindSafe,

impl<'a, T, S, A> RefUnwindSafe for Intersection<'a, T, S, A>where A: RefUnwindSafe, S: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, S, A> RefUnwindSafe for Difference<'a, T, S, A>where A: RefUnwindSafe, S: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, S, A> RefUnwindSafe for SymmetricDifference<'a, T, S, A>where A: RefUnwindSafe, S: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, S, A> RefUnwindSafe for Union<'a, T, S, A>where A: RefUnwindSafe, S: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, S, A> RefUnwindSafe for Entry<'a, T, S, A>where A: RefUnwindSafe, S: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, S, A> RefUnwindSafe for OccupiedEntry<'a, T, S, A>where A: RefUnwindSafe, S: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, S, A> RefUnwindSafe for VacantEntry<'a, T, S, A>where A: RefUnwindSafe, S: RefUnwindSafe, T: RefUnwindSafe,

impl RefUnwindSafe for tm

impl<'a> RefUnwindSafe for Bridge<'a>

impl<'a> RefUnwindSafe for BridgeState<'a>

impl<I, O> RefUnwindSafe for Client<I, O>

impl<'a, A, R> RefUnwindSafe for Closure<'a, A, R>

impl<T> RefUnwindSafe for OwnedStore<T>where T: RefUnwindSafe,

impl<T> RefUnwindSafe for InternedStore<T>where T: RefUnwindSafe,

impl<'a, 'b, T> RefUnwindSafe for RefMutL<'a, 'b, T>where <T as ApplyL<'b>>::Out: RefUnwindSafe,

impl<T> !RefUnwindSafe for ScopedCell<T>

impl<S> RefUnwindSafe for MarkedTypes<S>where S: RefUnwindSafe,

impl<P> RefUnwindSafe for CrossThread<P>where P: RefUnwindSafe,

impl<'a> RefUnwindSafe for BridgeConfig<'a>

impl<T, M> RefUnwindSafe for Marked<T, M>where M: RefUnwindSafe, T: RefUnwindSafe,

impl<Span> RefUnwindSafe for DelimSpan<Span>where Span: RefUnwindSafe,

impl<TokenStream, Span> RefUnwindSafe for Group<TokenStream, Span>where Span: RefUnwindSafe, TokenStream: RefUnwindSafe,

impl<Span> RefUnwindSafe for Punct<Span>where Span: RefUnwindSafe,

impl<Span, Symbol> RefUnwindSafe for Ident<Span, Symbol>where Span: RefUnwindSafe, Symbol: RefUnwindSafe,

impl<Span, Symbol> RefUnwindSafe for Literal<Span, Symbol>where Span: RefUnwindSafe, Symbol: RefUnwindSafe,

impl<TokenStream, Span, Symbol> RefUnwindSafe for TokenTree<TokenStream, Span, Symbol>where Span: RefUnwindSafe, Symbol: RefUnwindSafe, TokenStream: RefUnwindSafe,

impl<Span> RefUnwindSafe for Diagnostic<Span>where Span: RefUnwindSafe,

impl<Span> RefUnwindSafe for ExpnGlobals<Span>where Span: RefUnwindSafe,

impl<'a> RefUnwindSafe for Children<'a>

impl<'a> RefUnwindSafe for Demangle<'a>

impl<'a> RefUnwindSafe for Demangle<'a>

impl<'s> RefUnwindSafe for Ident<'s>

impl<'s> RefUnwindSafe for HexNibbles<'s>

impl<'s> RefUnwindSafe for Parser<'s>

impl<'a, 'b, 's> !RefUnwindSafe for Printer<'a, 'b, 's>

impl<'a> RefUnwindSafe for Demangle<'a>

impl<'a> RefUnwindSafe for DemangleStyle<'a>

impl<'scope, 'env> RefUnwindSafe for Scope<'scope, 'env>

impl<'scope, T> !RefUnwindSafe for ScopedJoinHandle<'scope, T>

impl<T> RefUnwindSafe for LocalKey<T>

impl<T> !RefUnwindSafe for Key<T>

impl<'scope, T> !RefUnwindSafe for Packet<'scope, T>

impl<'scope, T> !RefUnwindSafe for JoinInner<'scope, T>

impl<T> !RefUnwindSafe for JoinHandle<T>

impl<K, V, S> RefUnwindSafe for HashMap<K, V, S>where K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for Iter<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for IterMut<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<K, V> RefUnwindSafe for IntoIter<K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for Keys<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for Values<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for Drain<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, F> RefUnwindSafe for ExtractIf<'a, K, V, F>where F: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for ValuesMut<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<K, V> RefUnwindSafe for IntoKeys<K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<K, V> RefUnwindSafe for IntoValues<K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, S> RefUnwindSafe for RawEntryBuilderMut<'a, K, V, S>where K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, S> RefUnwindSafe for RawEntryMut<'a, K, V, S>where K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, S> RefUnwindSafe for RawOccupiedEntryMut<'a, K, V, S>where K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, S> RefUnwindSafe for RawVacantEntryMut<'a, K, V, S>where K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V, S> RefUnwindSafe for RawEntryBuilder<'a, K, V, S>where K: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for Entry<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for OccupiedEntry<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for VacantEntry<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<'a, K, V> RefUnwindSafe for OccupiedError<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

impl<T, S> RefUnwindSafe for HashSet<T, S>where S: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, K> RefUnwindSafe for Iter<'a, K>where K: RefUnwindSafe,

impl<K> RefUnwindSafe for IntoIter<K>where K: RefUnwindSafe,

impl<'a, K> RefUnwindSafe for Drain<'a, K>where K: RefUnwindSafe,

impl<'a, K, F> RefUnwindSafe for ExtractIf<'a, K, F>where F: RefUnwindSafe, K: RefUnwindSafe,

impl<'a, T, S> RefUnwindSafe for Intersection<'a, T, S>where S: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, S> RefUnwindSafe for Difference<'a, T, S>where S: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, S> RefUnwindSafe for SymmetricDifference<'a, T, S>where S: RefUnwindSafe, T: RefUnwindSafe,

impl<'a, T, S> RefUnwindSafe for Union<'a, T, S>where S: RefUnwindSafe, T: RefUnwindSafe,

impl<'a> RefUnwindSafe for SplitPaths<'a>

impl<E> RefUnwindSafe for Report<E>where E: RefUnwindSafe,

impl<'a, D> RefUnwindSafe for Indented<'a, D>where D: RefUnwindSafe,

impl<R: ?Sized> RefUnwindSafe for BufReader<R>where R: RefUnwindSafe,

impl<W: ?Sized> RefUnwindSafe for BufWriter<W>where W: RefUnwindSafe,

impl<W: ?Sized> RefUnwindSafe for LineWriter<W>where W: RefUnwindSafe,

impl<'a, W: ?Sized> RefUnwindSafe for LineWriterShim<'a, W>where W: RefUnwindSafe,

impl<T> RefUnwindSafe for Cursor<T>where T: RefUnwindSafe,

impl<C> RefUnwindSafe for ErrorData<C>where C: RefUnwindSafe,

impl<'data> RefUnwindSafe for BorrowedBuf<'data>

impl<'a> RefUnwindSafe for BorrowedCursor<'a>

impl<'a> RefUnwindSafe for StdinLock<'a>

impl<'a> RefUnwindSafe for StdoutLock<'a>

impl<'a> RefUnwindSafe for StderrLock<'a>

impl<'a> RefUnwindSafe for Guard<'a>

impl<'a> RefUnwindSafe for IoSliceMut<'a>

impl<'a> RefUnwindSafe for IoSlice<'a>

impl<T, U> RefUnwindSafe for Chain<T, U>where T: RefUnwindSafe, U: RefUnwindSafe,

impl<T> RefUnwindSafe for Take<T>where T: RefUnwindSafe,

impl<R> RefUnwindSafe for Bytes<R>where R: RefUnwindSafe,

impl<B> RefUnwindSafe for Split<B>where B: RefUnwindSafe,

impl<B> RefUnwindSafe for Lines<B>where B: RefUnwindSafe,

impl<'a> RefUnwindSafe for Incoming<'a>

impl<'a> RefUnwindSafe for AddressKind<'a>

impl<'a, T> RefUnwindSafe for AncillaryDataIter<'a, T>where T: RefUnwindSafe,

impl<'a> RefUnwindSafe for ScmRights<'a>

impl<'a> RefUnwindSafe for ScmCredentials<'a>

impl<'a> RefUnwindSafe for AncillaryData<'a>

impl<'a> RefUnwindSafe for Messages<'a>

impl<'a> RefUnwindSafe for Incoming<'a>

impl<'a> RefUnwindSafe for EncodeWide<'a>

impl<'handle> RefUnwindSafe for BorrowedHandle<'handle>

impl<'socket> RefUnwindSafe for BorrowedSocket<'socket>

impl<'fd> RefUnwindSafe for BorrowedFd<'fd>

impl<'a> RefUnwindSafe for Prefix<'a>

impl<'a> RefUnwindSafe for Component<'a>

impl<'a> RefUnwindSafe for Components<'a>

impl<'a> RefUnwindSafe for Iter<'a>

impl<'a> RefUnwindSafe for Ancestors<'a>

impl<'a> RefUnwindSafe for Display<'a>

impl<'a> RefUnwindSafe for CommandEnvs<'a>

impl<'a> RefUnwindSafe for CommandArgs<'a>

impl<T> RefUnwindSafe for Receiver<T>

impl<'a, T> RefUnwindSafe for Iter<'a, T>

impl<'a, T> RefUnwindSafe for TryIter<'a, T>

impl<T> RefUnwindSafe for IntoIter<T>

impl<T> RefUnwindSafe for Sender<T>

impl<T> RefUnwindSafe for SyncSender<T>

impl<T> RefUnwindSafe for SendError<T>where T: RefUnwindSafe,

impl<T> RefUnwindSafe for TrySendError<T>where T: RefUnwindSafe,

impl<T, F> RefUnwindSafe for Data<T, F>where F: RefUnwindSafe, T: RefUnwindSafe,

impl<T> !RefUnwindSafe for Slot<T>

impl<T> !RefUnwindSafe for Channel<T>

impl<C> RefUnwindSafe for Counter<C>where C: RefUnwindSafe,

impl<C> RefUnwindSafe for Sender<C>where C: RefUnwindSafe,

impl<C> RefUnwindSafe for Receiver<C>where C: RefUnwindSafe,

impl<T> !RefUnwindSafe for Slot<T>

impl<T> !RefUnwindSafe for Block<T>

impl<T> RefUnwindSafe for Position<T>

impl<T> RefUnwindSafe for Channel<T>where T: RefUnwindSafe,

impl<T> RefUnwindSafe for CachePadded<T>where T: RefUnwindSafe,

impl<T> !RefUnwindSafe for Packet<T>

impl<T> RefUnwindSafe for Channel<T>where T: RefUnwindSafe,

impl<T> !RefUnwindSafe for SenderFlavor<T>

impl<'a, T: ?Sized> RefUnwindSafe for MutexGuard<'a, T>

impl<T> RefUnwindSafe for PoisonError<T>where T: RefUnwindSafe,

impl<T> RefUnwindSafe for TryLockError<T>where T: RefUnwindSafe,

impl<'a, T> RefUnwindSafe for ReentrantMutexGuard<'a, T>

impl<'a, T> !RefUnwindSafe for RwLockReadGuard<'a, T>

impl<'a, T: ?Sized> RefUnwindSafe for RwLockWriteGuard<'a, T>

impl<T> !RefUnwindSafe for Value<T>

impl<T> !RefUnwindSafe for LazyKeyInner<T>

impl<'a> !RefUnwindSafe for EHContext<'a>

impl<T> RefUnwindSafe for Unaligned<T>where T: RefUnwindSafe,

impl<'a> RefUnwindSafe for DirBuffIter<'a>

impl<'a> RefUnwindSafe for IoSlice<'a>

impl<'a> RefUnwindSafe for IoSliceMut<'a>

impl<'a> RefUnwindSafe for SplitPaths<'a>

impl<'a, const LEN: usize> RefUnwindSafe for PrefixParser<'a, LEN>

impl<'a, 'b> RefUnwindSafe for PrefixParserSlice<'a, 'b>

impl<'a> RefUnwindSafe for AsyncPipe<'a>

impl<'a> RefUnwindSafe for CommandArgs<'a>

impl<T: ?Sized> RefUnwindSafe for Align8<T>where T: RefUnwindSafe,

impl<T> RefUnwindSafe for LazyBox<T>where T: RefUnwindSafe,

impl<'a> RefUnwindSafe for WaiterQueue<'a>

impl<'a> RefUnwindSafe for WStrUnits<'a>

impl<'a> RefUnwindSafe for Wtf8CodePoints<'a>

impl<'a> RefUnwindSafe for Symbol<'a>

impl<'a> RefUnwindSafe for ResolveWhat<'a>

impl<'a> RefUnwindSafe for SymbolName<'a>

impl<'a, 'b> !RefUnwindSafe for BacktraceFmt<'a, 'b>

impl<'fmt, 'a, 'b> !RefUnwindSafe for BacktraceFrameFmt<'fmt, 'a, 'b>

impl RefUnwindSafe for ()

impl<S> RefUnwindSafe for EscapedString<S>where S: RefUnwindSafe,

impl<T> RefUnwindSafe for WinConsole<T>where T: RefUnwindSafe,