Trait wasmtime_environ::__core::marker::Freeze

source ·
pub unsafe auto trait Freeze { }
🔬This is a nightly-only experimental API. (freeze)
Expand description

Used to determine whether a type contains any UnsafeCell internally, but not through an indirection. This affects, for example, whether a static of that type is placed in read-only static memory or writable static memory. This can be used to declare that a constant with a generic type will not contain interior mutability, and subsequently allow placing the constant behind references.

§Safety

This trait is a core part of the language, it is just expressed as a trait in libcore for convenience. Do not implement it for other types.

Implementors§

source§

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

source§

impl<T> Freeze for *const T
where T: ?Sized,

source§

impl<T> Freeze for *mut T
where T: ?Sized,

source§

impl<T> Freeze for &T
where T: ?Sized,

source§

impl<T> Freeze for &mut T
where T: ?Sized,

1.28.0 · source§

impl<T> Freeze for NonZero<T>

source§

impl<T> Freeze for PhantomData<T>
where T: ?Sized,

Auto implementors§

§

impl !Freeze for AtomicBool

§

impl !Freeze for AtomicI8

§

impl !Freeze for AtomicI16

§

impl !Freeze for AtomicI32

§

impl !Freeze for AtomicI64

§

impl !Freeze for AtomicIsize

§

impl !Freeze for AtomicU8

§

impl !Freeze for AtomicU16

§

impl !Freeze for AtomicU32

§

impl !Freeze for AtomicU64

§

impl !Freeze for AtomicUsize

§

impl Freeze for EngineOrModuleTypeIndex

§

impl Freeze for EntityIndex

§

impl Freeze for wasmtime_environ::EntityType

§

impl Freeze for GlobalInit

§

impl Freeze for Initializer

§

impl Freeze for MemoryInitialization

§

impl Freeze for MemoryStyle

§

impl Freeze for wasmtime_environ::ModuleType

§

impl Freeze for ObjectKind

§

impl Freeze for TableElementExpression

§

impl Freeze for TableInitialValue

§

impl Freeze for TableSegmentElements

§

impl Freeze for TableStyle

§

impl Freeze for Trap

§

impl Freeze for VMGcKind

§

impl Freeze for WasmError

§

impl Freeze for WasmHeapType

§

impl Freeze for WasmValType

§

impl Freeze for LibCall

§

impl Freeze for BlockType

§

impl Freeze for CanonicalFunction

§

impl Freeze for CanonicalOption

§

impl Freeze for Catch

§

impl Freeze for ComdatSymbolKind

§

impl Freeze for ComponentExternalKind

§

impl Freeze for ComponentOuterAliasKind

§

impl Freeze for ComponentTypeRef

§

impl Freeze for wasmtime_environ::wasmparser::ComponentValType

§

impl Freeze for CompositeType

§

impl Freeze for CoreDumpValue

§

impl Freeze for Encoding

§

impl Freeze for ExternalKind

§

impl Freeze for FrameKind

§

impl Freeze for HeapType

§

impl Freeze for InstantiationArgKind

§

impl Freeze for OuterAliasKind

§

impl Freeze for PrimitiveValType

§

impl Freeze for StorageType

§

impl Freeze for TagKind

§

impl Freeze for TypeBounds

§

impl Freeze for TypeRef

§

impl Freeze for UnpackedIndex

§

impl Freeze for ValType

§

impl Freeze for AnyTypeId

§

impl Freeze for ComponentAnyTypeId

§

impl Freeze for ComponentCoreTypeId

§

impl Freeze for wasmtime_environ::wasmparser::types::ComponentDefinedType

§

impl Freeze for ComponentEntityType

§

impl Freeze for wasmtime_environ::wasmparser::types::ComponentValType

§

impl Freeze for CoreInstanceTypeKind

§

impl Freeze for wasmtime_environ::wasmparser::types::CoreType

§

impl Freeze for wasmtime_environ::wasmparser::types::EntityType

§

impl Freeze for AsciiChar

§

impl Freeze for wasmtime_environ::__core::cmp::Ordering

§

impl Freeze for Infallible

§

impl Freeze for c_void

§

impl Freeze for wasmtime_environ::__core::fmt::Alignment

§

impl Freeze for BasicBlock

§

impl Freeze for UnwindTerminateReason

§

impl Freeze for IpAddr

§

impl Freeze for Ipv6MulticastScope

§

impl Freeze for SocketAddr

§

impl Freeze for FpCategory

§

impl Freeze for IntErrorKind

§

impl Freeze for SearchStep

§

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

§

impl Freeze for BuiltinFunctionIndex

§

impl Freeze for CompiledFunctionInfo

§

impl Freeze for CompiledModuleInfo

§

impl Freeze for DataIndex

§

impl Freeze for DefinedFuncIndex

§

impl Freeze for DefinedGlobalIndex

§

impl Freeze for DefinedMemoryIndex

§

impl Freeze for DefinedTableIndex

§

impl Freeze for ElemIndex

§

impl Freeze for FilePos

§

impl Freeze for FuncIndex

§

impl Freeze for FuncRefIndex

§

impl Freeze for FunctionLoc

§

impl Freeze for FunctionName

§

impl Freeze for FunctionType

§

impl Freeze for wasmtime_environ::Global

§

impl Freeze for GlobalIndex

§

impl Freeze for HostPtr

§

impl Freeze for InstructionAddressMap

§

impl Freeze for Memory

§

impl Freeze for MemoryIndex

§

impl Freeze for MemoryInitializer

§

impl Freeze for MemoryPlan

§

impl Freeze for Metadata

§

impl Freeze for Module

§

impl Freeze for ModuleInternedTypeIndex

§

impl Freeze for ModuleTypes

§

impl Freeze for ModuleTypesBuilder

§

impl Freeze for OwnedMemoryIndex

§

impl Freeze for StackMap

§

impl Freeze for StackMapInformation

§

impl Freeze for StaticMemoryInitializer

§

impl Freeze for StaticModuleIndex

§

impl Freeze for wasmtime_environ::Table

§

impl Freeze for TableIndex

§

impl Freeze for TableInitialization

§

impl Freeze for TablePlan

§

impl Freeze for TableSegment

§

impl Freeze for Tag

§

impl Freeze for TagIndex

§

impl Freeze for TrapInformation

§

impl Freeze for Tunables

§

impl Freeze for TypeIndex

§

impl Freeze for WasmFuncType

§

impl Freeze for WasmFunctionInfo

§

impl Freeze for WasmRefType

§

impl Freeze for wasmtime_environ::wasmparser::names::ComponentName

§

impl Freeze for KebabStr

§

impl Freeze for KebabString

§

impl Freeze for ArrayType

§

impl Freeze for BinaryReaderError

§

impl Freeze for BranchHint

§

impl Freeze for ComdatSymbol

§

impl Freeze for ComponentStartFunction

§

impl Freeze for CoreDumpInstance

§

impl Freeze for CoreDumpInstancesSection

§

impl Freeze for CoreDumpStackFrame

§

impl Freeze for DefinedDataSymbol

§

impl Freeze for FieldType

§

impl Freeze for Frame

§

impl Freeze for FuncType

§

impl Freeze for FuncValidatorAllocations

§

impl Freeze for GlobalType

§

impl Freeze for Ieee32

§

impl Freeze for Ieee64

§

impl Freeze for InitFunc

§

impl Freeze for MemArg

§

impl Freeze for MemInfo

§

impl Freeze for MemoryType

§

impl Freeze for PackedIndex

§

impl Freeze for Parser

§

impl Freeze for RecGroup

§

impl Freeze for RefType

§

impl Freeze for SegmentFlags

§

impl Freeze for StructType

§

impl Freeze for SubType

§

impl Freeze for SymbolFlags

§

impl Freeze for TableType

§

impl Freeze for TagType

§

impl Freeze for TryTable

§

impl Freeze for V128

§

impl Freeze for Validator

§

impl Freeze for ValidatorResources

§

impl Freeze for WasmFeatures

§

impl Freeze for AliasableResourceId

§

impl Freeze for ComponentCoreInstanceTypeId

§

impl Freeze for ComponentCoreModuleTypeId

§

impl Freeze for ComponentDefinedTypeId

§

impl Freeze for wasmtime_environ::wasmparser::types::ComponentFuncType

§

impl Freeze for ComponentFuncTypeId

§

impl Freeze for ComponentInstanceType

§

impl Freeze for ComponentInstanceTypeId

§

impl Freeze for wasmtime_environ::wasmparser::types::ComponentType

§

impl Freeze for ComponentTypeId

§

impl Freeze for ComponentValueTypeId

§

impl Freeze for CoreTypeId

§

impl Freeze for InstanceType

§

impl Freeze for wasmtime_environ::wasmparser::types::ModuleType

§

impl Freeze for RecGroupId

§

impl Freeze for RecordType

§

impl Freeze for Remapping

§

impl Freeze for ResourceId

§

impl Freeze for TupleType

§

impl Freeze for Types

§

impl Freeze for wasmtime_environ::wasmparser::types::VariantCase

§

impl Freeze for VariantType

§

impl Freeze for AllocError

§

impl Freeze for Layout

§

impl Freeze for LayoutError

§

impl Freeze for TypeId

§

impl Freeze for CpuidResult

§

impl Freeze for __m128

§

impl Freeze for __m128bh

§

impl Freeze for __m128d

§

impl Freeze for __m128i

§

impl Freeze for __m256

§

impl Freeze for __m256bh

§

impl Freeze for __m256d

§

impl Freeze for __m256i

§

impl Freeze for __m512

§

impl Freeze for __m512bh

§

impl Freeze for __m512d

§

impl Freeze for __m512i

§

impl Freeze for TryFromSliceError

§

impl Freeze for wasmtime_environ::__core::ascii::EscapeDefault

§

impl Freeze for BorrowError

§

impl Freeze for BorrowMutError

§

impl Freeze for CharTryFromError

§

impl Freeze for DecodeUtf16Error

§

impl Freeze for wasmtime_environ::__core::char::EscapeDebug

§

impl Freeze for wasmtime_environ::__core::char::EscapeDefault

§

impl Freeze for wasmtime_environ::__core::char::EscapeUnicode

§

impl Freeze for ParseCharError

§

impl Freeze for ToLowercase

§

impl Freeze for ToUppercase

§

impl Freeze for TryFromCharError

§

impl Freeze for CStr

§

impl Freeze for FromBytesUntilNulError

§

impl Freeze for FromBytesWithNulError

§

impl Freeze for Error

§

impl Freeze for SipHasher

§

impl Freeze for ReturnToArg

§

impl Freeze for UnwindActionArg

§

impl Freeze for Assume

§

impl Freeze for AddrParseError

§

impl Freeze for Ipv4Addr

§

impl Freeze for Ipv6Addr

§

impl Freeze for SocketAddrV4

§

impl Freeze for SocketAddrV6

§

impl Freeze for ParseFloatError

§

impl Freeze for ParseIntError

§

impl Freeze for TryFromIntError

§

impl Freeze for RangeFull

§

impl Freeze for wasmtime_environ::__core::ptr::Alignment

§

impl Freeze for TimSortRun

§

impl Freeze for ParseBoolError

§

impl Freeze for Utf8Error

§

impl Freeze for LocalWaker

§

impl Freeze for RawWaker

§

impl Freeze for RawWakerVTable

§

impl Freeze for Waker

§

impl Freeze for Duration

§

impl Freeze for TryFromFloatSecsError

§

impl Freeze for PhantomPinned

§

impl Freeze for Big8x3

§

impl Freeze for Big32x40

§

impl Freeze for Decoded

§

impl Freeze for FullDecoded

§

impl Freeze for Number

§

impl Freeze for Sign

§

impl Freeze for TryCaptureWithDebug

§

impl Freeze for TryCaptureWithoutDebug

§

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

§

impl<'a> Freeze for FlagValue<'a>

§

impl<'a> Freeze for Chunk<'a>

§

impl<'a> Freeze for ComponentAlias<'a>

§

impl<'a> Freeze for wasmtime_environ::wasmparser::ComponentDefinedType<'a>

§

impl<'a> Freeze for ComponentFuncResult<'a>

§

impl<'a> Freeze for ComponentInstance<'a>

§

impl<'a> Freeze for wasmtime_environ::wasmparser::ComponentName<'a>

§

impl<'a> Freeze for wasmtime_environ::wasmparser::ComponentType<'a>

§

impl<'a> Freeze for ComponentTypeDeclaration<'a>

§

impl<'a> Freeze for wasmtime_environ::wasmparser::CoreType<'a>

§

impl<'a> Freeze for DataKind<'a>

§

impl<'a> Freeze for Dylink0Subsection<'a>

§

impl<'a> Freeze for ElementItems<'a>

§

impl<'a> Freeze for ElementKind<'a>

§

impl<'a> Freeze for Instance<'a>

§

impl<'a> Freeze for InstanceTypeDeclaration<'a>

§

impl<'a> Freeze for Linking<'a>

§

impl<'a> Freeze for ModuleTypeDeclaration<'a>

§

impl<'a> Freeze for Name<'a>

§

impl<'a> Freeze for Operator<'a>

§

impl<'a> Freeze for Payload<'a>

§

impl<'a> Freeze for SymbolInfo<'a>

§

impl<'a> Freeze for TableInit<'a>

§

impl<'a> Freeze for ValidPayload<'a>

§

impl<'a> Freeze for ComponentNameKind<'a>

§

impl<'a> Freeze for WasmparserTypeConverter<'a>

§

impl<'a> Freeze for DependencyName<'a>

§

impl<'a> Freeze for HashName<'a>

§

impl<'a> Freeze for InterfaceName<'a>

§

impl<'a> Freeze for ResourceFunc<'a>

§

impl<'a> Freeze for UrlName<'a>

§

impl<'a> Freeze for BinaryReader<'a>

§

impl<'a> Freeze for BrTable<'a>

§

impl<'a> Freeze for BranchHintFunction<'a>

§

impl<'a> Freeze for Comdat<'a>

§

impl<'a> Freeze for ComponentExport<'a>

§

impl<'a> Freeze for ComponentExportName<'a>

§

impl<'a> Freeze for wasmtime_environ::wasmparser::ComponentFuncType<'a>

§

impl<'a> Freeze for ComponentImport<'a>

§

impl<'a> Freeze for ComponentImportName<'a>

§

impl<'a> Freeze for ComponentInstantiationArg<'a>

§

impl<'a> Freeze for ConstExpr<'a>

§

impl<'a> Freeze for CoreDumpModulesSection<'a>

§

impl<'a> Freeze for CoreDumpSection<'a>

§

impl<'a> Freeze for CoreDumpStackSection<'a>

§

impl<'a> Freeze for CustomSectionReader<'a>

§

impl<'a> Freeze for Data<'a>

§

impl<'a> Freeze for Element<'a>

§

impl<'a> Freeze for Export<'a>

§

impl<'a> Freeze for ExportInfo<'a>

§

impl<'a> Freeze for FunctionBody<'a>

§

impl<'a> Freeze for wasmtime_environ::wasmparser::Global<'a>

§

impl<'a> Freeze for Import<'a>

§

impl<'a> Freeze for ImportInfo<'a>

§

impl<'a> Freeze for IndirectNaming<'a>

§

impl<'a> Freeze for InstantiationArg<'a>

§

impl<'a> Freeze for LinkingSectionReader<'a>

§

impl<'a> Freeze for LocalsIterator<'a>

§

impl<'a> Freeze for LocalsReader<'a>

§

impl<'a> Freeze for Naming<'a>

§

impl<'a> Freeze for OperatorsIterator<'a>

§

impl<'a> Freeze for OperatorsIteratorWithOffsets<'a>

§

impl<'a> Freeze for OperatorsReader<'a>

§

impl<'a> Freeze for ProducersField<'a>

§

impl<'a> Freeze for ProducersFieldValue<'a>

§

impl<'a> Freeze for Segment<'a>

§

impl<'a> Freeze for wasmtime_environ::wasmparser::Table<'a>

§

impl<'a> Freeze for wasmtime_environ::wasmparser::VariantCase<'a>

§

impl<'a> Freeze for SubtypeArena<'a>

§

impl<'a> Freeze for SubtypeCx<'a>

§

impl<'a> Freeze for TypesRef<'a>

§

impl<'a> Freeze for Source<'a>

§

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

§

impl<'a> Freeze for Arguments<'a>

§

impl<'a> Freeze for Formatter<'a>

§

impl<'a> Freeze for BorrowedCursor<'a>

§

impl<'a> Freeze for Location<'a>

§

impl<'a> Freeze for PanicInfo<'a>

§

impl<'a> Freeze for EscapeAscii<'a>

§

impl<'a> Freeze for CharSearcher<'a>

§

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

§

impl<'a> Freeze for CharIndices<'a>

§

impl<'a> Freeze for Chars<'a>

§

impl<'a> Freeze for EncodeUtf16<'a>

§

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

§

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

§

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

§

impl<'a> Freeze for Lines<'a>

§

impl<'a> Freeze for LinesAny<'a>

§

impl<'a> Freeze for SplitAsciiWhitespace<'a>

§

impl<'a> Freeze for SplitWhitespace<'a>

§

impl<'a> Freeze for Utf8Chunk<'a>

§

impl<'a> Freeze for Utf8Chunks<'a>

§

impl<'a> Freeze for Context<'a>

§

impl<'a> Freeze for ContextBuilder<'a>

§

impl<'a> Freeze for Formatted<'a>

§

impl<'a> Freeze for Part<'a>

§

impl<'a, 'b> Freeze for DebugList<'a, 'b>

§

impl<'a, 'b> Freeze for DebugMap<'a, 'b>

§

impl<'a, 'b> Freeze for DebugSet<'a, 'b>

§

impl<'a, 'b> Freeze for DebugStruct<'a, 'b>

§

impl<'a, 'b> Freeze for DebugTuple<'a, 'b>

§

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

§

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

§

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

§

impl<'a, 'f> Freeze for VaList<'a, 'f>

§

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

§

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

§

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

§

impl<'a, I> Freeze for ByRefSized<'a, I>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T> Freeze for InitMemory<'a, T>

§

impl<'a, T> Freeze for SectionLimited<'a, T>

§

impl<'a, T> Freeze for SectionLimitedIntoIter<'a, T>

§

impl<'a, T> Freeze for SectionLimitedIntoIterWithOffsets<'a, T>

§

impl<'a, T> Freeze for Subsections<'a, T>

§

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

§

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

§

impl<'a, T> Freeze for Chunks<'a, T>

§

impl<'a, T> Freeze for ChunksExact<'a, T>

§

impl<'a, T> Freeze for ChunksExactMut<'a, T>

§

impl<'a, T> Freeze for ChunksMut<'a, T>

§

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

§

impl<'a, T> Freeze for wasmtime_environ::__core::slice::IterMut<'a, T>

§

impl<'a, T> Freeze for RChunks<'a, T>

§

impl<'a, T> Freeze for RChunksExact<'a, T>

§

impl<'a, T> Freeze for RChunksExactMut<'a, T>

§

impl<'a, T> Freeze for RChunksMut<'a, T>

§

impl<'a, T> Freeze for Windows<'a, T>

§

impl<'a, T, P> Freeze for ChunkBy<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for ChunkByMut<'a, T, P>
where P: Freeze,

§

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

§

impl<'a, T, P> Freeze for RSplitMut<'a, T, P>
where P: Freeze,

§

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

§

impl<'a, T, P> Freeze for RSplitNMut<'a, T, P>
where P: Freeze,

§

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

§

impl<'a, T, P> Freeze for wasmtime_environ::__core::slice::SplitInclusive<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for SplitInclusiveMut<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for SplitMut<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for wasmtime_environ::__core::slice::SplitN<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for SplitNMut<'a, T, P>
where P: Freeze,

§

impl<'a, T, const N: usize> Freeze for wasmtime_environ::__core::slice::ArrayChunks<'a, T, N>

§

impl<'a, T, const N: usize> Freeze for ArrayChunksMut<'a, T, N>

§

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

§

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

§

impl<'b, T> Freeze for Ref<'b, T>
where T: ?Sized,

§

impl<'b, T> Freeze for RefMut<'b, T>
where T: ?Sized,

§

impl<'data> Freeze for BorrowedBuf<'data>

§

impl<'f> Freeze for VaListImpl<'f>

§

impl<A> Freeze for Repeat<A>
where A: Freeze,

§

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

§

impl<A> Freeze for wasmtime_environ::__core::option::IntoIter<A>
where A: Freeze,

§

impl<A, B> Freeze for Chain<A, B>
where A: Freeze, B: Freeze,

§

impl<A, B> Freeze for Zip<A, B>
where A: Freeze, B: Freeze,

§

impl<B, C> Freeze for ControlFlow<B, C>
where C: Freeze, B: Freeze,

§

impl<Dyn> Freeze for DynMetadata<Dyn>
where Dyn: ?Sized,

§

impl<E, M> Freeze for Capture<E, M>
where E: Freeze,

§

impl<F> Freeze for FormatterFn<F>
where F: Freeze,

§

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

§

impl<F> Freeze for FromFn<F>
where F: Freeze,

§

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

§

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

§

impl<H> Freeze for BuildHasherDefault<H>

§

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

§

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

§

impl<I> Freeze for Cloned<I>
where I: Freeze,

§

impl<I> Freeze for Copied<I>
where I: Freeze,

§

impl<I> Freeze for Cycle<I>
where I: Freeze,

§

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

§

impl<I> Freeze for Flatten<I>
where <<I as Iterator>::Item as IntoIterator>::IntoIter: Freeze, I: Freeze,

§

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

§

impl<I> Freeze for Intersperse<I>
where <I as Iterator>::Item: Sized + Freeze, I: Freeze,

§

impl<I> Freeze for Peekable<I>
where I: Freeze, <I as Iterator>::Item: Freeze,

§

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

§

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

§

impl<I> Freeze for Take<I>
where I: Freeze,

§

impl<I, F> Freeze for FilterMap<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F> Freeze for Inspect<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F> Freeze for Map<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F, const N: usize> Freeze for MapWindows<I, F, N>
where F: Freeze, I: Freeze, <I as Iterator>::Item: Freeze,

§

impl<I, G> Freeze for IntersperseWith<I, G>
where G: Freeze, <I as Iterator>::Item: Freeze, I: Freeze,

§

impl<I, P> Freeze for Filter<I, P>
where I: Freeze, P: Freeze,

§

impl<I, P> Freeze for MapWhile<I, P>
where I: Freeze, P: Freeze,

§

impl<I, P> Freeze for SkipWhile<I, P>
where I: Freeze, P: Freeze,

§

impl<I, P> Freeze for TakeWhile<I, P>
where I: Freeze, P: Freeze,

§

impl<I, St, F> Freeze for Scan<I, St, F>
where I: Freeze, F: Freeze, St: Freeze,

§

impl<I, U, F> Freeze for FlatMap<I, U, F>
where <U as IntoIterator>::IntoIter: Freeze, I: Freeze, F: Freeze,

§

impl<I, const N: usize> Freeze for wasmtime_environ::__core::iter::ArrayChunks<I, N>
where I: Freeze, <I as Iterator>::Item: Freeze,

§

impl<Idx> Freeze for Range<Idx>
where Idx: Freeze,

§

impl<Idx> Freeze for RangeFrom<Idx>
where Idx: Freeze,

§

impl<Idx> Freeze for RangeInclusive<Idx>
where Idx: Freeze,

§

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

§

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

§

impl<K> Freeze for EntitySet<K>

§

impl<K> Freeze for Keys<K>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<T> !Freeze for ScopeVec<T>

§

impl<T> !Freeze for Cell<T>

§

impl<T> !Freeze for OnceCell<T>

§

impl<T> !Freeze for RefCell<T>

§

impl<T> !Freeze for SyncUnsafeCell<T>

§

impl<T> !Freeze for AtomicPtr<T>

§

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

§

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

§

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

§

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

§

impl<T> Freeze for EntityList<T>

§

impl<T> Freeze for ListPool<T>

§

impl<T> Freeze for FuncToValidate<T>
where T: Freeze,

§

impl<T> Freeze for FuncValidator<T>
where T: Freeze,

§

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

§

impl<T> Freeze for Pending<T>

§

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

§

impl<T> Freeze for Empty<T>

§

impl<T> Freeze for Once<T>
where T: Freeze,

§

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

§

impl<T> Freeze for Discriminant<T>

§

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

§

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

§

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

§

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

§

impl<T> Freeze for AssertUnwindSafe<T>
where T: Freeze,

§

impl<T> Freeze for NonNull<T>
where T: ?Sized,

§

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

§

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

§

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

§

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

§

impl<T, E> Freeze for Result<T, E>
where T: Freeze, E: Freeze,

§

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

§

impl<T, F> Freeze for Successors<T, F>
where F: Freeze, T: Freeze,

§

impl<T, const N: usize> Freeze for wasmtime_environ::__core::array::IntoIter<T, N>
where T: Freeze,

§

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

§

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

§

impl<Y, R> Freeze for CoroutineState<Y, R>
where Y: Freeze, R: Freeze,

§

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

§

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