Trait RefUnwindSafe

1.41.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 wiwi::prelude::std::sync::Once

1.14.0 · Source§

impl RefUnwindSafe for AtomicBool

Available on target_has_atomic_load_store="8" only.
1.34.0 · Source§

impl RefUnwindSafe for AtomicI8

Available on target_has_atomic_load_store="8" only.
1.34.0 · Source§

impl RefUnwindSafe for AtomicI16

Available on target_has_atomic_load_store="16" only.
1.34.0 · Source§

impl RefUnwindSafe for AtomicI32

Available on target_has_atomic_load_store="32" only.
1.34.0 · Source§

impl RefUnwindSafe for AtomicI64

Available on target_has_atomic_load_store="64" only.
1.14.0 · Source§

impl RefUnwindSafe for AtomicIsize

Available on target_has_atomic_load_store="ptr" only.
1.34.0 · Source§

impl RefUnwindSafe for AtomicU8

Available on target_has_atomic_load_store="8" only.
1.34.0 · Source§

impl RefUnwindSafe for AtomicU16

Available on target_has_atomic_load_store="16" only.
1.34.0 · Source§

impl RefUnwindSafe for AtomicU32

Available on target_has_atomic_load_store="32" only.
1.34.0 · Source§

impl RefUnwindSafe for AtomicU64

Available on target_has_atomic_load_store="64" only.
1.14.0 · Source§

impl RefUnwindSafe for AtomicUsize

Available on target_has_atomic_load_store="ptr" only.
§

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,

Source§

impl<T> RefUnwindSafe for wiwi::prelude::std::sync::mpmc::Receiver<T>

Source§

impl<T> RefUnwindSafe for wiwi::prelude::std::sync::mpmc::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.14.0 · Source§

impl<T> RefUnwindSafe for AtomicPtr<T>

Available on target_has_atomic_load_store="ptr" only.
1.28.0 · Source§

impl<T> RefUnwindSafe for NonZero<T>

1.9.0 · Source§

impl<T> RefUnwindSafe for AssertUnwindSafe<T>

§

impl<T> RefUnwindSafe for JoinHandle<T>

1.58.0 · Source§

impl<T, A> RefUnwindSafe for wiwi::prelude::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::prelude::std::io::Error

§

impl !RefUnwindSafe for Command

§

impl !RefUnwindSafe for OnceState

§

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

§

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

§

impl RefUnwindSafe for TryReserveErrorKind

§

impl RefUnwindSafe for wiwi::prelude::alloc_crate::fmt::Alignment

§

impl RefUnwindSafe for DebugAsHex

§

impl RefUnwindSafe for wiwi::prelude::alloc_crate::fmt::Sign

§

impl RefUnwindSafe for SearchStep

§

impl RefUnwindSafe for Infallible

§

impl RefUnwindSafe for GetDisjointMutError

§

impl RefUnwindSafe for BacktraceStatus

§

impl RefUnwindSafe for VarError

§

impl RefUnwindSafe for ErrorKind

§

impl RefUnwindSafe for SeekFrom

§

impl RefUnwindSafe for Shutdown

§

impl RefUnwindSafe for AncillaryError

§

impl RefUnwindSafe for BacktraceStyle

§

impl RefUnwindSafe for RecvTimeoutError

§

impl RefUnwindSafe for TryRecvError

§

impl RefUnwindSafe for AsciiChar

§

impl RefUnwindSafe for wiwi::prelude::core::cmp::Ordering

§

impl RefUnwindSafe for FromBytesWithNulError

§

impl RefUnwindSafe for c_void

§

impl RefUnwindSafe for BasicBlock

§

impl RefUnwindSafe for UnwindTerminateReason

§

impl RefUnwindSafe for IpAddr

§

impl RefUnwindSafe for Ipv6MulticastScope

§

impl RefUnwindSafe for wiwi::prelude::core::net::SocketAddr

§

impl RefUnwindSafe for FpCategory

§

impl RefUnwindSafe for IntErrorKind

§

impl RefUnwindSafe for OneSidedRangeBound

§

impl RefUnwindSafe for wiwi::prelude::core::sync::atomic::Ordering

§

impl RefUnwindSafe for Init

§

impl RefUnwindSafe for Uninit

§

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 CronSchedule

§

impl RefUnwindSafe for DayOfMonth

§

impl RefUnwindSafe for DayOfWeek

§

impl RefUnwindSafe for Hour

§

impl RefUnwindSafe for Minute

§

impl RefUnwindSafe for Month

§

impl RefUnwindSafe for Word

§

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 ByteStr

§

impl RefUnwindSafe for ByteString

§

impl RefUnwindSafe for UnorderedKeyError

§

impl RefUnwindSafe for TryReserveError

§

impl RefUnwindSafe for CString

§

impl RefUnwindSafe for FromVecWithNulError

§

impl RefUnwindSafe for IntoStringError

§

impl RefUnwindSafe for NulError

§

impl RefUnwindSafe for wiwi::prelude::alloc_crate::fmt::Error

§

impl RefUnwindSafe for FormattingOptions

§

impl RefUnwindSafe for ParseBoolError

§

impl RefUnwindSafe for Utf8Error

§

impl RefUnwindSafe for FromUtf8Error

§

impl RefUnwindSafe for FromUtf16Error

§

impl RefUnwindSafe for IntoChars

§

impl RefUnwindSafe for System

§

impl RefUnwindSafe for Backtrace

§

impl RefUnwindSafe for BacktraceFrame

§

impl RefUnwindSafe for Args

§

impl RefUnwindSafe for ArgsOs

§

impl RefUnwindSafe for JoinPathsError

§

impl RefUnwindSafe for Vars

§

impl RefUnwindSafe for VarsOs

§

impl RefUnwindSafe for OsStr

§

impl RefUnwindSafe for OsString

§

impl RefUnwindSafe for DirBuilder

§

impl RefUnwindSafe for DirEntry

§

impl RefUnwindSafe for FileTimes

§

impl RefUnwindSafe for FileType

§

impl RefUnwindSafe for Metadata

§

impl RefUnwindSafe for OpenOptions

§

impl RefUnwindSafe for Permissions

§

impl RefUnwindSafe for ReadDir

§

impl RefUnwindSafe for DefaultHasher

§

impl RefUnwindSafe for RandomState

§

impl RefUnwindSafe for wiwi::prelude::std::io::Empty

§

impl RefUnwindSafe for PipeReader

§

impl RefUnwindSafe for PipeWriter

§

impl RefUnwindSafe for wiwi::prelude::std::io::Repeat

§

impl RefUnwindSafe for Sink

§

impl RefUnwindSafe for Stdin

§

impl RefUnwindSafe for WriterPanicked

§

impl RefUnwindSafe for IntoIncoming

§

impl RefUnwindSafe for TcpListener

§

impl RefUnwindSafe for TcpStream

§

impl RefUnwindSafe for UdpSocket

§

impl RefUnwindSafe for OwnedFd

§

impl RefUnwindSafe for PidFd

§

impl RefUnwindSafe for stat

§

impl RefUnwindSafe for wiwi::prelude::std::os::unix::net::SocketAddr

§

impl RefUnwindSafe for SocketCred

§

impl RefUnwindSafe for UCred

§

impl RefUnwindSafe for UnixDatagram

§

impl RefUnwindSafe for UnixListener

§

impl RefUnwindSafe for UnixStream

§

impl RefUnwindSafe for StripPrefixError

§

impl RefUnwindSafe for Child

§

impl RefUnwindSafe for ChildStderr

§

impl RefUnwindSafe for ChildStdin

§

impl RefUnwindSafe for ChildStdout

§

impl RefUnwindSafe for ExitCode

§

impl RefUnwindSafe for ExitStatus

§

impl RefUnwindSafe for ExitStatusError

§

impl RefUnwindSafe for Output

§

impl RefUnwindSafe for Stdio

§

impl RefUnwindSafe for DefaultRandomSource

§

impl RefUnwindSafe for RecvError

§

impl RefUnwindSafe for Barrier

§

impl RefUnwindSafe for BarrierWaitResult

§

impl RefUnwindSafe for WaitTimeoutResult

§

impl RefUnwindSafe for AccessError

§

impl RefUnwindSafe for wiwi::prelude::std::thread::Builder

§

impl RefUnwindSafe for Thread

§

impl RefUnwindSafe for ThreadId

§

impl RefUnwindSafe for Instant

§

impl RefUnwindSafe for SystemTime

§

impl RefUnwindSafe for SystemTimeError

§

impl RefUnwindSafe for File

§

impl RefUnwindSafe for Path

§

impl RefUnwindSafe for PathBuf

§

impl RefUnwindSafe for PhantomPinned

§

impl RefUnwindSafe for String

§

impl RefUnwindSafe for TypeId

§

impl RefUnwindSafe for CpuidResult

§

impl RefUnwindSafe for __m128

§

impl RefUnwindSafe for __m128bh

§

impl RefUnwindSafe for __m128d

§

impl RefUnwindSafe for __m128h

§

impl RefUnwindSafe for __m128i

§

impl RefUnwindSafe for __m256

§

impl RefUnwindSafe for __m256bh

§

impl RefUnwindSafe for __m256d

§

impl RefUnwindSafe for __m256h

§

impl RefUnwindSafe for __m256i

§

impl RefUnwindSafe for __m512

§

impl RefUnwindSafe for __m512bh

§

impl RefUnwindSafe for __m512d

§

impl RefUnwindSafe for __m512h

§

impl RefUnwindSafe for __m512i

§

impl RefUnwindSafe for bf16

§

impl RefUnwindSafe for TryFromSliceError

§

impl RefUnwindSafe for wiwi::prelude::core::ascii::EscapeDefault

§

impl RefUnwindSafe for BorrowError

§

impl RefUnwindSafe for BorrowMutError

§

impl RefUnwindSafe for CharTryFromError

§

impl RefUnwindSafe for DecodeUtf16Error

§

impl RefUnwindSafe for wiwi::prelude::core::char::EscapeDebug

§

impl RefUnwindSafe for wiwi::prelude::core::char::EscapeDefault

§

impl RefUnwindSafe for wiwi::prelude::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 SipHasher

§

impl RefUnwindSafe for ReturnToArg

§

impl RefUnwindSafe for UnwindActionArg

§

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 ParseFloatError

§

impl RefUnwindSafe for ParseIntError

§

impl RefUnwindSafe for TryFromIntError

§

impl RefUnwindSafe for RangeFull

§

impl RefUnwindSafe for wiwi::prelude::core::ptr::Alignment

§

impl RefUnwindSafe for LocalWaker

§

impl RefUnwindSafe for RawWaker

§

impl RefUnwindSafe for RawWakerVTable

§

impl RefUnwindSafe for Waker

§

impl RefUnwindSafe for Duration

§

impl RefUnwindSafe for TryFromFloatSecsError

§

impl RefUnwindSafe for StringInlineable

§

impl RefUnwindSafe for Big8x3

§

impl RefUnwindSafe for Big32x40

§

impl RefUnwindSafe for Decoded

§

impl RefUnwindSafe for FullDecoded

§

impl RefUnwindSafe for I32NotAllOnes

§

impl RefUnwindSafe for I64NotAllOnes

§

impl RefUnwindSafe for MustAbort

§

impl RefUnwindSafe for Nanoseconds

§

impl RefUnwindSafe for NonZeroI8Inner

§

impl RefUnwindSafe for NonZeroI16Inner

§

impl RefUnwindSafe for NonZeroI32Inner

§

impl RefUnwindSafe for NonZeroI64Inner

§

impl RefUnwindSafe for NonZeroI128Inner

§

impl RefUnwindSafe for NonZeroIsizeInner

§

impl RefUnwindSafe for NonZeroU8Inner

§

impl RefUnwindSafe for NonZeroU16Inner

§

impl RefUnwindSafe for NonZeroU32Inner

§

impl RefUnwindSafe for NonZeroU64Inner

§

impl RefUnwindSafe for NonZeroU128Inner

§

impl RefUnwindSafe for NonZeroUsizeInner

§

impl RefUnwindSafe for Number

§

impl RefUnwindSafe for Sign

§

impl RefUnwindSafe for TryCaptureWithDebug

§

impl RefUnwindSafe for TryCaptureWithoutDebug

§

impl RefUnwindSafe for U32NotAllOnes

§

impl RefUnwindSafe for U64NotAllOnes

§

impl RefUnwindSafe for UsizeNoHighBit

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for wiwi::prelude::alloc_crate::str::Bytes<'a>

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for wiwi::prelude::alloc_crate::str::EscapeDebug<'a>

§

impl<'a> RefUnwindSafe for wiwi::prelude::alloc_crate::str::EscapeDefault<'a>

§

impl<'a> RefUnwindSafe for wiwi::prelude::alloc_crate::str::EscapeUnicode<'a>

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for wiwi::prelude::std::ffi::os_str::Display<'a>

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for wiwi::prelude::std::net::Incoming<'a>

§

impl<'a> RefUnwindSafe for wiwi::prelude::std::os::unix::net::Incoming<'a>

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for SocketAncillary<'a>

§

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

§

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

§

impl<'a> RefUnwindSafe for wiwi::prelude::std::path::Display<'a>

§

impl<'a> RefUnwindSafe for wiwi::prelude::std::path::Iter<'a>

§

impl<'a> RefUnwindSafe for PrefixComponent<'a>

§

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

§

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

§

impl<'a> RefUnwindSafe for wiwi::prelude::core::ffi::c_str::Bytes<'a>

§

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

§

impl<'a> RefUnwindSafe for PhantomContravariantLifetime<'a>

§

impl<'a> RefUnwindSafe for PhantomCovariantLifetime<'a>

§

impl<'a> RefUnwindSafe for PhantomInvariantLifetime<'a>

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for PanicMessage<'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, 'f> RefUnwindSafe for VaList<'a, 'f>

§

impl<'a, A> RefUnwindSafe for wiwi::prelude::core::option::Iter<'a, A>
where A: RefUnwindSafe,

§

impl<'a, A> RefUnwindSafe for wiwi::prelude::core::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, K> RefUnwindSafe for wiwi::prelude::alloc_crate::collections::btree_set::Cursor<'a, K>
where K: RefUnwindSafe,

§

impl<'a, K> RefUnwindSafe for wiwi::prelude::std::collections::hash_set::Drain<'a, K>
where K: RefUnwindSafe,

§

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

§

impl<'a, K, A> RefUnwindSafe for wiwi::prelude::alloc_crate::collections::btree_set::CursorMut<'a, K, A>

§

impl<'a, K, A> RefUnwindSafe for wiwi::prelude::alloc_crate::collections::btree_set::CursorMutKey<'a, K, A>

§

impl<'a, K, F> RefUnwindSafe for wiwi::prelude::std::collections::hash_set::ExtractIf<'a, K, F>

§

impl<'a, K, V> RefUnwindSafe for wiwi::prelude::std::collections::hash_map::Entry<'a, K, V>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, K, V> RefUnwindSafe for wiwi::prelude::std::collections::hash_map::Drain<'a, K, V>

§

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

§

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

§

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

§

impl<'a, K, V> RefUnwindSafe for wiwi::prelude::std::collections::hash_map::OccupiedEntry<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for wiwi::prelude::std::collections::hash_map::OccupiedError<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for wiwi::prelude::std::collections::hash_map::VacantEntry<'a, K, V>

§

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

§

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

§

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

§

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

§

impl<'a, K, V, A> RefUnwindSafe for wiwi::prelude::alloc_crate::collections::btree_map::CursorMutKey<'a, K, V, A>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T> RefUnwindSafe for wiwi::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> RefUnwindSafe for wiwi::prelude::std::sync::mpmc::Iter<'a, T>

§

impl<'a, T> RefUnwindSafe for wiwi::prelude::std::sync::mpmc::TryIter<'a, T>

§

impl<'a, T> RefUnwindSafe for wiwi::prelude::std::sync::mpsc::Iter<'a, T>

§

impl<'a, T> RefUnwindSafe for wiwi::prelude::std::sync::mpsc::TryIter<'a, T>

§

impl<'a, T> RefUnwindSafe for MappedMutexGuard<'a, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'a, T> RefUnwindSafe for MappedRwLockReadGuard<'a, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'a, T> RefUnwindSafe for MappedRwLockWriteGuard<'a, T>
where T: RefUnwindSafe + ?Sized,

§

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

§

impl<'a, T> RefUnwindSafe for ReentrantLockGuard<'a, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'a, T> RefUnwindSafe for RwLockReadGuard<'a, T>
where T: RefUnwindSafe + ?Sized,

§

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

§

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

§

impl<'a, T> RefUnwindSafe for wiwi::prelude::core::result::IterMut<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T, A> RefUnwindSafe for wiwi::prelude::alloc_crate::collections::btree_set::Entry<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for wiwi::prelude::alloc_crate::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 wiwi::prelude::alloc_crate::collections::btree_set::Difference<'a, T, A>

§

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

§

impl<'a, T, A> RefUnwindSafe for wiwi::prelude::alloc_crate::collections::btree_set::OccupiedEntry<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for wiwi::prelude::alloc_crate::collections::btree_set::VacantEntry<'a, T, A>

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, F, A> RefUnwindSafe for wiwi::prelude::alloc_crate::vec::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::slice::RSplit<'a, T, P>

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, S> RefUnwindSafe for wiwi::prelude::std::collections::hash_set::Entry<'a, T, S>

§

impl<'a, T, S> RefUnwindSafe for wiwi::prelude::std::collections::hash_set::Difference<'a, T, S>

§

impl<'a, T, S> RefUnwindSafe for wiwi::prelude::std::collections::hash_set::Intersection<'a, T, S>

§

impl<'a, T, S> RefUnwindSafe for wiwi::prelude::std::collections::hash_set::OccupiedEntry<'a, T, S>

§

impl<'a, T, S> RefUnwindSafe for wiwi::prelude::std::collections::hash_set::SymmetricDifference<'a, T, S>

§

impl<'a, T, S> RefUnwindSafe for wiwi::prelude::std::collections::hash_set::Union<'a, T, S>

§

impl<'a, T, S> RefUnwindSafe for wiwi::prelude::std::collections::hash_set::VacantEntry<'a, T, S>

§

impl<'a, T, const N: usize> RefUnwindSafe for wiwi::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<'data> RefUnwindSafe for BorrowedBuf<'data>

§

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

§

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

§

impl<'h> RefUnwindSafe for FileInfo<'h>

§

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

§

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

§

impl<A> RefUnwindSafe for wiwi::prelude::core::iter::Repeat<A>
where A: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

impl<A, B> RefUnwindSafe for wiwi::prelude::core::iter::Chain<A, B>

§

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

§

impl<B> RefUnwindSafe for wiwi::prelude::std::io::Lines<B>
where B: RefUnwindSafe,

§

impl<B> RefUnwindSafe for wiwi::prelude::std::io::Split<B>
where B: RefUnwindSafe,

§

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<E> RefUnwindSafe for Report<E>
where E: RefUnwindSafe,

§

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

§

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

§

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

§

impl<F> RefUnwindSafe for wiwi::prelude::core::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<G> RefUnwindSafe for FromCoroutine<G>
where G: 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>

§

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

§

impl<Idx> RefUnwindSafe for wiwi::prelude::core::ops::Range<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for wiwi::prelude::core::ops::RangeFrom<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for wiwi::prelude::core::ops::RangeInclusive<Idx>
where Idx: RefUnwindSafe,

§

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

§

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

§

impl<Idx> RefUnwindSafe for wiwi::prelude::core::range::Range<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for wiwi::prelude::core::range::RangeFrom<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for wiwi::prelude::core::range::RangeInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<K> RefUnwindSafe for wiwi::prelude::std::collections::hash_set::IntoIter<K>
where K: RefUnwindSafe,

§

impl<K, V> RefUnwindSafe for wiwi::prelude::std::collections::hash_map::IntoIter<K, V>

§

impl<K, V> RefUnwindSafe for wiwi::prelude::std::collections::hash_map::IntoKeys<K, V>

§

impl<K, V> RefUnwindSafe for wiwi::prelude::std::collections::hash_map::IntoValues<K, V>

§

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

§

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

§

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

§

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

§

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

§

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<Ptr> RefUnwindSafe for Pin<Ptr>
where Ptr: RefUnwindSafe,

§

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

§

impl<R> RefUnwindSafe for wiwi::prelude::std::io::Bytes<R>
where R: 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 wiwi::prelude::std::thread::JoinHandle<T>

§

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 Storage<T>

§

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

§

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

§

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

§

impl<T> RefUnwindSafe for TrySendError<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 wiwi::aoc::prelude::Chain<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 ThinBox<T>
where T: RefUnwindSafe + ?Sized,

§

impl<T> RefUnwindSafe for wiwi::prelude::std::io::Cursor<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for wiwi::prelude::std::io::Take<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for wiwi::prelude::std::sync::mpmc::IntoIter<T>

§

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

§

impl<T> RefUnwindSafe for wiwi::prelude::std::sync::mpsc::IntoIter<T>

§

impl<T> RefUnwindSafe for wiwi::prelude::std::sync::mpsc::Receiver<T>

§

impl<T> RefUnwindSafe for wiwi::prelude::std::sync::mpsc::Sender<T>

§

impl<T> RefUnwindSafe for SyncSender<T>

§

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

§

impl<T> RefUnwindSafe for LocalKey<T>

§

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

§

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

§

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

§

impl<T> RefUnwindSafe for Wrapping<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 wiwi::prelude::core::iter::Empty<T>

§

impl<T> RefUnwindSafe for wiwi::prelude::core::iter::Once<T>
where T: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<T, A> RefUnwindSafe for wiwi::prelude::alloc_crate::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 wiwi::prelude::alloc_crate::collections::vec_deque::IntoIter<T, A>

§

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

§

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

§

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

§

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

§

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

§

impl<T, D> !RefUnwindSafe for Storage<T, D>

§

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, O> RefUnwindSafe for OutputDebug<T, O>
where O: RefUnwindSafe,

§

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

§

impl<T, U> RefUnwindSafe for wiwi::prelude::std::io::Chain<T, U>

§

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

§

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

§

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

§

impl<W> !RefUnwindSafe for IntoInnerError<W>

§

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

§

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

§

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>

§

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