Trait origin_studio::std::panic::RefUnwindSafe

1.9.0 · source ·
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§

1.14.0 · source§

impl RefUnwindSafe for AtomicBool

1.34.0 · source§

impl RefUnwindSafe for AtomicI8

1.34.0 · source§

impl RefUnwindSafe for AtomicI16

1.34.0 · source§

impl RefUnwindSafe for AtomicI32

1.34.0 · source§

impl RefUnwindSafe for AtomicI64

1.14.0 · source§

impl RefUnwindSafe for AtomicIsize

1.34.0 · source§

impl RefUnwindSafe for AtomicU8

1.34.0 · source§

impl RefUnwindSafe for AtomicU16

1.34.0 · source§

impl RefUnwindSafe for AtomicU32

1.34.0 · source§

impl RefUnwindSafe for AtomicU64

1.14.0 · source§

impl RefUnwindSafe for AtomicUsize

source§

impl<T> !RefUnwindSafe for UnsafeCell<T>where T: ?Sized,

1.14.0 · source§

impl<T> RefUnwindSafe for AtomicPtr<T>

source§

impl<T> RefUnwindSafe for AssertUnwindSafe<T>

1.58.0 · source§

impl<T, A> RefUnwindSafe for Rc<T, A>where T: RefUnwindSafe + ?Sized, A: Allocator + UnwindSafe,

Auto implementors§

§

impl !RefUnwindSafe for JoinHandle

§

impl !RefUnwindSafe for Thread

§

impl RefUnwindSafe for AsciiChar

§

impl RefUnwindSafe for origin_studio::std::cmp::Ordering

§

impl RefUnwindSafe for TryReserveErrorKind

§

impl RefUnwindSafe for Infallible

§

impl RefUnwindSafe for VarError

§

impl RefUnwindSafe for origin_studio::std::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 Which

§

impl RefUnwindSafe for SearchStep

§

impl RefUnwindSafe for origin_studio::std::sync::atomic::Ordering

§

impl RefUnwindSafe for AllocError

§

impl RefUnwindSafe for Global

§

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 origin_studio::std::ascii::EscapeDefault

§

impl RefUnwindSafe for BorrowError

§

impl RefUnwindSafe for BorrowMutError

§

impl RefUnwindSafe for CharTryFromError

§

impl RefUnwindSafe for DecodeUtf16Error

§

impl RefUnwindSafe for origin_studio::std::char::EscapeDebug

§

impl RefUnwindSafe for origin_studio::std::char::EscapeDefault

§

impl RefUnwindSafe for origin_studio::std::char::EscapeUnicode

§

impl RefUnwindSafe for ParseCharError

§

impl RefUnwindSafe for ToLowercase

§

impl RefUnwindSafe for ToUppercase

§

impl RefUnwindSafe for TryFromCharError

§

impl RefUnwindSafe for TryReserveError

§

impl RefUnwindSafe for Args

§

impl RefUnwindSafe for CString

§

impl RefUnwindSafe for FromVecWithNulError

§

impl RefUnwindSafe for IntoStringError

§

impl RefUnwindSafe for NulError

§

impl RefUnwindSafe for Error

§

impl RefUnwindSafe for SipHasher

§

impl RefUnwindSafe for BasicBlock

§

impl RefUnwindSafe for Stderr

§

impl RefUnwindSafe for Stdout

§

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 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 origin_studio::std::ptr::Alignment

§

impl RefUnwindSafe for ParseBoolError

§

impl RefUnwindSafe for Utf8Error

§

impl RefUnwindSafe for FromUtf8Error

§

impl RefUnwindSafe for FromUtf16Error

§

impl RefUnwindSafe for String

§

impl RefUnwindSafe for Condvar

§

impl RefUnwindSafe for ThreadId

§

impl RefUnwindSafe for Duration

§

impl RefUnwindSafe for TryFromFloatSecsError

§

impl RefUnwindSafe for Big8x3

§

impl RefUnwindSafe for Big32x40

§

impl RefUnwindSafe for Decoded

§

impl RefUnwindSafe for FullDecoded

§

impl RefUnwindSafe for Number

§

impl RefUnwindSafe for Sign

§

impl RefUnwindSafe for TryCaptureWithDebug

§

impl RefUnwindSafe for TryCaptureWithoutDebug

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a> !RefUnwindSafe for PanicInfo<'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 origin_studio::std::str::EscapeDebug<'a>

§

impl<'a> RefUnwindSafe for origin_studio::std::str::EscapeDefault<'a>

§

impl<'a> RefUnwindSafe for origin_studio::std::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 origin_studio::std::string::Drain<'a>

§

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

§

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

§

impl<'a> RefUnwindSafe for Part<'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, A> RefUnwindSafe for origin_studio::std::option::Iter<'a, A>where A: RefUnwindSafe,

§

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

§

impl<'a, B: ?Sized> RefUnwindSafe for Cow<'a, B>where B: RefUnwindSafe, <B as ToOwned>::Owned: 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, I, A> RefUnwindSafe for Splice<'a, I, A>where A: RefUnwindSafe, I: RefUnwindSafe, <I as Iterator>::Item: RefUnwindSafe,

§

impl<'a, K, V> RefUnwindSafe for origin_studio::std::collections::btree_map::Cursor<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

§

impl<'a, K, V> RefUnwindSafe for origin_studio::std::collections::btree_map::Iter<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,

§

impl<'a, K, V> RefUnwindSafe for origin_studio::std::collections::btree_map::IterMut<'a, 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 origin_studio::std::collections::btree_map::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> 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<'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 origin_studio::std::collections::btree_map::CursorMut<'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<'a, K, V, A> RefUnwindSafe for VacantEntry<'a, K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: RefUnwindSafe,

§

impl<'a, K, V, F, A> RefUnwindSafe for origin_studio::std::collections::btree_map::ExtractIf<'a, K, V, F, A>where A: RefUnwindSafe, F: RefUnwindSafe, K: RefUnwindSafe, V: 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 origin_studio::std::str::RSplit<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for origin_studio::std::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 origin_studio::std::str::Split<'a, P>where <P as Pattern<'a>>::Searcher: RefUnwindSafe,

§

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

§

impl<'a, P> RefUnwindSafe for origin_studio::std::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 origin_studio::std::collections::binary_heap::Iter<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for origin_studio::std::collections::btree_set::Iter<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for origin_studio::std::collections::btree_set::Range<'a, T>where T: RefUnwindSafe,

§

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

§

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

§

impl<'a, T> RefUnwindSafe for origin_studio::std::collections::linked_list::Iter<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for origin_studio::std::collections::linked_list::IterMut<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for origin_studio::std::collections::vec_deque::Iter<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for origin_studio::std::collections::vec_deque::IterMut<'a, T>where T: RefUnwindSafe,

§

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

§

impl<'a, T> RefUnwindSafe for origin_studio::std::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 origin_studio::std::slice::Iter<'a, T>where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for origin_studio::std::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, A> RefUnwindSafe for origin_studio::std::collections::binary_heap::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<'a, T, A> RefUnwindSafe for PeekMut<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

§

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

§

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

§

impl<'a, T, A> RefUnwindSafe for origin_studio::std::collections::linked_list::Cursor<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, A> RefUnwindSafe for origin_studio::std::collections::linked_list::CursorMut<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, A> RefUnwindSafe for origin_studio::std::collections::vec_deque::Drain<'a, T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

§

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

§

impl<'a, T, F, A> RefUnwindSafe for origin_studio::std::collections::btree_set::ExtractIf<'a, T, F, A>where A: RefUnwindSafe, F: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, F, A> RefUnwindSafe for origin_studio::std::collections::linked_list::ExtractIf<'a, T, F, A>where A: RefUnwindSafe, F: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, F, A> RefUnwindSafe for origin_studio::std::vec::ExtractIf<'a, T, F, A>where A: RefUnwindSafe, F: RefUnwindSafe, 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 origin_studio::std::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 origin_studio::std::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 origin_studio::std::slice::Split<'a, T, P>where P: RefUnwindSafe, T: RefUnwindSafe,

§

impl<'a, T, P> RefUnwindSafe for origin_studio::std::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 origin_studio::std::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 origin_studio::std::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<A> RefUnwindSafe for Repeat<A>where A: RefUnwindSafe,

§

impl<A> RefUnwindSafe for origin_studio::std::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, F, const N: usize> RefUnwindSafe for MapWindows<I, F, N>where F: RefUnwindSafe, I: RefUnwindSafe, <I as Iterator>::Item: 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 origin_studio::std::iter::ArrayChunks<I, N>where I: RefUnwindSafe, <I as Iterator>::Item: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for origin_studio::std::ops::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<K, V, A> RefUnwindSafe for origin_studio::std::collections::btree_map::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<K, V, A> RefUnwindSafe for BTreeMap<K, V, A>where A: RefUnwindSafe, K: RefUnwindSafe, V: 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 UniqueRc<T>

§

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

§

impl<T> RefUnwindSafe for Option<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 origin_studio::std::result::IntoIter<T>where T: RefUnwindSafe,

§

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

§

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

§

impl<T, A = Global> !RefUnwindSafe for origin_studio::std::rc::Weak<T, A>

§

impl<T, A> RefUnwindSafe for origin_studio::std::collections::binary_heap::IntoIter<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

§

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

§

impl<T, A> RefUnwindSafe for origin_studio::std::collections::btree_set::IntoIter<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

§

impl<T, A> RefUnwindSafe for origin_studio::std::collections::linked_list::IntoIter<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

impl<T, A> RefUnwindSafe for origin_studio::std::collections::vec_deque::IntoIter<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

§

impl<T, A> RefUnwindSafe for origin_studio::std::vec::IntoIter<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

§

impl<T, A> RefUnwindSafe for Vec<T, A>where A: RefUnwindSafe, 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 origin_studio::std::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 ThinBox<T>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<T: ?Sized, A> RefUnwindSafe for Box<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

§

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

§

impl<T: ?Sized, A> RefUnwindSafe for origin_studio::std::sync::Weak<T, A>where A: RefUnwindSafe, T: RefUnwindSafe,

§

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

§

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