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

impl RefUnwindSafe for Condvar

Source§

impl RefUnwindSafe for anyhow::Error

1.59.0 · Source§

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

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

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

1.80.0 · Source§

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

1.9.0 · Source§

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

1.9.0 · Source§

impl<T> RefUnwindSafe for AssertUnwindSafe<T>

1.14.0 · Source§

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

Available on target_has_atomic_load_store=ptr only.
1.12.0 · Source§

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

1.28.0 · Source§

impl<T> RefUnwindSafe for NonZero<T>

1.70.0 · Source§

impl<T> RefUnwindSafe for OnceLock<T>

Source§

impl<T> RefUnwindSafe for Receiver<T>

Source§

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

1.12.0 · Source§

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

Source§

impl<T> RefUnwindSafe for Sender<T>

Auto implementors§

§

impl !RefUnwindSafe for CompiledFunctionBody

§

impl RefUnwindSafe for wasmtime_environ::Abi

§

impl RefUnwindSafe for wasmtime_environ::__core::mem::type_info::Abi

§

impl RefUnwindSafe for AbstractResourceIndex

§

impl RefUnwindSafe for Adapter

§

impl RefUnwindSafe for AdapterId

§

impl RefUnwindSafe for AdapterModuleId

§

impl RefUnwindSafe for AdapterOptions

§

impl RefUnwindSafe for AddrParseError

§

impl RefUnwindSafe for AddressMapSection

§

impl RefUnwindSafe for wasmtime_environ::__core::mem::Alignment

§

impl RefUnwindSafe for wasmtime_environ::__core::fmt::Alignment

§

impl RefUnwindSafe for AllocError

§

impl RefUnwindSafe for AnyhowCtor

§

impl RefUnwindSafe for Array

§

impl RefUnwindSafe for AsciiChar

§

impl RefUnwindSafe for Assume

§

impl RefUnwindSafe for Atom

§

impl RefUnwindSafe for AtomicOrdering

§

impl RefUnwindSafe for BasicBlock

§

impl RefUnwindSafe for Big8x3

§

impl RefUnwindSafe for Big32x40

§

impl RefUnwindSafe for Bool

§

impl RefUnwindSafe for BorrowError

§

impl RefUnwindSafe for BorrowMutError

§

impl RefUnwindSafe for BuiltinFunctionIndex

§

impl RefUnwindSafe for ByteStr

§

impl RefUnwindSafe for CStr

§

impl RefUnwindSafe for CallbackId

§

impl RefUnwindSafe for CanonicalAbiInfo

§

impl RefUnwindSafe for wasmtime_environ::component::CanonicalOptions

§

impl RefUnwindSafe for wasmtime_environ::component::dfg::CanonicalOptions

§

impl RefUnwindSafe for wasmtime_environ::component::CanonicalOptionsDataModel

§

impl RefUnwindSafe for wasmtime_environ::component::dfg::CanonicalOptionsDataModel

§

impl RefUnwindSafe for Char

§

impl RefUnwindSafe for CharCase

§

impl RefUnwindSafe for CharTryFromError

§

impl RefUnwindSafe for CodePointInner

§

impl RefUnwindSafe for Collector

§

impl RefUnwindSafe for CompileError

§

impl RefUnwindSafe for CompiledComponentInfo

§

impl RefUnwindSafe for CompiledFunctionsTable

§

impl RefUnwindSafe for CompiledFunctionsTableBuilder

§

impl RefUnwindSafe for CompiledModuleInfo

§

impl RefUnwindSafe for CompiledTrap

§

impl RefUnwindSafe for Component

§

impl RefUnwindSafe for ComponentArtifacts

§

impl RefUnwindSafe for ComponentBuiltinFunctionIndex

§

impl RefUnwindSafe for ComponentDfg

§

impl RefUnwindSafe for ComponentExtern

§

impl RefUnwindSafe for ComponentExternData

§

impl RefUnwindSafe for ComponentFuncIndex

§

impl RefUnwindSafe for ComponentIndex

§

impl RefUnwindSafe for ComponentInstanceIndex

§

impl RefUnwindSafe for ComponentItem

§

impl RefUnwindSafe for ComponentPC

§

impl RefUnwindSafe for ComponentTranslation

§

impl RefUnwindSafe for ComponentTypeIndex

§

impl RefUnwindSafe for ComponentTypes

§

impl RefUnwindSafe for ComponentTypesBuilder

§

impl RefUnwindSafe for ComponentUpvarIndex

§

impl RefUnwindSafe for ConfigTunables

§

impl RefUnwindSafe for Const

§

impl RefUnwindSafe for ConstExpr

§

impl RefUnwindSafe for ConstOp

§

impl RefUnwindSafe for CopyingTypeLayouts

§

impl RefUnwindSafe for wasmtime_environ::component::CoreDef

§

impl RefUnwindSafe for wasmtime_environ::component::dfg::CoreDef

§

impl RefUnwindSafe for CpuidResult

§

impl RefUnwindSafe for DataIndex

§

impl RefUnwindSafe for DataModel

§

impl RefUnwindSafe for DebugAsHex

§

impl RefUnwindSafe for Decimal

§

impl RefUnwindSafe for DecimalSeq

§

impl RefUnwindSafe for DecodeUtf16Error

§

impl RefUnwindSafe for Decoded

§

impl RefUnwindSafe for DefaultHasher

§

impl RefUnwindSafe for DefinedFuncIndex

§

impl RefUnwindSafe for DefinedGlobalIndex

§

impl RefUnwindSafe for DefinedMemoryIndex

§

impl RefUnwindSafe for DefinedResourceIndex

§

impl RefUnwindSafe for DefinedTableIndex

§

impl RefUnwindSafe for DefinedTagIndex

§

impl RefUnwindSafe for DrcTypeLayouts

§

impl RefUnwindSafe for Duration

§

impl RefUnwindSafe for DynTrait

§

impl RefUnwindSafe for DynTraitPredicate

§

impl RefUnwindSafe for ElemIndex

§

impl RefUnwindSafe for wasmtime_environ::__core::io::Empty

§

impl RefUnwindSafe for EngineInternedRecGroupIndex

§

impl RefUnwindSafe for EngineOrModuleTypeIndex

§

impl RefUnwindSafe for EntityIndex

§

impl RefUnwindSafe for EntityType

§

impl RefUnwindSafe for Enum

§

impl RefUnwindSafe for wasmtime_environ::prelude::Error

§

impl RefUnwindSafe for wasmtime_environ::__core::fmt::Error

§

impl RefUnwindSafe for ErrorKind

§

impl RefUnwindSafe for wasmtime_environ::__core::char::EscapeDebug

§

impl RefUnwindSafe for wasmtime_environ::__core::ascii::EscapeDefault

§

impl RefUnwindSafe for wasmtime_environ::__core::char::EscapeDefault

§

impl RefUnwindSafe for wasmtime_environ::__core::char::EscapeUnicode

§

impl RefUnwindSafe for Evaporation

§

impl RefUnwindSafe for wasmtime_environ::component::Export

§

impl RefUnwindSafe for wasmtime_environ::component::dfg::Export

§

impl RefUnwindSafe for ExportIndex

§

impl RefUnwindSafe for ExtractCallback

§

impl RefUnwindSafe for ExtractMemory

§

impl RefUnwindSafe for ExtractPostReturn

§

impl RefUnwindSafe for ExtractRealloc

§

impl RefUnwindSafe for ExtractTable

§

impl RefUnwindSafe for Field

§

impl RefUnwindSafe for FieldId

§

impl RefUnwindSafe for FilePos

§

impl RefUnwindSafe for FixedEncoding

§

impl RefUnwindSafe for FlatType

§

impl RefUnwindSafe for Float

§

impl RefUnwindSafe for FnPtr

§

impl RefUnwindSafe for FormattingOptions

§

impl RefUnwindSafe for FpCategory

§

impl RefUnwindSafe for FrameInstPos

§

impl RefUnwindSafe for FrameStackShape

§

impl RefUnwindSafe for FrameStateSlotBuilder

§

impl RefUnwindSafe for FrameStateSlotOffset

§

impl RefUnwindSafe for FrameTableBuilder

§

impl RefUnwindSafe for FrameTableDescriptorIndex

§

impl RefUnwindSafe for FrameValType

§

impl RefUnwindSafe for FromBytesUntilNulError

§

impl RefUnwindSafe for FromBytesWithNulError

§

impl RefUnwindSafe for FullDecoded

§

impl RefUnwindSafe for FuncIndex

§

impl RefUnwindSafe for FuncKey

§

impl RefUnwindSafe for FuncKeyIndex

§

impl RefUnwindSafe for FuncKeyKind

§

impl RefUnwindSafe for FuncKeyNamespace

§

impl RefUnwindSafe for FuncRefIndex

§

impl RefUnwindSafe for FunctionLoc

§

impl RefUnwindSafe for FunctionMetadata

§

impl RefUnwindSafe for FunctionName

§

impl RefUnwindSafe for FunctionType

§

impl RefUnwindSafe for FutureInfo

§

impl RefUnwindSafe for GcArrayLayout

§

impl RefUnwindSafe for GcLayout

§

impl RefUnwindSafe for GcStructLayout

§

impl RefUnwindSafe for GcStructLayoutField

§

impl RefUnwindSafe for Generic

§

impl RefUnwindSafe for GenericType

§

impl RefUnwindSafe for GetDisjointMutError

§

impl RefUnwindSafe for Global

§

impl RefUnwindSafe for GlobalConstValue

§

impl RefUnwindSafe for GlobalIndex

§

impl RefUnwindSafe for GlobalInitializer

§

impl RefUnwindSafe for HostCall

§

impl RefUnwindSafe for HostPtr

§

impl RefUnwindSafe for I32NotAllOnes

§

impl RefUnwindSafe for I64NotAllOnes

§

impl RefUnwindSafe for Import

§

impl RefUnwindSafe for ImportIndex

§

impl RefUnwindSafe for IndexType

§

impl RefUnwindSafe for Infallible

§

impl RefUnwindSafe for Initializer

§

impl RefUnwindSafe for InlineTraceInfo

§

impl RefUnwindSafe for Inlining

§

impl RefUnwindSafe for Instance

§

impl RefUnwindSafe for InstanceId

§

impl RefUnwindSafe for InstantiateModule

§

impl RefUnwindSafe for InstructionAddressMap

§

impl RefUnwindSafe for Int

§

impl RefUnwindSafe for IntErrorKind

§

impl RefUnwindSafe for InterfaceType

§

impl RefUnwindSafe for IpAddr

§

impl RefUnwindSafe for Ipv4Addr

§

impl RefUnwindSafe for Ipv6Addr

§

impl RefUnwindSafe for Ipv6MulticastScope

§

impl RefUnwindSafe for Last

§

impl RefUnwindSafe for Layout

§

impl RefUnwindSafe for LayoutError

§

impl RefUnwindSafe for Lifetime

§

impl RefUnwindSafe for Limits

§

impl RefUnwindSafe for LinearMemoryOptions

§

impl RefUnwindSafe for LocalDataModel

§

impl RefUnwindSafe for LocalWaker

§

impl RefUnwindSafe for Locality

§

impl RefUnwindSafe for LoweredIndex

§

impl RefUnwindSafe for Memory

§

impl RefUnwindSafe for MemoryId

§

impl RefUnwindSafe for MemoryIndex

§

impl RefUnwindSafe for MemoryInitialization

§

impl RefUnwindSafe for MemoryKind

§

impl RefUnwindSafe for MemorySegmentOffset

§

impl RefUnwindSafe for Metadata

§

impl RefUnwindSafe for wasmtime_environ::Module

§

impl RefUnwindSafe for ModuleIndex

§

impl RefUnwindSafe for ModuleInstanceIndex

§

impl RefUnwindSafe for ModuleInternedRecGroupIndex

§

impl RefUnwindSafe for ModuleInternedTypeIndex

§

impl RefUnwindSafe for ModulePC

§

impl RefUnwindSafe for ModuleStartup

§

impl RefUnwindSafe for ModuleTypes

§

impl RefUnwindSafe for ModuleTypesBuilder

§

impl RefUnwindSafe for ModuleUpvarIndex

§

impl RefUnwindSafe for MsgCtor

§

impl RefUnwindSafe for NameMapNoIntern

§

impl RefUnwindSafe for Nanoseconds

§

impl RefUnwindSafe for NewCtor

§

impl RefUnwindSafe for NonMaxU8

§

impl RefUnwindSafe for NonMaxU16

§

impl RefUnwindSafe for NonMaxU32

§

impl RefUnwindSafe for NonMaxU64

§

impl RefUnwindSafe for NonMaxUsize

§

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 NullTypeLayouts

§

impl RefUnwindSafe for ObjectCrateErrorWrapper

§

impl RefUnwindSafe for ObjectKind

§

impl RefUnwindSafe for OneSidedRangeBound

§

impl RefUnwindSafe for OperatorCost

§

impl RefUnwindSafe for OperatorCostStrategy

§

impl RefUnwindSafe for OptionsId

§

impl RefUnwindSafe for OptionsIndex

§

impl RefUnwindSafe for wasmtime_environ::__core::cmp::Ordering

§

impl RefUnwindSafe for wasmtime_environ::__core::sync::atomic::Ordering

§

impl RefUnwindSafe for OutOfMemory

§

impl RefUnwindSafe for OwnedMemoryIndex

§

impl RefUnwindSafe for ParseBoolError

§

impl RefUnwindSafe for ParseCharError

§

impl RefUnwindSafe for ParseFloatError

§

impl RefUnwindSafe for ParseIntError

§

impl RefUnwindSafe for PassiveElemIndex

§

impl RefUnwindSafe for PhantomPinned

§

impl RefUnwindSafe for Pointer

§

impl RefUnwindSafe for PostReturnId

§

impl RefUnwindSafe for RandomState

§

impl RefUnwindSafe for RangeFull

§

impl RefUnwindSafe for RawWaker

§

impl RefUnwindSafe for RawWakerVTable

§

impl RefUnwindSafe for ReallocId

§

impl RefUnwindSafe for RecGroupRelativeTypeIndex

§

impl RefUnwindSafe for RecordField

§

impl RefUnwindSafe for Reference

§

impl RefUnwindSafe for wasmtime_environ::__core::io::Repeat

§

impl RefUnwindSafe for wasmtime_environ::component::Resource

§

impl RefUnwindSafe for wasmtime_environ::component::dfg::Resource

§

impl RefUnwindSafe for ResourceIndex

§

impl RefUnwindSafe for ResourcesBuilder

§

impl RefUnwindSafe for ReturnToArg

§

impl RefUnwindSafe for RuntimeCallbackIndex

§

impl RefUnwindSafe for RuntimeComponentInstanceIndex

§

impl RefUnwindSafe for RuntimeDataIndex

§

impl RefUnwindSafe for RuntimeImportIndex

§

impl RefUnwindSafe for RuntimeInstanceIndex

§

impl RefUnwindSafe for RuntimeMemoryIndex

§

impl RefUnwindSafe for RuntimePostReturnIndex

§

impl RefUnwindSafe for RuntimeReallocIndex

§

impl RefUnwindSafe for RuntimeTableIndex

§

impl RefUnwindSafe for Scc

§

impl RefUnwindSafe for SearchStep

§

impl RefUnwindSafe for Setting

§

impl RefUnwindSafe for SettingKind

§

impl RefUnwindSafe for SideEffect

§

impl RefUnwindSafe for Sign

§

impl RefUnwindSafe for wasmtime_environ::__core::fmt::Sign

§

impl RefUnwindSafe for SimdAlign

§

impl RefUnwindSafe for Sink

§

impl RefUnwindSafe for SipHasher

§

impl RefUnwindSafe for SizeOverflow

§

impl RefUnwindSafe for Slice

§

impl RefUnwindSafe for SocketAddr

§

impl RefUnwindSafe for SocketAddrV4

§

impl RefUnwindSafe for SocketAddrV6

§

impl RefUnwindSafe for StackMapSection

§

impl RefUnwindSafe for StaticComponentIndex

§

impl RefUnwindSafe for StaticModuleIndex

§

impl RefUnwindSafe for Str

§

impl RefUnwindSafe for StreamInfo

§

impl RefUnwindSafe for String

§

impl RefUnwindSafe for StringEncoding

§

impl RefUnwindSafe for StringPool

§

impl RefUnwindSafe for Struct

§

impl RefUnwindSafe for Table

§

impl RefUnwindSafe for TableId

§

impl RefUnwindSafe for TableIndex

§

impl RefUnwindSafe for TableInitialValue

§

impl RefUnwindSafe for TableInitialization

§

impl RefUnwindSafe for TableSegment

§

impl RefUnwindSafe for TableSegmentElements

§

impl RefUnwindSafe for Tag

§

impl RefUnwindSafe for TagIndex

§

impl RefUnwindSafe for ToLowercase

§

impl RefUnwindSafe for ToTitlecase

§

impl RefUnwindSafe for ToUppercase

§

impl RefUnwindSafe for Trait

§

impl RefUnwindSafe for wasmtime_environ::component::Trampoline

§

impl RefUnwindSafe for wasmtime_environ::component::dfg::Trampoline

§

impl RefUnwindSafe for TrampolineIndex

§

impl RefUnwindSafe for Transcode

§

impl RefUnwindSafe for Trap

§

impl RefUnwindSafe for TrapEncodingBuilder

§

impl RefUnwindSafe for TrapInformation

§

impl RefUnwindSafe for TrapSentinel

§

impl RefUnwindSafe for TryCaptureWithDebug

§

impl RefUnwindSafe for TryCaptureWithoutDebug

§

impl RefUnwindSafe for TryFromCharError

§

impl RefUnwindSafe for TryFromFloatSecsError

§

impl RefUnwindSafe for TryFromIntError

§

impl RefUnwindSafe for TryFromSliceError

§

impl RefUnwindSafe for TryString

§

impl RefUnwindSafe for Tunables

§

impl RefUnwindSafe for Tuple

§

impl RefUnwindSafe for Type

§

impl RefUnwindSafe for TypeComponent

§

impl RefUnwindSafe for TypeComponentGlobalErrorContextTableIndex

§

impl RefUnwindSafe for TypeComponentIndex

§

impl RefUnwindSafe for TypeComponentInstance

§

impl RefUnwindSafe for TypeComponentInstanceIndex

§

impl RefUnwindSafe for TypeComponentLocalErrorContextTableIndex

§

impl RefUnwindSafe for TypeDef

§

impl RefUnwindSafe for TypeEnum

§

impl RefUnwindSafe for TypeEnumIndex

§

impl RefUnwindSafe for TypeErrorContextTable

§

impl RefUnwindSafe for TypeFixedLengthList

§

impl RefUnwindSafe for TypeFixedLengthListIndex

§

impl RefUnwindSafe for TypeFlags

§

impl RefUnwindSafe for TypeFlagsIndex

§

impl RefUnwindSafe for TypeFunc

§

impl RefUnwindSafe for TypeFuncIndex

§

impl RefUnwindSafe for TypeFuture

§

impl RefUnwindSafe for TypeFutureIndex

§

impl RefUnwindSafe for TypeFutureTable

§

impl RefUnwindSafe for TypeFutureTableIndex

§

impl RefUnwindSafe for TypeId

§

impl RefUnwindSafe for TypeIndex

§

impl RefUnwindSafe for TypeKind

§

impl RefUnwindSafe for TypeList

§

impl RefUnwindSafe for TypeListIndex

§

impl RefUnwindSafe for TypeMap

§

impl RefUnwindSafe for TypeMapIndex

§

impl RefUnwindSafe for TypeModule

§

impl RefUnwindSafe for TypeModuleIndex

§

impl RefUnwindSafe for TypeOption

§

impl RefUnwindSafe for TypeOptionIndex

§

impl RefUnwindSafe for TypeRecord

§

impl RefUnwindSafe for TypeRecordIndex

§

impl RefUnwindSafe for TypeResourceTable

§

impl RefUnwindSafe for TypeResourceTableIndex

§

impl RefUnwindSafe for TypeResult

§

impl RefUnwindSafe for TypeResultIndex

§

impl RefUnwindSafe for TypeStream

§

impl RefUnwindSafe for TypeStreamIndex

§

impl RefUnwindSafe for TypeStreamTable

§

impl RefUnwindSafe for TypeStreamTableIndex

§

impl RefUnwindSafe for TypeTuple

§

impl RefUnwindSafe for TypeTupleIndex

§

impl RefUnwindSafe for TypeVariant

§

impl RefUnwindSafe for TypeVariantIndex

§

impl RefUnwindSafe for U32NotAllOnes

§

impl RefUnwindSafe for U64NotAllOnes

§

impl RefUnwindSafe for wasmtime_environ::__core::mem::type_info::Union

§

impl RefUnwindSafe for UnsafeIntrinsic

§

impl RefUnwindSafe for UnwindActionArg

§

impl RefUnwindSafe for UnwindTerminateReason

§

impl RefUnwindSafe for UsizeNoHighBit

§

impl RefUnwindSafe for Utf8BoundaryError

§

impl RefUnwindSafe for Utf8Error

§

impl RefUnwindSafe for VMGcKind

§

impl RefUnwindSafe for VMSharedTypeIndex

§

impl RefUnwindSafe for Variant

§

impl RefUnwindSafe for VariantInfo

§

impl RefUnwindSafe for Waker

§

impl RefUnwindSafe for WasmArrayType

§

impl RefUnwindSafe for WasmChecksum

§

impl RefUnwindSafe for WasmCompositeInnerType

§

impl RefUnwindSafe for WasmCompositeType

§

impl RefUnwindSafe for WasmContType

§

impl RefUnwindSafe for WasmError

§

impl RefUnwindSafe for WasmExnType

§

impl RefUnwindSafe for WasmFieldType

§

impl RefUnwindSafe for WasmFileInfo

§

impl RefUnwindSafe for WasmFuncType

§

impl RefUnwindSafe for WasmHeapBottomType

§

impl RefUnwindSafe for WasmHeapTopType

§

impl RefUnwindSafe for WasmHeapType

§

impl RefUnwindSafe for WasmRecGroup

§

impl RefUnwindSafe for WasmRefType

§

impl RefUnwindSafe for WasmStorageType

§

impl RefUnwindSafe for WasmStructType

§

impl RefUnwindSafe for WasmSubType

§

impl RefUnwindSafe for WasmValType

§

impl RefUnwindSafe for __m128

§

impl RefUnwindSafe for __m256

§

impl RefUnwindSafe for __m512

§

impl RefUnwindSafe for __m128bh

§

impl RefUnwindSafe for __m128d

§

impl RefUnwindSafe for __m128h

§

impl RefUnwindSafe for __m128i

§

impl RefUnwindSafe for __m256bh

§

impl RefUnwindSafe for __m256d

§

impl RefUnwindSafe for __m256h

§

impl RefUnwindSafe for __m256i

§

impl RefUnwindSafe for __m512bh

§

impl RefUnwindSafe for __m512d

§

impl RefUnwindSafe for __m512h

§

impl RefUnwindSafe for __m512i

§

impl RefUnwindSafe for bf16

§

impl RefUnwindSafe for c_void

§

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

§

impl<'a, 'b> !RefUnwindSafe for DebugList<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugMap<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugSet<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugStruct<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugTuple<'a, 'b>

§

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

§

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

§

impl<'a, 'data> !RefUnwindSafe for Translator<'a, 'data>

§

impl<'a, 'data> RefUnwindSafe for ModuleEnvironment<'a, 'data>

§

impl<'a, A> RefUnwindSafe for wasmtime_environ::__core::option::Iter<'a, A>
where A: RefUnwindSafe,

§

impl<'a, A> RefUnwindSafe for wasmtime_environ::__core::option::IterMut<'a, A>
where A: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

impl<'a, K, A> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_set::Drain<'a, K, A>

§

impl<'a, K, F, A> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_set::ExtractIf<'a, K, F, A>

§

impl<'a, K, V, A> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_map::Drain<'a, K, V, A>

§

impl<'a, K, V, A> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_map::Entry<'a, K, V, A>

§

impl<'a, K, V, A> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_map::OccupiedEntry<'a, K, V, A>

§

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

§

impl<'a, K, V, A> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_map::VacantEntry<'a, K, V, A>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, K, V> RefUnwindSafe for wasmtime_environ::collections::btree_map::Entry<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_map::Iter<'a, K, V>

§

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

§

impl<'a, K, V> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_map::IterMut<'a, K, V>

§

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

§

impl<'a, K, V> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_map::Keys<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for wasmtime_environ::collections::btree_map::OccupiedEntry<'a, K, V>

§

impl<'a, K, V> RefUnwindSafe for wasmtime_environ::collections::btree_map::VacantEntry<'a, K, V>

§

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

§

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

§

impl<'a, K> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_set::Iter<'a, K>
where K: RefUnwindSafe,

§

impl<'a, K> RefUnwindSafe for SetIter<'a, K>
where K: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, P> RefUnwindSafe for wasmtime_environ::__core::slice::RSplit<'a, T, P>

§

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

§

impl<'a, T, P> RefUnwindSafe for wasmtime_environ::__core::slice::RSplitN<'a, T, P>

§

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

§

impl<'a, T, P> RefUnwindSafe for wasmtime_environ::__core::slice::Split<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for wasmtime_environ::__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 wasmtime_environ::__core::slice::SplitN<'a, T, P>

§

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

§

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

§

impl<'a, T, S, A> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_set::Entry<'a, T, S, A>

§

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

§

impl<'a, T, S, A> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_set::OccupiedEntry<'a, T, S, A>

§

impl<'a, T, S, A> RefUnwindSafe for SymmetricDifference<'a, T, S, A>

§

impl<'a, T, S, A> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_set::Union<'a, T, S, A>

§

impl<'a, T, S, A> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_set::VacantEntry<'a, T, S, A>

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T> RefUnwindSafe for wasmtime_environ::__core::result::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for wasmtime_environ::__core::slice::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for wasmtime_environ::__core::result::IterMut<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for wasmtime_environ::__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, const N: usize> RefUnwindSafe for CharArraySearcher<'a, N>

§

impl<'a> !RefUnwindSafe for wasmtime_environ::error::Chain<'a>

§

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

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for AbstractInstantiations<'a>

§

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

§

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

§

impl<'a> RefUnwindSafe for wasmtime_environ::__core::ffi::c_str::Bytes<'a>

§

impl<'a> RefUnwindSafe for wasmtime_environ::__core::str::Bytes<'a>

§

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

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for DebugInfoData<'a>

§

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

§

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

§

impl<'a> RefUnwindSafe for wasmtime_environ::__core::str::EscapeDebug<'a>

§

impl<'a> RefUnwindSafe for wasmtime_environ::__core::str::EscapeDefault<'a>

§

impl<'a> RefUnwindSafe for wasmtime_environ::__core::str::EscapeUnicode<'a>

§

impl<'a> RefUnwindSafe for FlagValue<'a>

§

impl<'a> RefUnwindSafe for FlatTypes<'a>

§

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

§

impl<'a> RefUnwindSafe for FrameStateSlot<'a>

§

impl<'a> RefUnwindSafe for FrameTable<'a>

§

impl<'a> RefUnwindSafe for FrameTableBreakpointData<'a>

§

impl<'a> RefUnwindSafe for FunctionBodyData<'a>

§

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

§

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

§

impl<'a> RefUnwindSafe for Lines<'a>

§

impl<'a> RefUnwindSafe for LinesAny<'a>

§

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

§

impl<'a> RefUnwindSafe for MemoryInit<'a>

§

impl<'a> RefUnwindSafe for MemoryInitializer<'a>

§

impl<'a> RefUnwindSafe for MemoryTunables<'a>

§

impl<'a> RefUnwindSafe for wasmtime_environ::fact::Module<'a>

§

impl<'a> RefUnwindSafe for NameSection<'a>

§

impl<'a> RefUnwindSafe for ObjectBuilder<'a>

§

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

§

impl<'a> RefUnwindSafe for PanicMessage<'a>

§

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

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for SplitAsciiWhitespace<'a>

§

impl<'a> RefUnwindSafe for SplitWhitespace<'a>

§

impl<'a> RefUnwindSafe for StackMap<'a>

§

impl<'a> RefUnwindSafe for Utf8Chunk<'a>

§

impl<'a> RefUnwindSafe for Utf8Chunks<'a>

§

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

§

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

§

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

§

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

§

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

§

impl<'data> RefUnwindSafe for ModuleTranslation<'data>

§

impl<A, B> RefUnwindSafe for wasmtime_environ::__core::iter::Chain<A, B>

§

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

§

impl<A> RefUnwindSafe for wasmtime_environ::__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> RefUnwindSafe for wasmtime_environ::__core::iter::Repeat<A>
where A: RefUnwindSafe,

§

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

§

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

§

impl<Dyn> !RefUnwindSafe for DynMetadata<Dyn>

§

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

§

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

§

impl<F> RefUnwindSafe for wasmtime_environ::__core::iter::FromFn<F>
where F: RefUnwindSafe,

§

impl<F> RefUnwindSafe for wasmtime_environ::__core::fmt::FromFn<F>
where F: RefUnwindSafe,

§

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

§

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

§

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

§

impl<G, F> RefUnwindSafe for FilterNodes<G, F>

§

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

§

impl<H> RefUnwindSafe for BuildHasherDefault<H>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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 DecodeUtf16<I>
where I: RefUnwindSafe,

§

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

§

impl<I> RefUnwindSafe for Flatten<I>

§

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

§

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

§

impl<I> RefUnwindSafe for Intersperse<I>

§

impl<I> RefUnwindSafe for Peekable<I>

§

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

§

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

§

impl<I> RefUnwindSafe for wasmtime_environ::__core::iter::Take<I>
where I: RefUnwindSafe,

§

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

§

impl<Idx> RefUnwindSafe for wasmtime_environ::__core::ops::Range<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for wasmtime_environ::__core::range::Range<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for wasmtime_environ::__core::ops::RangeFrom<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for wasmtime_environ::__core::range::RangeFrom<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for wasmtime_environ::__core::ops::RangeInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for wasmtime_environ::__core::range::RangeInclusive<Idx>
where Idx: RefUnwindSafe,

§

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

§

impl<Idx> RefUnwindSafe for wasmtime_environ::__core::ops::RangeToInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for wasmtime_environ::__core::range::RangeToInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<K, A> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_set::IntoIter<K, A>

§

impl<K, V, A> RefUnwindSafe for wasmtime_environ::collections::oom_abort::hash_map::IntoIter<K, V, A>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<K, V> RefUnwindSafe for wasmtime_environ::IntoIter<K, V>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<K> RefUnwindSafe for EntitySet<K>
where K: RefUnwindSafe,

§

impl<K> RefUnwindSafe for wasmtime_environ::Keys<K>
where K: RefUnwindSafe,

§

impl<K> RefUnwindSafe for TryEntitySet<K>
where K: RefUnwindSafe,

§

impl<Node> RefUnwindSafe for Dfs<Node>
where Node: RefUnwindSafe,

§

impl<Node> RefUnwindSafe for DfsEvent<Node>
where Node: RefUnwindSafe,

§

impl<Node> RefUnwindSafe for EntityGraph<Node>
where Node: RefUnwindSafe,

§

impl<Node> RefUnwindSafe for StronglyConnectedComponents<Node>
where Node: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<T, U> RefUnwindSafe for wasmtime_environ::__core::io::Chain<T, U>

§

impl<T, const N: usize> RefUnwindSafe for wasmtime_environ::__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<T> !RefUnwindSafe for Atomic<T>

§

impl<T> !RefUnwindSafe for Cell<T>

§

impl<T> !RefUnwindSafe for OnceCell<T>

§

impl<T> !RefUnwindSafe for RefCell<T>

§

impl<T> !RefUnwindSafe for ScopeVec<T>

§

impl<T> !RefUnwindSafe for SyncUnsafeCell<T>

§

impl<T> !RefUnwindSafe for TraitImpl<T>

§

impl<T> !RefUnwindSafe for UnsafePinned<T>

§

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

§

impl<T> RefUnwindSafe for wasmtime_environ::component::CoreExport<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for wasmtime_environ::component::dfg::CoreExport<T>
where T: RefUnwindSafe,

§

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

§

impl<T> RefUnwindSafe for Discriminant<T>

§

impl<T> RefUnwindSafe for wasmtime_environ::__core::iter::Empty<T>

§

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

§

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

§

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

§

impl<T> RefUnwindSafe for wasmtime_environ::__core::result::IntoIter<T>
where T: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

impl<T> RefUnwindSafe for wasmtime_environ::__core::iter::Once<T>
where T: RefUnwindSafe,

§

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

§

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

§

impl<T> RefUnwindSafe for Pending<T>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<T> RefUnwindSafe for wasmtime_environ::__core::io::Take<T>
where T: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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