Skip to main content

RefUnwindSafe

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

1.9.0 · Source§

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

Source§

impl RefUnwindSafe for otter_nodejs_tests::anyhow::Error

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

impl RefUnwindSafe for Atomic<bool>

Available on target_has_atomic_load_store=8 only.
1.34.0 · Source§

impl RefUnwindSafe for Atomic<i8>

Available on target_has_atomic_load_store=8 only.
1.34.0 · Source§

impl RefUnwindSafe for Atomic<i16>

Available on target_has_atomic_load_store=16 only.
1.34.0 · Source§

impl RefUnwindSafe for Atomic<i32>

Available on target_has_atomic_load_store=32 only.
1.34.0 · Source§

impl RefUnwindSafe for Atomic<i64>

Available on target_has_atomic_load_store=64 only.
1.14.0 · Source§

impl RefUnwindSafe for Atomic<isize>

Available on target_has_atomic_load_store=ptr only.
1.34.0 · Source§

impl RefUnwindSafe for Atomic<u8>

Available on target_has_atomic_load_store=8 only.
1.34.0 · Source§

impl RefUnwindSafe for Atomic<u16>

Available on target_has_atomic_load_store=16 only.
1.34.0 · Source§

impl RefUnwindSafe for Atomic<u32>

Available on target_has_atomic_load_store=32 only.
1.34.0 · Source§

impl RefUnwindSafe for Atomic<u64>

Available on target_has_atomic_load_store=64 only.
1.14.0 · Source§

impl RefUnwindSafe for Atomic<usize>

Available on target_has_atomic_load_store=ptr only.
1.12.0 · Source§

impl RefUnwindSafe for Barrier

1.59.0 · Source§

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

1.12.0 · Source§

impl RefUnwindSafe for std::sync::poison::condvar::Condvar

Source§

impl RefUnwindSafe for CancellationToken

Source§

impl RefUnwindSafe for Handle

Source§

impl RefUnwindSafe for LocalRuntime

Source§

impl RefUnwindSafe for Runtime

Source§

impl RefUnwindSafe for AbortHandle

Source§

impl RefUnwindSafe for Notify

Source§

impl<T> RefUnwindSafe for otter_nodejs_tests::once_cell::unsync::OnceCell<T>

1.28.0 · Source§

impl<T> RefUnwindSafe for NonZero<T>

1.14.0 · Source§

impl<T> RefUnwindSafe for Atomic<*mut T>

Available on target_has_atomic_load_store=ptr only.
Source§

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

Source§

impl<T> RefUnwindSafe for std::sync::mpmc::Sender<T>

1.70.0 · Source§

impl<T> RefUnwindSafe for OnceLock<T>

1.12.0 · Source§

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

1.12.0 · Source§

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

Source§

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

Source§

impl<T> RefUnwindSafe for AtomicCell<T>

Source§

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

Source§

impl<T> RefUnwindSafe for tokio::runtime::task::join::JoinHandle<T>

1.9.0 · Source§

impl<T> RefUnwindSafe for AssertUnwindSafe<T>

1.58.0 · Source§

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

Source§

impl<T, F> RefUnwindSafe for otter_nodejs_tests::lazy_regex::Lazy<T, F>

Source§

impl<T, F> RefUnwindSafe for otter_nodejs_tests::once_cell::unsync::Lazy<T, F>

1.80.0 · Source§

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

Auto implementors§

§

impl !RefUnwindSafe for LoadError

§

impl !RefUnwindSafe for AccountsSaveError

§

impl !RefUnwindSafe for AggregatedIE

§

impl !RefUnwindSafe for ApiPieceOpError

§

impl !RefUnwindSafe for Fatal

§

impl !RefUnwindSafe for IOccultIlk

§

impl !RefUnwindSafe for InternalError

§

impl !RefUnwindSafe for LibraryLoadError

§

impl !RefUnwindSafe for MgmtCommand

§

impl !RefUnwindSafe for MgmtGameInstruction

§

impl !RefUnwindSafe for PacketFrameReadError

§

impl !RefUnwindSafe for PacketFrameWriteError

§

impl !RefUnwindSafe for ZipError

§

impl !RefUnwindSafe for Target

§

impl !RefUnwindSafe for FlexiLoggerError

§

impl !RefUnwindSafe for TryLockError

§

impl !RefUnwindSafe for DecodeErrKind

§

impl !RefUnwindSafe for otter_nodejs_tests::rmp_serde::decode::Error

§

impl !RefUnwindSafe for otter_nodejs_tests::rmp_serde::encode::Error

§

impl !RefUnwindSafe for SubstErrorKind

§

impl !RefUnwindSafe for otter_nodejs_tests::tera::ErrorKind

§

impl !RefUnwindSafe for otter_nodejs_tests::env_logger::fmt::Formatter

§

impl !RefUnwindSafe for Style

§

impl !RefUnwindSafe for otter_nodejs_tests::env_logger::Builder

§

impl !RefUnwindSafe for otter_nodejs_tests::env_logger::Logger

§

impl !RefUnwindSafe for otter_nodejs_tests::flexi_logger::Logger

§

impl !RefUnwindSafe for LoggerHandle

§

impl !RefUnwindSafe for GlobError

§

impl !RefUnwindSafe for Paths

§

impl !RefUnwindSafe for otter_nodejs_tests::io::Error

§

impl !RefUnwindSafe for Termios

§

impl !RefUnwindSafe for DecodeErr

§

impl !RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde_json::Error

§

impl !RefUnwindSafe for ThreadRng

§

impl !RefUnwindSafe for ReadError

§

impl !RefUnwindSafe for otter_nodejs_tests::rand::Error

§

impl !RefUnwindSafe for Catalogue

§

impl !RefUnwindSafe for GroupData

§

impl !RefUnwindSafe for GroupDefn

§

impl !RefUnwindSafe for GroupDetails

§

impl !RefUnwindSafe for otter_nodejs_tests::shapelib::Item

§

impl !RefUnwindSafe for Registry

§

impl !RefUnwindSafe for SubstError

§

impl !RefUnwindSafe for AccessRecord

§

impl !RefUnwindSafe for AccountRecord

§

impl !RefUnwindSafe for Accounts

§

impl !RefUnwindSafe for AccountsGuard

§

impl !RefUnwindSafe for Command

§

impl !RefUnwindSafe for otter_nodejs_tests::Condvar

§

impl !RefUnwindSafe for Data

§

impl !RefUnwindSafe for GPiece

§

impl !RefUnwindSafe for GPieces

§

impl !RefUnwindSafe for GameSpec

§

impl !RefUnwindSafe for GameState

§

impl !RefUnwindSafe for otter_nodejs_tests::Global

§

impl !RefUnwindSafe for GlobalClock

§

impl !RefUnwindSafe for IFastSplits

§

impl !RefUnwindSafe for IOccults

§

impl !RefUnwindSafe for IPiece

§

impl !RefUnwindSafe for IPieceTraitObj

§

impl !RefUnwindSafe for IPieces

§

impl !RefUnwindSafe for Instance

§

impl !RefUnwindSafe for InstanceContainer

§

impl !RefUnwindSafe for InstanceOuter

§

impl !RefUnwindSafe for InstanceRef

§

impl !RefUnwindSafe for InstanceWeakRef

§

impl !RefUnwindSafe for InternalLogicError

§

impl !RefUnwindSafe for MgmtChannelForGame

§

impl !RefUnwindSafe for OccultIlkData

§

impl !RefUnwindSafe for OccultIlks

§

impl !RefUnwindSafe for PieceAliases

§

impl !RefUnwindSafe for PiecesSpec

§

impl !RefUnwindSafe for PlayerRecord

§

impl !RefUnwindSafe for PlayerUpdates

§

impl !RefUnwindSafe for otter_nodejs_tests::Record

§

impl !RefUnwindSafe for RngWrap

§

impl !RefUnwindSafe for ServerConfig

§

impl !RefUnwindSafe for SpecLoaded

§

impl !RefUnwindSafe for SpecLoadedInert

§

impl !RefUnwindSafe for Tera

§

impl !RefUnwindSafe for WholeServerConfig

§

impl !RefUnwindSafe for PathPersistError

§

impl !RefUnwindSafe for otter_nodejs_tests::tera::Error

§

impl !RefUnwindSafe for Nest

§

impl<'a> !RefUnwindSafe for otter_nodejs_tests::anyhow::Chain<'a>

§

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

§

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

§

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

§

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

§

impl<'a> !RefUnwindSafe for otter_nodejs_tests::toml::Serializer<'a>

§

impl<'a> !RefUnwindSafe for otter_nodejs_tests::inventory::core::error::Request<'a>

§

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

§

impl<'a> !RefUnwindSafe for ContextBuilder<'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, I> !RefUnwindSafe for Chunk<'a, I>

§

impl<'a, I> !RefUnwindSafe for otter_nodejs_tests::otter_base::crates::itertools::Chunks<'a, I>

§

impl<'a, I> !RefUnwindSafe for Format<'a, I>

§

impl<'a, I, F> !RefUnwindSafe for FormatWith<'a, I, F>

§

impl<'a, K, I, F> !RefUnwindSafe for otter_nodejs_tests::otter_base::crates::itertools::Group<'a, K, I, F>

§

impl<'a, K, I, F> !RefUnwindSafe for Groups<'a, K, I, F>

§

impl<'a, R, G, T> !RefUnwindSafe for MappedReentrantMutexGuard<'a, R, G, T>

§

impl<'a, R, G, T> !RefUnwindSafe for ReentrantMutexGuard<'a, R, G, T>

§

impl<'a, R, T> !RefUnwindSafe for otter_nodejs_tests::parking_lot::lock_api::MutexGuard<'a, R, T>

§

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

§

impl<'a, R, T> !RefUnwindSafe for RwLockUpgradableReadGuard<'a, R, T>

§

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

§

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

§

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

§

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

§

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

§

impl<'c> !RefUnwindSafe for Baton<'c>

§

impl<'c, G> !RefUnwindSafe for Waiter<'c, G>

§

impl<'g> !RefUnwindSafe for InstanceGuard<'g>

§

impl<'g, T> !RefUnwindSafe for otter_nodejs_tests::otter_support::debugmutex::MutexGuard<'g, T>

§

impl<'i> !RefUnwindSafe for AllRegistriesIterator<'i>

§

impl<'ig> !RefUnwindSafe for AllRegistries<'ig>

§

impl<'o, R> !RefUnwindSafe for ReadOriginator<'o, R>

§

impl<'p> !RefUnwindSafe for Uploaded<'p>

§

impl<'p> !RefUnwindSafe for PieceTraitDowncastFailed<'p>

§

impl<'r> !RefUnwindSafe for PrepareUpdatesBuffer<'r>

§

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

§

impl<A, T, E> !RefUnwindSafe for OpOutcomeThunkGeneric<A, T, E>

§

impl<Dyn> !RefUnwindSafe for DynMetadata<Dyn>

§

impl<F = File> !RefUnwindSafe for PersistError<F>

§

impl<I> !RefUnwindSafe for IntoChunks<I>

§

impl<I> !RefUnwindSafe for RcIter<I>

§

impl<I> !RefUnwindSafe for Tee<I>

§

impl<Id> !RefUnwindSafe for InstanceAccessDetails<Id>

§

impl<K, I, F> !RefUnwindSafe for GroupBy<K, I, F>

§

impl<R, G> !RefUnwindSafe for RawReentrantMutex<R, G>

§

impl<R, G, T> !RefUnwindSafe for ReentrantMutex<R, G, T>

§

impl<R, T> !RefUnwindSafe for otter_nodejs_tests::parking_lot::lock_api::Mutex<R, T>

§

impl<R, T> !RefUnwindSafe for otter_nodejs_tests::parking_lot::lock_api::RwLock<R, T>

§

impl<RW> !RefUnwindSafe for ChildIo<RW>

§

impl<T> !RefUnwindSafe for otter_nodejs_tests::lazy_init::Lazy<T>

§

impl<T> !RefUnwindSafe for TraitImpl<T>

§

impl<T> !RefUnwindSafe for otter_nodejs_tests::otter_support::debugmutex::Mutex<T>

§

impl<T> !RefUnwindSafe for otter_nodejs_tests::thread::JoinHandle<T>

§

impl<T> !RefUnwindSafe for Cell<T>

§

impl<T> !RefUnwindSafe for otter_nodejs_tests::inventory::core::cell::OnceCell<T>

§

impl<T> !RefUnwindSafe for RefCell<T>

§

impl<T> !RefUnwindSafe for SyncUnsafeCell<T>

§

impl<T> !RefUnwindSafe for UnsafePinned<T>

§

impl<T> !RefUnwindSafe for Atomic<T>

§

impl<T> !RefUnwindSafe for Lazy<T>

§

impl<T> !RefUnwindSafe for Storage<T>

§

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

§

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

§

impl<T, U> !RefUnwindSafe for LazyTransform<T, U>

§

impl<U, F> !RefUnwindSafe for Thunk<U, F>

§

impl<W> !RefUnwindSafe for IntoInnerError<W>

§

impl RefUnwindSafe for CharacterSet

§

impl RefUnwindSafe for DecodeError

§

impl RefUnwindSafe for Kind

§

impl RefUnwindSafe for State

§

impl RefUnwindSafe for Month

§

impl RefUnwindSafe for RoundingError

§

impl RefUnwindSafe for SecondsFormat

§

impl RefUnwindSafe for Weekday

§

impl RefUnwindSafe for Colons

§

impl RefUnwindSafe for Fixed

§

impl RefUnwindSafe for Numeric

§

impl RefUnwindSafe for OffsetPrecision

§

impl RefUnwindSafe for Pad

§

impl RefUnwindSafe for ParseErrorKind

§

impl RefUnwindSafe for Tz

§

impl RefUnwindSafe for TruncSide

§

impl RefUnwindSafe for AccountScope

§

impl RefUnwindSafe for AssetUrlKey

§

impl RefUnwindSafe for BigEndian

§

impl RefUnwindSafe for otter_nodejs_tests::ErrorKind

§

impl RefUnwindSafe for Explode

§

impl RefUnwindSafe for Inapplicable

§

impl RefUnwindSafe for Infallible

§

impl RefUnwindSafe for InvalidScopedName

§

impl RefUnwindSafe for otter_nodejs_tests::IpAddr

§

impl RefUnwindSafe for LibraryLoadMFIncompat

§

impl RefUnwindSafe for LOccultIlk

§

impl RefUnwindSafe for LinkKind

§

impl RefUnwindSafe for LittleEndian

§

impl RefUnwindSafe for VersionError

§

impl RefUnwindSafe for MgmtError

§

impl RefUnwindSafe for MgmtGameResponse

§

impl RefUnwindSafe for MgmtGameUpdateMode

§

impl RefUnwindSafe for MgmtResponse

§

impl RefUnwindSafe for OccDisplacement

§

impl RefUnwindSafe for OccultationKindAlwaysOk

§

impl RefUnwindSafe for OldNewIndex

§

impl RefUnwindSafe for otter_nodejs_tests::Ordering

§

impl RefUnwindSafe for Outline

§

impl RefUnwindSafe for PathResolveContext

§

impl RefUnwindSafe for PathResolveMethod

§

impl RefUnwindSafe for PieceAngle

§

impl RefUnwindSafe for PieceAngleSpec

§

impl RefUnwindSafe for PieceMoveable

§

impl RefUnwindSafe for PieceOpErrorPartiallyProcessed

§

impl RefUnwindSafe for PieceUpdateOps

§

impl RefUnwindSafe for PreparedUpdateEntry

§

impl RefUnwindSafe for PresentationLayout

§

impl RefUnwindSafe for ProgressUpdateMode

§

impl RefUnwindSafe for SVGProcessingError

§

impl RefUnwindSafe for SVGSizeError

§

impl RefUnwindSafe for SVGWidthOrHeight

§

impl RefUnwindSafe for Shape

§

impl RefUnwindSafe for ShapelibConfig1

§

impl RefUnwindSafe for otter_nodejs_tests::SocketAddr

§

impl RefUnwindSafe for SpecError

§

impl RefUnwindSafe for SpecialClientRendering

§

impl RefUnwindSafe for TablePermission

§

impl RefUnwindSafe for TablePlayerSpec

§

impl RefUnwindSafe for UoKind

§

impl RefUnwindSafe for Void

§

impl RefUnwindSafe for WhatResponseToClientOp

§

impl RefUnwindSafe for VarError

§

impl RefUnwindSafe for TimestampPrecision

§

impl RefUnwindSafe for WriteStyle

§

impl RefUnwindSafe for Color

§

impl RefUnwindSafe for AdaptiveFormat

§

impl RefUnwindSafe for Age

§

impl RefUnwindSafe for Cleanup

§

impl RefUnwindSafe for Criterion

§

impl RefUnwindSafe for Duplicate

§

impl RefUnwindSafe for ErrorChannel

§

impl RefUnwindSafe for Level

§

impl RefUnwindSafe for LevelFilter

§

impl RefUnwindSafe for Naming

§

impl RefUnwindSafe for WriteMode

§

impl RefUnwindSafe for otter_nodejs_tests::fmt::Alignment

§

impl RefUnwindSafe for DebugAsHex

§

impl RefUnwindSafe for otter_nodejs_tests::fmt::Sign

§

impl RefUnwindSafe for otter_nodejs_tests::humantime::DurationError

§

impl RefUnwindSafe for otter_nodejs_tests::humantime::TimestampError

§

impl RefUnwindSafe for SeekFrom

§

impl RefUnwindSafe for DIR

§

impl RefUnwindSafe for FILE

§

impl RefUnwindSafe for c_void

§

impl RefUnwindSafe for timezone

§

impl RefUnwindSafe for tpacket_versions

§

impl RefUnwindSafe for DiffToShow

§

impl RefUnwindSafe for RecvTimeoutError

§

impl RefUnwindSafe for TryRecvError

§

impl RefUnwindSafe for otter_nodejs_tests::nix::dir::Type

§

impl RefUnwindSafe for Errno

§

impl RefUnwindSafe for FlockArg

§

impl RefUnwindSafe for PosixFadviseAdvice

§

impl RefUnwindSafe for AioCancelStat

§

impl RefUnwindSafe for AioFsyncMode

§

impl RefUnwindSafe for LioMode

§

impl RefUnwindSafe for LioOpcode

§

impl RefUnwindSafe for EpollOp

§

impl RefUnwindSafe for MmapAdvise

§

impl RefUnwindSafe for Event

§

impl RefUnwindSafe for otter_nodejs_tests::nix::sys::ptrace::Request

§

impl RefUnwindSafe for QuotaFmt

§

impl RefUnwindSafe for QuotaType

§

impl RefUnwindSafe for RebootMode

§

impl RefUnwindSafe for Resource

§

impl RefUnwindSafe for SigHandler

§

impl RefUnwindSafe for SigevNotify

§

impl RefUnwindSafe for SigmaskHow

§

impl RefUnwindSafe for Signal

§

impl RefUnwindSafe for AddressFamily

§

impl RefUnwindSafe for ControlMessageOwned

§

impl RefUnwindSafe for InetAddr

§

impl RefUnwindSafe for otter_nodejs_tests::nix::sys::socket::IpAddr

§

impl RefUnwindSafe for Shutdown

§

impl RefUnwindSafe for SockAddr

§

impl RefUnwindSafe for SockProtocol

§

impl RefUnwindSafe for otter_nodejs_tests::nix::sys::socket::SockType

§

impl RefUnwindSafe for FchmodatFlags

§

impl RefUnwindSafe for UtimensatFlags

§

impl RefUnwindSafe for BaudRate

§

impl RefUnwindSafe for FlowArg

§

impl RefUnwindSafe for FlushArg

§

impl RefUnwindSafe for SetArg

§

impl RefUnwindSafe for SpecialCharacterIndices

§

impl RefUnwindSafe for otter_nodejs_tests::nix::sys::timerfd::ClockId

§

impl RefUnwindSafe for Expiration

§

impl RefUnwindSafe for otter_nodejs_tests::nix::sys::wait::Id

§

impl RefUnwindSafe for WaitStatus

§

impl RefUnwindSafe for FchownatFlags

§

impl RefUnwindSafe for ForkResult

§

impl RefUnwindSafe for LinkatFlags

§

impl RefUnwindSafe for PathconfVar

§

impl RefUnwindSafe for SysconfVar

§

impl RefUnwindSafe for UnlinkatFlags

§

impl RefUnwindSafe for Whence

§

impl RefUnwindSafe for Category

§

impl RefUnwindSafe for CharEscape

§

impl RefUnwindSafe for Abi

§

impl RefUnwindSafe for Generic

§

impl RefUnwindSafe for TypeKind

§

impl RefUnwindSafe for otter_nodejs_tests::otter_support::imports::Error

§

impl RefUnwindSafe for OnceState

§

impl RefUnwindSafe for PieceLabelPlace

§

impl RefUnwindSafe for otter_nodejs_tests::progress::Value

§

impl RefUnwindSafe for PwdError

§

impl RefUnwindSafe for BernoulliError

§

impl RefUnwindSafe for WeightedError

§

impl RefUnwindSafe for otter_nodejs_tests::rand::seq::index::IndexVec

§

impl RefUnwindSafe for IndexVecIntoIter

§

impl RefUnwindSafe for otter_nodejs_tests::regex::Error

§

impl RefUnwindSafe for BytesMode

§

impl RefUnwindSafe for Dollars

§

impl RefUnwindSafe for OccultationMethod

§

impl RefUnwindSafe for OutlineDetails

§

impl RefUnwindSafe for ScaleDetails

§

impl RefUnwindSafe for ScaleFitDetails

§

impl RefUnwindSafe for KeyError

§

impl RefUnwindSafe for SearchStep

§

impl RefUnwindSafe for SpooledData

§

impl RefUnwindSafe for ExprVal

§

impl RefUnwindSafe for LogicOperator

§

impl RefUnwindSafe for MathOperator

§

impl RefUnwindSafe for Node

§

impl RefUnwindSafe for otter_nodejs_tests::tera::Value

§

impl RefUnwindSafe for otter_nodejs_tests::toml::Value

§

impl RefUnwindSafe for otter_nodejs_tests::toml::ser::Error

§

impl RefUnwindSafe for Offset

§

impl RefUnwindSafe for otter_nodejs_tests::toml_de::Error

§

impl RefUnwindSafe for ConnCredentials

§

impl RefUnwindSafe for AncillaryError

§

impl RefUnwindSafe for LogicError

§

impl RefUnwindSafe for RangeImpossible

§

impl RefUnwindSafe for CompressionMethod

§

impl RefUnwindSafe for AsciiChar

§

impl RefUnwindSafe for CharCase

§

impl RefUnwindSafe for FromBytesWithNulError

§

impl RefUnwindSafe for Locality

§

impl RefUnwindSafe for AtomicOrdering

§

impl RefUnwindSafe for BasicBlock

§

impl RefUnwindSafe for UnwindTerminateReason

§

impl RefUnwindSafe for SimdAlign

§

impl RefUnwindSafe for Ipv6MulticastScope

§

impl RefUnwindSafe for FpCategory

§

impl RefUnwindSafe for IntErrorKind

§

impl RefUnwindSafe for OneSidedRangeBound

§

impl RefUnwindSafe for GetDisjointMutError

§

impl RefUnwindSafe for otter_nodejs_tests::inventory::core::sync::atomic::Ordering

§

impl RefUnwindSafe for AuthorisationError

§

impl RefUnwindSafe for otter_nodejs_tests::authproofs::Global

§

impl RefUnwindSafe for Config

§

impl RefUnwindSafe for UnorderedKeyError

§

impl RefUnwindSafe for Hash

§

impl RefUnwindSafe for HashCache

§

impl RefUnwindSafe for otter_nodejs_tests::bundles::Id

§

impl RefUnwindSafe for Index

§

impl RefUnwindSafe for IndexedZip

§

impl RefUnwindSafe for LibInBundleI

§

impl RefUnwindSafe for Loaded

§

impl RefUnwindSafe for NotBundle

§

impl RefUnwindSafe for Uploading

§

impl RefUnwindSafe for ZipIndex

§

impl RefUnwindSafe for InternalFixed

§

impl RefUnwindSafe for InternalNumeric

§

impl RefUnwindSafe for OffsetFormat

§

impl RefUnwindSafe for Parsed

§

impl RefUnwindSafe for NaiveDateDaysIterator

§

impl RefUnwindSafe for NaiveDateWeeksIterator

§

impl RefUnwindSafe for Days

§

impl RefUnwindSafe for FixedOffset

§

impl RefUnwindSafe for IsoWeek

§

impl RefUnwindSafe for Local

§

impl RefUnwindSafe for Months

§

impl RefUnwindSafe for NaiveDate

§

impl RefUnwindSafe for NaiveDateTime

§

impl RefUnwindSafe for NaiveTime

§

impl RefUnwindSafe for NaiveWeek

§

impl RefUnwindSafe for OutOfRange

§

impl RefUnwindSafe for OutOfRangeError

§

impl RefUnwindSafe for otter_nodejs_tests::chrono::ParseError

§

impl RefUnwindSafe for ParseMonthError

§

impl RefUnwindSafe for ParseWeekdayError

§

impl RefUnwindSafe for TimeDelta

§

impl RefUnwindSafe for Utc

§

impl RefUnwindSafe for WeekdaySet

§

impl RefUnwindSafe for ATerm

§

impl RefUnwindSafe for B0

§

impl RefUnwindSafe for B1

§

impl RefUnwindSafe for Equal

§

impl RefUnwindSafe for Greater

§

impl RefUnwindSafe for Less

§

impl RefUnwindSafe for UTerm

§

impl RefUnwindSafe for Z0

§

impl RefUnwindSafe for Eager

§

impl RefUnwindSafe for otter_nodejs_tests::digest::block_buffer::Error

§

impl RefUnwindSafe for otter_nodejs_tests::digest::block_buffer::Lazy

§

impl RefUnwindSafe for InvalidBufferSize

§

impl RefUnwindSafe for InvalidLength

§

impl RefUnwindSafe for InvalidOutputSize

§

impl RefUnwindSafe for MacError

§

impl RefUnwindSafe for Args

§

impl RefUnwindSafe for ArgsOs

§

impl RefUnwindSafe for JoinPathsError

§

impl RefUnwindSafe for Vars

§

impl RefUnwindSafe for VarsOs

§

impl RefUnwindSafe for otter_nodejs_tests::env_logger::filter::Builder

§

impl RefUnwindSafe for otter_nodejs_tests::env_logger::filter::Filter

§

impl RefUnwindSafe for otter_nodejs_tests::env_logger::fmt::Timestamp

§

impl RefUnwindSafe for DeferredNow

§

impl RefUnwindSafe for FileSpec

§

impl RefUnwindSafe for LogSpecBuilder

§

impl RefUnwindSafe for ModuleFilter

§

impl RefUnwindSafe for ArcFileLogWriter

§

impl RefUnwindSafe for FileLogWriter

§

impl RefUnwindSafe for FileLogWriterBuilder

§

impl RefUnwindSafe for FileLogWriterConfig

§

impl RefUnwindSafe for FileLogWriterHandle

§

impl RefUnwindSafe for otter_nodejs_tests::fmt::Error

§

impl RefUnwindSafe for FormattingOptions

§

impl RefUnwindSafe for FsStats

§

impl RefUnwindSafe for otter_nodejs_tests::fs::Dir

§

impl RefUnwindSafe for DirBuilder

§

impl RefUnwindSafe for DirEntry

§

impl RefUnwindSafe for FileTimes

§

impl RefUnwindSafe for FileType

§

impl RefUnwindSafe for otter_nodejs_tests::fs::Metadata

§

impl RefUnwindSafe for OpenOptions

§

impl RefUnwindSafe for Permissions

§

impl RefUnwindSafe for ReadDir

§

impl RefUnwindSafe for PosCFromIteratorError

§

impl RefUnwindSafe for MatchOptions

§

impl RefUnwindSafe for Pattern

§

impl RefUnwindSafe for PatternError

§

impl RefUnwindSafe for DefaultHasher

§

impl RefUnwindSafe for RandomState

§

impl RefUnwindSafe for otter_nodejs_tests::humantime::Duration

§

impl RefUnwindSafe for FormattedDuration

§

impl RefUnwindSafe for Rfc3339Timestamp

§

impl RefUnwindSafe for otter_nodejs_tests::humantime::Timestamp

§

impl RefUnwindSafe for otter_nodejs_tests::io::Empty

§

impl RefUnwindSafe for PipeReader

§

impl RefUnwindSafe for PipeWriter

§

impl RefUnwindSafe for otter_nodejs_tests::io::Repeat

§

impl RefUnwindSafe for Sink

§

impl RefUnwindSafe for Stdin

§

impl RefUnwindSafe for WriterPanicked

§

impl RefUnwindSafe for otter_nodejs_tests::lazy_regex::BytesRegex

§

impl RefUnwindSafe for otter_nodejs_tests::lazy_regex::BytesRegexBuilder

§

impl RefUnwindSafe for Dl_info

§

impl RefUnwindSafe for Elf32_Chdr

§

impl RefUnwindSafe for Elf32_Ehdr

§

impl RefUnwindSafe for Elf32_Phdr

§

impl RefUnwindSafe for Elf32_Shdr

§

impl RefUnwindSafe for Elf32_Sym

§

impl RefUnwindSafe for Elf64_Chdr

§

impl RefUnwindSafe for Elf64_Ehdr

§

impl RefUnwindSafe for Elf64_Phdr

§

impl RefUnwindSafe for Elf64_Shdr

§

impl RefUnwindSafe for Elf64_Sym

§

impl RefUnwindSafe for __c_anonymous__kernel_fsid_t

§

impl RefUnwindSafe for __c_anonymous_elf32_rel

§

impl RefUnwindSafe for __c_anonymous_elf32_rela

§

impl RefUnwindSafe for __c_anonymous_elf64_rel

§

impl RefUnwindSafe for __c_anonymous_elf64_rela

§

impl RefUnwindSafe for __c_anonymous_ifru_map

§

impl RefUnwindSafe for __c_anonymous_ptrace_syscall_info_entry

§

impl RefUnwindSafe for __c_anonymous_ptrace_syscall_info_exit

§

impl RefUnwindSafe for __c_anonymous_ptrace_syscall_info_seccomp

§

impl RefUnwindSafe for __c_anonymous_sockaddr_can_j1939

§

impl RefUnwindSafe for __c_anonymous_sockaddr_can_tp

§

impl RefUnwindSafe for __exit_status

§

impl RefUnwindSafe for __timeval

§

impl RefUnwindSafe for _libc_fpstate

§

impl RefUnwindSafe for _libc_fpxreg

§

impl RefUnwindSafe for _libc_xmmreg

§

impl RefUnwindSafe for addrinfo

§

impl RefUnwindSafe for af_alg_iv

§

impl RefUnwindSafe for aiocb

§

impl RefUnwindSafe for arpd_request

§

impl RefUnwindSafe for arphdr

§

impl RefUnwindSafe for arpreq

§

impl RefUnwindSafe for arpreq_old

§

impl RefUnwindSafe for bcm_msg_head

§

impl RefUnwindSafe for bcm_timeval

§

impl RefUnwindSafe for can_berr_counter

§

impl RefUnwindSafe for can_bittiming

§

impl RefUnwindSafe for can_bittiming_const

§

impl RefUnwindSafe for can_clock

§

impl RefUnwindSafe for can_ctrlmode

§

impl RefUnwindSafe for can_device_stats

§

impl RefUnwindSafe for can_filter

§

impl RefUnwindSafe for can_frame

§

impl RefUnwindSafe for canfd_frame

§

impl RefUnwindSafe for canxl_frame

§

impl RefUnwindSafe for clone_args

§

impl RefUnwindSafe for cmsghdr

§

impl RefUnwindSafe for cpu_set_t

§

impl RefUnwindSafe for dirent64

§

impl RefUnwindSafe for dirent

§

impl RefUnwindSafe for dl_phdr_info

§

impl RefUnwindSafe for dmabuf_cmsg

§

impl RefUnwindSafe for dmabuf_token

§

impl RefUnwindSafe for dqblk

§

impl RefUnwindSafe for epoll_event

§

impl RefUnwindSafe for epoll_params

§

impl RefUnwindSafe for ethhdr

§

impl RefUnwindSafe for fanotify_event_info_error

§

impl RefUnwindSafe for fanotify_event_info_fid

§

impl RefUnwindSafe for fanotify_event_info_header

§

impl RefUnwindSafe for fanotify_event_info_pidfd

§

impl RefUnwindSafe for fanotify_event_metadata

§

impl RefUnwindSafe for fanotify_response

§

impl RefUnwindSafe for fanout_args

§

impl RefUnwindSafe for fd_set

§

impl RefUnwindSafe for ff_condition_effect

§

impl RefUnwindSafe for ff_constant_effect

§

impl RefUnwindSafe for ff_effect

§

impl RefUnwindSafe for ff_envelope

§

impl RefUnwindSafe for ff_periodic_effect

§

impl RefUnwindSafe for ff_ramp_effect

§

impl RefUnwindSafe for ff_replay

§

impl RefUnwindSafe for ff_rumble_effect

§

impl RefUnwindSafe for ff_trigger

§

impl RefUnwindSafe for file_clone_range

§

impl RefUnwindSafe for file_handle

§

impl RefUnwindSafe for flock64

§

impl RefUnwindSafe for flock

§

impl RefUnwindSafe for fpos64_t

§

impl RefUnwindSafe for fpos_t

§

impl RefUnwindSafe for fsid_t

§

impl RefUnwindSafe for genlmsghdr

§

impl RefUnwindSafe for glob64_t

§

impl RefUnwindSafe for glob_t

§

impl RefUnwindSafe for group

§

impl RefUnwindSafe for hostent

§

impl RefUnwindSafe for hwtstamp_config

§

impl RefUnwindSafe for if_nameindex

§

impl RefUnwindSafe for ifaddrs

§

impl RefUnwindSafe for ifconf

§

impl RefUnwindSafe for ifinfomsg

§

impl RefUnwindSafe for ifreq

§

impl RefUnwindSafe for in6_addr

§

impl RefUnwindSafe for in6_ifreq

§

impl RefUnwindSafe for in6_pktinfo

§

impl RefUnwindSafe for in6_rtmsg

§

impl RefUnwindSafe for in_addr

§

impl RefUnwindSafe for in_pktinfo

§

impl RefUnwindSafe for inotify_event

§

impl RefUnwindSafe for input_absinfo

§

impl RefUnwindSafe for input_event

§

impl RefUnwindSafe for input_id

§

impl RefUnwindSafe for input_keymap_entry

§

impl RefUnwindSafe for input_mask

§

impl RefUnwindSafe for iocb

§

impl RefUnwindSafe for iovec

§

impl RefUnwindSafe for ip_mreq

§

impl RefUnwindSafe for ip_mreq_source

§

impl RefUnwindSafe for ip_mreqn

§

impl RefUnwindSafe for ipc_perm

§

impl RefUnwindSafe for ipv6_mreq

§

impl RefUnwindSafe for itimerspec

§

impl RefUnwindSafe for itimerval

§

impl RefUnwindSafe for iw_discarded

§

impl RefUnwindSafe for iw_encode_ext

§

impl RefUnwindSafe for iw_event

§

impl RefUnwindSafe for iw_freq

§

impl RefUnwindSafe for iw_michaelmicfailure

§

impl RefUnwindSafe for iw_missed

§

impl RefUnwindSafe for iw_mlme

§

impl RefUnwindSafe for iw_param

§

impl RefUnwindSafe for iw_pmkid_cand

§

impl RefUnwindSafe for iw_pmksa

§

impl RefUnwindSafe for iw_point

§

impl RefUnwindSafe for iw_priv_args

§

impl RefUnwindSafe for iw_quality

§

impl RefUnwindSafe for iw_range

§

impl RefUnwindSafe for iw_scan_req

§

impl RefUnwindSafe for iw_statistics

§

impl RefUnwindSafe for iw_thrspy

§

impl RefUnwindSafe for iwreq

§

impl RefUnwindSafe for j1939_filter

§

impl RefUnwindSafe for lconv

§

impl RefUnwindSafe for linger

§

impl RefUnwindSafe for mallinfo2

§

impl RefUnwindSafe for mallinfo

§

impl RefUnwindSafe for max_align_t

§

impl RefUnwindSafe for mbstate_t

§

impl RefUnwindSafe for mcontext_t

§

impl RefUnwindSafe for mmsghdr

§

impl RefUnwindSafe for mnt_ns_info

§

impl RefUnwindSafe for mntent

§

impl RefUnwindSafe for mount_attr

§

impl RefUnwindSafe for mq_attr

§

impl RefUnwindSafe for msghdr

§

impl RefUnwindSafe for msginfo

§

impl RefUnwindSafe for msqid_ds

§

impl RefUnwindSafe for nl_mmap_hdr

§

impl RefUnwindSafe for nl_mmap_req

§

impl RefUnwindSafe for nl_pktinfo

§

impl RefUnwindSafe for nlattr

§

impl RefUnwindSafe for nlmsgerr

§

impl RefUnwindSafe for nlmsghdr

§

impl RefUnwindSafe for ntptimeval

§

impl RefUnwindSafe for open_how

§

impl RefUnwindSafe for option

§

impl RefUnwindSafe for packet_mreq

§

impl RefUnwindSafe for passwd

§

impl RefUnwindSafe for pidfd_info

§

impl RefUnwindSafe for pollfd

§

impl RefUnwindSafe for posix_spawn_file_actions_t

§

impl RefUnwindSafe for posix_spawnattr_t

§

impl RefUnwindSafe for protoent

§

impl RefUnwindSafe for pthread_attr_t

§

impl RefUnwindSafe for pthread_barrier_t

§

impl RefUnwindSafe for pthread_barrierattr_t

§

impl RefUnwindSafe for pthread_cond_t

§

impl RefUnwindSafe for pthread_condattr_t

§

impl RefUnwindSafe for pthread_mutex_t

§

impl RefUnwindSafe for pthread_mutexattr_t

§

impl RefUnwindSafe for pthread_rwlock_t

§

impl RefUnwindSafe for pthread_rwlockattr_t

§

impl RefUnwindSafe for ptp_clock_caps

§

impl RefUnwindSafe for ptp_clock_time

§

impl RefUnwindSafe for ptp_extts_event

§

impl RefUnwindSafe for ptp_extts_request

§

impl RefUnwindSafe for ptp_perout_request

§

impl RefUnwindSafe for ptp_pin_desc

§

impl RefUnwindSafe for ptp_sys_offset

§

impl RefUnwindSafe for ptp_sys_offset_extended

§

impl RefUnwindSafe for ptp_sys_offset_precise

§

impl RefUnwindSafe for ptrace_peeksiginfo_args

§

impl RefUnwindSafe for ptrace_rseq_configuration

§

impl RefUnwindSafe for ptrace_sud_config

§

impl RefUnwindSafe for ptrace_syscall_info

§

impl RefUnwindSafe for regex_t

§

impl RefUnwindSafe for regmatch_t

§

impl RefUnwindSafe for rlimit64

§

impl RefUnwindSafe for rlimit

§

impl RefUnwindSafe for rtentry

§

impl RefUnwindSafe for rusage

§

impl RefUnwindSafe for sched_attr

§

impl RefUnwindSafe for sched_param

§

impl RefUnwindSafe for sctp_authinfo

§

impl RefUnwindSafe for sctp_initmsg

§

impl RefUnwindSafe for sctp_nxtinfo

§

impl RefUnwindSafe for sctp_prinfo

§

impl RefUnwindSafe for sctp_rcvinfo

§

impl RefUnwindSafe for sctp_sndinfo

§

impl RefUnwindSafe for sctp_sndrcvinfo

§

impl RefUnwindSafe for seccomp_data

§

impl RefUnwindSafe for seccomp_notif

§

impl RefUnwindSafe for seccomp_notif_addfd

§

impl RefUnwindSafe for seccomp_notif_resp

§

impl RefUnwindSafe for seccomp_notif_sizes

§

impl RefUnwindSafe for sem_t

§

impl RefUnwindSafe for sembuf

§

impl RefUnwindSafe for semid_ds

§

impl RefUnwindSafe for seminfo

§

impl RefUnwindSafe for servent

§

impl RefUnwindSafe for shmid_ds

§

impl RefUnwindSafe for sigaction

§

impl RefUnwindSafe for sigevent

§

impl RefUnwindSafe for siginfo_t

§

impl RefUnwindSafe for signalfd_siginfo

§

impl RefUnwindSafe for sigset_t

§

impl RefUnwindSafe for sigval

§

impl RefUnwindSafe for sock_extended_err

§

impl RefUnwindSafe for sock_filter

§

impl RefUnwindSafe for sock_fprog

§

impl RefUnwindSafe for sock_txtime

§

impl RefUnwindSafe for sockaddr

§

impl RefUnwindSafe for sockaddr_alg

§

impl RefUnwindSafe for sockaddr_can

§

impl RefUnwindSafe for sockaddr_in6

§

impl RefUnwindSafe for sockaddr_in

§

impl RefUnwindSafe for sockaddr_ll

§

impl RefUnwindSafe for sockaddr_nl

§

impl RefUnwindSafe for sockaddr_pkt

§

impl RefUnwindSafe for sockaddr_storage

§

impl RefUnwindSafe for sockaddr_un

§

impl RefUnwindSafe for sockaddr_vm

§

impl RefUnwindSafe for sockaddr_xdp

§

impl RefUnwindSafe for spwd

§

impl RefUnwindSafe for stack_t

§

impl RefUnwindSafe for stat64

§

impl RefUnwindSafe for stat

§

impl RefUnwindSafe for statfs64

§

impl RefUnwindSafe for statfs

§

impl RefUnwindSafe for statvfs64

§

impl RefUnwindSafe for statvfs

§

impl RefUnwindSafe for statx

§

impl RefUnwindSafe for statx_timestamp

§

impl RefUnwindSafe for sysinfo

§

impl RefUnwindSafe for tcp_info

§

impl RefUnwindSafe for termios2

§

impl RefUnwindSafe for termios

§

impl RefUnwindSafe for timespec

§

impl RefUnwindSafe for timeval

§

impl RefUnwindSafe for timex

§

impl RefUnwindSafe for tls12_crypto_info_aes_ccm_128

§

impl RefUnwindSafe for tls12_crypto_info_aes_gcm_128

§

impl RefUnwindSafe for tls12_crypto_info_aes_gcm_256

§

impl RefUnwindSafe for tls12_crypto_info_aria_gcm_128

§

impl RefUnwindSafe for tls12_crypto_info_aria_gcm_256

§

impl RefUnwindSafe for tls12_crypto_info_chacha20_poly1305

§

impl RefUnwindSafe for tls12_crypto_info_sm4_ccm

§

impl RefUnwindSafe for tls12_crypto_info_sm4_gcm

§

impl RefUnwindSafe for tls_crypto_info

§

impl RefUnwindSafe for tm

§

impl RefUnwindSafe for tms

§

impl RefUnwindSafe for tpacket2_hdr

§

impl RefUnwindSafe for tpacket3_hdr

§

impl RefUnwindSafe for tpacket_auxdata

§

impl RefUnwindSafe for tpacket_bd_ts

§

impl RefUnwindSafe for tpacket_block_desc

§

impl RefUnwindSafe for tpacket_hdr

§

impl RefUnwindSafe for tpacket_hdr_v1

§

impl RefUnwindSafe for tpacket_hdr_variant1

§

impl RefUnwindSafe for tpacket_req3

§

impl RefUnwindSafe for tpacket_req

§

impl RefUnwindSafe for tpacket_rollover_stats

§

impl RefUnwindSafe for tpacket_stats

§

impl RefUnwindSafe for tpacket_stats_v3

§

impl RefUnwindSafe for ucontext_t

§

impl RefUnwindSafe for ucred

§

impl RefUnwindSafe for uinput_abs_setup

§

impl RefUnwindSafe for uinput_ff_erase

§

impl RefUnwindSafe for uinput_ff_upload

§

impl RefUnwindSafe for uinput_setup

§

impl RefUnwindSafe for uinput_user_dev

§

impl RefUnwindSafe for user

§

impl RefUnwindSafe for user_fpregs_struct

§

impl RefUnwindSafe for user_regs_struct

§

impl RefUnwindSafe for utimbuf

§

impl RefUnwindSafe for utmpx

§

impl RefUnwindSafe for utsname

§

impl RefUnwindSafe for winsize

§

impl RefUnwindSafe for xdp_desc

§

impl RefUnwindSafe for xdp_mmap_offsets

§

impl RefUnwindSafe for xdp_mmap_offsets_v1

§

impl RefUnwindSafe for xdp_options

§

impl RefUnwindSafe for xdp_ring_offset

§

impl RefUnwindSafe for xdp_ring_offset_v1

§

impl RefUnwindSafe for xdp_statistics

§

impl RefUnwindSafe for xdp_statistics_v1

§

impl RefUnwindSafe for xdp_umem_reg

§

impl RefUnwindSafe for xdp_umem_reg_v1

§

impl RefUnwindSafe for xsk_tx_metadata

§

impl RefUnwindSafe for xsk_tx_metadata_completion

§

impl RefUnwindSafe for xsk_tx_metadata_request

§

impl RefUnwindSafe for ParseLevelError

§

impl RefUnwindSafe for SetLoggerError

§

impl RefUnwindSafe for Unsupported

§

impl RefUnwindSafe for Version

§

impl RefUnwindSafe for Ent

§

impl RefUnwindSafe for PlHeld

§

impl RefUnwindSafe for PlHist

§

impl RefUnwindSafe for Posx

§

impl RefUnwindSafe for RecvError

§

impl RefUnwindSafe for otter_nodejs_tests::nix::dir::Dir

§

impl RefUnwindSafe for otter_nodejs_tests::nix::dir::Entry

§

impl RefUnwindSafe for OwningIter

§

impl RefUnwindSafe for ClearEnvError

§

impl RefUnwindSafe for AtFlags

§

impl RefUnwindSafe for FallocateFlags

§

impl RefUnwindSafe for otter_nodejs_tests::nix::fcntl::FdFlag

§

impl RefUnwindSafe for OFlag

§

impl RefUnwindSafe for RenameFlags

§

impl RefUnwindSafe for SealFlag

§

impl RefUnwindSafe for SpliceFFlags

§

impl RefUnwindSafe for InterfaceAddress

§

impl RefUnwindSafe for InterfaceAddressIterator

§

impl RefUnwindSafe for DeleteModuleFlags

§

impl RefUnwindSafe for ModuleInitFlags

§

impl RefUnwindSafe for MntFlags

§

impl RefUnwindSafe for otter_nodejs_tests::nix::mount::MsFlags

§

impl RefUnwindSafe for otter_nodejs_tests::nix::mqueue::FdFlag

§

impl RefUnwindSafe for MQ_OFlag

§

impl RefUnwindSafe for MqAttr

§

impl RefUnwindSafe for MqdT

§

impl RefUnwindSafe for Interface

§

impl RefUnwindSafe for InterfaceFlags

§

impl RefUnwindSafe for Interfaces

§

impl RefUnwindSafe for PollFd

§

impl RefUnwindSafe for PollFlags

§

impl RefUnwindSafe for ForkptyResult

§

impl RefUnwindSafe for OpenptyResult

§

impl RefUnwindSafe for PtyMaster

§

impl RefUnwindSafe for CloneFlags

§

impl RefUnwindSafe for CpuSet

§

impl RefUnwindSafe for EpollCreateFlags

§

impl RefUnwindSafe for EpollEvent

§

impl RefUnwindSafe for EpollFlags

§

impl RefUnwindSafe for EfdFlags

§

impl RefUnwindSafe for AddWatchFlags

§

impl RefUnwindSafe for InitFlags

§

impl RefUnwindSafe for Inotify

§

impl RefUnwindSafe for InotifyEvent

§

impl RefUnwindSafe for WatchDescriptor

§

impl RefUnwindSafe for MemFdCreateFlag

§

impl RefUnwindSafe for MRemapFlags

§

impl RefUnwindSafe for MapFlags

§

impl RefUnwindSafe for MlockAllFlags

§

impl RefUnwindSafe for otter_nodejs_tests::nix::sys::mman::MsFlags

§

impl RefUnwindSafe for ProtFlags

§

impl RefUnwindSafe for Persona

§

impl RefUnwindSafe for Options

§

impl RefUnwindSafe for Dqblk

§

impl RefUnwindSafe for QuotaValidFlags

§

impl RefUnwindSafe for FdSet

§

impl RefUnwindSafe for SaFlags

§

impl RefUnwindSafe for SigAction

§

impl RefUnwindSafe for SigEvent

§

impl RefUnwindSafe for SigSet

§

impl RefUnwindSafe for SignalIterator

§

impl RefUnwindSafe for SfdFlags

§

impl RefUnwindSafe for SignalFd

§

impl RefUnwindSafe for AcceptConn

§

impl RefUnwindSafe for AlgSetAeadAuthSize

§

impl RefUnwindSafe for BindToDevice

§

impl RefUnwindSafe for Broadcast

§

impl RefUnwindSafe for Ip6tOriginalDst

§

impl RefUnwindSafe for IpAddMembership

§

impl RefUnwindSafe for IpDropMembership

§

impl RefUnwindSafe for IpFreebind

§

impl RefUnwindSafe for IpMulticastLoop

§

impl RefUnwindSafe for IpMulticastTtl

§

impl RefUnwindSafe for IpTransparent

§

impl RefUnwindSafe for Ipv4PacketInfo

§

impl RefUnwindSafe for Ipv4RecvErr

§

impl RefUnwindSafe for Ipv4Ttl

§

impl RefUnwindSafe for Ipv6AddMembership

§

impl RefUnwindSafe for Ipv6DontFrag

§

impl RefUnwindSafe for Ipv6DropMembership

§

impl RefUnwindSafe for Ipv6RecvErr

§

impl RefUnwindSafe for Ipv6RecvPacketInfo

§

impl RefUnwindSafe for Ipv6Ttl

§

impl RefUnwindSafe for Ipv6V6Only

§

impl RefUnwindSafe for KeepAlive

§

impl RefUnwindSafe for Linger

§

impl RefUnwindSafe for Mark

§

impl RefUnwindSafe for OobInline

§

impl RefUnwindSafe for OriginalDst

§

impl RefUnwindSafe for PassCred

§

impl RefUnwindSafe for PeerCredentials

§

impl RefUnwindSafe for RcvBuf

§

impl RefUnwindSafe for RcvBufForce

§

impl RefUnwindSafe for ReceiveTimeout

§

impl RefUnwindSafe for ReceiveTimestamp

§

impl RefUnwindSafe for ReceiveTimestampns

§

impl RefUnwindSafe for ReuseAddr

§

impl RefUnwindSafe for ReusePort

§

impl RefUnwindSafe for RxqOvfl

§

impl RefUnwindSafe for SendTimeout

§

impl RefUnwindSafe for SndBuf

§

impl RefUnwindSafe for SndBufForce

§

impl RefUnwindSafe for otter_nodejs_tests::nix::sys::socket::sockopt::SockType

§

impl RefUnwindSafe for SocketError

§

impl RefUnwindSafe for TcpCongestion

§

impl RefUnwindSafe for TcpKeepCount

§

impl RefUnwindSafe for TcpKeepIdle

§

impl RefUnwindSafe for TcpKeepInterval

§

impl RefUnwindSafe for TcpMaxSeg

§

impl RefUnwindSafe for TcpNoDelay

§

impl RefUnwindSafe for TcpRepair

§

impl RefUnwindSafe for TcpUserTimeout

§

impl RefUnwindSafe for Timestamping

§

impl RefUnwindSafe for TxTime

§

impl RefUnwindSafe for UdpGroSegment

§

impl RefUnwindSafe for UdpGsoSegment

§

impl RefUnwindSafe for AlgAddr

§

impl RefUnwindSafe for IpMembershipRequest

§

impl RefUnwindSafe for otter_nodejs_tests::nix::sys::socket::Ipv4Addr

§

impl RefUnwindSafe for otter_nodejs_tests::nix::sys::socket::Ipv6Addr

§

impl RefUnwindSafe for Ipv6MembershipRequest

§

impl RefUnwindSafe for LinkAddr

§

impl RefUnwindSafe for MsgFlags

§

impl RefUnwindSafe for NetlinkAddr

§

impl RefUnwindSafe for SockFlag

§

impl RefUnwindSafe for SockaddrIn6

§

impl RefUnwindSafe for SockaddrIn

§

impl RefUnwindSafe for TimestampingFlag

§

impl RefUnwindSafe for Timestamps

§

impl RefUnwindSafe for UnixAddr

§

impl RefUnwindSafe for UnixCredentials

§

impl RefUnwindSafe for VsockAddr

§

impl RefUnwindSafe for Mode

§

impl RefUnwindSafe for SFlag

§

impl RefUnwindSafe for FsType

§

impl RefUnwindSafe for Statfs

§

impl RefUnwindSafe for FsFlags

§

impl RefUnwindSafe for Statvfs

§

impl RefUnwindSafe for SysInfo

§

impl RefUnwindSafe for ControlFlags

§

impl RefUnwindSafe for InputFlags

§

impl RefUnwindSafe for LocalFlags

§

impl RefUnwindSafe for OutputFlags

§

impl RefUnwindSafe for TimeVal

§

impl RefUnwindSafe for Timer

§

impl RefUnwindSafe for TimerFd

§

impl RefUnwindSafe for TimerFlags

§

impl RefUnwindSafe for TimerSetTimeFlags

§

impl RefUnwindSafe for RemoteIoVec

§

impl RefUnwindSafe for UtsName

§

impl RefUnwindSafe for WaitPidFlag

§

impl RefUnwindSafe for otter_nodejs_tests::nix::time::ClockId

§

impl RefUnwindSafe for UContext

§

impl RefUnwindSafe for AccessFlags

§

impl RefUnwindSafe for Gid

§

impl RefUnwindSafe for otter_nodejs_tests::nix::unistd::Group

§

impl RefUnwindSafe for Pid

§

impl RefUnwindSafe for ResGid

§

impl RefUnwindSafe for ResUid

§

impl RefUnwindSafe for User

§

impl RefUnwindSafe for OnceBool

§

impl RefUnwindSafe for OnceNonZeroUsize

§

impl RefUnwindSafe for FloatIsNan

§

impl RefUnwindSafe for IgnoredAny

§

impl RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde::de::value::Error

§

impl RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde_json::map::IntoIter

§

impl RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde_json::map::IntoValues

§

impl RefUnwindSafe for CompactFormatter

§

impl RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde_json::value::Serializer

§

impl RefUnwindSafe for otter_nodejs_tests::otter_base::imports::mem::Alignment

§

impl RefUnwindSafe for Assume

§

impl RefUnwindSafe for Array

§

impl RefUnwindSafe for Bool

§

impl RefUnwindSafe for Char

§

impl RefUnwindSafe for Const

§

impl RefUnwindSafe for DynTrait

§

impl RefUnwindSafe for DynTraitPredicate

§

impl RefUnwindSafe for Enum

§

impl RefUnwindSafe for Field

§

impl RefUnwindSafe for Float

§

impl RefUnwindSafe for FnPtr

§

impl RefUnwindSafe for GenericType

§

impl RefUnwindSafe for Int

§

impl RefUnwindSafe for Lifetime

§

impl RefUnwindSafe for Pointer

§

impl RefUnwindSafe for otter_nodejs_tests::otter_base::imports::mem::type_info::Reference

§

impl RefUnwindSafe for otter_nodejs_tests::otter_base::imports::mem::type_info::Slice

§

impl RefUnwindSafe for Str

§

impl RefUnwindSafe for Struct

§

impl RefUnwindSafe for Trait

§

impl RefUnwindSafe for Tuple

§

impl RefUnwindSafe for otter_nodejs_tests::otter_base::imports::mem::type_info::Type

§

impl RefUnwindSafe for otter_nodejs_tests::otter_base::imports::mem::type_info::Union

§

impl RefUnwindSafe for Variant

§

impl RefUnwindSafe for Broken

§

impl RefUnwindSafe for SenderError

§

impl RefUnwindSafe for GuardNoSend

§

impl RefUnwindSafe for GuardSend

§

impl RefUnwindSafe for otter_nodejs_tests::parking_lot::Condvar

§

impl RefUnwindSafe for otter_nodejs_tests::parking_lot::Once

§

impl RefUnwindSafe for RawFairMutex

§

impl RefUnwindSafe for RawMutex

§

impl RefUnwindSafe for RawRwLock

§

impl RefUnwindSafe for RawThreadId

§

impl RefUnwindSafe for WaitTimeoutResult

§

impl RefUnwindSafe for Deck

§

impl RefUnwindSafe for Disc

§

impl RefUnwindSafe for Hand

§

impl RefUnwindSafe for OwnedCommon

§

impl RefUnwindSafe for PieceLabel

§

impl RefUnwindSafe for PlayerLabel

§

impl RefUnwindSafe for Rect

§

impl RefUnwindSafe for Passwd

§

impl RefUnwindSafe for Bernoulli

§

impl RefUnwindSafe for Open01

§

impl RefUnwindSafe for OpenClosed01

§

impl RefUnwindSafe for Standard

§

impl RefUnwindSafe for UniformChar

§

impl RefUnwindSafe for UniformDuration

§

impl RefUnwindSafe for StdRng

§

impl RefUnwindSafe for StepRng

§

impl RefUnwindSafe for OsRng

§

impl RefUnwindSafe for otter_nodejs_tests::regex::bytes::CaptureLocations

§

impl RefUnwindSafe for otter_nodejs_tests::regex::bytes::RegexSet

§

impl RefUnwindSafe for otter_nodejs_tests::regex::bytes::RegexSetBuilder

§

impl RefUnwindSafe for otter_nodejs_tests::regex::bytes::SetMatches

§

impl RefUnwindSafe for otter_nodejs_tests::regex::bytes::SetMatchesIntoIter

§

impl RefUnwindSafe for otter_nodejs_tests::regex::CaptureLocations

§

impl RefUnwindSafe for otter_nodejs_tests::regex::RegexBuilder

§

impl RefUnwindSafe for otter_nodejs_tests::regex::RegexSet

§

impl RefUnwindSafe for otter_nodejs_tests::regex::RegexSetBuilder

§

impl RefUnwindSafe for otter_nodejs_tests::regex::SetMatches

§

impl RefUnwindSafe for otter_nodejs_tests::regex::SetMatchesIntoIter

§

impl RefUnwindSafe for DefaultConfig

§

impl RefUnwindSafe for Sha256VarCore

§

impl RefUnwindSafe for Sha512VarCore

§

impl RefUnwindSafe for DescId

§

impl RefUnwindSafe for FileData

§

impl RefUnwindSafe for FullOutlineDetails

§

impl RefUnwindSafe for MagicDetails

§

impl RefUnwindSafe for MultiSpec

§

impl RefUnwindSafe for NullLibrarySvgNoter

§

impl RefUnwindSafe for RecolourData

§

impl RefUnwindSafe for ShapeCalculable

§

impl RefUnwindSafe for SvgId

§

impl RefUnwindSafe for DefaultKey

§

impl RefUnwindSafe for KeyData

§

impl RefUnwindSafe for AuthKeysManipError

§

impl RefUnwindSafe for AuthkeysLine

§

impl RefUnwindSafe for Comment

§

impl RefUnwindSafe for Fingerprint

§

impl RefUnwindSafe for otter_nodejs_tests::sshkeys::Global

§

impl RefUnwindSafe for otter_nodejs_tests::sshkeys::Id

§

impl RefUnwindSafe for Key

§

impl RefUnwindSafe for KeySpec

§

impl RefUnwindSafe for MgmtKeyReport

§

impl RefUnwindSafe for Nonce

§

impl RefUnwindSafe for PerScope

§

impl RefUnwindSafe for PubData

§

impl RefUnwindSafe for ScopeKey

§

impl RefUnwindSafe for ParseBoolError

§

impl RefUnwindSafe for Utf8Error

§

impl RefUnwindSafe for AbbrevPresentationLayout

§

impl RefUnwindSafe for AccessTokenInfo

§

impl RefUnwindSafe for AccessTokenReport

§

impl RefUnwindSafe for AccountId

§

impl RefUnwindSafe for AccountName

§

impl RefUnwindSafe for AccountNotFound

§

impl RefUnwindSafe for AccountSshKey

§

impl RefUnwindSafe for Alphanumeric

§

impl RefUnwindSafe for AssetUrlToken

§

impl RefUnwindSafe for BadAssetUrlToken

§

impl RefUnwindSafe for BundleMeta

§

impl RefUnwindSafe for Child

§

impl RefUnwindSafe for CircleOutline

§

impl RefUnwindSafe for CircleShapeIndicator

§

impl RefUnwindSafe for Client

§

impl RefUnwindSafe for ClientId

§

impl RefUnwindSafe for ClientSequence

§

impl RefUnwindSafe for ColourSpec

§

impl RefUnwindSafe for CommittedLogEntry

§

impl RefUnwindSafe for CompassAngle

§

impl RefUnwindSafe for CookedStdout

§

impl RefUnwindSafe for CoordinateOverflow

§

impl RefUnwindSafe for DataLoadPlayer

§

impl RefUnwindSafe for otter_nodejs_tests::Duration

§

impl RefUnwindSafe for ExecuteGameChangeUpdates

§

impl RefUnwindSafe for FaceId

§

impl RefUnwindSafe for FakeRngSpec

§

impl RefUnwindSafe for FakeTimeConfig

§

impl RefUnwindSafe for FakeTimeSpec

§

impl RefUnwindSafe for FastSplitId

§

impl RefUnwindSafe for Fd

§

impl RefUnwindSafe for File

§

impl RefUnwindSafe for FixedToken

§

impl RefUnwindSafe for FutureInstant

§

impl RefUnwindSafe for FutureInstantOutOfRange

§

impl RefUnwindSafe for GLOBAL

§

impl RefUnwindSafe for GOccults

§

impl RefUnwindSafe for GPlayer

§

impl RefUnwindSafe for GameBeingDestroyed

§

impl RefUnwindSafe for Generation

§

impl RefUnwindSafe for GoodItemName

§

impl RefUnwindSafe for Html

§

impl RefUnwindSafe for HtmlLit

§

impl RefUnwindSafe for HtmlStr

§

impl RefUnwindSafe for IPlayer

§

impl RefUnwindSafe for InstanceBundles

§

impl RefUnwindSafe for InstanceName

§

impl RefUnwindSafe for Instant

§

impl RefUnwindSafe for InvalidAbbrevPresentationLayout

§

impl RefUnwindSafe for InvalidFakeTime

§

impl RefUnwindSafe for otter_nodejs_tests::Ipv4Addr

§

impl RefUnwindSafe for otter_nodejs_tests::Ipv6Addr

§

impl RefUnwindSafe for ItemEnquiryData

§

impl RefUnwindSafe for ItemSpec

§

impl RefUnwindSafe for LibraryEnquiryData

§

impl RefUnwindSafe for LinksTable

§

impl RefUnwindSafe for LogEntry

§

impl RefUnwindSafe for LogSpecification

§

impl RefUnwindSafe for MgmtGamePieceInfo

§

impl RefUnwindSafe for ModifyingPieces

§

impl RefUnwindSafe for NascentOccultation

§

impl RefUnwindSafe for Notch

§

impl RefUnwindSafe for Notches

§

impl RefUnwindSafe for OccId

§

impl RefUnwindSafe for OccultIlkId

§

impl RefUnwindSafe for OccultIlkOwningId

§

impl RefUnwindSafe for OccultView

§

impl RefUnwindSafe for Occultation

§

impl RefUnwindSafe for OccultationViews

§

impl RefUnwindSafe for OcculterRotationChecked

§

impl RefUnwindSafe for OsStr

§

impl RefUnwindSafe for OwnerOccultationView

§

impl RefUnwindSafe for PUOs_Simple_Modify

§

impl RefUnwindSafe for PathBuf

§

impl RefUnwindSafe for PerPlayerIdMap

§

impl RefUnwindSafe for PieceId

§

impl RefUnwindSafe for PieceLabelLoaded

§

impl RefUnwindSafe for PieceOccult

§

impl RefUnwindSafe for PieceRenderInstructions

§

impl RefUnwindSafe for PieceSpecialProperties

§

impl RefUnwindSafe for PieceUpdate

§

impl RefUnwindSafe for PlayerAccessUnset

§

impl RefUnwindSafe for PlayerId

§

impl RefUnwindSafe for PlayerNotFound

§

impl RefUnwindSafe for PlayerUpdatesStartContext

§

impl RefUnwindSafe for PreparedPieceImage

§

impl RefUnwindSafe for PreparedPieceState

§

impl RefUnwindSafe for PreparedUpdate

§

impl RefUnwindSafe for PreparedUpdateEntry_Image

§

impl RefUnwindSafe for PreparedUpdateEntry_Piece

§

impl RefUnwindSafe for PrivateCaller

§

impl RefUnwindSafe for RawToken

§

impl RefUnwindSafe for RawTokenVal

§

impl RefUnwindSafe for RectOutline

§

impl RefUnwindSafe for RectShapeIndicator

§

impl RefUnwindSafe for otter_nodejs_tests::Regex

§

impl RefUnwindSafe for Rendered

§

impl RefUnwindSafe for RngIsReal

§

impl RefUnwindSafe for SVGWidthOrHeightIter

§

impl RefUnwindSafe for ServerConfigSpec

§

impl RefUnwindSafe for ShapelibExplicit1

§

impl RefUnwindSafe for ShouldSetZLevel

§

impl RefUnwindSafe for ShowUnocculted

§

impl RefUnwindSafe for SimpleCommon

§

impl RefUnwindSafe for SpecDepth

§

impl RefUnwindSafe for Stdio

§

impl RefUnwindSafe for TablePermissionIter

§

impl RefUnwindSafe for TableSpec

§

impl RefUnwindSafe for TextOptions

§

impl RefUnwindSafe for TextOptionsSpec

§

impl RefUnwindSafe for TimeIsReal

§

impl RefUnwindSafe for TimeSpec

§

impl RefUnwindSafe for TimedFdRead

§

impl RefUnwindSafe for TimedFdWrite

§

impl RefUnwindSafe for otter_nodejs_tests::Timestamp

§

impl RefUnwindSafe for Timezone

§

impl RefUnwindSafe for ToRecalculate

§

impl RefUnwindSafe for TokenByEmail

§

impl RefUnwindSafe for TokenDeliveryError

§

impl RefUnwindSafe for TokenRevelationKey

§

impl RefUnwindSafe for TokenRevelationValue

§

impl RefUnwindSafe for TryFromIntError

§

impl RefUnwindSafe for Uid

§

impl RefUnwindSafe for UniformOccultationView

§

impl RefUnwindSafe for UnixStream

§

impl RefUnwindSafe for UnsupportedColourSpec

§

impl RefUnwindSafe for UoDescription

§

impl RefUnwindSafe for UpdateId

§

impl RefUnwindSafe for Url

§

impl RefUnwindSafe for UrlOnStdout

§

impl RefUnwindSafe for UrlSpec

§

impl RefUnwindSafe for VisibleAngleTransform

§

impl RefUnwindSafe for VisiblePieceId

§

impl RefUnwindSafe for ZCoord

§

impl RefUnwindSafe for ZLevel

§

impl RefUnwindSafe for SpooledTempFile

§

impl RefUnwindSafe for TempDir

§

impl RefUnwindSafe for TempPath

§

impl RefUnwindSafe for Block

§

impl RefUnwindSafe for Expr

§

impl RefUnwindSafe for FilterSection

§

impl RefUnwindSafe for Forloop

§

impl RefUnwindSafe for FunctionCall

§

impl RefUnwindSafe for If

§

impl RefUnwindSafe for In

§

impl RefUnwindSafe for LogicExpr

§

impl RefUnwindSafe for MacroCall

§

impl RefUnwindSafe for MacroDefinition

§

impl RefUnwindSafe for MathExpr

§

impl RefUnwindSafe for Set

§

impl RefUnwindSafe for StringConcat

§

impl RefUnwindSafe for Test

§

impl RefUnwindSafe for WS

§

impl RefUnwindSafe for otter_nodejs_tests::tera::Context

§

impl RefUnwindSafe for Number

§

impl RefUnwindSafe for Template

§

impl RefUnwindSafe for Null

§

impl RefUnwindSafe for TermReporter

§

impl RefUnwindSafe for AccessError

§

impl RefUnwindSafe for otter_nodejs_tests::thread::Builder

§

impl RefUnwindSafe for Thread

§

impl RefUnwindSafe for ThreadId

§

impl RefUnwindSafe for SystemTime

§

impl RefUnwindSafe for SystemTimeError

§

impl RefUnwindSafe for TryFromFloatSecsError

§

impl RefUnwindSafe for otter_nodejs_tests::toml::de::Error

§

impl RefUnwindSafe for otter_nodejs_tests::toml::map::IntoIter

§

impl RefUnwindSafe for otter_nodejs_tests::toml::value::Date

§

impl RefUnwindSafe for Datetime

§

impl RefUnwindSafe for DatetimeParseError

§

impl RefUnwindSafe for Time

§

impl RefUnwindSafe for NonblockingUnixSeqpacketConn

§

impl RefUnwindSafe for NonblockingUnixSeqpacketListener

§

impl RefUnwindSafe for UnixSeqpacketConn

§

impl RefUnwindSafe for UnixSeqpacketListener

§

impl RefUnwindSafe for UnixSocketAddr

§

impl RefUnwindSafe for OwnedFd

§

impl RefUnwindSafe for otter_nodejs_tests::unix::net::SocketAddr

§

impl RefUnwindSafe for SocketCred

§

impl RefUnwindSafe for UCred

§

impl RefUnwindSafe for UnixDatagram

§

impl RefUnwindSafe for UnixListener

§

impl RefUnwindSafe for AddSubRangeDelta

§

impl RefUnwindSafe for Decrement

§

impl RefUnwindSafe for Increment

§

impl RefUnwindSafe for LimbVal

§

impl RefUnwindSafe for Mutable

§

impl RefUnwindSafe for MutateFirst

§

impl RefUnwindSafe for MutateLast

§

impl RefUnwindSafe for Overflow

§

impl RefUnwindSafe for otter_nodejs_tests::zcoord::ParseError

§

impl RefUnwindSafe for Sealed

§

impl RefUnwindSafe for TotallyUnboundedRange

§

impl RefUnwindSafe for DateTimeRangeError

§

impl RefUnwindSafe for InvalidPassword

§

impl RefUnwindSafe for otter_nodejs_tests::zipfile::DateTime

§

impl RefUnwindSafe for ZipStreamFileMetadata

§

impl RefUnwindSafe for FileOptions

§

impl RefUnwindSafe for AllocError

§

impl RefUnwindSafe for Layout

§

impl RefUnwindSafe for LayoutError

§

impl RefUnwindSafe for TypeId

§

impl RefUnwindSafe for CpuidResult

§

impl RefUnwindSafe for __m128

§

impl RefUnwindSafe for __m128bh

§

impl RefUnwindSafe for __m128d

§

impl RefUnwindSafe for __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 otter_nodejs_tests::inventory::core::ascii::EscapeDefault

§

impl RefUnwindSafe for ByteStr

§

impl RefUnwindSafe for BorrowError

§

impl RefUnwindSafe for BorrowMutError

§

impl RefUnwindSafe for CharTryFromError

§

impl RefUnwindSafe for DecodeUtf16Error

§

impl RefUnwindSafe for otter_nodejs_tests::inventory::core::char::EscapeDebug

§

impl RefUnwindSafe for otter_nodejs_tests::inventory::core::char::EscapeDefault

§

impl RefUnwindSafe for otter_nodejs_tests::inventory::core::char::EscapeUnicode

§

impl RefUnwindSafe for ParseCharError

§

impl RefUnwindSafe for ToLowercase

§

impl RefUnwindSafe for ToTitlecase

§

impl RefUnwindSafe for ToUppercase

§

impl RefUnwindSafe for TryFromCharError

§

impl RefUnwindSafe for CStr

§

impl RefUnwindSafe for FromBytesUntilNulError

§

impl RefUnwindSafe for SipHasher

§

impl RefUnwindSafe for Last

§

impl RefUnwindSafe for ReturnToArg

§

impl RefUnwindSafe for UnwindActionArg

§

impl RefUnwindSafe for PhantomPinned

§

impl RefUnwindSafe for AddrParseError

§

impl RefUnwindSafe for SocketAddrV4

§

impl RefUnwindSafe for SocketAddrV6

§

impl RefUnwindSafe for ParseFloatError

§

impl RefUnwindSafe for ParseIntError

§

impl RefUnwindSafe for RangeFull

§

impl RefUnwindSafe for LocalWaker

§

impl RefUnwindSafe for RawWaker

§

impl RefUnwindSafe for RawWakerVTable

§

impl RefUnwindSafe for Waker

§

impl RefUnwindSafe for __c_anonymous_ifc_ifcu

§

impl RefUnwindSafe for __c_anonymous_ifr_ifru

§

impl RefUnwindSafe for __c_anonymous_iwreq

§

impl RefUnwindSafe for __c_anonymous_ptp_perout_request_1

§

impl RefUnwindSafe for __c_anonymous_ptp_perout_request_2

§

impl RefUnwindSafe for __c_anonymous_ptrace_syscall_info_data

§

impl RefUnwindSafe for __c_anonymous_sockaddr_can_can_addr

§

impl RefUnwindSafe for __c_anonymous_xsk_tx_metadata_union

§

impl RefUnwindSafe for iwreq_data

§

impl RefUnwindSafe for tpacket_bd_header_u

§

impl RefUnwindSafe for tpacket_req_u

§

impl RefUnwindSafe for SockaddrStorage

§

impl RefUnwindSafe for AdjacentlyTaggedEnumVariant

§

impl RefUnwindSafe for Big8x3

§

impl RefUnwindSafe for Big32x40

§

impl RefUnwindSafe for CodePointInner

§

impl RefUnwindSafe for Decimal

§

impl RefUnwindSafe for DecimalSeq

§

impl RefUnwindSafe for Decoded

§

impl RefUnwindSafe for FullDecoded

§

impl RefUnwindSafe for GlobalLogger

§

impl RefUnwindSafe for I32NotAllOnes

§

impl RefUnwindSafe for I64NotAllOnes

§

impl RefUnwindSafe for InvertedUTerm

§

impl RefUnwindSafe for Nanoseconds

§

impl RefUnwindSafe for NonZeroCharInner

§

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 Sign

§

impl RefUnwindSafe for TagContentOtherField

§

impl RefUnwindSafe for TagContentOtherFieldVisitor

§

impl RefUnwindSafe for TagOrContentField

§

impl RefUnwindSafe for TagOrContentFieldVisitor

§

impl RefUnwindSafe for TryCaptureWithDebug

§

impl RefUnwindSafe for TryCaptureWithoutDebug

§

impl RefUnwindSafe for U32NotAllOnes

§

impl RefUnwindSafe for U64NotAllOnes

§

impl RefUnwindSafe for UsizeNoHighBit

§

impl RefUnwindSafe for Utf8BoundaryError

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::chrono::format::Item<'a>

§

impl<'a> RefUnwindSafe for FcntlArg<'a>

§

impl<'a> RefUnwindSafe for ControlMessage<'a>

§

impl<'a> RefUnwindSafe for Unexpected<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde_json::map::Entry<'a>

§

impl<'a> RefUnwindSafe for IndexVecIter<'a>

§

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

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::toml::map::Entry<'a>

§

impl<'a> RefUnwindSafe for AddrName<'a>

§

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

§

impl<'a> RefUnwindSafe for Base64Display<'a>

§

impl<'a> RefUnwindSafe for StrftimeItems<'a>

§

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

§

impl<'a> RefUnwindSafe for Env<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::flexi_logger::Record<'a>

§

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

§

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

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::log::Metadata<'a>

§

impl<'a> RefUnwindSafe for MetadataBuilder<'a>

§

impl<'a> RefUnwindSafe for RecordBuilder<'a>

§

impl<'a> RefUnwindSafe for InterfacesIter<'a>

§

impl<'a> RefUnwindSafe for AioCb<'a>

§

impl<'a> RefUnwindSafe for LioCb<'a>

§

impl<'a> RefUnwindSafe for LioCbBuilder<'a>

§

impl<'a> RefUnwindSafe for Fds<'a>

§

impl<'a> RefUnwindSafe for SigSetIter<'a>

§

impl<'a> RefUnwindSafe for CmsgIterator<'a>

§

impl<'a> RefUnwindSafe for SliceRead<'a>

§

impl<'a> RefUnwindSafe for StrRead<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde_json::map::Iter<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde_json::map::IterMut<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde_json::map::Keys<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde_json::map::OccupiedEntry<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde_json::map::VacantEntry<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde_json::map::Values<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde_json::map::ValuesMut<'a>

§

impl<'a> RefUnwindSafe for PrettyFormatter<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::regex::bytes::SetMatchesIter<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::regex::SetMatchesIter<'a>

§

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

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::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 otter_nodejs_tests::str::EscapeDebug<'a>

§

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

§

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

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::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 AnyhowDisplay<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::toml::map::Iter<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::toml::map::IterMut<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::toml::map::Keys<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::toml::map::OccupiedEntry<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::toml::map::VacantEntry<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::toml::map::Values<'a>

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::toml::Deserializer<'a>

§

impl<'a> RefUnwindSafe for 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 otter_nodejs_tests::inventory::core::ffi::c_str::Bytes<'a>

§

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

§

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

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for otter_nodejs_tests::inventory::core::task::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 InternallyTaggedUnitVisitor<'a>

§

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

§

impl<'a> RefUnwindSafe for UntaggedUnitVisitor<'a>

§

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

§

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

§

impl<'a, 'b> RefUnwindSafe for otter_nodejs_tests::tempfile::Builder<'a, 'b>

§

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

§

impl<'a, 'de, E> RefUnwindSafe for ContentRefDeserializer<'a, 'de, E>
where E: RefUnwindSafe,

§

impl<'a, 'de, E> RefUnwindSafe for FlatMapDeserializer<'a, 'de, E>
where E: RefUnwindSafe,

§

impl<'a, A> RefUnwindSafe for otter_nodejs_tests::inventory::core::option::Iter<'a, A>
where A: RefUnwindSafe,

§

impl<'a, A> RefUnwindSafe for otter_nodejs_tests::inventory::core::option::IterMut<'a, A>
where A: RefUnwindSafe,

§

impl<'a, B> RefUnwindSafe for Cow<'a, B>

§

impl<'a, E> RefUnwindSafe for BytesDeserializer<'a, E>
where E: RefUnwindSafe,

§

impl<'a, E> RefUnwindSafe for CowStrDeserializer<'a, E>
where E: RefUnwindSafe,

§

impl<'a, E> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde::de::value::StrDeserializer<'a, E>
where E: RefUnwindSafe,

§

impl<'a, E> RefUnwindSafe for StrDeserializer<'a, E>
where E: RefUnwindSafe,

§

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

§

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

§

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

§

impl<'a, I, A> RefUnwindSafe for Splice<'a, I, A>

§

impl<'a, I, C, S> RefUnwindSafe for SendMmsgData<'a, I, C, S>

§

impl<'a, I, E> RefUnwindSafe for ProcessResults<'a, I, E>

§

impl<'a, I, F> RefUnwindSafe for PeekingTakeWhile<'a, I, F>

§

impl<'a, I, F> RefUnwindSafe for TakeWhileRef<'a, I, F>

§

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

§

impl<'a, K, A> RefUnwindSafe for otter_nodejs_tests::btree_set::CursorMut<'a, K, A>

§

impl<'a, K, A> RefUnwindSafe for otter_nodejs_tests::btree_set::CursorMutKey<'a, K, A>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, K, V> RefUnwindSafe for otter_nodejs_tests::slotmap::dense::Drain<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for otter_nodejs_tests::slotmap::dense::Iter<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for otter_nodejs_tests::slotmap::dense::IterMut<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for otter_nodejs_tests::slotmap::dense::Keys<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for otter_nodejs_tests::slotmap::dense::Values<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for otter_nodejs_tests::slotmap::dense::ValuesMut<'a, K, V>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, K, V, A> RefUnwindSafe for otter_nodejs_tests::btree_map::CursorMutKey<'a, K, V, A>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, K, V, R, F, A> RefUnwindSafe for otter_nodejs_tests::btree_map::ExtractIf<'a, K, V, R, F, A>

§

impl<'a, M> RefUnwindSafe for FlatMapSerializeMap<'a, M>
where M: RefUnwindSafe,

§

impl<'a, M> RefUnwindSafe for FlatMapSerializeStruct<'a, M>
where M: RefUnwindSafe,

§

impl<'a, M> RefUnwindSafe for FlatMapSerializeStructVariantAsMapValue<'a, M>
where M: RefUnwindSafe,

§

impl<'a, M> RefUnwindSafe for FlatMapSerializeTupleVariantAsMapValue<'a, M>
where M: RefUnwindSafe,

§

impl<'a, M> RefUnwindSafe for FlatMapSerializer<'a, M>
where M: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

impl<'a, P> RefUnwindSafe for otter_nodejs_tests::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, R> RefUnwindSafe for DecoderReader<'a, R>
where R: RefUnwindSafe,

§

impl<'a, R> RefUnwindSafe for otter_nodejs_tests::regex::bytes::ReplacerRef<'a, R>
where R: RefUnwindSafe + ?Sized,

§

impl<'a, R> RefUnwindSafe for otter_nodejs_tests::regex::ReplacerRef<'a, R>
where R: RefUnwindSafe + ?Sized,

§

impl<'a, R> RefUnwindSafe for ReadRefReader<'a, R>
where R: RefUnwindSafe + ?Sized,

§

impl<'a, R, T> RefUnwindSafe for MappedMutexGuard<'a, R, T>

§

impl<'a, R, T> RefUnwindSafe for MappedRwLockReadGuard<'a, R, T>

§

impl<'a, R, T> RefUnwindSafe for MappedRwLockWriteGuard<'a, R, T>

§

impl<'a, S> RefUnwindSafe for RecvMsg<'a, S>
where S: RefUnwindSafe,

§

impl<'a, S, T> RefUnwindSafe for SliceChooseIter<'a, S, T>

§

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

§

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

§

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

§

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

§

impl<'a, T> RefUnwindSafe for otter_nodejs_tests::mpsc::Iter<'a, T>

§

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

§

impl<'a, T> RefUnwindSafe for otter_nodejs_tests::rand::distributions::Slice<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for otter_nodejs_tests::inventory::core::result::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for otter_nodejs_tests::inventory::core::result::IterMut<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for otter_nodejs_tests::inventory::core::slice::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 otter_nodejs_tests::inventory::core::slice::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for otter_nodejs_tests::inventory::core::slice::IterMut<'a, T>
where T: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, A> RefUnwindSafe for otter_nodejs_tests::btree_set::Entry<'a, T, A>

§

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

§

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

§

impl<'a, T, A> RefUnwindSafe for otter_nodejs_tests::btree_set::OccupiedEntry<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for otter_nodejs_tests::btree_set::VacantEntry<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for alloc::vec::drain::Drain<'a, T, A>

§

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

§

impl<'a, T, F, A> RefUnwindSafe for alloc::vec::extract_if::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 otter_nodejs_tests::inventory::core::slice::RSplit<'a, T, P>

§

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

§

impl<'a, T, P> RefUnwindSafe for otter_nodejs_tests::inventory::core::slice::RSplitN<'a, T, P>

§

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

§

impl<'a, T, P> RefUnwindSafe for otter_nodejs_tests::inventory::core::slice::Split<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for otter_nodejs_tests::inventory::core::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 otter_nodejs_tests::inventory::core::slice::SplitN<'a, T, P>

§

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

§

impl<'a, T, R, F, A> RefUnwindSafe for otter_nodejs_tests::btree_set::ExtractIf<'a, T, R, F, A>

§

impl<'a, T, const CAP: usize> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::arrayvec::Drain<'a, T, CAP>
where T: RefUnwindSafe,

§

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

§

impl<'a, W> RefUnwindSafe for ExtFieldSerializer<'a, W>
where W: RefUnwindSafe,

§

impl<'a, W> RefUnwindSafe for ExtSerializer<'a, W>
where W: RefUnwindSafe,

§

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

§

impl<'b, 'c, T> RefUnwindSafe for otter_nodejs_tests::rmp_serde::decode::Reference<'b, 'c, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'c, 'h> RefUnwindSafe for otter_nodejs_tests::regex::bytes::SubCaptureMatches<'c, 'h>

§

impl<'c, 'h> RefUnwindSafe for otter_nodejs_tests::regex::SubCaptureMatches<'c, 'h>

§

impl<'c, 'w, W, F> RefUnwindSafe for ResponseOriginator<'c, 'w, W, F>

§

impl<'c, W> RefUnwindSafe for ResponseWriter<'c, W>
where W: RefUnwindSafe,

§

impl<'d> RefUnwindSafe for otter_nodejs_tests::nix::dir::Iter<'d>

§

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

§

impl<'de> RefUnwindSafe for TomlDe<'de>

§

impl<'de> RefUnwindSafe for ContentVisitor<'de>

§

impl<'de, E> RefUnwindSafe for BorrowedBytesDeserializer<'de, E>
where E: RefUnwindSafe,

§

impl<'de, E> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde::de::value::BorrowedStrDeserializer<'de, E>
where E: RefUnwindSafe,

§

impl<'de, E> RefUnwindSafe for BorrowedStrDeserializer<'de, E>
where E: RefUnwindSafe,

§

impl<'de, E> RefUnwindSafe for ContentDeserializer<'de, E>
where E: RefUnwindSafe,

§

impl<'de, E> RefUnwindSafe for EnumDeserializer<'de, E>
where E: RefUnwindSafe,

§

impl<'de, I, E> RefUnwindSafe for MapDeserializer<'de, I, E>
where <<I as Iterator>::Item as Pair>::Second: RefUnwindSafe, E: RefUnwindSafe, I: RefUnwindSafe,

§

impl<'de, R, T> RefUnwindSafe for StreamDeserializer<'de, R, T>

§

impl<'de, T> RefUnwindSafe for Borrowed<'de, T>
where T: RefUnwindSafe + ?Sized,

§

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

§

impl<'g> RefUnwindSafe for UniqueGenGen<'g>

§

impl<'h> RefUnwindSafe for otter_nodejs_tests::regex::bytes::Captures<'h>

§

impl<'h> RefUnwindSafe for otter_nodejs_tests::regex::bytes::Match<'h>

§

impl<'h> RefUnwindSafe for otter_nodejs_tests::regex::Captures<'h>

§

impl<'h> RefUnwindSafe for otter_nodejs_tests::regex::Match<'h>

§

impl<'i, P> RefUnwindSafe for EffectiveACL<'i, P>
where P: RefUnwindSafe,

§

impl<'pi> RefUnwindSafe for Count<'pi>

§

impl<'pi> RefUnwindSafe for ProgressInfo<'pi>

§

impl<'r> RefUnwindSafe for otter_nodejs_tests::regex::bytes::CaptureNames<'r>

§

impl<'r> RefUnwindSafe for otter_nodejs_tests::regex::CaptureNames<'r>

§

impl<'r, 'h> RefUnwindSafe for otter_nodejs_tests::regex::bytes::CaptureMatches<'r, 'h>

§

impl<'r, 'h> RefUnwindSafe for otter_nodejs_tests::regex::bytes::Matches<'r, 'h>

§

impl<'r, 'h> RefUnwindSafe for otter_nodejs_tests::regex::bytes::Split<'r, 'h>

§

impl<'r, 'h> RefUnwindSafe for otter_nodejs_tests::regex::bytes::SplitN<'r, 'h>

§

impl<'r, 'h> RefUnwindSafe for otter_nodejs_tests::regex::CaptureMatches<'r, 'h>

§

impl<'r, 'h> RefUnwindSafe for otter_nodejs_tests::regex::Matches<'r, 'h>

§

impl<'r, 'h> RefUnwindSafe for otter_nodejs_tests::regex::Split<'r, 'h>

§

impl<'r, 'h> RefUnwindSafe for otter_nodejs_tests::regex::SplitN<'r, 'h>

§

impl<'r, R> RefUnwindSafe for ReadFrame<'r, R>
where R: RefUnwindSafe,

§

impl<'s> RefUnwindSafe for otter_nodejs_tests::regex::bytes::NoExpand<'s>

§

impl<'s> RefUnwindSafe for otter_nodejs_tests::regex::NoExpand<'s>

§

impl<'s> RefUnwindSafe for Substituting<'s>

§

impl<'s> RefUnwindSafe for TomlQuote<'s>

§

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

§

impl<'t, T> RefUnwindSafe for DebugDebugIdentify<'t, T>
where T: RefUnwindSafe,

§

impl<'u> RefUnwindSafe for TransmitUpdate<'u>

§

impl<'v, T, I> RefUnwindSafe for otter_nodejs_tests::vecdeque_stableix::Iter<'v, T, I>

§

impl<'v, T, I> RefUnwindSafe for otter_nodejs_tests::vecdeque_stableix::IterMut<'v, T, I>

§

impl<'w, W> RefUnwindSafe for WriteFrame<'w, W>
where W: RefUnwindSafe,

§

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

§

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

§

impl<A> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::itertools::RepeatN<A>
where A: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

impl<A> RefUnwindSafe for otter_nodejs_tests::inventory::core::option::IntoIter<A>
where A: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

impl<A, B> RefUnwindSafe for otter_nodejs_tests::iter::Chain<A, B>

§

impl<A, B> RefUnwindSafe for otter_nodejs_tests::iter::Zip<A, B>

§

impl<ASO, MR> RefUnwindSafe for IteratorCore<ASO, MR>
where ASO: RefUnwindSafe, MR: RefUnwindSafe,

§

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

§

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

§

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

§

impl<BlockSize, Kind> RefUnwindSafe for BlockBuffer<BlockSize, Kind>
where <BlockSize as ArrayLength<u8>>::ArrayType: RefUnwindSafe, Kind: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

impl<D> RefUnwindSafe for OccultationKindGeneral<D>
where D: RefUnwindSafe,

§

impl<D, F, T, S> RefUnwindSafe for DistMap<D, F, T, S>

§

impl<D, R> RefUnwindSafe for DigestRead<D, R>

§

impl<D, R, T> RefUnwindSafe for DistIter<D, R, T>

§

impl<D, W> RefUnwindSafe for DigestWrite<D, W>

§

impl<Desc, Outl> RefUnwindSafe for GenericSimpleShape<Desc, Outl>
where Desc: RefUnwindSafe, Outl: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<F> RefUnwindSafe for otter_nodejs_tests::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<F> RefUnwindSafe for RepeatCall<F>
where F: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

impl<G> RefUnwindSafe for FromCoroutine<G>
where G: RefUnwindSafe,

§

impl<H> RefUnwindSafe for BuildHasherDefault<H>

§

impl<I> RefUnwindSafe for DelayedFormat<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 otter_nodejs_tests::iter::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 otter_nodejs_tests::iter::Take<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for Combinations<I>

§

impl<I> RefUnwindSafe for CombinationsWithReplacement<I>

§

impl<I> RefUnwindSafe for ExactlyOneError<I>

§

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

§

impl<I> RefUnwindSafe for MultiPeek<I>

§

impl<I> RefUnwindSafe for MultiProduct<I>

§

impl<I> RefUnwindSafe for PeekNth<I>

§

impl<I> RefUnwindSafe for Permutations<I>

§

impl<I> RefUnwindSafe for Powerset<I>

§

impl<I> RefUnwindSafe for PutBack<I>

§

impl<I> RefUnwindSafe for PutBackN<I>

§

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

§

impl<I> RefUnwindSafe for Unique<I>

§

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

§

impl<I> RefUnwindSafe for WithPosition<I>

§

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

§

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

§

impl<I, E> RefUnwindSafe for SeqDeserializer<I, E>

§

impl<I, ElemF> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::itertools::IntersperseWith<I, ElemF>

§

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

§

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

§

impl<I, F> RefUnwindSafe for otter_nodejs_tests::iter::Map<I, F>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<I, G> RefUnwindSafe for otter_nodejs_tests::iter::IntersperseWith<I, G>

§

impl<I, J> RefUnwindSafe for Diff<I, J>

§

impl<I, J> RefUnwindSafe for ConsTuples<I, J>
where I: RefUnwindSafe,

§

impl<I, J> RefUnwindSafe for Interleave<I, J>

§

impl<I, J> RefUnwindSafe for InterleaveShortest<I, J>

§

impl<I, J> RefUnwindSafe for Product<I, J>

§

impl<I, J> RefUnwindSafe for ZipEq<I, J>

§

impl<I, J, F> RefUnwindSafe for MergeBy<I, J, F>

§

impl<I, J, F> RefUnwindSafe for MergeJoinBy<I, J, F>

§

impl<I, P> RefUnwindSafe for otter_nodejs_tests::iter::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, T> RefUnwindSafe for CircularTupleWindows<I, T>

§

impl<I, T> RefUnwindSafe for TupleCombinations<I, T>
where <T as HasCombination<I>>::Combination: RefUnwindSafe, I: RefUnwindSafe,

§

impl<I, T> RefUnwindSafe for TupleWindows<I, T>

§

impl<I, T> RefUnwindSafe for Tuples<I, T>
where <T as TupleCollect>::Buffer: RefUnwindSafe, I: RefUnwindSafe,

§

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

§

impl<I, T> RefUnwindSafe for otter_nodejs_tests::IndexVec<I, T>
where T: RefUnwindSafe,

§

impl<I, T, E> RefUnwindSafe for FlattenOk<I, T, E>

§

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

§

impl<I, V, F> RefUnwindSafe for UniqueBy<I, V, F>

§

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

§

impl<IU, B> RefUnwindSafe for InvertedUInt<IU, B>

§

impl<Id> RefUnwindSafe for TokenRegistry<Id>
where Id: RefUnwindSafe,

§

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

§

impl<Idx> RefUnwindSafe for otter_nodejs_tests::inventory::core::ops::Range<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for otter_nodejs_tests::inventory::core::ops::RangeFrom<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for otter_nodejs_tests::inventory::core::ops::RangeInclusive<Idx>
where Idx: RefUnwindSafe,

§

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

§

impl<Idx> RefUnwindSafe for otter_nodejs_tests::inventory::core::ops::RangeToInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for otter_nodejs_tests::inventory::core::range::Range<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for otter_nodejs_tests::inventory::core::range::RangeFrom<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for otter_nodejs_tests::inventory::core::range::RangeInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for otter_nodejs_tests::inventory::core::range::RangeToInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<K, V> RefUnwindSafe for otter_nodejs_tests::slotmap::basic::IntoIter<K, V>
where V: RefUnwindSafe,

§

impl<K, V> RefUnwindSafe for otter_nodejs_tests::slotmap::dense::IntoIter<K, V>

§

impl<K, V> RefUnwindSafe for otter_nodejs_tests::slotmap::hop::IntoIter<K, V>
where V: RefUnwindSafe,

§

impl<K, V> RefUnwindSafe for otter_nodejs_tests::slotmap::secondary::IntoIter<K, V>
where V: RefUnwindSafe,

§

impl<K, V> RefUnwindSafe for otter_nodejs_tests::slotmap::sparse_secondary::IntoIter<K, V>
where V: RefUnwindSafe,

§

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

§

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

§

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

§

impl<K, V> RefUnwindSafe for DenseSlotMap<K, V>

§

impl<K, V> RefUnwindSafe for EnumMap<K, V>
where <K as EnumArray<V>>::Array: RefUnwindSafe,

§

impl<K, V> RefUnwindSafe for otter_nodejs_tests::tera::Map<K, V>

§

impl<K, V> RefUnwindSafe for otter_nodejs_tests::toml::map::Map<K, V>

§

impl<K, V, A> RefUnwindSafe for otter_nodejs_tests::btree_map::IntoIter<K, V, A>

§

impl<K, V, A> RefUnwindSafe for otter_nodejs_tests::btree_map::IntoKeys<K, V, A>

§

impl<K, V, A> RefUnwindSafe for otter_nodejs_tests::btree_map::IntoValues<K, V, A>

§

impl<K, V, A> RefUnwindSafe for otter_nodejs_tests::hash_map::IntoIter<K, V, A>

§

impl<K, V, A> RefUnwindSafe for otter_nodejs_tests::hash_map::IntoKeys<K, V, A>

§

impl<K, V, A> RefUnwindSafe for otter_nodejs_tests::hash_map::IntoValues<K, V, A>

§

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

§

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

§

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

§

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

§

impl<L, R> RefUnwindSafe for Either<L, R>

§

impl<L, R> RefUnwindSafe for IterEither<L, R>

§

impl<NS, ZL> RefUnwindSafe for PieceUpdateOp<NS, ZL>

§

impl<Ok, Error> RefUnwindSafe for Impossible<Ok, Error>
where Ok: RefUnwindSafe, Error: RefUnwindSafe,

§

impl<P> RefUnwindSafe for MaybeDangling<P>
where P: RefUnwindSafe + ?Sized,

§

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

§

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

§

impl<P, Z> RefUnwindSafe for PriOccultedGeneral<P, Z>

§

impl<POEPU, EM> RefUnwindSafe for ErrorSignaledViaUpdate<POEPU, EM>
where EM: RefUnwindSafe, POEPU: RefUnwindSafe,

§

impl<Perm> RefUnwindSafe for Acl<Perm>
where Perm: RefUnwindSafe,

§

impl<Perm> RefUnwindSafe for AclEntry<Perm>
where Perm: RefUnwindSafe,

§

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

§

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

§

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

§

impl<R> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde_json::Deserializer<R>
where R: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<R, C> RefUnwindSafe for otter_nodejs_tests::rmp_serde::Deserializer<R, C>

§

impl<R, Rsdr> RefUnwindSafe for ReseedingRng<R, Rsdr>

§

impl<R, W> RefUnwindSafe for MgmtChannel<R, W>

§

impl<RW> RefUnwindSafe for BrokenFuse<RW>
where RW: RefUnwindSafe,

§

impl<RW> RefUnwindSafe for otter_nodejs_tests::otter_support::packetframe::Fuse<RW>
where RW: RefUnwindSafe,

§

impl<RW> RefUnwindSafe for TimedFd<RW>
where RW: RefUnwindSafe,

§

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

§

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

§

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

§

impl<St, F> RefUnwindSafe for Iterate<St, F>

§

impl<St, F> RefUnwindSafe for Unfold<St, F>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<T> RefUnwindSafe for CoreWrapper<T>

§

impl<T> RefUnwindSafe for RtVariableCoreWrapper<T>

§

impl<T> RefUnwindSafe for XofReaderCoreWrapper<T>

§

impl<T> RefUnwindSafe for CtOutput<T>

§

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

§

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

§

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

§

impl<T> RefUnwindSafe for otter_nodejs_tests::iter::Empty<T>

§

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

§

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

§

impl<T> RefUnwindSafe for otter_nodejs_tests::mpsc::IntoIter<T>

§

impl<T> RefUnwindSafe for otter_nodejs_tests::mpsc::Receiver<T>

§

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

§

impl<T> RefUnwindSafe for otter_nodejs_tests::mpsc::Sender<T>

§

impl<T> RefUnwindSafe for SyncSender<T>

§

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

§

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

§

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

§

impl<T> RefUnwindSafe for otter_nodejs_tests::once_cell::sync::OnceCell<T>

§

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

§

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

§

impl<T> RefUnwindSafe for TupleBuffer<T>
where <T as TupleCollect>::Buffer: RefUnwindSafe,

§

impl<T> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::itertools::Zip<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Discriminant<T>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<T> RefUnwindSafe for LocalKey<T>

§

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

§

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

§

impl<T> RefUnwindSafe for Pending<T>

§

impl<T> RefUnwindSafe for Ready<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 Saturating<T>
where T: RefUnwindSafe,

§

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

§

impl<T> RefUnwindSafe for otter_nodejs_tests::inventory::core::result::IntoIter<T>
where T: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<T, A> RefUnwindSafe for otter_nodejs_tests::btree_set::IntoIter<T, A>

§

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

§

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

§

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

§

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

§

impl<T, A> RefUnwindSafe for alloc::vec::into_iter::IntoIter<T, A>

§

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

§

impl<T, D> RefUnwindSafe for DebugReader<T, D>

§

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

§

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

§

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

§

impl<T, I> RefUnwindSafe for Deque<T, I>

§

impl<T, I> RefUnwindSafe for otter_nodejs_tests::vecdeque_stableix::IntoIter<T, I>

§

impl<T, N> RefUnwindSafe for GenericArrayIter<T, N>

§

impl<T, OutSize, O> RefUnwindSafe for CtVariableCoreWrapper<T, OutSize, O>
where T: RefUnwindSafe, OutSize: RefUnwindSafe, O: RefUnwindSafe,

§

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

§

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

§

impl<T, U> RefUnwindSafe for GenericArray<T, U>

§

impl<T, U> RefUnwindSafe for otter_nodejs_tests::io::Chain<T, U>

§

impl<T, U> RefUnwindSafe for ZipLongest<T, U>

§

impl<T, const CAP: usize> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::arrayvec::IntoIter<T, CAP>
where T: RefUnwindSafe,

§

impl<T, const CAP: usize> RefUnwindSafe for ArrayVec<T, CAP>
where T: RefUnwindSafe,

§

impl<T, const N: usize> RefUnwindSafe for otter_nodejs_tests::inventory::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<T, const VARIANT: u32, const FIELD: u32> RefUnwindSafe for FieldRepresentingType<T, VARIANT, FIELD>
where T: ?Sized,

§

impl<Tz> RefUnwindSafe for otter_nodejs_tests::chrono::Date<Tz>
where <Tz as TimeZone>::Offset: RefUnwindSafe,

§

impl<Tz> RefUnwindSafe for otter_nodejs_tests::chrono::DateTime<Tz>
where <Tz as TimeZone>::Offset: RefUnwindSafe,

§

impl<U> RefUnwindSafe for NInt<U>
where U: RefUnwindSafe,

§

impl<U> RefUnwindSafe for PInt<U>
where U: RefUnwindSafe,

§

impl<U> RefUnwindSafe for PreparedPieceUpdateGeneral<U>
where U: RefUnwindSafe,

§

impl<U, B> RefUnwindSafe for UInt<U, B>

§

impl<V, A> RefUnwindSafe for TArr<V, A>

§

impl<W> RefUnwindSafe for EncoderWriter<W>
where W: RefUnwindSafe,

§

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

§

impl<W> RefUnwindSafe for otter_nodejs_tests::rand::distributions::weighted::alias_method::WeightedIndex<W>
where W: RefUnwindSafe,

§

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

§

impl<W> RefUnwindSafe for FrameWriter<W>
where W: RefUnwindSafe,

§

impl<W> RefUnwindSafe for SigPipeWriter<W>
where W: RefUnwindSafe,

§

impl<W> RefUnwindSafe for ZipWriter<W>
where W: RefUnwindSafe,

§

impl<W, C> RefUnwindSafe for otter_nodejs_tests::rmp_serde::Serializer<W, C>

§

impl<W, F> RefUnwindSafe for otter_nodejs_tests::otter_base::crates::serde_json::Serializer<W, F>

§

impl<X> RefUnwindSafe for Uniform<X>

§

impl<X> RefUnwindSafe for otter_nodejs_tests::rand::distributions::WeightedIndex<X>

§

impl<X> RefUnwindSafe for UniformFloat<X>
where X: RefUnwindSafe,

§

impl<X> RefUnwindSafe for UniformInt<X>
where X: RefUnwindSafe,

§

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

§

impl<const CAP: usize> RefUnwindSafe for ArrayString<CAP>