Trait gstd::prelude::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

1.59.0 · source§

impl RefUnwindSafe for std::sync::once::Once

source§

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

1.14.0 · source§

impl<T> RefUnwindSafe for AtomicPtr<T>

1.12.0 · source§

impl<T> RefUnwindSafe for std::sync::mutex::Mutex<T>
where T: ?Sized,

1.70.0 · source§

impl<T> RefUnwindSafe for OnceLock<T>

1.12.0 · source§

impl<T> RefUnwindSafe for std::sync::rwlock::RwLock<T>
where T: ?Sized,

source§

impl<T> RefUnwindSafe for AssertUnwindSafe<T>

§

impl<T> RefUnwindSafe for OnceCell<T>

1.58.0 · source§

impl<T, A> RefUnwindSafe for Rc<T, A>

source§

impl<T, F> RefUnwindSafe for LazyLock<T, F>

§

impl<T, F> RefUnwindSafe for Lazy<T, F>
where F: RefUnwindSafe, OnceCell<T>: RefUnwindSafe,

§

impl<T, F> RefUnwindSafe for Lazy<T, F>
where F: RefUnwindSafe, OnceCell<T>: RefUnwindSafe,

Auto implementors§

§

impl RefUnwindSafe for gstd::errors::Error

§

impl RefUnwindSafe for ErrorReplyReason

§

impl RefUnwindSafe for ExecutionError

§

impl RefUnwindSafe for ExtError

§

impl RefUnwindSafe for MemoryError

§

impl RefUnwindSafe for MessageError

§

impl RefUnwindSafe for ReplyCode

§

impl RefUnwindSafe for ReservationError

§

impl RefUnwindSafe for SignalCode

§

impl RefUnwindSafe for SimpleExecutionError

§

impl RefUnwindSafe for SimpleProgramCreationError

§

impl RefUnwindSafe for SuccessReplyReason

§

impl RefUnwindSafe for UsageError

§

impl RefUnwindSafe for AsciiChar

§

impl RefUnwindSafe for Ordering

§

impl RefUnwindSafe for TryReserveErrorKind

§

impl RefUnwindSafe for gstd::prelude::collections::hashbrown::TryReserveError

§

impl RefUnwindSafe for Infallible

§

impl RefUnwindSafe for c_void

§

impl RefUnwindSafe for gstd::prelude::fmt::Alignment

§

impl RefUnwindSafe for FpCategory

§

impl RefUnwindSafe for IntErrorKind

§

impl RefUnwindSafe for SearchStep

§

impl RefUnwindSafe for ErrorReplyPayload

§

impl RefUnwindSafe for SyscallError

§

impl RefUnwindSafe for CreateProgramFuture

§

impl RefUnwindSafe for MessageFuture

§

impl RefUnwindSafe for MessageHandle

§

impl RefUnwindSafe for ProgramGenerator

§

impl RefUnwindSafe for ActorId

§

impl RefUnwindSafe for CodeId

§

impl RefUnwindSafe for Config

§

impl RefUnwindSafe for EnvVars

§

impl RefUnwindSafe for GasMultiplier

§

impl RefUnwindSafe for MessageId

§

impl RefUnwindSafe for Percent

§

impl RefUnwindSafe for Reservation

§

impl RefUnwindSafe for ReservationId

§

impl RefUnwindSafe for Reservations

§

impl RefUnwindSafe for MetaType

§

impl RefUnwindSafe for TypeId

§

impl RefUnwindSafe for TryFromSliceError

§

impl RefUnwindSafe for gstd::prelude::ascii::EscapeDefault

§

impl RefUnwindSafe for BorrowError

§

impl RefUnwindSafe for BorrowMutError

§

impl RefUnwindSafe for CharTryFromError

§

impl RefUnwindSafe for DecodeUtf16Error

§

impl RefUnwindSafe for gstd::prelude::char::EscapeDebug

§

impl RefUnwindSafe for gstd::prelude::char::EscapeDefault

§

impl RefUnwindSafe for gstd::prelude::char::EscapeUnicode

§

impl RefUnwindSafe for ParseCharError

§

impl RefUnwindSafe for ToLowercase

§

impl RefUnwindSafe for ToUppercase

§

impl RefUnwindSafe for TryFromCharError

§

impl RefUnwindSafe for gstd::prelude::collections::TryReserveError

§

impl RefUnwindSafe for CStr

§

impl RefUnwindSafe for CString

§

impl RefUnwindSafe for FromBytesUntilNulError

§

impl RefUnwindSafe for FromBytesWithNulError

§

impl RefUnwindSafe for FromVecWithNulError

§

impl RefUnwindSafe for IntoStringError

§

impl RefUnwindSafe for NulError

§

impl RefUnwindSafe for gstd::prelude::fmt::Error

§

impl RefUnwindSafe for SipHasher

§

impl RefUnwindSafe for PhantomPinned

§

impl RefUnwindSafe for Assume

§

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 gstd::prelude::ptr::Alignment

§

impl RefUnwindSafe for TimSortRun

§

impl RefUnwindSafe for ParseBoolError

§

impl RefUnwindSafe for Utf8Error

§

impl RefUnwindSafe for FromUtf8Error

§

impl RefUnwindSafe for FromUtf16Error

§

impl RefUnwindSafe for String

§

impl RefUnwindSafe for RawWaker

§

impl RefUnwindSafe for RawWakerVTable

§

impl RefUnwindSafe for Waker

§

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<'a> !RefUnwindSafe for Arguments<'a>

§

impl<'a> !RefUnwindSafe for Formatter<'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 gstd::prelude::str::EscapeDebug<'a>

§

impl<'a> RefUnwindSafe for gstd::prelude::str::EscapeDefault<'a>

§

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

§

impl<'a> RefUnwindSafe for Context<'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, K, Q: ?Sized, V, S, A> RefUnwindSafe for EntryRef<'a, 'b, K, Q, V, S, A>

§

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

§

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

§

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 gstd::prelude::option::Iter<'a, A>
where A: RefUnwindSafe,

§

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

§

impl<'a, B: ?Sized> RefUnwindSafe for Cow<'a, B>

§

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>

§

impl<'a, K> RefUnwindSafe for gstd::prelude::collections::hash_set::Iter<'a, K>
where K: RefUnwindSafe,

§

impl<'a, K, A> RefUnwindSafe for gstd::prelude::collections::hash_set::Drain<'a, K, A>

§

impl<'a, K, F, A> RefUnwindSafe for gstd::prelude::collections::hash_set::ExtractIf<'a, K, F, A>

§

impl<'a, K, V> RefUnwindSafe for gstd::prelude::collections::btree_map::Cursor<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for gstd::prelude::collections::btree_map::Iter<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for gstd::prelude::collections::btree_map::IterMut<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for gstd::prelude::collections::btree_map::Keys<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for gstd::prelude::collections::btree_map::Range<'a, K, V>

§

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

§

impl<'a, K, V> RefUnwindSafe for gstd::prelude::collections::btree_map::Values<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for gstd::prelude::collections::btree_map::ValuesMut<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for gstd::prelude::collections::hash_map::Iter<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for gstd::prelude::collections::hash_map::IterMut<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for gstd::prelude::collections::hash_map::Keys<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for gstd::prelude::collections::hash_map::Values<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for gstd::prelude::collections::hash_map::ValuesMut<'a, K, V>

§

impl<'a, K, V, A> RefUnwindSafe for gstd::prelude::collections::btree_map::Entry<'a, K, V, A>

§

impl<'a, K, V, A> RefUnwindSafe for gstd::prelude::collections::btree_map::CursorMut<'a, K, V, A>

§

impl<'a, K, V, A> RefUnwindSafe for gstd::prelude::collections::btree_map::OccupiedEntry<'a, K, V, A>

§

impl<'a, K, V, A> RefUnwindSafe for gstd::prelude::collections::btree_map::OccupiedError<'a, K, V, A>

§

impl<'a, K, V, A> RefUnwindSafe for gstd::prelude::collections::btree_map::VacantEntry<'a, K, V, A>

§

impl<'a, K, V, A> RefUnwindSafe for gstd::prelude::collections::hash_map::Drain<'a, K, V, A>

§

impl<'a, K, V, F, A> RefUnwindSafe for gstd::prelude::collections::btree_map::ExtractIf<'a, K, V, F, A>

§

impl<'a, K, V, F, A> RefUnwindSafe for gstd::prelude::collections::hash_map::ExtractIf<'a, K, V, F, A>

§

impl<'a, K, V, S, A> RefUnwindSafe for gstd::prelude::collections::hash_map::Entry<'a, K, V, S, A>

§

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

§

impl<'a, K, V, S, A> RefUnwindSafe for gstd::prelude::collections::hash_map::OccupiedEntry<'a, K, V, S, A>

§

impl<'a, K, V, S, A> RefUnwindSafe for gstd::prelude::collections::hash_map::OccupiedError<'a, K, V, S, A>

§

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

§

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

§

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

§

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

§

impl<'a, K, V, S, A> RefUnwindSafe for gstd::prelude::collections::hash_map::VacantEntry<'a, K, V, S, A>

§

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 gstd::prelude::str::RSplit<'a, P>
where <P as Pattern<'a>>::Searcher: RefUnwindSafe,

§

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

§

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

§

impl<'a, P> RefUnwindSafe for gstd::prelude::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 MutexGuard<'a, T>

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T> RefUnwindSafe for gstd::prelude::collections::binary_heap::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for gstd::prelude::collections::btree_set::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for gstd::prelude::collections::btree_set::Range<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for gstd::prelude::collections::btree_set::SymmetricDifference<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for gstd::prelude::collections::btree_set::Union<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for gstd::prelude::collections::linked_list::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for gstd::prelude::collections::linked_list::IterMut<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for gstd::prelude::collections::vec_deque::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for gstd::prelude::collections::vec_deque::IterMut<'a, T>
where T: RefUnwindSafe,

§

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

§

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

§

impl<'a, T> RefUnwindSafe for gstd::prelude::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 gstd::prelude::collections::binary_heap::Drain<'a, T, A>

§

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

§

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

§

impl<'a, T, A> RefUnwindSafe for gstd::prelude::collections::btree_set::Difference<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for gstd::prelude::collections::btree_set::Intersection<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for gstd::prelude::collections::linked_list::Cursor<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for gstd::prelude::collections::linked_list::CursorMut<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for gstd::prelude::collections::vec_deque::Drain<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for gstd::prelude::vec::Drain<'a, T, A>

§

impl<'a, T, F, A> RefUnwindSafe for gstd::prelude::collections::btree_set::ExtractIf<'a, T, F, A>

§

impl<'a, T, F, A> RefUnwindSafe for gstd::prelude::collections::linked_list::ExtractIf<'a, T, F, A>

§

impl<'a, T, F, A> RefUnwindSafe for gstd::prelude::vec::ExtractIf<'a, T, F, A>

§

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

§

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

§

impl<'a, T, P> RefUnwindSafe for gstd::prelude::slice::RSplit<'a, T, P>

§

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

§

impl<'a, T, P> RefUnwindSafe for gstd::prelude::slice::RSplitN<'a, T, P>

§

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

§

impl<'a, T, P> RefUnwindSafe for gstd::prelude::slice::Split<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for gstd::prelude::slice::SplitInclusive<'a, T, P>

§

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

§

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

§

impl<'a, T, P> RefUnwindSafe for gstd::prelude::slice::SplitN<'a, T, P>

§

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

§

impl<'a, T, S, A> RefUnwindSafe for gstd::prelude::collections::hash_set::Entry<'a, T, S, A>

§

impl<'a, T, S, A> RefUnwindSafe for gstd::prelude::collections::hash_set::Difference<'a, T, S, A>

§

impl<'a, T, S, A> RefUnwindSafe for gstd::prelude::collections::hash_set::Intersection<'a, T, S, A>

§

impl<'a, T, S, A> RefUnwindSafe for gstd::prelude::collections::hash_set::OccupiedEntry<'a, T, S, A>

§

impl<'a, T, S, A> RefUnwindSafe for gstd::prelude::collections::hash_set::SymmetricDifference<'a, T, S, A>

§

impl<'a, T, S, A> RefUnwindSafe for gstd::prelude::collections::hash_set::Union<'a, T, S, A>

§

impl<'a, T, S, A> RefUnwindSafe for gstd::prelude::collections::hash_set::VacantEntry<'a, T, S, A>

§

impl<'a, T, const N: usize> RefUnwindSafe for gstd::prelude::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 RepeatN<A>
where A: RefUnwindSafe,

§

impl<A> RefUnwindSafe for gstd::prelude::option::IntoIter<A>
where A: RefUnwindSafe,

§

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

§

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

§

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

§

impl<Dyn> !RefUnwindSafe for DynMetadata<Dyn>

§

impl<F> RefUnwindSafe for FormatterFn<F>
where F: 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 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>

§

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

§

impl<I> RefUnwindSafe for Intersperse<I>

§

impl<I> RefUnwindSafe for Peekable<I>

§

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>

§

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

§

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

§

impl<I, F, const N: usize> RefUnwindSafe for MapWindows<I, F, N>

§

impl<I, G> RefUnwindSafe for IntersperseWith<I, G>

§

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

§

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

§

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

§

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

§

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

§

impl<I, U, F> RefUnwindSafe for FlatMap<I, U, F>

§

impl<I, const N: usize> RefUnwindSafe for gstd::prelude::iter::ArrayChunks<I, N>

§

impl<Idx> RefUnwindSafe for gstd::prelude::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, A> RefUnwindSafe for gstd::prelude::collections::hash_set::IntoIter<K, A>

§

impl<K, V, A> RefUnwindSafe for gstd::prelude::collections::btree_map::IntoIter<K, V, A>

§

impl<K, V, A> RefUnwindSafe for gstd::prelude::collections::btree_map::IntoKeys<K, V, A>

§

impl<K, V, A> RefUnwindSafe for gstd::prelude::collections::btree_map::IntoValues<K, V, A>

§

impl<K, V, A> RefUnwindSafe for gstd::prelude::collections::hash_map::IntoIter<K, V, A>

§

impl<K, V, A> RefUnwindSafe for gstd::prelude::collections::hash_map::IntoKeys<K, V, A>

§

impl<K, V, A> RefUnwindSafe for gstd::prelude::collections::hash_map::IntoValues<K, V, A>

§

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

§

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

§

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

§

impl<T> !RefUnwindSafe for gstd::sync::Mutex<T>

§

impl<T> !RefUnwindSafe for gstd::sync::RwLock<T>

§

impl<T> !RefUnwindSafe for Cell<T>

§

impl<T> !RefUnwindSafe for gstd::prelude::cell::OnceCell<T>

§

impl<T> !RefUnwindSafe for RefCell<T>

§

impl<T> !RefUnwindSafe for SyncUnsafeCell<T>

§

impl<T> !RefUnwindSafe for UniqueRc<T>

§

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

§

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

§

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

§

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

§

impl<T> RefUnwindSafe for CodecMessageFuture<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 gstd::prelude::iter::Once<T>
where T: RefUnwindSafe,

§

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

§

impl<T> RefUnwindSafe for Discriminant<T>

§

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 gstd::prelude::result::IntoIter<T>
where T: RefUnwindSafe,

§

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

§

impl<T, A = Global> !RefUnwindSafe for Weak<T, A>

§

impl<T, A> RefUnwindSafe for gstd::prelude::collections::binary_heap::IntoIter<T, A>

§

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

§

impl<T, A> RefUnwindSafe for gstd::prelude::collections::btree_set::IntoIter<T, A>

§

impl<T, A> RefUnwindSafe for gstd::prelude::collections::linked_list::IntoIter<T, A>

§

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

§

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

§

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

§

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

§

impl<T, A> RefUnwindSafe for gstd::prelude::collections::vec_deque::IntoIter<T, A>

§

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

§

impl<T, A> RefUnwindSafe for gstd::prelude::vec::IntoIter<T, A>

§

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

§

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

§

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

§

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

§

impl<T, const N: usize> RefUnwindSafe for gstd::prelude::array::IntoIter<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, A> RefUnwindSafe for Box<T, A>

§

impl<Y, R> RefUnwindSafe for CoroutineState<Y, R>

§

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