wiwi::prelude_std

Trait 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.9.0 · Source§

impl RefUnwindSafe for Stderr

1.9.0 · Source§

impl RefUnwindSafe for StderrLock<'_>

1.9.0 · Source§

impl RefUnwindSafe for Stdout

1.9.0 · Source§

impl RefUnwindSafe for StdoutLock<'_>

1.12.0 · Source§

impl RefUnwindSafe for Condvar

1.59.0 · Source§

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

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

§

impl RefUnwindSafe for AbortHandle

§

impl RefUnwindSafe for Notify

§

impl RefUnwindSafe for Runtime

1.9.0 · Source§

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

1.28.0 · Source§

impl<T> RefUnwindSafe for NonZero<T>

Source§

impl<T> RefUnwindSafe for Receiver<T>

Source§

impl<T> RefUnwindSafe for Sender<T>

1.12.0 · Source§

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

1.70.0 · Source§

impl<T> RefUnwindSafe for OnceLock<T>

Source§

impl<T> RefUnwindSafe for ReentrantLock<T>
where T: RefUnwindSafe + ?Sized,

1.12.0 · Source§

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

1.9.0 · Source§

impl<T> RefUnwindSafe for AssertUnwindSafe<T>

1.14.0 · Source§

impl<T> RefUnwindSafe for AtomicPtr<T>

§

impl<T> RefUnwindSafe for JoinHandle<T>

1.58.0 · Source§

impl<T, A> RefUnwindSafe for wiwi::prelude_std::Rc<T, A>

Source§

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

1.80.0 · Source§

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

Auto implementors§

§

impl !RefUnwindSafe for ThreadCounter

§

impl RefUnwindSafe for wiwi::encoding::hex::DecodeError

§

impl RefUnwindSafe for wiwi::encoding::z85::DecodeError

§

impl RefUnwindSafe for wiwi::prelude_std::atomic::Ordering

§

impl RefUnwindSafe for wiwi::prelude_std::cmp::Ordering

§

impl RefUnwindSafe for Infallible

§

impl RefUnwindSafe for VarError

§

impl RefUnwindSafe for wiwi::prelude_std::fmt::Alignment

§

impl RefUnwindSafe for BacktraceStyle

§

impl RefUnwindSafe for SearchStep

§

impl RefUnwindSafe for MarkerInit

§

impl RefUnwindSafe for MarkerUninit

§

impl RefUnwindSafe for wiwi::clock_timer::builder::Builder

§

impl RefUnwindSafe for BuilderWithEnd

§

impl RefUnwindSafe for BuilderWithInterval

§

impl RefUnwindSafe for BuilderWithStart

§

impl RefUnwindSafe for ClockTimer

§

impl RefUnwindSafe for Tick

§

impl RefUnwindSafe for WordRef

§

impl RefUnwindSafe for Base16

§

impl RefUnwindSafe for Base32

§

impl RefUnwindSafe for Base64

§

impl RefUnwindSafe for Hex

§

impl RefUnwindSafe for RFC1751

§

impl RefUnwindSafe for Z85

§

impl RefUnwindSafe for EncodedReprInfo

§

impl RefUnwindSafe for EndianBig

§

impl RefUnwindSafe for EndianLittle

§

impl RefUnwindSafe for EndianNative

§

impl RefUnwindSafe for wiwi::parser::stateful::NumF32BE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumF32LE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumF32NE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumF64BE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumF64LE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumF64NE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI8BE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI8LE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI8NE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI16BE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI16LE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI16NE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI32BE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI32LE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI32NE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI64BE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI64LE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI64NE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI128BE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI128LE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumI128NE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumIsizeBE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumIsizeLE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumIsizeNE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU8BE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU8LE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU8NE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU16BE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU16LE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU16NE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU32BE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU32LE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU32NE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU64BE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU64LE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU64NE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU128BE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU128LE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumU128NE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumUsizeBE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumUsizeLE

§

impl RefUnwindSafe for wiwi::parser::stateful::NumUsizeNE

§

impl RefUnwindSafe for wiwi::parser::stateful::Take

§

impl RefUnwindSafe for wiwi::parser::stateless::NumF32BE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumF32LE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumF32NE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumF64BE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumF64LE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumF64NE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI8BE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI8LE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI8NE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI16BE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI16LE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI16NE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI32BE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI32LE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI32NE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI64BE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI64LE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI64NE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI128BE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI128LE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumI128NE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumIsizeBE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumIsizeLE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumIsizeNE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU8BE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU8LE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU8NE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU16BE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU16LE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU16NE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU32BE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU32LE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU32NE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU64BE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU64LE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU64NE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU128BE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU128LE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumU128NE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumUsizeBE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumUsizeLE

§

impl RefUnwindSafe for wiwi::parser::stateless::NumUsizeNE

§

impl RefUnwindSafe for wiwi::parser::stateless::Take

§

impl RefUnwindSafe for AtomicCounter

§

impl RefUnwindSafe for wiwi::serialiser::binary::Error

§

impl RefUnwindSafe for AllocError

§

impl RefUnwindSafe for Global

§

impl RefUnwindSafe for Layout

§

impl RefUnwindSafe for LayoutError

§

impl RefUnwindSafe for System

§

impl RefUnwindSafe for TryFromSliceError

§

impl RefUnwindSafe for BorrowError

§

impl RefUnwindSafe for BorrowMutError

§

impl RefUnwindSafe for Args

§

impl RefUnwindSafe for ArgsOs

§

impl RefUnwindSafe for JoinPathsError

§

impl RefUnwindSafe for Vars

§

impl RefUnwindSafe for VarsOs

§

impl RefUnwindSafe for wiwi::prelude_std::fmt::Error

§

impl RefUnwindSafe for DefaultHasher

§

impl RefUnwindSafe for RandomState

§

impl RefUnwindSafe for SipHasher

§

impl RefUnwindSafe for Assume

§

impl RefUnwindSafe for RangeFull

§

impl RefUnwindSafe for wiwi::prelude_std::ptr::Alignment

§

impl RefUnwindSafe for ParseBoolError

§

impl RefUnwindSafe for Utf8Error

§

impl RefUnwindSafe for FromUtf8Error

§

impl RefUnwindSafe for FromUtf16Error

§

impl RefUnwindSafe for PhantomPinned

§

impl RefUnwindSafe for String

§

impl RefUnwindSafe for TypeId

§

impl RefUnwindSafe for StringInlineable

§

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

§

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

§

impl<'a> RefUnwindSafe for Utf8Pattern<'a>

§

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

§

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

§

impl<'a> RefUnwindSafe for Location<'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 EscapeDebug<'a>

§

impl<'a> RefUnwindSafe for EscapeDefault<'a>

§

impl<'a> RefUnwindSafe for 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 wiwi::prelude_std::string::Drain<'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 wiwi::prelude_std::option::Iter<'a, A>
where A: RefUnwindSafe,

§

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

§

impl<'a, B> 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, P> RefUnwindSafe for MatchIndices<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T> RefUnwindSafe for wiwi::prelude_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 wiwi::prelude_std::slice::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for wiwi::prelude_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 wiwi::prelude_std::vec::Drain<'a, T, A>

§

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

§

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

§

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

§

impl<'a, T, P> RefUnwindSafe for wiwi::prelude_std::slice::RSplit<'a, T, P>

§

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

§

impl<'a, T, P> RefUnwindSafe for wiwi::prelude_std::slice::RSplitN<'a, T, P>

§

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

§

impl<'a, T, P> RefUnwindSafe for wiwi::prelude_std::slice::Split<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for wiwi::prelude_std::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 wiwi::prelude_std::slice::SplitN<'a, T, P>

§

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

§

impl<'a, T, const N: usize> RefUnwindSafe for wiwi::prelude_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 wiwi::prelude_std::iter::Repeat<A>
where A: RefUnwindSafe,

§

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

§

impl<A> RefUnwindSafe for wiwi::prelude_std::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<C, M> RefUnwindSafe for RcStr<C, M>

§

impl<C, M> RefUnwindSafe for RcStrWeak<C, M>

§

impl<C, V, S> RefUnwindSafe for wiwi::rc::Rc<C, V, S>

§

impl<C, V, S> RefUnwindSafe for RcWeak<C, V, S>

§

impl<Dyn> !RefUnwindSafe for DynMetadata<Dyn>

§

impl<E> RefUnwindSafe for wiwi::parser::Error<E>
where E: RefUnwindSafe,

§

impl<F> RefUnwindSafe for wiwi::prelude_std::fmt::FromFn<F>
where F: RefUnwindSafe,

§

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

§

impl<F> RefUnwindSafe for wiwi::prelude_std::iter::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 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 wiwi::prelude_std::iter::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 wiwi::prelude_std::iter::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, O> RefUnwindSafe for Success<I, O>

§

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 wiwi::prelude_std::iter::ArrayChunks<I, N>

§

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, F, O> RefUnwindSafe for wiwi::parser::util::Map<P, F, O>

§

impl<P, I, O, E> RefUnwindSafe for wiwi::parser::stateful::Void<P, I, O, E>
where P: RefUnwindSafe,

§

impl<P, I, O, E> RefUnwindSafe for wiwi::parser::stateless::Repeat<P, I, O, E>
where P: RefUnwindSafe,

§

impl<P, I, O, E> RefUnwindSafe for Spin<P, I, O, E>
where P: RefUnwindSafe,

§

impl<P, I, O, E> RefUnwindSafe for wiwi::parser::stateless::Void<P, I, O, E>
where P: RefUnwindSafe,

§

impl<P, I, O, E> RefUnwindSafe for AdaptStateful<P, I, O, E>
where P: RefUnwindSafe,

§

impl<P, I, O, E, EReal, PBefore, OBefore, EBefore, PAfter, OAfter, EAfter> RefUnwindSafe for wiwi::parser::stateful::Delimited<P, I, O, E, EReal, PBefore, OBefore, EBefore, PAfter, OAfter, EAfter>
where PBefore: RefUnwindSafe, P: RefUnwindSafe, PAfter: RefUnwindSafe,

§

impl<P, I, O, E, EReal, PBefore, OBefore, EBefore, PAfter, OAfter, EAfter> RefUnwindSafe for wiwi::parser::stateless::Delimited<P, I, O, E, EReal, PBefore, OBefore, EBefore, PAfter, OAfter, EAfter>
where PBefore: RefUnwindSafe, P: RefUnwindSafe, PAfter: RefUnwindSafe,

§

impl<Start, End, Interval> RefUnwindSafe for wiwi::clock_timer::builder2::Builder<Start, End, Interval>
where Start: RefUnwindSafe, End: RefUnwindSafe, Interval: 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 Option<T>
where T: RefUnwindSafe,

§

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

§

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

§

impl<T> RefUnwindSafe for wiwi::parser::stateful::Tag<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for wiwi::parser::stateless::Tag<T>
where T: RefUnwindSafe,

§

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

§

impl<T> RefUnwindSafe for AsyncDropInPlace<T>
where <T as AsyncDestruct>::AsyncDestructor: RefUnwindSafe, T: ?Sized,

§

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 wiwi::prelude_std::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 Yeet<T>
where T: RefUnwindSafe,

§

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

§

impl<T> RefUnwindSafe for wiwi::prelude_std::result::IntoIter<T>
where T: RefUnwindSafe,

§

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

§

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

§

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

§

impl<T, A = Global> !RefUnwindSafe for wiwi::prelude_std::RcWeak<T, A>

§

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

§

impl<T, A> RefUnwindSafe for wiwi::prelude_std::ArcWeak<T, A>

§

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

§

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

§

impl<T, A> RefUnwindSafe for wiwi::prelude_std::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 LazyWrapState<T, F>

§

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

§

impl<T, M> RefUnwindSafe for Nominal<T, M>

§

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

§

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

§

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

§

impl<const N: usize> RefUnwindSafe for wiwi::parser::stateful::TakeArray<N>

§

impl<const N: usize> RefUnwindSafe for wiwi::parser::stateful::TakeConst<N>

§

impl<const N: usize> RefUnwindSafe for wiwi::parser::stateless::TakeArray<N>

§

impl<const N: usize> RefUnwindSafe for wiwi::parser::stateless::TakeConst<N>