wasmtime_environ::__core::marker

Trait 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 wasmtime_environ::component::dfg::CoreDef

§

impl Freeze for wasmtime_environ::component::dfg::Export

§

impl Freeze for Instance

§

impl Freeze for SideEffect

§

impl Freeze for wasmtime_environ::component::dfg::Trampoline

§

impl Freeze for ComponentItem

§

impl Freeze for wasmtime_environ::component::CoreDef

§

impl Freeze for wasmtime_environ::component::Export

§

impl Freeze for FixedEncoding

§

impl Freeze for FlatType

§

impl Freeze for GlobalInitializer

§

impl Freeze for InstantiateModule

§

impl Freeze for InterfaceType

§

impl Freeze for StringEncoding

§

impl Freeze for wasmtime_environ::component::Trampoline

§

impl Freeze for Transcode

§

impl Freeze for TypeDef

§

impl Freeze for Collector

§

impl Freeze for CompileError

§

impl Freeze for ConstOp

§

impl Freeze for EngineOrModuleTypeIndex

§

impl Freeze for EntityIndex

§

impl Freeze for EntityType

§

impl Freeze for GcLayout

§

impl Freeze for HostCall

§

impl Freeze for IndexType

§

impl Freeze for Initializer

§

impl Freeze for MemoryInitialization

§

impl Freeze for ObjectKind

§

impl Freeze for RelocationTarget

§

impl Freeze for SettingKind

§

impl Freeze for TableInitialValue

§

impl Freeze for TableSegmentElements

§

impl Freeze for Trap

§

impl Freeze for TrapSentinel

§

impl Freeze for VMGcKind

§

impl Freeze for WasmCompositeInnerType

§

impl Freeze for WasmError

§

impl Freeze for WasmHeapBottomType

§

impl Freeze for WasmHeapTopType

§

impl Freeze for WasmHeapType

§

impl Freeze for WasmStorageType

§

impl Freeze for WasmValType

§

impl Freeze for Import

§

impl Freeze for LibCall

§

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 DebugAsHex

§

impl Freeze for wasmtime_environ::__core::fmt::Sign

§

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 GetManyMutError

§

impl Freeze for SearchStep

§

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

§

impl Freeze for AdapterId

§

impl Freeze for AdapterModuleId

§

impl Freeze for CallbackId

§

impl Freeze for wasmtime_environ::component::dfg::CanonicalOptions

§

impl Freeze for ComponentDfg

§

impl Freeze for FutureInfo

§

impl Freeze for InstanceId

§

impl Freeze for MemoryId

§

impl Freeze for PostReturnId

§

impl Freeze for ReallocId

§

impl Freeze for wasmtime_environ::component::dfg::Resource

§

impl Freeze for StreamInfo

§

impl Freeze for Adapter

§

impl Freeze for AdapterOptions

§

impl Freeze for CanonicalAbiInfo

§

impl Freeze for wasmtime_environ::component::CanonicalOptions

§

impl Freeze for CompiledComponentInfo

§

impl Freeze for Component

§

impl Freeze for ComponentArtifacts

§

impl Freeze for ComponentBuiltinFunctionIndex

§

impl Freeze for ComponentFuncIndex

§

impl Freeze for ComponentIndex

§

impl Freeze for ComponentInstanceIndex

§

impl Freeze for ComponentTranslation

§

impl Freeze for ComponentTypeIndex

§

impl Freeze for ComponentTypes

§

impl Freeze for ComponentTypesBuilder

§

impl Freeze for ComponentUpvarIndex

§

impl Freeze for DefinedResourceIndex

§

impl Freeze for ExportIndex

§

impl Freeze for ExtractCallback

§

impl Freeze for ExtractMemory

§

impl Freeze for ExtractPostReturn

§

impl Freeze for ExtractRealloc

§

impl Freeze for ImportIndex

§

impl Freeze for LoweredIndex

§

impl Freeze for ModuleIndex

§

impl Freeze for ModuleInstanceIndex

§

impl Freeze for ModuleUpvarIndex

§

impl Freeze for NameMapNoIntern

§

impl Freeze for RecordField

§

impl Freeze for wasmtime_environ::component::Resource

§

impl Freeze for ResourceIndex

§

impl Freeze for ResourcesBuilder

§

impl Freeze for RuntimeCallbackIndex

§

impl Freeze for RuntimeComponentInstanceIndex

§

impl Freeze for RuntimeImportIndex

§

impl Freeze for RuntimeInstanceIndex

§

impl Freeze for RuntimeMemoryIndex

§

impl Freeze for RuntimePostReturnIndex

§

impl Freeze for RuntimeReallocIndex

§

impl Freeze for StaticComponentIndex

§

impl Freeze for TrampolineIndex

§

impl Freeze for TypeComponent

§

impl Freeze for TypeComponentGlobalErrorContextTableIndex

§

impl Freeze for TypeComponentIndex

§

impl Freeze for TypeComponentInstance

§

impl Freeze for TypeComponentInstanceIndex

§

impl Freeze for TypeComponentLocalErrorContextTableIndex

§

impl Freeze for TypeEnum

§

impl Freeze for TypeEnumIndex

§

impl Freeze for TypeErrorContextTable

§

impl Freeze for TypeFlags

§

impl Freeze for TypeFlagsIndex

§

impl Freeze for TypeFunc

§

impl Freeze for TypeFuncIndex

§

impl Freeze for TypeFuture

§

impl Freeze for TypeFutureIndex

§

impl Freeze for TypeFutureTable

§

impl Freeze for TypeFutureTableIndex

§

impl Freeze for TypeList

§

impl Freeze for TypeListIndex

§

impl Freeze for TypeModule

§

impl Freeze for TypeModuleIndex

§

impl Freeze for TypeOption

§

impl Freeze for TypeOptionIndex

§

impl Freeze for TypeRecord

§

impl Freeze for TypeRecordIndex

§

impl Freeze for TypeResourceTable

§

impl Freeze for TypeResourceTableIndex

§

impl Freeze for TypeResult

§

impl Freeze for TypeResultIndex

§

impl Freeze for TypeStream

§

impl Freeze for TypeStreamIndex

§

impl Freeze for TypeStreamTable

§

impl Freeze for TypeStreamTableIndex

§

impl Freeze for TypeTaskReturn

§

impl Freeze for TypeTaskReturnIndex

§

impl Freeze for TypeTuple

§

impl Freeze for TypeTupleIndex

§

impl Freeze for TypeVariant

§

impl Freeze for TypeVariantIndex

§

impl Freeze for VariantInfo

§

impl Freeze for DrcTypeLayouts

§

impl Freeze for NullTypeLayouts

§

impl Freeze for ObjectCrateErrorWrapper

§

impl Freeze for String

§

impl Freeze for AddressMapSection

§

impl Freeze for BuiltinFunctionIndex

§

impl Freeze for CompiledFunctionInfo

§

impl Freeze for CompiledModuleInfo

§

impl Freeze for ConfigTunables

§

impl Freeze for ConstExpr

§

impl Freeze for DataIndex

§

impl Freeze for DefinedFuncIndex

§

impl Freeze for DefinedGlobalIndex

§

impl Freeze for DefinedMemoryIndex

§

impl Freeze for DefinedTableIndex

§

impl Freeze for DefinedTagIndex

§

impl Freeze for ElemIndex

§

impl Freeze for EngineInternedRecGroupIndex

§

impl Freeze for FilePos

§

impl Freeze for FuncIndex

§

impl Freeze for FuncRefIndex

§

impl Freeze for FunctionLoc

§

impl Freeze for FunctionMetadata

§

impl Freeze for FunctionName

§

impl Freeze for FunctionType

§

impl Freeze for GcArrayLayout

§

impl Freeze for GcStructLayout

§

impl Freeze for Global

§

impl Freeze for GlobalIndex

§

impl Freeze for HostPtr

§

impl Freeze for InstructionAddressMap

§

impl Freeze for Limits

§

impl Freeze for Memory

§

impl Freeze for MemoryIndex

§

impl Freeze for MemoryInitializer

§

impl Freeze for Metadata

§

impl Freeze for wasmtime_environ::Module

§

impl Freeze for ModuleInternedRecGroupIndex

§

impl Freeze for ModuleInternedTypeIndex

§

impl Freeze for ModuleTypes

§

impl Freeze for ModuleTypesBuilder

§

impl Freeze for OwnedMemoryIndex

§

impl Freeze for RecGroupRelativeTypeIndex

§

impl Freeze for Setting

§

impl Freeze for SizeOverflow

§

impl Freeze for StackMap

§

impl Freeze for StackMapInformation

§

impl Freeze for StaticMemoryInitializer

§

impl Freeze for StaticModuleIndex

§

impl Freeze for Table

§

impl Freeze for TableIndex

§

impl Freeze for TableInitialization

§

impl Freeze for TableSegment

§

impl Freeze for Tag

§

impl Freeze for TagIndex

§

impl Freeze for TrapEncodingBuilder

§

impl Freeze for TrapInformation

§

impl Freeze for Tunables

§

impl Freeze for TypeIndex

§

impl Freeze for VMSharedTypeIndex

§

impl Freeze for WasmArrayType

§

impl Freeze for WasmCompositeType

§

impl Freeze for WasmContType

§

impl Freeze for WasmFieldType

§

impl Freeze for WasmFileInfo

§

impl Freeze for WasmFuncType

§

impl Freeze for WasmFunctionInfo

§

impl Freeze for WasmRecGroup

§

impl Freeze for WasmRefType

§

impl Freeze for WasmStructType

§

impl Freeze for WasmSubType

§

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 __m128h

§

impl Freeze for __m128i

§

impl Freeze for __m256

§

impl Freeze for __m256bh

§

impl Freeze for __m256d

§

impl Freeze for __m256h

§

impl Freeze for __m256i

§

impl Freeze for __m512

§

impl Freeze for __m512bh

§

impl Freeze for __m512d

§

impl Freeze for __m512h

§

impl Freeze for __m512i

§

impl Freeze for bf16

§

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 FormattingOptions

§

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 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 Utf8Pattern<'a>

§

impl<'a> Freeze for FlatTypes<'a>

§

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

§

impl<'a> Freeze for DebugInfoData<'a>

§

impl<'a> Freeze for FunctionBodyData<'a>

§

impl<'a> Freeze for NameSection<'a>

§

impl<'a> Freeze for ObjectBuilder<'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 PanicMessage<'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, 'data> Freeze for Translator<'a, 'data>

§

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

§

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 WasmparserTypeConverter<'a, F>
where F: Freeze,

§

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

§

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

§

impl<'a, I, A> Freeze for Splice<'a, I, A>
where I: Freeze,

§

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>::Searcher<'a>: Freeze,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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, A> Freeze for Drain<'a, T, A>

§

impl<'a, T, F, A> Freeze for ExtractIf<'a, T, F, A>
where F: Freeze,

§

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 ModuleTranslation<'data>

§

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> Freeze for IterRange<A>
where A: Freeze,

§

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

§

impl<A> Freeze for IterRangeInclusive<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> Freeze for IterEntityRange<E>

§

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

§

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

§

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

§

impl<F> Freeze for wasmtime_environ::__core::iter::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 wasmtime_environ::__core::ops::Range<Idx>
where Idx: Freeze,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<K> Freeze for EntitySet<K>

§

impl<K> Freeze for Keys<K>

§

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

§

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

§

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

§

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 VMComponentOffsets<P>
where P: Freeze,

§

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 ExportItem<T>
where T: Freeze,

§

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 wasmtime_environ::component::dfg::CoreExport<T>
where T: Freeze,

§

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

§

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

§

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

§

impl<T> Freeze for IndexSet<T>

§

impl<T> Freeze for EntityList<T>

§

impl<T> Freeze for ListPool<T>

§

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

§

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

§

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, A> Freeze for Box<T, A>
where A: Freeze, T: ?Sized,

§

impl<T, A> Freeze for Vec<T, A>
where A: Freeze,

§

impl<T, A> Freeze for wasmtime_environ::prelude::vec::IntoIter<T, A>
where A: 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<'a> Freeze for Location<'a>

impl<'ctx, R> Freeze for Frame<'ctx, R>
where <R as Reader>::Offset: Freeze, R: Freeze,

impl<'ctx, R> Freeze for FrameIter<'ctx, R>

impl<'ctx, R> Freeze for LocationRangeIter<'ctx, R>

impl<R> Freeze for Context<R>

impl<R> Freeze for FunctionName<R>
where R: Freeze,

impl<R> Freeze for SplitDwarfLoad<R>
where R: Freeze,

impl Freeze for Adler32

impl Freeze for Error

impl<'msg, 'aad> Freeze for Payload<'msg, 'aad>

impl Freeze for Candidate

impl Freeze for Anchored

impl Freeze for MatchKind

impl Freeze for StartKind

impl Freeze for MatchKind

impl Freeze for Prefilter

impl Freeze for StateID

impl Freeze for Builder

impl Freeze for DFA

impl Freeze for Builder

impl Freeze for NFA

impl Freeze for Builder

impl Freeze for NFA

impl Freeze for Builder

impl Freeze for Config

impl Freeze for Searcher

impl Freeze for Match

impl Freeze for PatternID

impl Freeze for Span

impl<'a, 'h> Freeze for FindIter<'a, 'h>

impl<'a, 'h> Freeze for FindOverlappingIter<'a, 'h>

impl<'a, 'h, A> Freeze for FindIter<'a, 'h, A>

impl<'a, 'h, A> Freeze for FindOverlappingIter<'a, 'h, A>

impl<'a, A, R> Freeze for StreamFindIter<'a, A, R>
where R: Freeze,

impl<'a, R> Freeze for StreamFindIter<'a, R>
where R: Freeze,

impl<'h> Freeze for Input<'h>

impl<'s, 'h> Freeze for FindIter<'s, 'h>

impl Freeze for Global

impl<'a, I, A> Freeze for Splice<'a, I, A>
where I: Freeze,

impl<'a, T, A> Freeze for Drain<'a, T, A>

impl<T, A> Freeze for Box<T, A>
where A: Freeze, T: ?Sized,

impl<T, A> Freeze for IntoIter<T, A>
where A: Freeze,

impl<T, A> Freeze for Vec<T, A>
where A: Freeze,

impl Freeze for StripStr

impl<'s> Freeze for StripBytesIter<'s>

impl<'s> Freeze for StripStrIter<'s>

impl<'s> Freeze for StrippedBytes<'s>

impl<'s> Freeze for StrippedStr<'s>

impl<'s> Freeze for WinconBytesIter<'s>

impl<S> Freeze for AutoStream<S>
where S: Freeze,

impl<S> Freeze for StripStream<S>
where S: Freeze,

impl Freeze for AnsiColor

impl Freeze for Color

impl Freeze for Effects

impl Freeze for Reset

impl Freeze for RgbColor

impl Freeze for Style

impl Freeze for Action

impl Freeze for State

impl Freeze for Params

impl<'a> Freeze for ParamsIter<'a>

impl<C> Freeze for Parser<C>
where C: Freeze,

impl Freeze for Error

impl<'a> Freeze for Chain<'a>

impl Freeze for Error

impl<'a> Freeze for Unstructured<'a>

impl<'a, 'b, ElementType> Freeze for ArbitraryIter<'a, 'b, ElementType>

impl<'a, ElementType> Freeze for ArbitraryTakeRestIter<'a, ElementType>

impl<A, T> Freeze for Cache<A, T>
where A: Freeze, T: Freeze,

impl<A, T, F> Freeze for Map<A, T, F>
where A: Freeze, F: Freeze,

impl<A, T, F> Freeze for MapCache<A, T, F>
where F: Freeze, A: Freeze, T: Freeze,

impl<D> Freeze for AccessConvert<D>
where D: Freeze,

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

impl<T, S = HybridStrategy<DefaultConfig>> !Freeze for ArcSwapAny<T, S>

impl<T, S> Freeze for Guard<T, S>
where <S as InnerStrategy<T>>::Protected: Freeze,

impl Freeze for Class

impl Freeze for Error

impl Freeze for Explicit

impl Freeze for Implicit

impl Freeze for Length

impl Freeze for Real

impl Freeze for Boolean

impl Freeze for Null

impl Freeze for Tag

impl Freeze for UtcTime

impl<'a> Freeze for PdvIdentification<'a>

impl<'a> Freeze for Any<'a>

impl<'a> Freeze for BitString<'a>

impl<'a> Freeze for BmpString<'a>

impl<'a> Freeze for EmbeddedPdv<'a>

impl<'a> Freeze for GeneralString<'a>

impl<'a> Freeze for GraphicString<'a>

impl<'a> Freeze for Header<'a>

impl<'a> Freeze for Ia5String<'a>

impl<'a> Freeze for Integer<'a>

impl<'a> Freeze for NumericString<'a>

impl<'a> Freeze for ObjectDescriptor<'a>

impl<'a> Freeze for OctetString<'a>

impl<'a> Freeze for Oid<'a>

impl<'a> Freeze for PrintableString<'a>

impl<'a> Freeze for Sequence<'a>

impl<'a> Freeze for Set<'a>

impl<'a> Freeze for TeletexString<'a>

impl<'a> Freeze for UniversalString<'a>

impl<'a> Freeze for Utf8String<'a>

impl<'a> Freeze for VideotexString<'a>

impl<'a> Freeze for VisibleString<'a>

impl<'a, T, F, E> Freeze for SequenceIterator<'a, T, F, E>

impl<'a, TagKind, T, E> Freeze for TaggedParser<'a, TagKind, T, E>
where T: Freeze,

impl<T> Freeze for SequenceOf<T>

impl<T> Freeze for SetOf<T>

impl<T, E, TagKind, const CLASS: u8, const TAG: u32> Freeze for TaggedValue<T, E, TagKind, CLASS, TAG>
where T: Freeze,

impl<TagKind, E> Freeze for TaggedParserBuilder<TagKind, E>

impl Freeze for RecvError

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

impl<'a, T> Freeze for Send<'a, T>
where T: Freeze,

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

impl<T> Freeze for Receiver<T>

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

impl<T> Freeze for Sender<T>

impl<T> Freeze for WeakReceiver<T>

impl<T> Freeze for WeakSender<T>

impl Freeze for Level

impl<R> Freeze for GzipDecoder<R>
where R: Freeze,

impl<R> Freeze for GzipEncoder<R>
where R: Freeze,

impl<W> Freeze for GzipDecoder<W>
where W: Freeze,

impl<W> Freeze for GzipEncoder<W>
where W: Freeze,

impl !Freeze for Barrier

impl !Freeze for Semaphore

impl<'a> Freeze for Acquire<'a>

impl<'a> Freeze for BarrierWait<'a>

impl<'a> Freeze for SemaphoreGuard<'a>

impl<'a, T> Freeze for Lock<'a, T>
where T: ?Sized,

impl<'a, T> Freeze for Read<'a, T>
where T: ?Sized,

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

impl<'a, T> Freeze for UpgradableRead<'a, T>
where T: ?Sized,

impl<'a, T> Freeze for UpgradableReadArc<'a, T>
where T: ?Sized,

impl<'a, T> Freeze for Upgrade<'a, T>
where T: ?Sized,

impl<'a, T> Freeze for Write<'a, T>
where T: ?Sized,

impl<'a, T> Freeze for WriteArc<'a, T>
where T: ?Sized,

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

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

impl<'a, T> Freeze for RwLockUpgradableReadGuard<'a, T>
where T: ?Sized,

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

impl<T> !Freeze for Mutex<T>

impl<T> !Freeze for OnceCell<T>

impl<T> !Freeze for RwLock<T>

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

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

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

impl<T> Freeze for RwLockReadGuardArc<T>

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

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

impl !Freeze for Request

impl !Freeze for Statistics

impl !Freeze for HeaderName

impl !Freeze for Sequence

impl !Freeze for Publish

impl !Freeze for Entry

impl !Freeze for Acker

impl !Freeze for Message

impl !Freeze for Message

impl !Freeze for Subject

impl Freeze for State

impl Freeze for Event

impl Freeze for Protocol

impl Freeze for AckPolicy

impl Freeze for Operation

impl Freeze for AckKind

impl Freeze for Client

impl Freeze for HeaderMap

impl Freeze for Account

impl Freeze for Limits

impl Freeze for Requests

impl Freeze for Tier

impl Freeze for Batch

impl Freeze for Config

impl Freeze for Ordered

impl Freeze for Stream

impl Freeze for Config

impl Freeze for Messages

impl Freeze for Ordered

impl Freeze for Config

impl Freeze for Info

impl Freeze for Context

impl Freeze for Streams

impl Freeze for Status

impl Freeze for Config

impl Freeze for History

impl Freeze for Keys

impl Freeze for Store

impl Freeze for Watch

impl Freeze for Config

impl Freeze for List

impl Freeze for Object

impl Freeze for Watch

impl Freeze for Config

impl Freeze for Consumers

impl Freeze for External

impl Freeze for Info

impl Freeze for No

impl Freeze for PagedInfo

impl Freeze for PeerInfo

impl Freeze for Placement

impl Freeze for Republish

impl Freeze for Source

impl Freeze for State

impl Freeze for Yes

impl Freeze for Error

impl Freeze for ErrorCode

impl Freeze for Auth

impl Freeze for AuthError

impl<'a> Freeze for BatchBuilder<'a>

impl<'a> Freeze for FetchBuilder<'a>

impl<'a> Freeze for StreamBuilder<'a>

impl<'a> Freeze for Info<'a>

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

impl<Kind> Freeze for Error<Kind>
where Kind: Freeze,

impl<SEQUENCE, KEEP> Freeze for Purge<SEQUENCE, KEEP>

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

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

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

impl !Freeze for ImdsError

impl !Freeze for Builder

impl Freeze for Builder

impl Freeze for Builder

impl Freeze for Builder

impl Freeze for Builder

impl Freeze for Builder

impl Freeze for Builder

impl Freeze for IoError

impl Freeze for Builder

impl Freeze for Builder

impl Freeze for Client

impl Freeze for Builder

impl Freeze for Builder

impl Freeze for Builder

impl<'a> Freeze for ProvideRegion<'a>

impl Freeze for AccountId

impl Freeze for Unhandled

impl<'a> Freeze for ProvideCredentials<'a>

impl<'a> Freeze for ProvideToken<'a>

impl<'c, T> Freeze for ProvideCredentialsFn<'c, T>
where T: Freeze,

impl<'c, T> Freeze for ProvideTokenFn<'c, T>
where T: Freeze,

impl Freeze for Os

impl Freeze for Builder

impl Freeze for Property

impl Freeze for Profile

impl Freeze for File

impl Freeze for Source

impl<'a> Freeze for EnvConfigSource<'a>

impl<'a> Freeze for EnvConfigValue<'a>

impl<E> Freeze for EnvConfigError<E>
where E: Freeze,

impl<InnerBody> Freeze for AwsChunkedBody<InnerBody>
where InnerBody: Freeze,

impl Freeze for Error

impl Freeze for Event

impl Freeze for JsonType

impl Freeze for MfaDelete

impl Freeze for Payer

impl Freeze for Protocol

impl Freeze for Tier

impl Freeze for Type

impl Freeze for Params

impl Freeze for Builder

impl Freeze for GetObject

impl Freeze for ListParts

impl Freeze for PutObject

impl Freeze for Client

impl Freeze for Config

impl Freeze for NoSuchKey

impl Freeze for NotFound

impl Freeze for Bucket

impl Freeze for Checksum

impl Freeze for Condition

impl Freeze for CorsRule

impl Freeze for CsvInput

impl Freeze for CsvOutput

impl Freeze for Delete

impl Freeze for EndEvent

impl Freeze for Error

impl Freeze for Grant

impl Freeze for Grantee

impl Freeze for Initiator

impl Freeze for JsonInput

impl Freeze for Metrics

impl Freeze for Object

impl Freeze for Owner

impl Freeze for Part

impl Freeze for Progress

impl Freeze for Redirect

impl Freeze for ScanRange

impl Freeze for Ssekms

impl Freeze for Sses3

impl Freeze for Stats

impl Freeze for Tag

impl Freeze for Tagging

impl Freeze for Tiering

impl<T, E> !Freeze for EventReceiver<T, E>

impl<T, E, B> Freeze for CustomizableOperation<T, E, B>
where B: Freeze,

impl Freeze for Error

impl Freeze for Params

impl Freeze for Builder

impl Freeze for Client

impl Freeze for Config

impl Freeze for Tag

impl<T, E, B> Freeze for CustomizableOperation<T, E, B>
where B: Freeze,

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

impl<'a> Freeze for SignableBody<'a>

impl<'a> Freeze for SigningParams<'a>

impl<'a, S> Freeze for Builder<'a, S>
where S: Freeze,

impl<'a, S> Freeze for SigningParams<'a, S>
where S: Freeze,

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

impl Freeze for OnlyReady

impl Freeze for Never

impl Freeze for Sleep

impl<Item> Freeze for FnStream<Item>

impl<Item> Freeze for PaginationStream<Item>

impl<Page, Err> Freeze for TryFlatMap<Page, Err>

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

impl<T> Freeze for Receiver<T>

impl<T> Freeze for Sender<T>

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

impl<T, S> Freeze for Timeout<T, S>
where T: Freeze, S: Freeze,

impl !Freeze for Error

impl<InnerBody> !Freeze for ChecksumBody<InnerBody>

impl<InnerBody> Freeze for ChecksumBody<InnerBody>
where InnerBody: Freeze,

impl Freeze for Error

impl<'a> Freeze for ResponseHeaders<'a>

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

impl<'a> Freeze for Writer<'a>

impl Freeze for Offset

impl<'a> Freeze for Token<'a>

impl<'a> Freeze for JsonTokenIterator<'a>

impl<'a> Freeze for EscapedStr<'a>

impl<'a> Freeze for JsonArrayWriter<'a>

impl<'a> Freeze for JsonObjectWriter<'a>

impl<'a> Freeze for JsonValueWriter<'a>

impl Freeze for ErrorKind

impl Freeze for Meter

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

impl<'a, T, M> Freeze for AsyncInstrumentBuilder<'a, T, M>

impl<'a> Freeze for QueryListWriter<'a>

impl<'a> Freeze for QueryMapWriter<'a>

impl<'a> Freeze for QueryValueWriter<'a>

impl<'a> Freeze for QueryWriter<'a>

impl Freeze for StopPoint

impl<'a> Freeze for Resolver<'a>

impl<AcceptorFn, OperationFn> Freeze for WaiterOrchestrator<AcceptorFn, OperationFn>
where AcceptorFn: Freeze, OperationFn: Freeze,

impl<AcceptorFn, OperationFn> Freeze for WaiterOrchestratorBuilder<AcceptorFn, OperationFn>
where AcceptorFn: Freeze, OperationFn: Freeze,

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

impl<F, E> Freeze for MapRequestInterceptor<F, E>
where F: Freeze,

impl<I, O, E> Freeze for Operation<I, O, E>

impl<I, O, E> Freeze for OperationBuilder<I, O, E>

impl<K, V> !Freeze for StaticPartitionMap<K, V>

impl<T, E> Freeze for ExpiringCache<T, E>

impl Freeze for Order

impl Freeze for Login

impl Freeze for Token

impl Freeze for Builder

impl Freeze for Identity

impl Freeze for Error

impl Freeze for Input

impl Freeze for Output

impl Freeze for Metadata

impl Freeze for Builder

impl Freeze for Headers

impl Freeze for HttpError

impl<'a> Freeze for DnsFuture<'a>

impl<'a> Freeze for EndpointFuture<'a>

impl<'a> Freeze for IdentityFuture<'a>

impl<'a> Freeze for HeadersIter<'a>

impl<'a, I, O, E> Freeze for AfterDeserializationInterceptorContextRef<'a, I, O, E>

impl<'a, I, O, E> Freeze for BeforeDeserializationInterceptorContextMut<'a, I, O, E>

impl<'a, I, O, E> Freeze for BeforeDeserializationInterceptorContextRef<'a, I, O, E>

impl<'a, I, O, E> Freeze for BeforeSerializationInterceptorContextMut<'a, I, O, E>

impl<'a, I, O, E> Freeze for BeforeSerializationInterceptorContextRef<'a, I, O, E>

impl<'a, I, O, E> Freeze for BeforeTransmitInterceptorContextMut<'a, I, O, E>

impl<'a, I, O, E> Freeze for BeforeTransmitInterceptorContextRef<'a, I, O, E>

impl<'a, I, O, E> Freeze for FinalizerInterceptorContextMut<'a, I, O, E>

impl<'a, I, O, E> Freeze for FinalizerInterceptorContextRef<'a, I, O, E>

impl<B = SdkBody> !Freeze for Request<B>

impl<B = SdkBody> !Freeze for RequestParts<B>

impl<B> Freeze for Response<B>
where B: Freeze,

impl<E> !Freeze for OperationFailed<E>

impl<E> Freeze for OrchestratorError<E>
where E: Freeze,

impl<E, R> Freeze for SdkError<E, R>
where R: Freeze, E: Freeze,

impl<E, R> Freeze for ServiceErrorBuilder<E, R>
where E: Freeze, R: Freeze,

impl<E, R> Freeze for ServiceError<E, R>
where E: Freeze, R: Freeze,

impl<I = Input, O = Output, E = Error> !Freeze for InterceptorContext<I, O, E>

impl<O, E> !Freeze for WaiterError<O, E>

impl<O, E> Freeze for FailureState<O, E>
where O: Freeze, E: Freeze,

impl<O, E> Freeze for FinalPoll<O, E>
where O: Freeze, E: Freeze,

impl<R> Freeze for ResponseErrorBuilder<R>
where R: Freeze,

impl<R> Freeze for ResponseError<R>
where R: Freeze,

impl<T> Freeze for DisableInterceptor<T>

impl !Freeze for RawMessage

impl !Freeze for SdkBody

impl !Freeze for ByteStream

impl !Freeze for FsBuilder

impl !Freeze for Header

impl !Freeze for Message

impl !Freeze for StrBytes

impl Freeze for Length

impl Freeze for Format

impl Freeze for Document

impl Freeze for Number

impl Freeze for ErrorKind

impl Freeze for RetryKind

impl Freeze for RetryMode

impl Freeze for Error

impl Freeze for ConfigBag

impl Freeze for Layer

impl Freeze for DateTime

impl Freeze for Builder

impl Freeze for Endpoint

impl Freeze for Builder

impl Freeze for Encoder

impl Freeze for Blob

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

impl<'a, U> Freeze for AppendItemIter<'a, U>

impl<E> Freeze for DisplayErrorContext<E>
where E: Freeze,

impl<U> Freeze for StoreAppend<U>

impl<U> Freeze for StoreReplace<U>

impl<'a> Freeze for Attr<'a>

impl<'a> Freeze for Document<'a>

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

impl<'a> Freeze for StartEl<'a>

impl<'a> Freeze for XmlWriter<'a>

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

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

impl<'inp> Freeze for XmlToken<'inp>

impl<'inp, 'a> Freeze for ScopedDecoder<'inp, 'a>

impl Freeze for OsFamily

impl Freeze for AppName

impl Freeze for UseFips

impl Freeze for Origin

impl Freeze for Env

impl Freeze for Fs

impl Freeze for Region

impl Freeze for Builder

impl Freeze for SdkConfig

impl Freeze for Error

impl<'a> Freeze for Builder<'a>

impl<'a> Freeze for ServiceConfigKey<'a>

impl !Freeze for RawForm

impl !Freeze for KeepAlive

impl !Freeze for Redirect

impl Freeze for ErrorKind

impl Freeze for RawQuery

impl Freeze for Next

impl Freeze for Event

impl Freeze for NoContent

impl<'a> Freeze for RawPathParamsIter<'a>

impl<'a, B, S> Freeze for RouterAsService<'a, B, S>

impl<'a, L> Freeze for IncomingStream<'a, L>
where <L as Listener>::Addr: Freeze,

impl<B, S> Freeze for RouterIntoService<B, S>

impl<B, T, E, S> Freeze for ResponseFuture<B, T, E, S>
where <T as Service<Request<B>>>::Future: Freeze, T: Freeze,

impl<E> !Freeze for RouteFuture<E>

impl<E> Freeze for Route<E>

impl<E, S> Freeze for FromExtractorLayer<E, S>
where S: Freeze,

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

impl<F, S, I, T> Freeze for FromFn<F, S, I, T>
where F: Freeze, I: Freeze, S: Freeze,

impl<F, S, I, T> Freeze for MapRequest<F, S, I, T>
where F: Freeze, I: Freeze, S: Freeze,

impl<F, S, I, T> Freeze for MapResponse<F, S, I, T>
where F: Freeze, I: Freeze, S: Freeze,

impl<F, S, T> Freeze for FromFnLayer<F, S, T>
where F: Freeze, S: Freeze,

impl<F, S, T> Freeze for MapRequestLayer<F, S, T>
where F: Freeze, S: Freeze,

impl<F, S, T> Freeze for MapResponseLayer<F, S, T>
where F: Freeze, S: Freeze,

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

impl<H, T, S> Freeze for HandlerService<H, T, S>
where H: Freeze, S: Freeze,

impl<L, F> Freeze for TapIo<L, F>
where L: Freeze, F: Freeze,

impl<L, H, T, S> Freeze for Layered<L, H, T, S>
where L: Freeze, H: Freeze,

impl<L, M, S> Freeze for Serve<L, M, S>
where L: Freeze, M: Freeze,

impl<L, M, S, F> Freeze for WithGracefulShutdown<L, M, S, F>
where L: Freeze, M: Freeze, F: Freeze,

impl<S> !Freeze for LayeredFuture<S>

impl<S> !Freeze for Sse<S>

impl<S> Freeze for State<S>
where S: Freeze,

impl<S> Freeze for IntoMakeServiceFuture<S>
where S: Freeze,

impl<S> Freeze for IntoMakeService<S>
where S: Freeze,

impl<S> Freeze for Router<S>

impl<S, C> Freeze for IntoMakeServiceWithConnectInfo<S, C>
where S: Freeze,

impl<S, C> Freeze for ResponseFuture<S, C>
where S: Freeze, C: Freeze,

impl<S, E> Freeze for MethodRouter<S, E>

impl<S, F, T> Freeze for HandleError<S, F, T>
where S: Freeze, F: Freeze,

impl<S, T> Freeze for AddExtension<S, T>
where S: Freeze, T: Freeze,

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

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

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

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

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

impl<T, E, S> Freeze for FromExtractor<T, E, S>
where T: Freeze, S: Freeze,

impl Freeze for Body

impl Freeze for Error

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

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

impl Freeze for Host

impl<E, R> Freeze for WithRejection<E, R>
where E: Freeze,

impl<E1, E2> Freeze for Either<E1, E2>
where E1: Freeze, E2: Freeze,

impl<E1, E2, E3> Freeze for Either3<E1, E2, E3>
where E1: Freeze, E2: Freeze, E3: Freeze,

impl<E1, E2, E3, E4> Freeze for Either4<E1, E2, E3, E4>
where E1: Freeze, E2: Freeze, E3: Freeze, E4: Freeze,

impl<E1, E2, E3, E4, E5> Freeze for Either5<E1, E2, E3, E4, E5>
where E1: Freeze, E2: Freeze, E3: Freeze, E4: Freeze, E5: Freeze,

impl<E1, E2, E3, E4, E5, E6> Freeze for Either6<E1, E2, E3, E4, E5, E6>
where E1: Freeze, E2: Freeze, E3: Freeze, E4: Freeze, E5: Freeze, E6: Freeze,

impl<E1, E2, E3, E4, E5, E6, E7> Freeze for Either7<E1, E2, E3, E4, E5, E6, E7>
where E1: Freeze, E2: Freeze, E3: Freeze, E4: Freeze, E5: Freeze, E6: Freeze, E7: Freeze,

impl<E1, E2, E3, E4, E5, E6, E7, E8> Freeze for Either8<E1, E2, E3, E4, E5, E6, E7, E8>
where E1: Freeze, E2: Freeze, E3: Freeze, E4: Freeze, E5: Freeze, E6: Freeze, E7: Freeze, E8: Freeze,

impl<H, T, S> Freeze for IntoHandler<H, T, S>
where H: Freeze,

impl<L, R, Lt, Rt, S> Freeze for Or<L, R, Lt, Rt, S>
where L: Freeze, R: Freeze,

impl<S> Freeze for Resource<S>

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

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

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

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

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

impl Freeze for Handle

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

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

impl<F, I, S> !Freeze for RustlsAcceptorFuture<F, I, S>

impl !Freeze for Body

impl !Freeze for HttpError

impl !Freeze for Request

impl Freeze for ErrorKind

impl Freeze for LroStatus

impl Freeze for Range

impl Freeze for Secret

impl Freeze for Error

impl Freeze for Headers

impl Freeze for Accept

impl Freeze for App

impl Freeze for Delimiter

impl Freeze for IfTags

impl Freeze for LeaseId

impl Freeze for Metadata

impl Freeze for Prefix

impl Freeze for Timeout

impl Freeze for User

impl Freeze for UserAgent

impl Freeze for Version

impl Freeze for Sleep

impl Freeze for Context

impl Freeze for Etag

impl Freeze for Pipeline

impl Freeze for Response

impl<T, E> Freeze for Pageable<T, E>

impl Freeze for SasKey

impl Freeze for CopyId

impl Freeze for IPRange

impl<'a> Freeze for ConnectionString<'a>

impl !Freeze for BlobItem

impl !Freeze for Blob

impl !Freeze for BlockId

impl Freeze for BlobType

impl Freeze for Hash

impl Freeze for BlockList

impl Freeze for Blobs

impl Freeze for Container

impl Freeze for CPKInfo

impl Freeze for Snapshot

impl Freeze for Tags

impl Freeze for VersionId

impl Freeze for Blob

impl Freeze for BlobType

impl Freeze for ErrorCode

impl Freeze for QueryType

impl Freeze for Status

impl Freeze for QueryType

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Client

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Client

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Client

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Client

impl Freeze for Response

impl Freeze for Schema

impl Freeze for TagSet

impl Freeze for Blobs

impl Freeze for Cors

impl Freeze for BlobName

impl Freeze for BlobTag

impl Freeze for BlobTags

impl Freeze for Block

impl Freeze for BlockList

impl Freeze for CorsRule

impl Freeze for KeyInfo

impl Freeze for Logging

impl Freeze for Metrics

impl Freeze for PageList

impl Freeze for PageRange

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Client

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Response

impl Freeze for Client

impl Freeze for Response

impl Freeze for Client

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<'a> Freeze for Headers<'a>

impl<B, T, E, Ctx, F, SF, RF, NF> Freeze for BlockingRetryWithContext<B, T, E, Ctx, F, SF, RF, NF>
where B: Freeze, RF: Freeze, NF: Freeze, F: Freeze, SF: Freeze, Ctx: Freeze,

impl<B, T, E, Ctx, Fut, FutureFn, SF, RF, NF> Freeze for RetryWithContext<B, T, E, Ctx, Fut, FutureFn, SF, RF, NF>
where B: Freeze, RF: Freeze, NF: Freeze, FutureFn: Freeze, SF: Freeze, Fut: Freeze, Ctx: Freeze, <SF as MaybeSleeper>::Sleep: Freeze,

impl<B, T, E, F, SF, RF, NF> Freeze for BlockingRetry<B, T, E, F, SF, RF, NF>
where B: Freeze, RF: Freeze, NF: Freeze, F: Freeze, SF: Freeze,

impl<B, T, E, Fut, FutureFn, SF, RF, NF, AF> Freeze for Retry<B, T, E, Fut, FutureFn, SF, RF, NF, AF>
where B: Freeze, FutureFn: Freeze, RF: Freeze, NF: Freeze, SF: Freeze, AF: Freeze, Fut: Freeze, <SF as MaybeSleeper>::Sleep: Freeze,

impl Freeze for Alphabet

impl<'a, 'e, E> Freeze for Base64Display<'a, 'e, E>

impl<'e, E, R> Freeze for DecoderReader<'e, E, R>
where R: Freeze,

impl<'e, E, S> Freeze for EncoderStringWriter<'e, E, S>
where S: Freeze,

impl<'e, E, W> Freeze for EncoderWriter<'e, E, W>
where W: Freeze,

impl Freeze for Base64

impl Freeze for Error

impl Freeze for Error

impl Freeze for Base64

impl Freeze for Base64Url

impl<'i, E> Freeze for Decoder<'i, E>

impl<'o, E> Freeze for Encoder<'o, E>

impl Freeze for Context

impl<'a> Freeze for BigDecimalRef<'a>

impl<'a, B> Freeze for Blocks<'a, B>

impl<'a, B> Freeze for Iter<'a, B>

impl<B> Freeze for BitVec<B>

impl<B> Freeze for IntoIter<B>

impl<B> Freeze for Iter<B>
where B: Freeze,

impl<B> Freeze for IterNames<B>
where B: Freeze,

impl<B> Freeze for Flag<B>
where B: Freeze,

impl Freeze for Eager

impl Freeze for Error

impl Freeze for Lazy

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

impl !Freeze for Bump

impl Freeze for AllocErr

impl<'a> Freeze for ChunkIter<'a>

impl<'a> Freeze for ChunkRawIter<'a>

impl<E> Freeze for AllocOrInitError<E>
where E: Freeze,

impl Freeze for BigEndian

impl !Freeze for Bytes

impl Freeze for BytesMut

impl<B> Freeze for Reader<B>
where B: Freeze,

impl<B> Freeze for Writer<B>
where B: Freeze,

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

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

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

impl<T, U> Freeze for Chain<T, U>
where T: Freeze, U: Freeze,

impl Freeze for Direction

impl<'a, B> Freeze for SegmentedSlice<'a, B>

impl<B> Freeze for SegmentedBuf<B>

impl<S> Freeze for StrInner<S>
where S: Freeze,

impl<S> Freeze for Utf8Error<S>
where S: Freeze,

impl<S, F> Freeze for BytesIter<S, F>
where F: Freeze, S: Freeze,

impl Freeze for Blocking

impl Freeze for TcpBinder

impl Freeze for UdpBinder

impl Freeze for DirEntry

impl Freeze for FileType

impl Freeze for Metadata

impl Freeze for ReadDir

impl Freeze for Pool

impl Freeze for Instant

impl Freeze for CapRng

impl Freeze for OsRng

impl Freeze for Dir

impl Freeze for DirEntry

impl Freeze for File

impl Freeze for ReadDir

impl Freeze for Pool

impl Freeze for TcpStream

impl Freeze for UdpSocket

impl<'a> Freeze for Incoming<'a>

impl<'a> Freeze for Incoming<'a>

impl Freeze for Timezone

impl Freeze for Month

impl Freeze for Weekday

impl Freeze for Colons

impl Freeze for Fixed

impl Freeze for Numeric

impl Freeze for Pad

impl Freeze for Parsed

impl Freeze for IsoWeek

impl Freeze for NaiveWeek

impl Freeze for Days

impl Freeze for Local

impl Freeze for Months

impl Freeze for NaiveDate

impl Freeze for NaiveTime

impl Freeze for TimeDelta

impl Freeze for Utc

impl<'a> Freeze for Item<'a>

impl<'a> Freeze for StrftimeItems<'a>

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

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

impl<Tz> Freeze for Date<Tz>
where <Tz as TimeZone>::Offset: Freeze,

impl<Tz> Freeze for DateTime<Tz>
where <Tz as TimeZone>::Offset: Freeze,

impl Freeze for AnyIpCidr

impl Freeze for Family

impl Freeze for IpCidr

impl Freeze for IpInet

impl Freeze for Ipv4Cidr

impl Freeze for Ipv4Inet

impl Freeze for Ipv6Cidr

impl Freeze for Ipv6Inet

impl<A> Freeze for InetAddressIterator<A>
where <A as Address>::InetPair: Freeze,

impl<A> Freeze for InetIterator<A>
where <A as Address>::InetPair: Freeze,

impl Freeze for ArgAction

impl Freeze for ValueHint

impl Freeze for ErrorKind

impl Freeze for Arg

impl Freeze for ArgGroup

impl Freeze for Command

impl Freeze for OsStr

impl Freeze for Str

impl Freeze for StyledStr

impl Freeze for Styles

impl Freeze for Id

impl<'a> Freeze for IdsRef<'a>

impl<'a> Freeze for Indices<'a>

impl<'a> Freeze for RawValues<'a>

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

impl<E> Freeze for EnumValueParser<E>

impl<F> Freeze for Error<F>

impl<P, F> Freeze for MapValueParser<P, F>
where P: Freeze, F: Freeze,

impl<P, F> Freeze for TryMapValueParser<P, F>
where P: Freeze, F: Freeze,

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

impl<T> Freeze for Values<T>

impl Freeze for ArgCursor

impl Freeze for RawArgs

impl<'s> Freeze for ParsedArg<'s>

impl<'s> Freeze for ShortFlags<'s>

impl Freeze for Data

impl Freeze for Error

impl Freeze for Encoding

impl Freeze for Error

impl Freeze for Event

impl<'a> Freeze for AttributeValue<'a>

impl<'a> Freeze for CobsDecoder<'a>

impl<'a> Freeze for CobsEncoder<'a>

impl Freeze for TakeRange

impl Freeze for Error

impl Freeze for Static

impl Freeze for Buffer

impl<'a, Input, P, S, M> Freeze for Iter<'a, Input, P, S, M>
where P: Freeze, S: Freeze, M: Freeze, <Input as StreamOnce>::Error: Freeze,

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

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

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

impl<A, B, C> Freeze for PartialState3<A, B, C>
where A: Freeze, B: Freeze, C: Freeze,

impl<A, B, C, D> Freeze for PartialState4<A, B, C, D>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze,

impl<A, B, C, D, E> Freeze for PartialState5<A, B, C, D, E>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze,

impl<A, B, C, D, E, F> Freeze for PartialState6<A, B, C, D, E, F>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze,

impl<A, B, C, D, E, F, G> Freeze for PartialState7<A, B, C, D, E, F, G>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze,

impl<A, B, C, D, E, F, G, H> Freeze for PartialState8<A, B, C, D, E, F, G, H>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze,

impl<A, B, C, D, E, F, G, H, I> Freeze for PartialState9<A, B, C, D, E, F, G, H, I>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze, I: Freeze,

impl<A, B, C, D, E, F, G, H, I, J> Freeze for PartialState10<A, B, C, D, E, F, G, H, I, J>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze, I: Freeze, J: Freeze,

impl<A, B, C, D, E, F, G, H, I, J, K> Freeze for PartialState11<A, B, C, D, E, F, G, H, I, J, K>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze, I: Freeze, J: Freeze, K: Freeze,

impl<A, B, C, D, E, F, G, H, I, J, K, L> Freeze for PartialState12<A, B, C, D, E, F, G, H, I, J, K, L>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze, I: Freeze, J: Freeze, K: Freeze, L: Freeze,

impl<A, B, C, D, E, F, G, H, I, J, K, L, M> Freeze for PartialState13<A, B, C, D, E, F, G, H, I, J, K, L, M>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze, I: Freeze, J: Freeze, K: Freeze, L: Freeze, M: Freeze,

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N> Freeze for PartialState14<A, B, C, D, E, F, G, H, I, J, K, L, M, N>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze, I: Freeze, J: Freeze, K: Freeze, L: Freeze, M: Freeze, N: Freeze,

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, P> Freeze for PartialState15<A, B, C, D, E, F, G, H, I, J, K, L, M, N, P>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze, I: Freeze, J: Freeze, K: Freeze, L: Freeze, M: Freeze, N: Freeze, P: Freeze,

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, P, Q> Freeze for PartialState16<A, B, C, D, E, F, G, H, I, J, K, L, M, N, P, Q>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze, I: Freeze, J: Freeze, K: Freeze, L: Freeze, M: Freeze, N: Freeze, P: Freeze, Q: Freeze,

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, P, Q, R> Freeze for PartialState17<A, B, C, D, E, F, G, H, I, J, K, L, M, N, P, Q, R>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze, I: Freeze, J: Freeze, K: Freeze, L: Freeze, M: Freeze, N: Freeze, P: Freeze, Q: Freeze, R: Freeze,

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, P, Q, R, S> Freeze for PartialState18<A, B, C, D, E, F, G, H, I, J, K, L, M, N, P, Q, R, S>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze, I: Freeze, J: Freeze, K: Freeze, L: Freeze, M: Freeze, N: Freeze, P: Freeze, Q: Freeze, R: Freeze, S: Freeze,

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, P, Q, R, S, T> Freeze for PartialState19<A, B, C, D, E, F, G, H, I, J, K, L, M, N, P, Q, R, S, T>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze, I: Freeze, J: Freeze, K: Freeze, L: Freeze, M: Freeze, N: Freeze, P: Freeze, Q: Freeze, R: Freeze, S: Freeze, T: Freeze,

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, P, Q, R, S, T, U> Freeze for PartialState20<A, B, C, D, E, F, G, H, I, J, K, L, M, N, P, Q, R, S, T, U>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze, I: Freeze, J: Freeze, K: Freeze, L: Freeze, M: Freeze, N: Freeze, P: Freeze, Q: Freeze, R: Freeze, S: Freeze, T: Freeze, U: Freeze,

impl<C, E, T, Input> Freeze for Tokens<C, E, T, Input>
where C: Freeze, E: Freeze, T: Freeze,

impl<C, T, Input> Freeze for TokensCmp<C, T, Input>
where C: Freeze, T: Freeze,

impl<E> Freeze for Tracked<E>
where E: Freeze,

impl<E, Input, T> Freeze for EnvParser<E, Input, T>
where E: Freeze,

impl<E, P> Freeze for Error<E, P>
where E: Freeze, P: Freeze,

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

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

impl<F, I, P> Freeze for Iterate<F, I, P>
where P: Freeze, I: Freeze,

impl<F, Input> Freeze for TakeFn<F, Input>
where F: Freeze,

impl<F, Input, O, S> Freeze for Opaque<F, Input, O, S>
where F: Freeze,

impl<F, Input, P> Freeze for Count<F, Input, P>
where <Input as StreamOnce>::Error: Sized, P: Freeze,

impl<F, P> Freeze for Recognize<F, P>
where P: Freeze,

impl<F, P> Freeze for CountMinMax<F, P>
where P: Freeze,

impl<F, P> Freeze for Many<F, P>
where P: Freeze,

impl<F, P> Freeze for Many1<F, P>
where P: Freeze,

impl<F, P> Freeze for TakeUntil<F, P>
where P: Freeze,

impl<F, P, E> Freeze for RepeatUntil<F, P, E>
where P: Freeze, E: Freeze,

impl<F, P, S> Freeze for SepBy<F, P, S>
where P: Freeze, S: Freeze,

impl<F, P, S> Freeze for SepBy1<F, P, S>
where P: Freeze, S: Freeze,

impl<F, P, S> Freeze for SepEndBy<F, P, S>
where P: Freeze, S: Freeze,

impl<F, P, S> Freeze for SepEndBy1<F, P, S>
where P: Freeze, S: Freeze,

impl<I, T, E> Freeze for Unexpected<I, T, E>
where E: Freeze,

impl<Input> Freeze for TakeUntilByte<Input>
where <Input as StreamOnce>::Error: Sized,

impl<Input> Freeze for TakeUntilByte2<Input>
where <Input as StreamOnce>::Error: Sized,

impl<Input> Freeze for TakeUntilByte3<Input>
where <Input as StreamOnce>::Error: Sized,

impl<Input> Freeze for Digit<Input>
where <Input as StreamOnce>::Error: Sized,

impl<Input> Freeze for Range<Input>
where <Input as StreamOnce>::Range: Freeze,

impl<Input> Freeze for Take<Input>

impl<Input> Freeze for TakeUntilRange<Input>
where <Input as StreamOnce>::Range: Freeze,

impl<Input> Freeze for Any<Input>

impl<Input> Freeze for Eof<Input>

impl<Input> Freeze for Position<Input>

impl<Input> Freeze for Token<Input>
where <Input as StreamOnce>::Token: Freeze,

impl<Input> Freeze for Stream<Input>
where Input: Freeze,

impl<Input> Freeze for IteratorStream<Input>
where Input: Freeze,

impl<Input, F> Freeze for FnParser<Input, F>
where F: Freeze,

impl<Input, F> Freeze for TakeWhile<Input, F>
where F: Freeze,

impl<Input, F> Freeze for TakeWhile1<Input, F>
where F: Freeze,

impl<Input, F> Freeze for Produce<Input, F>
where F: Freeze,

impl<Input, L, R, P> Freeze for Between<Input, L, R, P>
where <Input as StreamOnce>::Error: Sized, L: Freeze, R: Freeze, P: Freeze,

impl<Input, O, P> Freeze for FromStr<Input, O, P>
where <Input as StreamOnce>::Error: Sized, P: Freeze,

impl<Input, P> Freeze for Recognize<Input, P>
where <Input as StreamOnce>::Error: Sized, P: Freeze,

impl<Input, P> Freeze for SkipCount<Input, P>
where <Input as StreamOnce>::Error: Sized, P: Freeze,

impl<Input, P> Freeze for SkipCountMinMax<Input, P>
where <Input as StreamOnce>::Error: Sized, P: Freeze,

impl<Input, P> Freeze for SkipMany<Input, P>
where <Input as StreamOnce>::Error: Sized, P: Freeze,

impl<Input, P> Freeze for SkipMany1<Input, P>
where <Input as StreamOnce>::Error: Sized, P: Freeze,

impl<Input, P> Freeze for SkipUntil<Input, P>
where <Input as StreamOnce>::Error: Sized, P: Freeze,

impl<Input, P> Freeze for Satisfy<Input, P>
where P: Freeze,

impl<Input, P> Freeze for SatisfyMap<Input, P>
where P: Freeze,

impl<Input, P, E> Freeze for SkipRepeatUntil<Input, P, E>
where <Input as StreamOnce>::Error: Sized, P: Freeze, E: Freeze,

impl<Input, T> Freeze for Value<Input, T>
where T: Freeze,

impl<Input, X> Freeze for Stream<Input, X>
where Input: Freeze, X: Freeze,

impl<InputInner, P, C> Freeze for InputConverter<InputInner, P, C>
where P: Freeze, C: Freeze,

impl<L, R> Freeze for Either<L, R>
where L: Freeze, R: Freeze,

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

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

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

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

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

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

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

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

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

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

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

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

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

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

impl<P, F> Freeze for AndThen<P, F>
where P: Freeze, F: Freeze,

impl<P, F> Freeze for FlatMap<P, F>
where P: Freeze, F: Freeze,

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

impl<P, F> Freeze for MapInput<P, F>
where P: Freeze, F: Freeze,

impl<P, F> Freeze for Then<P, F>
where P: Freeze, F: Freeze,

impl<P, F> Freeze for ThenPartial<P, F>
where P: Freeze, F: Freeze,

impl<P, F> Freeze for ThenRef<P, F>
where P: Freeze, F: Freeze,

impl<P, Op> Freeze for Chainl1<P, Op>
where P: Freeze, Op: Freeze,

impl<P, Op> Freeze for Chainr1<P, Op>
where P: Freeze, Op: Freeze,

impl<P, Q, I> Freeze for Escaped<P, Q, I>
where P: Freeze, I: Freeze, Q: Freeze,

impl<P, R> Freeze for Factory<P, R>
where P: Freeze, R: Freeze,

impl<P, S> Freeze for Expected<P, S>
where P: Freeze, S: Freeze,

impl<P, S> Freeze for Message<P, S>
where P: Freeze, S: Freeze,

impl<P1, P2> Freeze for Or<P1, P2>
where P1: Freeze, P2: Freeze,

impl<P1, P2> Freeze for Skip<P1, P2>
where P1: Freeze, P2: Freeze,

impl<P1, P2> Freeze for With<P1, P2>
where P2: Freeze, P1: Freeze,

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

impl<R> Freeze for BufReader<R>
where R: Freeze,

impl<R> Freeze for Stream<R>
where R: Freeze,

impl<S> Freeze for Stream<S>
where S: Freeze,

impl<S> Freeze for CompleteStream<S>
where S: Freeze,

impl<S> Freeze for MaybePartialStream<S>
where S: Freeze,

impl<S> Freeze for PartialStream<S>
where S: Freeze,

impl<S, E> Freeze for Stream<S, E>
where S: Freeze,

impl<S, P, C> Freeze for Decoder<S, P, C>
where P: Freeze, S: Freeze, C: Freeze,

impl<S, U> Freeze for Stream<S, U>
where S: Freeze, U: Freeze,

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

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

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

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

impl<T, Input> Freeze for NoneOf<T, Input>
where T: Freeze,

impl<T, Input> Freeze for OneOf<T, Input>
where T: Freeze,

impl<T, R> Freeze for Error<T, R>
where T: Freeze, R: Freeze,

impl<T, R> Freeze for Info<T, R>
where T: Freeze, R: Freeze,

impl<T, R, F> Freeze for Info<T, R, F>
where T: Freeze, R: Freeze, F: Freeze,

impl<T, R, P> Freeze for Errors<T, R, P>
where P: Freeze,

impl<T, U> Freeze for EscapedState<T, U>

impl Freeze for PopError

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

impl<T> !Freeze for ConcurrentQueue<T>

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

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

impl Freeze for Error

impl<'a> Freeze for Database<'a>

impl<'a> Freeze for Names<'a>

impl<'a> Freeze for Arcs<'a>

impl Freeze for Extension

impl Freeze for Scale

impl Freeze for Size

impl Freeze for adcb_i

impl Freeze for adcl_i

impl Freeze for adcw_i

impl Freeze for addb_i

impl Freeze for addl_i

impl Freeze for addw_i

impl Freeze for andb_i

impl Freeze for andl_i

impl Freeze for andw_i

impl Freeze for orb_i

impl Freeze for orl_i

impl Freeze for orq_i_sxl

impl Freeze for orw_i

impl Freeze for sbbb_i

impl Freeze for sbbl_i

impl Freeze for sbbw_i

impl Freeze for subb_i

impl Freeze for subl_i

impl Freeze for subw_i

impl Freeze for xorb_i

impl Freeze for xorl_i

impl Freeze for xorw_i

impl Freeze for Constant

impl Freeze for Imm16

impl Freeze for Imm32

impl Freeze for Imm8

impl Freeze for Label

impl Freeze for RexFlags

impl Freeze for Simm16

impl Freeze for Simm32

impl Freeze for Simm8

impl Freeze for TrapCode

impl<R> Freeze for Amode<R>
where R: Freeze,

impl<R> Freeze for adcb_mi<R>

impl<R> Freeze for adcb_mr<R>

impl<R> Freeze for adcb_rm<R>

impl<R> Freeze for adcl_mi<R>

impl<R> Freeze for adcl_mi_sxb<R>

impl<R> Freeze for adcl_mr<R>

impl<R> Freeze for adcl_rm<R>

impl<R> Freeze for adcq_mi_sxb<R>

impl<R> Freeze for adcq_mi_sxl<R>

impl<R> Freeze for adcq_mr<R>

impl<R> Freeze for adcq_rm<R>

impl<R> Freeze for adcw_mi<R>

impl<R> Freeze for adcw_mr<R>

impl<R> Freeze for adcw_rm<R>

impl<R> Freeze for addb_mi<R>

impl<R> Freeze for addb_mr<R>

impl<R> Freeze for addb_rm<R>

impl<R> Freeze for addl_mi<R>

impl<R> Freeze for addl_mi_sxb<R>

impl<R> Freeze for addl_mr<R>

impl<R> Freeze for addl_rm<R>

impl<R> Freeze for addq_mi_sxb<R>

impl<R> Freeze for addq_mi_sxl<R>

impl<R> Freeze for addq_mr<R>

impl<R> Freeze for addq_rm<R>

impl<R> Freeze for addw_mi<R>

impl<R> Freeze for addw_mr<R>

impl<R> Freeze for addw_rm<R>

impl<R> Freeze for andb_mi<R>

impl<R> Freeze for andb_mr<R>

impl<R> Freeze for andb_rm<R>

impl<R> Freeze for andl_mi<R>

impl<R> Freeze for andl_mi_sxb<R>

impl<R> Freeze for andl_mr<R>

impl<R> Freeze for andl_rm<R>

impl<R> Freeze for andq_mi_sxb<R>

impl<R> Freeze for andq_mi_sxl<R>

impl<R> Freeze for andq_mr<R>

impl<R> Freeze for andq_rm<R>

impl<R> Freeze for andw_mi<R>

impl<R> Freeze for andw_mr<R>

impl<R> Freeze for andw_rm<R>

impl<R> Freeze for orb_mi<R>

impl<R> Freeze for orb_mr<R>

impl<R> Freeze for orb_rm<R>

impl<R> Freeze for orl_mi<R>

impl<R> Freeze for orl_mi_sxb<R>

impl<R> Freeze for orl_mr<R>

impl<R> Freeze for orl_rm<R>

impl<R> Freeze for orpd_a<R>

impl<R> Freeze for orq_mi_sxb<R>

impl<R> Freeze for orq_mi_sxl<R>

impl<R> Freeze for orq_mr<R>

impl<R> Freeze for orq_rm<R>

impl<R> Freeze for orw_mi<R>

impl<R> Freeze for orw_mr<R>

impl<R> Freeze for orw_rm<R>

impl<R> Freeze for sbbb_mi<R>

impl<R> Freeze for sbbb_mr<R>

impl<R> Freeze for sbbb_rm<R>

impl<R> Freeze for sbbl_mi<R>

impl<R> Freeze for sbbl_mi_sxb<R>

impl<R> Freeze for sbbl_mr<R>

impl<R> Freeze for sbbl_rm<R>

impl<R> Freeze for sbbq_mi_sxb<R>

impl<R> Freeze for sbbq_mi_sxl<R>

impl<R> Freeze for sbbq_mr<R>

impl<R> Freeze for sbbq_rm<R>

impl<R> Freeze for sbbw_mi<R>

impl<R> Freeze for sbbw_mr<R>

impl<R> Freeze for sbbw_rm<R>

impl<R> Freeze for shldl_mrc<R>

impl<R> Freeze for shldl_mri<R>

impl<R> Freeze for shldq_mrc<R>

impl<R> Freeze for shldq_mri<R>

impl<R> Freeze for shldw_mrc<R>

impl<R> Freeze for shldw_mri<R>

impl<R> Freeze for subb_mi<R>

impl<R> Freeze for subb_mr<R>

impl<R> Freeze for subb_rm<R>

impl<R> Freeze for subl_mi<R>

impl<R> Freeze for subl_mi_sxb<R>

impl<R> Freeze for subl_mr<R>

impl<R> Freeze for subl_rm<R>

impl<R> Freeze for subq_mi_sxb<R>

impl<R> Freeze for subq_mi_sxl<R>

impl<R> Freeze for subq_mr<R>

impl<R> Freeze for subq_rm<R>

impl<R> Freeze for subw_mi<R>

impl<R> Freeze for subw_mr<R>

impl<R> Freeze for subw_rm<R>

impl<R> Freeze for xorb_mi<R>

impl<R> Freeze for xorb_mr<R>

impl<R> Freeze for xorb_rm<R>

impl<R> Freeze for xorl_mi<R>

impl<R> Freeze for xorl_mi_sxb<R>

impl<R> Freeze for xorl_mr<R>

impl<R> Freeze for xorl_rm<R>

impl<R> Freeze for xorq_mi_sxb<R>

impl<R> Freeze for xorq_mi_sxl<R>

impl<R> Freeze for xorq_mr<R>

impl<R> Freeze for xorq_rm<R>

impl<R> Freeze for xorw_mi<R>

impl<R> Freeze for xorw_mr<R>

impl<R> Freeze for xorw_rm<R>

impl<R> Freeze for Gpr<R>
where R: Freeze,

impl<R> Freeze for NonRspGpr<R>
where R: Freeze,

impl<R> Freeze for Xmm<R>
where R: Freeze,

impl<R, M> Freeze for GprMem<R, M>
where R: Freeze, M: Freeze,

impl<R, M> Freeze for XmmMem<R, M>
where R: Freeze, M: Freeze,

impl<'a, K> Freeze for SetIter<'a, K>

impl<'a, K, C> Freeze for SetCursor<'a, K, C>

impl<'a, K, V> Freeze for MapIter<'a, K, V>

impl<'a, K, V, C> Freeze for MapCursor<'a, K, V, C>

impl<K> Freeze for Set<K>

impl<K> Freeze for SetForest<K>

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

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

impl<'a> Freeze for Iter<'a>

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

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

impl Freeze for Reloc

impl Freeze for DataValue

impl Freeze for FloatCC

impl Freeze for IntCC

impl Freeze for ValueDef

impl Freeze for AnyEntity

impl Freeze for LibCall

impl Freeze for Opcode

impl Freeze for BaseExpr

impl Freeze for Fact

impl Freeze for PccError

impl Freeze for CallConv

impl Freeze for Amode

impl Freeze for AvxOpcode

impl Freeze for CC

impl Freeze for CmpOpcode

impl Freeze for ExtKind

impl Freeze for ExtMode

impl Freeze for FcmpImm

impl Freeze for FenceKind

impl Freeze for Imm8Reg

impl Freeze for RegMem

impl Freeze for RegMemImm

impl Freeze for RoundImm

impl Freeze for ShiftKind

impl Freeze for SseOpcode

impl Freeze for OpcodeMap

impl Freeze for MInst

impl Freeze for Detail

impl Freeze for OptLevel

impl Freeze for SetError

impl Freeze for TlsModel

impl Freeze for Pass

impl Freeze for Event

impl Freeze for CodeInfo

impl Freeze for BlockData

impl Freeze for Blocks

impl Freeze for Insts

impl Freeze for Block

impl Freeze for Constant

impl Freeze for FuncRef

impl Freeze for Immediate

impl Freeze for Inst

impl Freeze for JumpTable

impl Freeze for SigRef

impl Freeze for StackSlot

impl Freeze for Value

impl Freeze for Function

impl Freeze for Ieee128

impl Freeze for Ieee16

impl Freeze for Ieee32

impl Freeze for Ieee64

impl Freeze for Imm64

impl Freeze for Offset32

impl Freeze for Uimm32

impl Freeze for Uimm64

impl Freeze for V128Imm

impl Freeze for BlockCall

impl Freeze for Layout

impl Freeze for Expr

impl Freeze for AbiParam

impl Freeze for MemFlags

impl Freeze for Signature

impl Freeze for SourceLoc

impl Freeze for TrapCode

impl Freeze for Type

impl Freeze for Gpr

impl Freeze for GprMem

impl Freeze for GprMemImm

impl Freeze for Imm8Gpr

impl Freeze for Imm8Xmm

impl Freeze for Xmm

impl Freeze for XmmMem

impl Freeze for XmmMemImm

impl Freeze for Register

impl Freeze for RexFlags

impl Freeze for Flags

impl Freeze for EmitInfo

impl Freeze for EmitState

impl Freeze for Loop

impl Freeze for LoopLevel

impl Freeze for Template

impl Freeze for Builder

impl Freeze for Flags

impl Freeze for Setting

impl Freeze for Value

impl Freeze for Context

impl Freeze for Final

impl Freeze for MachLabel

impl Freeze for MachTrap

impl Freeze for RealReg

impl Freeze for Reg

impl Freeze for PassTimes

impl Freeze for Dfs

impl<'a> Freeze for CallInfo<'a>

impl<'a> Freeze for CFGPrinter<'a>

impl<'a> Freeze for DisplayDataValues<'a>

impl<'a> Freeze for ChildIter<'a>

impl<'a> Freeze for PredIter<'a>

impl<'a> Freeze for DisplayInst<'a>

impl<'a> Freeze for Values<'a>

impl<'a> Freeze for DisplayFunction<'a>

impl<'a> Freeze for DisplayBlockCall<'a>

impl<'a> Freeze for DisplayJumpTable<'a>

impl<'a> Freeze for FactContext<'a>

impl<'a> Freeze for FlagsOrIsa<'a>

impl<'a> Freeze for PredicateView<'a>

impl<'a> Freeze for CompileError<'a>

impl<'a> Freeze for DfsIter<'a>

impl<'a> Freeze for DfsPostOrderIter<'a>

impl<'a> Freeze for DfsPreOrderIter<'a>

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

impl<'f> Freeze for FuncCursor<'f>

impl<'f> Freeze for Blocks<'f>

impl<'f> Freeze for Insts<'f>

impl<'f> Freeze for ReplaceBuilder<'f>

impl<'f, IIB> Freeze for InsertBuilder<'f, IIB>
where IIB: Freeze,

impl<I> Freeze for MachBuffer<I>
where <I as MachInst>::LabelUse: Freeze,

impl<I> Freeze for MachTextSectionBuilder<I>
where <I as MachInst>::LabelUse: Freeze,

impl<T> Freeze for IsaBuilder<T>

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

impl<T> Freeze for MachBufferFinalized<T>
where <T as CompilePhase>::MachSrcLocType: Freeze,

impl<T> Freeze for MachSrcLoc<T>
where <T as CompilePhase>::SourceLocType: Freeze,

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

impl Freeze for Switch

impl Freeze for Variable

impl<'a> Freeze for FunctionBuilder<'a>

impl<'short, 'long> Freeze for FuncInstBuilder<'short, 'long>

impl<'a, W, I> Freeze for Digest<'a, W, I>
where W: Freeze,

impl<W, I> Freeze for Crc<W, I>
where <I as Implementation>::Data<W>: Freeze,

impl<const L: usize> Freeze for Table<L>

impl<R> Freeze for Crc32cReader<R>
where R: Freeze,

impl<W> Freeze for Crc32cWriter<W>
where W: Freeze,

impl Freeze for Hasher

impl<W> Freeze for Algorithm<W>
where W: Freeze,

impl Freeze for RecvError

impl<'a> Freeze for Select<'a>

impl<'a> Freeze for SelectedOperation<'a>

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

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

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

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

impl<T> Freeze for IntoIter<T>

impl<T> Freeze for Receiver<T>

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

impl<T> Freeze for Sender<T>

impl<T> !Freeze for Injector<T>

impl<T> !Freeze for Worker<T>

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

impl<T> Freeze for Stealer<T>

impl Freeze for Collector

impl Freeze for Guard

impl<'g, T> Freeze for Shared<'g, T>
where T: ?Sized,

impl<'g, T, P> Freeze for CompareExchangeError<'g, T, P>
where P: Freeze, T: ?Sized,

impl<T> !Freeze for Atomic<T>

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

impl !Freeze for Backoff

impl Freeze for Parker

impl Freeze for Unparker

impl Freeze for WaitGroup

impl<'a, T> Freeze for ShardedLockReadGuard<'a, T>
where T: ?Sized,

impl<'a, T> Freeze for ShardedLockWriteGuard<'a, T>
where T: ?Sized,

impl<'env> Freeze for Scope<'env>

impl<'scope, 'env> Freeze for ScopedThreadBuilder<'scope, 'env>

impl<'scope, T> Freeze for ScopedJoinHandle<'scope, T>

impl<T> !Freeze for AtomicCell<T>

impl<T> !Freeze for ShardedLock<T>

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

impl Freeze for PublicKey

impl Freeze for SecretKey

impl<C> Freeze for CryptoBox<C>

impl<C> Freeze for SecretBox<C>

impl Freeze for Scalar

impl Freeze for BitOrder

impl Freeze for Encoding

impl Freeze for Translate

impl Freeze for Wrap

impl<'a> Freeze for Display<'a>

impl<'a> Freeze for Encoder<'a>

impl Freeze for QueueMode

impl Freeze for Metrics

impl Freeze for Timeouts

impl Freeze for Status

impl<C> Freeze for CreatePoolError<C>
where C: Freeze,

impl<E> Freeze for HookError<E>
where E: Freeze,

impl<E> Freeze for PoolError<E>
where E: Freeze,

impl<E> Freeze for RecycleError<E>
where E: Freeze,

impl<M> Freeze for Hook<M>

impl<M> Freeze for Object<M>
where <M as Manager>::Type: Freeze,

impl<M, W> Freeze for Pool<M, W>

impl<M, W> Freeze for PoolBuilder<M, W>
where M: Freeze,

impl<T> Freeze for RetainResult<T>

impl !Freeze for Manager

impl Freeze for SslMode

impl Freeze for Config

impl<'a> Freeze for Transaction<'a>

impl<'a> Freeze for TransactionBuilder<'a>

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

impl Freeze for Runtime

impl Freeze for Class

impl Freeze for ErrorKind

impl Freeze for Tag

impl Freeze for TagMode

impl Freeze for Any

impl Freeze for BitString

impl Freeze for BmpString

impl Freeze for Ia5String

impl Freeze for Int

impl Freeze for Null

impl Freeze for Uint

impl Freeze for UtcTime

impl Freeze for DateTime

impl Freeze for Document

impl Freeze for Error

impl Freeze for Header

impl Freeze for Length

impl Freeze for TagNumber

impl<'a> Freeze for AnyRef<'a>

impl<'a> Freeze for BitStringIter<'a>

impl<'a> Freeze for BitStringRef<'a>

impl<'a> Freeze for Ia5StringRef<'a>

impl<'a> Freeze for IntRef<'a>

impl<'a> Freeze for OctetStringRef<'a>

impl<'a> Freeze for PrintableStringRef<'a>

impl<'a> Freeze for SequenceRef<'a>

impl<'a> Freeze for TeletexStringRef<'a>

impl<'a> Freeze for UintRef<'a>

impl<'a> Freeze for Utf8StringRef<'a>

impl<'a> Freeze for VideotexStringRef<'a>

impl<'a> Freeze for SliceReader<'a>

impl<'a> Freeze for SliceWriter<'a>

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

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

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

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

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

impl<'i> !Freeze for PemReader<'i>

impl<'i, R> Freeze for NestedReader<'i, R>

impl<'w> Freeze for PemWriter<'w>

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

impl<T> Freeze for SetOfVec<T>

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

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

impl<'a> Freeze for BerObjectContent<'a>

impl<'a> Freeze for BerObject<'a>

impl<'a> Freeze for BerObjectIntoIterator<'a>

impl<'a> Freeze for BerObjectRefIterator<'a>

impl<'a> Freeze for BitStringObject<'a>

impl<'a> Freeze for PrettyBer<'a>

impl<const MIN: i128, const MAX: i128> Freeze for OptionRangedI128<MIN, MAX>

impl<const MIN: i128, const MAX: i128> Freeze for RangedI128<MIN, MAX>

impl<const MIN: i16, const MAX: i16> Freeze for OptionRangedI16<MIN, MAX>

impl<const MIN: i16, const MAX: i16> Freeze for RangedI16<MIN, MAX>

impl<const MIN: i32, const MAX: i32> Freeze for OptionRangedI32<MIN, MAX>

impl<const MIN: i32, const MAX: i32> Freeze for RangedI32<MIN, MAX>

impl<const MIN: i64, const MAX: i64> Freeze for OptionRangedI64<MIN, MAX>

impl<const MIN: i64, const MAX: i64> Freeze for RangedI64<MIN, MAX>

impl<const MIN: i8, const MAX: i8> Freeze for OptionRangedI8<MIN, MAX>

impl<const MIN: i8, const MAX: i8> Freeze for RangedI8<MIN, MAX>

impl<const MIN: isize, const MAX: isize> Freeze for OptionRangedIsize<MIN, MAX>

impl<const MIN: isize, const MAX: isize> Freeze for RangedIsize<MIN, MAX>

impl<const MIN: u128, const MAX: u128> Freeze for OptionRangedU128<MIN, MAX>

impl<const MIN: u128, const MAX: u128> Freeze for RangedU128<MIN, MAX>

impl<const MIN: u16, const MAX: u16> Freeze for OptionRangedU16<MIN, MAX>

impl<const MIN: u16, const MAX: u16> Freeze for RangedU16<MIN, MAX>

impl<const MIN: u32, const MAX: u32> Freeze for OptionRangedU32<MIN, MAX>

impl<const MIN: u32, const MAX: u32> Freeze for RangedU32<MIN, MAX>

impl<const MIN: u64, const MAX: u64> Freeze for OptionRangedU64<MIN, MAX>

impl<const MIN: u64, const MAX: u64> Freeze for RangedU64<MIN, MAX>

impl<const MIN: u8, const MAX: u8> Freeze for OptionRangedU8<MIN, MAX>

impl<const MIN: u8, const MAX: u8> Freeze for RangedU8<MIN, MAX>

impl<const MIN: usize, const MAX: usize> Freeze for OptionRangedUsize<MIN, MAX>

impl<const MIN: usize, const MAX: usize> Freeze for RangedUsize<MIN, MAX>

impl Freeze for TruncSide

impl Freeze for MacError

impl<T> Freeze for CoreWrapper<T>

impl<T> Freeze for CtOutput<T>

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

impl Freeze for BaseDirs

impl Freeze for UserDirs

impl Freeze for Signature

impl<'k, 'v, K> Freeze for Context<'k, 'v, K>

impl<L, R> Freeze for Either<L, R>
where L: Freeze, R: Freeze,

impl<L, R> Freeze for IterEither<L, R>
where L: Freeze, R: Freeze,

impl Freeze for Decoder

impl Freeze for Encoder

impl Freeze for Encoding

impl<T = ()> !Freeze for Event<T>

impl<T> Freeze for EventListener<T>

impl Freeze for Blocking

impl<'a> Freeze for NonBlocking<'a>

impl<F> Freeze for FutureWrapper<F>
where F: Freeze + ?Sized,

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

impl<I> Freeze for Convert<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 Fuse<I>
where I: Freeze,

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

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

impl<I> Freeze for Rev<I>
where I: 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 Filter<I, F>
where I: Freeze, F: 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 MapErr<I, F>
where I: Freeze, F: 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>

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

impl<T, U> Freeze for Chain<T, U>
where T: Freeze, U: Freeze,

impl<T, U> Freeze for Zip<T, U>
where T: Freeze, U: Freeze,

impl Freeze for Rng

impl Freeze for FileTime

impl<F> Freeze for FlagSet<F>
where <F as Flags>::Type: Freeze,

impl Freeze for Status

impl Freeze for Compress

impl Freeze for Crc

impl Freeze for GzBuilder

impl Freeze for GzHeader

impl<R> Freeze for DeflateDecoder<R>
where R: Freeze,

impl<R> Freeze for DeflateEncoder<R>
where R: Freeze,

impl<R> Freeze for GzDecoder<R>
where R: Freeze,

impl<R> Freeze for GzEncoder<R>
where R: Freeze,

impl<R> Freeze for MultiGzDecoder<R>
where R: Freeze,

impl<R> Freeze for ZlibDecoder<R>
where R: Freeze,

impl<R> Freeze for ZlibEncoder<R>
where R: Freeze,

impl<R> Freeze for DeflateDecoder<R>
where R: Freeze,

impl<R> Freeze for DeflateEncoder<R>
where R: Freeze,

impl<R> Freeze for GzDecoder<R>
where R: Freeze,

impl<R> Freeze for GzEncoder<R>
where R: Freeze,

impl<R> Freeze for MultiGzDecoder<R>
where R: Freeze,

impl<R> Freeze for ZlibDecoder<R>
where R: Freeze,

impl<R> Freeze for ZlibEncoder<R>
where R: Freeze,

impl<R> Freeze for CrcReader<R>
where R: Freeze,

impl<W> Freeze for CrcWriter<W>
where W: Freeze,

impl<W> Freeze for DeflateDecoder<W>
where W: Freeze,

impl<W> Freeze for DeflateEncoder<W>
where W: Freeze,

impl<W> Freeze for GzDecoder<W>
where W: Freeze,

impl<W> Freeze for GzEncoder<W>
where W: Freeze,

impl<W> Freeze for MultiGzDecoder<W>
where W: Freeze,

impl<W> Freeze for ZlibDecoder<W>
where W: Freeze,

impl<W> Freeze for ZlibEncoder<W>
where W: Freeze,

impl Freeze for FnvHasher

impl<'a> Freeze for ByteSerialize<'a>

impl<'a> Freeze for Parse<'a>

impl<'a> Freeze for ParseIntoOwned<'a>

impl<'a, T> Freeze for Serializer<'a, T>
where T: Freeze,

impl !Freeze for File

impl Freeze for DirEntry

impl Freeze for File

impl Freeze for ReadDir

impl Freeze for DirEntry

impl Freeze for ReadDir

impl Freeze for SendError

impl Freeze for Canceled

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

impl<T> Freeze for Receiver<T>

impl<T> Freeze for Sender<T>

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

impl<T> Freeze for UnboundedReceiver<T>

impl<T> Freeze for UnboundedSender<T>

impl<T> Freeze for Receiver<T>

impl<T> Freeze for Sender<T>

impl !Freeze for LocalPool

impl Freeze for Enter

impl<S> Freeze for BlockingStream<S>
where S: Freeze,

impl Freeze for YieldNow

impl Freeze for Empty

impl Freeze for Repeat

impl Freeze for Sink

impl<'a, R> Freeze for FillBuf<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for ReadExactFuture<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for ReadFuture<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for ReadLineFuture<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for ReadToEndFuture<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for ReadToStringFuture<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for ReadUntilFuture<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for ReadVectoredFuture<'a, R>
where R: ?Sized,

impl<'a, S> Freeze for SeekFuture<'a, S>
where S: ?Sized,

impl<'a, S> Freeze for NextFuture<'a, S>
where S: ?Sized,

impl<'a, S> Freeze for NthFuture<'a, S>
where S: ?Sized,

impl<'a, S> Freeze for TryNextFuture<'a, S>
where S: ?Sized,

impl<'a, S, F> Freeze for FindMapFuture<'a, S, F>
where F: Freeze, S: ?Sized,

impl<'a, S, F> Freeze for TryForEachFuture<'a, S, F>
where F: Freeze, S: ?Sized,

impl<'a, S, F, B> Freeze for TryFoldFuture<'a, S, F, B>
where F: Freeze, B: Freeze,

impl<'a, S, P> Freeze for AllFuture<'a, S, P>
where P: Freeze, S: ?Sized,

impl<'a, S, P> Freeze for AnyFuture<'a, S, P>
where P: Freeze, S: ?Sized,

impl<'a, S, P> Freeze for FindFuture<'a, S, P>
where P: Freeze, S: ?Sized,

impl<'a, S, P> Freeze for PositionFuture<'a, S, P>
where P: Freeze, S: ?Sized,

impl<'a, W> Freeze for CloseFuture<'a, W>
where W: ?Sized,

impl<'a, W> Freeze for FlushFuture<'a, W>
where W: ?Sized,

impl<'a, W> Freeze for WriteAllFuture<'a, W>
where W: ?Sized,

impl<'a, W> Freeze for WriteFuture<'a, W>
where W: ?Sized,

impl<'a, W> Freeze for WriteVectoredFuture<'a, W>
where W: ?Sized,

impl<'r, 'ctx, T> Freeze for AsyncAsSync<'r, 'ctx, T>
where T: Freeze,

impl<A, B> Freeze for Zip<A, B>
where A: Freeze, B: Freeze, <A as Stream>::Item: Freeze,

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

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

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

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

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

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

impl<F1, F2> Freeze for Or<F1, F2>
where F1: Freeze, F2: Freeze,

impl<F1, F2> Freeze for Race<F1, F2>
where F1: Freeze, F2: Freeze,

impl<F1, F2> Freeze for TryZip<F1, F2>
where F1: Freeze, F2: Freeze, <F1 as Future>::Output: Freeze, <F2 as Future>::Output: Freeze,

impl<F1, F2> Freeze for Zip<F1, F2>
where F1: Freeze, F2: Freeze, <F1 as Future>::Output: Freeze, <F2 as Future>::Output: Freeze,

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

impl<R> Freeze for BufReader<R>
where R: Freeze,

impl<R> Freeze for Bytes<R>
where R: Freeze,

impl<R> Freeze for Lines<R>
where R: Freeze,

impl<R> Freeze for Split<R>
where R: Freeze,

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

impl<R1, R2> Freeze for Chain<R1, R2>
where R1: Freeze, R2: Freeze,

impl<S> Freeze for BlockOn<S>
where S: Freeze,

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

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

impl<S> Freeze for CountFuture<S>
where S: Freeze + ?Sized,

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

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

impl<S> Freeze for Flatten<S>
where S: Freeze, <S as Stream>::Item: Freeze,

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

impl<S> Freeze for LastFuture<S>
where S: Freeze, <S as Stream>::Item: Freeze,

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

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

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

impl<S, C> Freeze for CollectFuture<S, C>
where S: Freeze, C: Freeze,

impl<S, C> Freeze for TryCollectFuture<S, C>
where S: Freeze, C: Freeze,

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

impl<S, F> Freeze for ForEachFuture<S, F>
where S: Freeze, F: Freeze,

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

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

impl<S, F, Fut> Freeze for Then<S, F, Fut>
where S: Freeze, F: Freeze, Fut: Freeze,

impl<S, F, T> Freeze for FoldFuture<S, F, T>
where S: Freeze, F: Freeze, T: Freeze,

impl<S, FromA, FromB> Freeze for UnzipFuture<S, FromA, FromB>
where S: Freeze, FromA: Freeze, FromB: Freeze,

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

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

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

impl<S, P, B> Freeze for PartitionFuture<S, P, B>
where S: Freeze, P: Freeze, B: Freeze,

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

impl<S, U> Freeze for Chain<S, U>
where S: Freeze, U: Freeze,

impl<S, U, F> Freeze for FlatMap<S, U, F>
where S: Freeze, F: Freeze, U: Freeze,

impl<S1, S2> Freeze for Or<S1, S2>
where S1: Freeze, S2: Freeze,

impl<S1, S2> Freeze for Race<S1, S2>
where S1: Freeze, S2: Freeze,

impl<T> Freeze for Pending<T>

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

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

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

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

impl<T> Freeze for ReadHalf<T>

impl<T> Freeze for WriteHalf<T>

impl<T> Freeze for Empty<T>

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

impl<T> Freeze for Pending<T>

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

impl<T, F, Fut> Freeze for TryUnfold<T, F, Fut>
where F: Freeze, T: Freeze, Fut: Freeze,

impl<T, F, Fut> Freeze for Unfold<T, F, Fut>
where F: Freeze, T: Freeze, Fut: Freeze,

impl<W> Freeze for BufWriter<W>
where W: Freeze,

impl<'a> Freeze for WakerRef<'a>

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

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

impl Freeze for PollNext

impl Freeze for Aborted

impl Freeze for Empty

impl Freeze for Repeat

impl Freeze for Sink

impl<'a, Fut> Freeze for Iter<'a, Fut>

impl<'a, Fut> Freeze for IterMut<'a, Fut>

impl<'a, Fut> Freeze for IterPinMut<'a, Fut>

impl<'a, Fut> Freeze for IterPinRef<'a, Fut>

impl<'a, R> Freeze for FillBuf<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for Read<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for ReadExact<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for ReadLine<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for ReadToEnd<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for ReadToString<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for ReadUntil<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for ReadVectored<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for SeeKRelative<'a, R>

impl<'a, R, W> Freeze for Copy<'a, R, W>
where R: Freeze, W: ?Sized,

impl<'a, R, W> Freeze for CopyBuf<'a, R, W>
where R: Freeze, W: ?Sized,

impl<'a, R, W> Freeze for CopyBufAbortable<'a, R, W>
where R: Freeze, W: ?Sized,

impl<'a, S> Freeze for Seek<'a, S>
where S: ?Sized,

impl<'a, Si, Item> Freeze for Close<'a, Si, Item>
where Si: ?Sized,

impl<'a, Si, Item> Freeze for Feed<'a, Si, Item>
where Item: Freeze, Si: ?Sized,

impl<'a, Si, Item> Freeze for Flush<'a, Si, Item>
where Si: ?Sized,

impl<'a, Si, Item> Freeze for Send<'a, Si, Item>
where Item: Freeze, Si: ?Sized,

impl<'a, Si, St> Freeze for SendAll<'a, Si, St>
where <St as TryStream>::Ok: Freeze, Si: ?Sized, St: ?Sized,

impl<'a, St> Freeze for Iter<'a, St>

impl<'a, St> Freeze for IterMut<'a, St>

impl<'a, St> Freeze for Next<'a, St>
where St: ?Sized,

impl<'a, St> Freeze for Peek<'a, St>

impl<'a, St> Freeze for PeekMut<'a, St>

impl<'a, St> Freeze for SelectNextSome<'a, St>
where St: ?Sized,

impl<'a, St> Freeze for TryNext<'a, St>
where St: ?Sized,

impl<'a, St, F> Freeze for NextIf<'a, St, F>
where F: Freeze,

impl<'a, St, T> Freeze for NextIfEq<'a, St, T>
where T: ?Sized,

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

impl<'a, T> Freeze for MutexLockFuture<'a, T>
where T: ?Sized,

impl<'a, T, U> Freeze for MappedMutexGuard<'a, T, U>
where T: ?Sized, U: ?Sized,

impl<'a, W> Freeze for Close<'a, W>
where W: ?Sized,

impl<'a, W> Freeze for Flush<'a, W>
where W: ?Sized,

impl<'a, W> Freeze for Write<'a, W>
where W: ?Sized,

impl<'a, W> Freeze for WriteAll<'a, W>
where W: ?Sized,

impl<'a, W> Freeze for WriteVectored<'a, W>
where W: ?Sized,

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

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

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

impl<F> !Freeze for JoinAll<F>

impl<F> !Freeze for TryJoinAll<F>

impl<F> Freeze for Flatten<F>
where F: Freeze, <F as Future>::Output: Freeze,

impl<F> Freeze for FlattenStream<F>
where F: Freeze, <F as Future>::Output: Freeze,

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

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

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

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

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

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

impl<Fut> !Freeze for IntoIter<Fut>

impl<Fut> !Freeze for FuturesUnordered<Fut>

impl<Fut> Freeze for MaybeDone<Fut>
where Fut: Freeze, <Fut as Future>::Output: Freeze,

impl<Fut> Freeze for TryMaybeDone<Fut>
where Fut: Freeze, <Fut as TryFuture>::Ok: Freeze,

impl<Fut> Freeze for CatchUnwind<Fut>
where Fut: Freeze,

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

impl<Fut> Freeze for IntoFuture<Fut>
where Fut: Freeze,

impl<Fut> Freeze for NeverError<Fut>
where Fut: Freeze,

impl<Fut> Freeze for Remote<Fut>
where Fut: Freeze,

impl<Fut> Freeze for SelectAll<Fut>

impl<Fut> Freeze for SelectOk<Fut>

impl<Fut> Freeze for Shared<Fut>

impl<Fut> Freeze for TryFlattenStream<Fut>
where Fut: Freeze, <Fut as TryFuture>::Ok: Freeze,

impl<Fut> Freeze for UnitError<Fut>
where Fut: Freeze,

impl<Fut> Freeze for WeakShared<Fut>

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

impl<Fut, E> Freeze for ErrInto<Fut, E>
where Fut: Freeze,

impl<Fut, E> Freeze for OkInto<Fut, E>
where Fut: Freeze,

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

impl<Fut, F> Freeze for InspectErr<Fut, F>
where Fut: Freeze, F: Freeze,

impl<Fut, F> Freeze for InspectOk<Fut, F>
where Fut: Freeze, F: Freeze,

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

impl<Fut, F> Freeze for MapErr<Fut, F>
where Fut: Freeze, F: Freeze,

impl<Fut, F> Freeze for MapOk<Fut, F>
where Fut: Freeze, F: Freeze,

impl<Fut, F> Freeze for UnwrapOrElse<Fut, F>
where Fut: Freeze, F: Freeze,

impl<Fut, F, G> Freeze for MapOkOrElse<Fut, F, G>
where Fut: Freeze, F: Freeze, G: Freeze,

impl<Fut, Si> Freeze for FlattenSink<Fut, Si>
where Fut: Freeze, Si: Freeze,

impl<Fut, T> Freeze for MapInto<Fut, T>
where Fut: Freeze,

impl<Fut1, Fut2> Freeze for Join<Fut1, Fut2>
where Fut1: Freeze, <Fut1 as Future>::Output: Freeze, Fut2: Freeze, <Fut2 as Future>::Output: Freeze,

impl<Fut1, Fut2> Freeze for TryFlatten<Fut1, Fut2>
where Fut1: Freeze, Fut2: Freeze,

impl<Fut1, Fut2> Freeze for TryJoin<Fut1, Fut2>
where Fut1: Freeze, <Fut1 as TryFuture>::Ok: Freeze, Fut2: Freeze, <Fut2 as TryFuture>::Ok: Freeze,

impl<Fut1, Fut2, F> Freeze for AndThen<Fut1, Fut2, F>
where Fut2: Freeze, Fut1: Freeze, F: Freeze,

impl<Fut1, Fut2, F> Freeze for OrElse<Fut1, Fut2, F>
where Fut2: Freeze, Fut1: Freeze, F: Freeze,

impl<Fut1, Fut2, F> Freeze for Then<Fut1, Fut2, F>
where Fut2: Freeze, Fut1: Freeze, F: Freeze,

impl<Fut1, Fut2, Fut3> Freeze for Join3<Fut1, Fut2, Fut3>
where Fut1: Freeze, <Fut1 as Future>::Output: Freeze, Fut2: Freeze, <Fut2 as Future>::Output: Freeze, Fut3: Freeze, <Fut3 as Future>::Output: Freeze,

impl<Fut1, Fut2, Fut3> Freeze for TryJoin3<Fut1, Fut2, Fut3>
where Fut1: Freeze, <Fut1 as TryFuture>::Ok: Freeze, Fut2: Freeze, <Fut2 as TryFuture>::Ok: Freeze, Fut3: Freeze, <Fut3 as TryFuture>::Ok: Freeze,

impl<Fut1, Fut2, Fut3, Fut4> Freeze for Join4<Fut1, Fut2, Fut3, Fut4>
where Fut1: Freeze, <Fut1 as Future>::Output: Freeze, Fut2: Freeze, <Fut2 as Future>::Output: Freeze, Fut3: Freeze, <Fut3 as Future>::Output: Freeze, Fut4: Freeze, <Fut4 as Future>::Output: Freeze,

impl<Fut1, Fut2, Fut3, Fut4> Freeze for TryJoin4<Fut1, Fut2, Fut3, Fut4>
where Fut1: Freeze, <Fut1 as TryFuture>::Ok: Freeze, Fut2: Freeze, <Fut2 as TryFuture>::Ok: Freeze, Fut3: Freeze, <Fut3 as TryFuture>::Ok: Freeze, Fut4: Freeze, <Fut4 as TryFuture>::Ok: Freeze,

impl<Fut1, Fut2, Fut3, Fut4, Fut5> Freeze for Join5<Fut1, Fut2, Fut3, Fut4, Fut5>
where Fut1: Freeze, <Fut1 as Future>::Output: Freeze, Fut2: Freeze, <Fut2 as Future>::Output: Freeze, Fut3: Freeze, <Fut3 as Future>::Output: Freeze, Fut4: Freeze, <Fut4 as Future>::Output: Freeze, Fut5: Freeze, <Fut5 as Future>::Output: Freeze,

impl<Fut1, Fut2, Fut3, Fut4, Fut5> Freeze for TryJoin5<Fut1, Fut2, Fut3, Fut4, Fut5>
where Fut1: Freeze, <Fut1 as TryFuture>::Ok: Freeze, Fut2: Freeze, <Fut2 as TryFuture>::Ok: Freeze, Fut3: Freeze, <Fut3 as TryFuture>::Ok: Freeze, Fut4: Freeze, <Fut4 as TryFuture>::Ok: Freeze, Fut5: Freeze, <Fut5 as TryFuture>::Ok: Freeze,

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

impl<R> Freeze for BufReader<R>
where R: Freeze,

impl<R> Freeze for Lines<R>
where R: Freeze,

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

impl<S> Freeze for PollImmediate<S>
where S: Freeze,

impl<S> Freeze for SplitStream<S>

impl<S, Item> Freeze for SplitSink<S, Item>
where Item: Freeze,

impl<Si, F> Freeze for SinkMapErr<Si, F>
where Si: Freeze, F: Freeze,

impl<Si, Item> Freeze for Buffer<Si, Item>
where Si: Freeze,

impl<Si, Item, E> Freeze for SinkErrInto<Si, Item, E>
where Si: Freeze,

impl<Si, Item, U, Fut, F> Freeze for With<Si, Item, U, Fut, F>
where Si: Freeze, F: Freeze, Fut: Freeze,

impl<Si, Item, U, St, F> Freeze for WithFlatMap<Si, Item, U, St, F>
where Si: Freeze, F: Freeze, St: Freeze, Item: Freeze,

impl<Si1, Si2> Freeze for Fanout<Si1, Si2>
where Si1: Freeze, Si2: Freeze,

impl<St> !Freeze for IntoIter<St>

impl<St> !Freeze for BufferUnordered<St>

impl<St> !Freeze for Buffered<St>

impl<St> !Freeze for SelectAll<St>

impl<St> !Freeze for TryBufferUnordered<St>

impl<St> !Freeze for TryBuffered<St>

impl<St> !Freeze for TryFlattenUnordered<St>

impl<St> Freeze for CatchUnwind<St>
where St: Freeze,

impl<St> Freeze for Chunks<St>
where St: Freeze,

impl<St> Freeze for Concat<St>
where St: Freeze, <St as Stream>::Item: Freeze,

impl<St> Freeze for Count<St>
where St: Freeze,

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

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

impl<St> Freeze for Flatten<St>
where St: Freeze, <St as Stream>::Item: Freeze,

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

impl<St> Freeze for IntoAsyncRead<St>
where St: Freeze, <St as TryStream>::Ok: Freeze,

impl<St> Freeze for IntoStream<St>
where St: Freeze,

impl<St> Freeze for Peekable<St>
where St: Freeze, <St as Stream>::Item: Freeze,

impl<St> Freeze for ReadyChunks<St>
where St: Freeze,

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

impl<St> Freeze for StreamFuture<St>
where St: Freeze,

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

impl<St> Freeze for TryChunks<St>
where St: Freeze,

impl<St> Freeze for TryConcat<St>
where St: Freeze, <St as TryStream>::Ok: Freeze,

impl<St> Freeze for TryFlatten<St>
where St: Freeze, <St as TryStream>::Ok: Freeze,

impl<St> Freeze for TryReadyChunks<St>
where St: Freeze,

impl<St, C> Freeze for Collect<St, C>
where St: Freeze, C: Freeze,

impl<St, C> Freeze for TryCollect<St, C>
where St: Freeze, C: Freeze,

impl<St, E> Freeze for ErrInto<St, E>
where St: Freeze,

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

impl<St, F> Freeze for InspectErr<St, F>
where St: Freeze, F: Freeze,

impl<St, F> Freeze for InspectOk<St, F>
where St: Freeze, F: Freeze,

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

impl<St, F> Freeze for MapErr<St, F>
where St: Freeze, F: Freeze,

impl<St, F> Freeze for MapOk<St, F>
where St: Freeze, F: Freeze,

impl<St, FromA, FromB> Freeze for Unzip<St, FromA, FromB>
where St: Freeze, FromA: Freeze, FromB: Freeze,

impl<St, Fut> Freeze for TakeUntil<St, Fut>
where St: Freeze, Fut: Freeze, <Fut as Future>::Output: Freeze,

impl<St, Fut, F> !Freeze for ForEachConcurrent<St, Fut, F>

impl<St, Fut, F> !Freeze for TryForEachConcurrent<St, Fut, F>

impl<St, Fut, F> Freeze for All<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

impl<St, Fut, F> Freeze for AndThen<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

impl<St, Fut, F> Freeze for Any<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

impl<St, Fut, F> Freeze for Filter<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze, <St as Stream>::Item: Freeze,

impl<St, Fut, F> Freeze for FilterMap<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

impl<St, Fut, F> Freeze for ForEach<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

impl<St, Fut, F> Freeze for OrElse<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

impl<St, Fut, F> Freeze for SkipWhile<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze, <St as Stream>::Item: Freeze,

impl<St, Fut, F> Freeze for TakeWhile<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze, <St as Stream>::Item: Freeze,

impl<St, Fut, F> Freeze for Then<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

impl<St, Fut, F> Freeze for TryAll<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

impl<St, Fut, F> Freeze for TryAny<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

impl<St, Fut, F> Freeze for TryFilter<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze, <St as TryStream>::Ok: Freeze,

impl<St, Fut, F> Freeze for TryFilterMap<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

impl<St, Fut, F> Freeze for TryForEach<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

impl<St, Fut, F> Freeze for TrySkipWhile<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze, <St as TryStream>::Ok: Freeze,

impl<St, Fut, F> Freeze for TryTakeWhile<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze, <St as TryStream>::Ok: Freeze,

impl<St, Fut, T, F> Freeze for Fold<St, Fut, T, F>
where St: Freeze, F: Freeze, T: Freeze, Fut: Freeze,

impl<St, Fut, T, F> Freeze for TryFold<St, Fut, T, F>
where St: Freeze, F: Freeze, T: Freeze, Fut: Freeze,

impl<St, S, Fut, F> Freeze for Scan<St, S, Fut, F>
where St: Freeze, Fut: Freeze, S: Freeze, F: Freeze,

impl<St, Si> Freeze for Forward<St, Si>
where Si: Freeze, St: Freeze, <St as TryStream>::Ok: Freeze,

impl<St, U, F> !Freeze for FlatMapUnordered<St, U, F>

impl<St, U, F> Freeze for FlatMap<St, U, F>
where St: Freeze, F: Freeze, U: Freeze,

impl<St1, St2> Freeze for Chain<St1, St2>
where St2: Freeze, St1: Freeze,

impl<St1, St2> Freeze for Select<St1, St2>
where St1: Freeze, St2: Freeze,

impl<St1, St2> Freeze for Zip<St1, St2>
where St1: Freeze, St2: Freeze, <St1 as Stream>::Item: Freeze, <St2 as Stream>::Item: Freeze,

impl<St1, St2, Clos, State> Freeze for SelectWithStrategy<St1, St2, Clos, State>
where St1: Freeze, St2: Freeze, State: Freeze, Clos: Freeze,

impl<T> !Freeze for Mutex<T>

impl<T> !Freeze for FuturesOrdered<T>

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

impl<T> Freeze for Pending<T>

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

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

impl<T> Freeze for RemoteHandle<T>

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

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

impl<T> Freeze for ReadHalf<T>

impl<T> Freeze for ReuniteError<T>

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

impl<T> Freeze for WriteHalf<T>

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

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

impl<T> Freeze for Drain<T>

impl<T> Freeze for Empty<T>

impl<T> Freeze for Pending<T>

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

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

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

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

impl<T, F, Fut> Freeze for TryUnfold<T, F, Fut>
where F: Freeze, T: Freeze, Fut: Freeze,

impl<T, F, Fut> Freeze for Unfold<T, F, Fut>
where F: Freeze, T: Freeze, Fut: Freeze,

impl<T, F, R> Freeze for Unfold<T, F, R>
where F: Freeze, T: Freeze, R: Freeze,

impl<T, Item> Freeze for ReuniteError<T, Item>
where Item: Freeze,

impl<T, U> Freeze for Chain<T, U>
where T: Freeze, U: Freeze,

impl<W> Freeze for BufWriter<W>
where W: Freeze,

impl<W> Freeze for LineWriter<W>
where W: Freeze,

impl<W, Item> Freeze for IntoSink<W, Item>
where W: Freeze, Item: Freeze,

impl<T, N> Freeze for GenericArrayIter<T, N>
where <N as ArrayLength<T>>::ArrayType: Freeze,

impl<T, U> Freeze for GenericArray<T, U>
where <U as ArrayLength<T>>::ArrayType: Freeze,

impl Freeze for Error

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

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

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

impl<T> Freeze for GeometryCollection<T>

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

impl<T> Freeze for LineString<T>

impl<T> Freeze for MultiLineString<T>

impl<T> Freeze for MultiPoint<T>

impl<T> Freeze for MultiPolygon<T>

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

impl<T> Freeze for Polygon<T>

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

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

impl Freeze for Error

impl Freeze for Format

impl Freeze for SectionId

impl Freeze for Vendor

impl Freeze for Error

impl Freeze for Pointer

impl Freeze for Value

impl Freeze for ValueType

impl Freeze for Address

impl Freeze for Error

impl Freeze for Location

impl Freeze for Range

impl Freeze for Reference

impl Freeze for DwAccess

impl Freeze for DwAddr

impl Freeze for DwAt

impl Freeze for DwAte

impl Freeze for DwCc

impl Freeze for DwCfa

impl Freeze for DwDs

impl Freeze for DwDsc

impl Freeze for DwEhPe

impl Freeze for DwEnd

impl Freeze for DwForm

impl Freeze for DwId

impl Freeze for DwIdx

impl Freeze for DwInl

impl Freeze for DwLang

impl Freeze for DwLle

impl Freeze for DwLnct

impl Freeze for DwLne

impl Freeze for DwLns

impl Freeze for DwMacro

impl Freeze for DwOp

impl Freeze for DwOrd

impl Freeze for DwRle

impl Freeze for DwSect

impl Freeze for DwSectV2

impl Freeze for DwTag

impl Freeze for DwUt

impl Freeze for DwVis

impl Freeze for LineRow

impl Freeze for Range

impl Freeze for AArch64

impl Freeze for Arm

impl Freeze for BigEndian

impl Freeze for DwoId

impl Freeze for Encoding

impl Freeze for LoongArch

impl Freeze for MIPS

impl Freeze for PowerPc64

impl Freeze for Register

impl Freeze for RiscV

impl Freeze for X86

impl Freeze for X86_64

impl Freeze for Attribute

impl Freeze for CieId

impl Freeze for Dwarf

impl Freeze for DwarfUnit

impl Freeze for FileId

impl Freeze for FileInfo

impl Freeze for LineRow

impl Freeze for RangeList

impl Freeze for StringId

impl Freeze for Unit

impl Freeze for UnitId

impl Freeze for UnitTable

impl<'a, 'bases, R> Freeze for EhHdrTableIter<'a, 'bases, R>
where R: Freeze,

impl<'a, 'ctx, R, S> Freeze for UnwindTable<'a, 'ctx, R, S>
where R: Freeze,

impl<'a, R> Freeze for CallFrameInstructionIter<'a, R>
where R: Freeze,

impl<'a, R> Freeze for EhHdrTable<'a, R>

impl<'a, R> Freeze for UnitRef<'a, R>

impl<'abbrev, 'entry, 'unit, R> Freeze for AttrsIter<'abbrev, 'entry, 'unit, R>
where R: Freeze,

impl<'abbrev, 'unit, 'tree, R> Freeze for EntriesTreeIter<'abbrev, 'unit, 'tree, R>

impl<'abbrev, 'unit, 'tree, R> Freeze for EntriesTreeNode<'abbrev, 'unit, 'tree, R>

impl<'abbrev, 'unit, R> !Freeze for EntriesCursor<'abbrev, 'unit, R>

impl<'abbrev, 'unit, R> !Freeze for EntriesTree<'abbrev, 'unit, R>

impl<'abbrev, 'unit, R> Freeze for EntriesRaw<'abbrev, 'unit, R>
where R: Freeze,

impl<'abbrev, 'unit, R, Offset = <R as Reader>::Offset> !Freeze for DebuggingInformationEntry<'abbrev, 'unit, R, Offset>

impl<'bases, Section, R> Freeze for CieOrFde<'bases, Section, R>
where <R as Reader>::Offset: Freeze, R: Freeze, <Section as UnwindSection<R>>::Offset: Freeze, Section: Freeze,

impl<'bases, Section, R> Freeze for CfiEntriesIter<'bases, Section, R>
where Section: Freeze, R: Freeze,

impl<'bases, Section, R> Freeze for PartialFrameDescriptionEntry<'bases, Section, R>
where <R as Reader>::Offset: Freeze, <Section as UnwindSection<R>>::Offset: Freeze, R: Freeze, Section: Freeze,

impl<'index, R> Freeze for UnitIndexSectionIterator<'index, R>
where R: Freeze,

impl<'input, Endian> Freeze for EndianSlice<'input, Endian>
where Endian: Freeze,

impl<'iter, T> Freeze for RegisterRuleIter<'iter, T>

impl<Endian> Freeze for EndianVec<Endian>
where Endian: Freeze,

impl<Offset> Freeze for UnitType<Offset>
where Offset: Freeze,

impl<R> Freeze for EvaluationResult<R>
where <R as Reader>::Offset: Freeze, R: Freeze,

impl<R> Freeze for RawLocListEntry<R>
where R: Freeze, <R as Reader>::Offset: Freeze,

impl<R> Freeze for ArangeEntryIter<R>
where R: Freeze,

impl<R> Freeze for ArangeHeaderIter<R>
where R: Freeze, <R as Reader>::Offset: Freeze,

impl<R> Freeze for Attribute<R>
where R: Freeze, <R as Reader>::Offset: Freeze,

impl<R> Freeze for DebugAbbrev<R>
where R: Freeze,

impl<R> Freeze for DebugAddr<R>
where R: Freeze,

impl<R> Freeze for DebugAranges<R>
where R: Freeze,

impl<R> Freeze for DebugCuIndex<R>
where R: Freeze,

impl<R> Freeze for DebugFrame<R>
where R: Freeze,

impl<R> Freeze for DebugInfo<R>
where R: Freeze,

impl<R> Freeze for DebugInfoUnitHeadersIter<R>
where R: Freeze, <R as Reader>::Offset: Freeze,

impl<R> Freeze for DebugLine<R>
where R: Freeze,

impl<R> Freeze for DebugLineStr<R>
where R: Freeze,

impl<R> Freeze for DebugLoc<R>
where R: Freeze,

impl<R> Freeze for DebugLocLists<R>
where R: Freeze,

impl<R> Freeze for DebugPubNames<R>
where R: Freeze,

impl<R> Freeze for DebugPubTypes<R>
where R: Freeze,

impl<R> Freeze for DebugRanges<R>
where R: Freeze,

impl<R> Freeze for DebugRngLists<R>
where R: Freeze,

impl<R> Freeze for DebugStr<R>
where R: Freeze,

impl<R> Freeze for DebugStrOffsets<R>
where R: Freeze,

impl<R> Freeze for DebugTuIndex<R>
where R: Freeze,

impl<R> Freeze for DebugTypes<R>
where R: Freeze,

impl<R> Freeze for DebugTypesUnitHeadersIter<R>
where R: Freeze, <R as Reader>::Offset: Freeze,

impl<R> Freeze for Dwarf<R>
where R: Freeze,

impl<R> Freeze for DwarfPackage<R>
where R: Freeze,

impl<R> Freeze for EhFrame<R>
where R: Freeze,

impl<R> Freeze for EhFrameHdr<R>
where R: Freeze,

impl<R> Freeze for Expression<R>
where R: Freeze,

impl<R> Freeze for LineInstructions<R>
where R: Freeze,

impl<R> Freeze for LineSequence<R>
where R: Freeze,

impl<R> Freeze for LocListIter<R>
where R: Freeze, <R as Reader>::Offset: Freeze,

impl<R> Freeze for LocationListEntry<R>
where R: Freeze,

impl<R> Freeze for LocationLists<R>
where R: Freeze,

impl<R> Freeze for OperationIter<R>
where R: Freeze,

impl<R> Freeze for ParsedEhFrameHdr<R>
where R: Freeze,

impl<R> Freeze for PubNamesEntry<R>
where R: Freeze, <R as Reader>::Offset: Freeze,

impl<R> Freeze for PubNamesEntryIter<R>
where R: Freeze, <R as Reader>::Offset: Freeze,

impl<R> Freeze for PubTypesEntry<R>
where R: Freeze, <R as Reader>::Offset: Freeze,

impl<R> Freeze for PubTypesEntryIter<R>
where R: Freeze, <R as Reader>::Offset: Freeze,

impl<R> Freeze for RangeIter<R>
where R: Freeze, <R as Reader>::Offset: Freeze,

impl<R> Freeze for RangeLists<R>
where R: Freeze,

impl<R> Freeze for RawLocListIter<R>
where R: Freeze,

impl<R> Freeze for RawRngListIter<R>
where R: Freeze,

impl<R> Freeze for RngListIter<R>
where R: Freeze, <R as Reader>::Offset: Freeze,

impl<R> Freeze for UnitIndex<R>
where R: Freeze,

impl<R, Offset> Freeze for AttributeValue<R, Offset>
where R: Freeze, Offset: Freeze,

impl<R, Offset> Freeze for LineInstruction<R, Offset>
where R: Freeze, Offset: Freeze,

impl<R, Offset> Freeze for Location<R, Offset>
where R: Freeze, Offset: Freeze,

impl<R, Offset> Freeze for Operation<R, Offset>
where R: Freeze, Offset: Freeze,

impl<R, Offset> Freeze for ArangeHeader<R, Offset>
where Offset: Freeze, R: Freeze,

impl<R, Offset> Freeze for CommonInformationEntry<R, Offset>
where Offset: Freeze, R: Freeze,

impl<R, Offset> Freeze for CompleteLineProgram<R, Offset>
where Offset: Freeze, R: Freeze,

impl<R, Offset> Freeze for FileEntry<R, Offset>
where R: Freeze, Offset: Freeze,

impl<R, Offset> Freeze for FrameDescriptionEntry<R, Offset>
where Offset: Freeze, R: Freeze,

impl<R, Offset> Freeze for IncompleteLineProgram<R, Offset>
where Offset: Freeze, R: Freeze,

impl<R, Offset> Freeze for LineProgramHeader<R, Offset>
where Offset: Freeze, R: Freeze,

impl<R, Offset> Freeze for Piece<R, Offset>
where R: Freeze, Offset: Freeze,

impl<R, Offset> Freeze for Unit<R, Offset>
where Offset: Freeze, R: Freeze,

impl<R, Offset> Freeze for UnitHeader<R, Offset>
where Offset: Freeze, R: Freeze,

impl<R, Program, Offset> Freeze for LineRows<R, Program, Offset>
where Program: Freeze, R: Freeze,

impl<R, S> Freeze for Evaluation<R, S>
where R: Freeze, <<S as EvaluationStorage<R>>::Stack as Sealed>::Storage: Freeze, <<S as EvaluationStorage<R>>::ExpressionStack as Sealed>::Storage: Freeze, <<S as EvaluationStorage<R>>::Result as Sealed>::Storage: Freeze,

impl<R, T> Freeze for RelocateReader<R, T>
where R: Freeze, T: Freeze,

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

impl<T, S> Freeze for UnwindContext<T, S>
where <<S as UnwindContextStorage<T>>::Stack as Sealed>::Storage: Freeze, T: Freeze,

impl<T, S> Freeze for UnwindTableRow<T, S>
where T: Freeze, <<S as UnwindContextStorage<T>>::Rules as Sealed>::Storage: Freeze,

impl<W> Freeze for DebugAbbrev<W>
where W: Freeze,

impl<W> Freeze for DebugFrame<W>
where W: Freeze,

impl<W> Freeze for DebugInfo<W>
where W: Freeze,

impl<W> Freeze for DebugLine<W>
where W: Freeze,

impl<W> Freeze for DebugLineStr<W>
where W: Freeze,

impl<W> Freeze for DebugLoc<W>
where W: Freeze,

impl<W> Freeze for DebugLocLists<W>
where W: Freeze,

impl<W> Freeze for DebugRanges<W>
where W: Freeze,

impl<W> Freeze for DebugRngLists<W>
where W: Freeze,

impl<W> Freeze for DebugStr<W>
where W: Freeze,

impl<W> Freeze for EhFrame<W>
where W: Freeze,

impl<W> Freeze for Sections<W>
where W: Freeze,

impl Freeze for GlobError

impl Freeze for Paths

impl Freeze for Pattern

impl !Freeze for Protocol

impl !Freeze for Error

impl Freeze for Builder

impl Freeze for Builder

impl Freeze for Ping

impl Freeze for PingPong

impl Freeze for Pong

impl Freeze for Reason

impl Freeze for StreamId

impl<B> Freeze for ReadySendRequest<B>

impl<B> Freeze for SendRequest<B>

impl<B> Freeze for SendPushedResponse<B>

impl<B> Freeze for SendResponse<B>

impl<B> Freeze for SendStream<B>

impl<T, B = Bytes> !Freeze for Connection<T, B>

impl<T, B = Bytes> !Freeze for Handshake<T, B>

impl<T, B> !Freeze for Connection<T, B>

impl<'a, 'b, K, Q, V, S, A> Freeze for EntryRef<'a, 'b, K, Q, V, S, A>
where Q: ?Sized,

impl<'a, 'b, K, Q, V, S, A> Freeze for VacantEntryRef<'a, 'b, K, Q, V, S, A>
where Q: ?Sized,

impl<'a, K> Freeze for Iter<'a, K>

impl<'a, K, A> Freeze for Drain<'a, K, A>

impl<'a, K, F, A> Freeze for ExtractIf<'a, K, F, A>
where F: Freeze,

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

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

impl<'a, K, V> Freeze for Keys<'a, K, V>

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

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

impl<'a, K, V, A> Freeze for Drain<'a, K, V, A>

impl<'a, K, V, F, A> Freeze for ExtractIf<'a, K, V, F, A>
where F: Freeze,

impl<'a, K, V, S, A> Freeze for Entry<'a, K, V, S, A>
where K: Freeze,

impl<'a, K, V, S, A> Freeze for RawEntryMut<'a, K, V, S, A>

impl<'a, K, V, S, A> Freeze for OccupiedEntry<'a, K, V, S, A>

impl<'a, K, V, S, A> Freeze for OccupiedError<'a, K, V, S, A>
where V: Freeze,

impl<'a, K, V, S, A> Freeze for RawEntryBuilder<'a, K, V, S, A>

impl<'a, K, V, S, A> Freeze for RawEntryBuilderMut<'a, K, V, S, A>

impl<'a, K, V, S, A> Freeze for RawOccupiedEntryMut<'a, K, V, S, A>

impl<'a, K, V, S, A> Freeze for RawVacantEntryMut<'a, K, V, S, A>

impl<'a, K, V, S, A> Freeze for VacantEntry<'a, K, V, S, A>
where K: Freeze,

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

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

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

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

impl<'a, T, A> Freeze for Entry<'a, T, A>

impl<'a, T, A> Freeze for AbsentEntry<'a, T, A>

impl<'a, T, A> Freeze for Drain<'a, T, A>

impl<'a, T, A> Freeze for OccupiedEntry<'a, T, A>

impl<'a, T, A> Freeze for VacantEntry<'a, T, A>

impl<'a, T, F, A> Freeze for ExtractIf<'a, T, F, A>
where F: Freeze,

impl<'a, T, S, A> Freeze for Entry<'a, T, S, A>
where T: Freeze,

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

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

impl<'a, T, S, A> Freeze for OccupiedEntry<'a, T, S, A>

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

impl<'a, T, S, A> Freeze for Union<'a, T, S, A>

impl<'a, T, S, A> Freeze for VacantEntry<'a, T, S, A>
where T: Freeze,

impl<K, A> Freeze for IntoIter<K, A>
where A: Freeze,

impl<K, V, A> Freeze for IntoIter<K, V, A>
where A: Freeze,

impl<K, V, A> Freeze for IntoKeys<K, V, A>
where A: Freeze,

impl<K, V, A> Freeze for IntoValues<K, V, A>
where A: Freeze,

impl<K, V, S, A> Freeze for HashMap<K, V, S, A>
where S: Freeze, A: Freeze,

impl<T, A> Freeze for IntoIter<T, A>
where A: Freeze,

impl<T, A> Freeze for HashTable<T, A>
where A: Freeze,

impl<T, S, A> Freeze for HashSet<T, S, A>
where S: Freeze, A: Freeze,

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

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

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

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

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

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

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

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

impl<D> Freeze for HmacCore<D>
where <D as CoreProxy>::Core: Sized + Freeze,

impl<D> Freeze for SimpleHmac<D>

impl !Freeze for HeaderName

impl !Freeze for Builder

impl !Freeze for Parts

impl !Freeze for Authority

impl !Freeze for Builder

impl !Freeze for Parts

impl !Freeze for Uri

impl Freeze for Method

impl Freeze for Builder

impl Freeze for Parts

impl Freeze for Error

impl Freeze for Scheme

impl Freeze for Version

impl<'a, T> !Freeze for Entry<'a, T>

impl<'a, T> !Freeze for VacantEntry<'a, T>

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

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

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

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

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

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

impl<'a, T> Freeze for ValueDrain<'a, T>
where T: Freeze,

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

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

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

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

impl<T> !Freeze for Request<T>

impl<T> Freeze for HeaderMap<T>

impl<T> Freeze for IntoIter<T>

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

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

impl<'a> Freeze for PasswordParams<'a>

impl<'i> Freeze for ChallengeParser<'i>

impl<'i> Freeze for Error<'i>

impl<'i> Freeze for ChallengeRef<'i>

impl<'i> Freeze for ParamValue<'i>

impl Freeze for SizeHint

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

impl<'a, T> Freeze for Frame<'a, T>
where T: ?Sized,

impl<B> Freeze for BodyDataStream<B>
where B: Freeze,

impl<B> Freeze for BodyStream<B>
where B: Freeze,

impl<B> Freeze for Collected<B>

impl<B> Freeze for Limited<B>
where B: Freeze,

impl<B, F> Freeze for MapErr<B, F>
where B: Freeze, F: Freeze,

impl<B, F> Freeze for MapFrame<B, F>
where B: Freeze, F: Freeze,

impl<D> Freeze for Empty<D>

impl<D> Freeze for Full<D>
where D: Freeze,

impl<D, E> Freeze for BoxBody<D, E>

impl<D, E> Freeze for UnsyncBoxBody<D, E>

impl<L, R> Freeze for Either<L, R>
where L: Freeze, R: Freeze,

impl<S> Freeze for StreamBody<S>
where S: Freeze,

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

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

impl Freeze for ETag

impl Freeze for Encoding

impl Freeze for Method

impl Freeze for Version

impl Freeze for Source

impl Freeze for Encoding

impl Freeze for BasicAuth

impl Freeze for Age

impl Freeze for Expires

impl Freeze for IntoIter

impl Freeze for IntoIter

impl Freeze for IfMatch

impl Freeze for Vary

impl Freeze for IntoIter

impl Freeze for IntoIter

impl Freeze for Accept

impl Freeze for IntoIter

impl Freeze for ParamName

impl Freeze for Date

impl Freeze for Expect

impl Freeze for Referer

impl Freeze for SourceMap

impl Freeze for ReportTo

impl Freeze for IntoIter

impl Freeze for Allow

impl Freeze for Body

impl Freeze for Error

impl Freeze for Headers

impl Freeze for Mime

impl Freeze for Request

impl Freeze for Response

impl Freeze for Trailers

impl Freeze for IntoIter

impl Freeze for Metric

impl Freeze for Receiver

impl Freeze for Sender

impl Freeze for TE

impl Freeze for Receiver

impl Freeze for Sender

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for IterMut<'a>

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for IterMut<'a>

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for IterMut<'a>

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for IterMut<'a>

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for IterMut<'a>

impl<'a> Freeze for Names<'a>

impl<'a> Freeze for Values<'a>

impl<'a> Freeze for Forwarded<'a>

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for IterMut<'a>

impl Freeze for Error

impl<'a> Freeze for Header<'a>

impl<'headers, 'buf> Freeze for Request<'headers, 'buf>

impl<'headers, 'buf> Freeze for Response<'headers, 'buf>

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

impl Freeze for Error

impl Freeze for HttpDate

impl Freeze for Error

impl Freeze for Error

impl Freeze for Duration

impl Freeze for Timestamp

impl !Freeze for Protocol

impl !Freeze for Upgraded

impl Freeze for Incoming

impl Freeze for Builder

impl Freeze for Builder

impl Freeze for Error

impl Freeze for OnUpgrade

impl<'a> Freeze for ReadBuf<'a>

impl<'a> Freeze for ReadBufCursor<'a>

impl<B> Freeze for SendRequest<B>

impl<B> Freeze for SendRequest<B>

impl<E> Freeze for Builder<E>
where E: Freeze,

impl<Ex> Freeze for Builder<Ex>
where Ex: Freeze,

impl<T> !Freeze for Parts<T>

impl<T> !Freeze for Parts<T>

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

impl<T, B> Freeze for Connection<T, B>
where T: Freeze,

impl<T, B, E> Freeze for Connection<T, B, E>
where <B as Body>::Error: Sized, E: Freeze, B: Freeze,

impl<T, S> !Freeze for Parts<T, S>

impl<T, S> Freeze for Connection<T, S>
where S: Freeze, T: Freeze,

impl<T, S> Freeze for UpgradeableConnection<T, S>
where S: Freeze, T: Freeze,

impl<T, S, E> !Freeze for Connection<T, S, E>

impl<State> Freeze for ConnectorBuilder<State>
where State: Freeze,

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

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

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

impl Freeze for GaiAddrs

impl Freeze for GaiFuture

impl Freeze for Name

impl Freeze for Connected

impl Freeze for HttpInfo

impl Freeze for Builder

impl Freeze for Error

impl<'a, E> Freeze for Http1Builder<'a, E>

impl<'a, E> Freeze for Http2Builder<'a, E>

impl<'a, I, S, E> !Freeze for Connection<'a, I, S, E>

impl<'a, I, S, E> !Freeze for UpgradeableConnection<'a, I, S, E>

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

impl<E> Freeze for Builder<E>
where E: Freeze,

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

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

impl<R> Freeze for HttpConnector<R>
where R: Freeze,

impl<S> Freeze for TowerToHyperService<S>
where S: Freeze,

impl<S, R> Freeze for TowerToHyperServiceFuture<S, R>
where S: Freeze, <S as Service<R>>::Future: Freeze, R: Freeze,

impl<T> !Freeze for Parts<T>

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

impl Freeze for Error

impl Freeze for TrieType

impl<'a> Freeze for Char16TrieIterator<'a>

impl<'a, T> Freeze for CodePointMapRangeIterator<'a, T>
where T: Freeze,

impl<'data> Freeze for Char16Trie<'data>

impl<'data> Freeze for CodePointInversionList<'data>

impl<'trie, T> Freeze for CodePointTrie<'trie, T>
where T: Freeze,

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

impl Freeze for Other

impl Freeze for Subtag

impl Freeze for Private

impl Freeze for Subtag

impl Freeze for Fields

impl Freeze for Key

impl Freeze for Transform

impl Freeze for Value

impl Freeze for Attribute

impl Freeze for Key

impl Freeze for Keywords

impl Freeze for Unicode

impl Freeze for Value

impl Freeze for Locale

impl Freeze for Language

impl Freeze for Region

impl Freeze for Script

impl Freeze for Variant

impl Freeze for Variants

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

impl Freeze for Direction

impl Freeze for Baked

impl<'a> Freeze for LanguageStrStrPair<'a>

impl<'a> Freeze for StrStrPair<'a>

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

impl<'data> Freeze for AliasesV1<'data>

impl<'data> Freeze for AliasesV2<'data>

impl<'data> Freeze for LikelySubtagsExtendedV1<'data>

impl<'data> Freeze for LikelySubtagsForLanguageV1<'data>

impl<'data> Freeze for LikelySubtagsForScriptRegionV1<'data>

impl<'data> Freeze for LikelySubtagsV1<'data>

impl<'data> Freeze for LocaleFallbackLikelySubtagsV1<'data>

impl<'data> Freeze for LocaleFallbackParentsV1<'data>

impl<'data> Freeze for LocaleFallbackSupplementV1<'data>

impl<'data> Freeze for ScriptDirectionV1<'data>

impl Freeze for Baked

impl<'data> Freeze for CanonicalCompositionsV1<'data>

impl<'data> Freeze for DecompositionDataV1<'data>

impl<'data> Freeze for DecompositionSupplementV1<'data>

impl<'data> Freeze for DecompositionTablesV1<'data>

impl<'data, I> Freeze for Composition<'data, I>
where I: Freeze,

impl<'data, I> Freeze for Decomposition<'data, I>
where I: Freeze,

impl Freeze for Baked

impl Freeze for BidiClass

impl Freeze for LineBreak

impl Freeze for Script

impl Freeze for WordBreak

impl<'a> Freeze for ScriptExtensionsSet<'a>

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

impl<'data> Freeze for PropertyCodePointSetV1<'data>

impl<'data> Freeze for PropertyUnicodeSetV1<'data>

impl<'data> Freeze for BidiAuxiliaryPropertiesV1<'data>

impl<'data> Freeze for PropertyValueNameToEnumMapV1<'data>

impl<'data> Freeze for ScriptWithExtensionsPropertyV1<'data>

impl<'data, T> Freeze for PropertyCodePointMapV1<'data, T>
where T: Freeze,

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

impl Freeze for AnyMarker

impl Freeze for Cart

impl Freeze for DataError

impl Freeze for DataKey

impl<'a> Freeze for DataRequest<'a>

impl<'a, P> Freeze for DowncastingAnyProvider<'a, P>
where P: ?Sized,

impl<'a, P> Freeze for DynamicDataProviderAnyMarkerWrap<'a, P>
where P: ?Sized,

impl<'data> Freeze for HelloWorldV1<'data>

impl<'l> Freeze for FormattedHelloWorld<'l>

impl<M> Freeze for DataPayload<M>
where <M as DataMarker>::Yokeable: Freeze,

impl<M> Freeze for DataResponse<M>
where <M as DataMarker>::Yokeable: Freeze,

impl<M, P> Freeze for DataProviderWithKey<M, P>
where P: Freeze,

impl<Y> Freeze for NeverMarker<Y>

impl<'a, T, A> Freeze for Iter<'a, T, A>

impl<'a, T, A> Freeze for IterMut<'a, T, A>

impl<T> Freeze for Id<T>

impl<T, A> Freeze for Arena<T, A>

impl<T, A> Freeze for IntoIter<T, A>

impl Freeze for DnsLength

impl Freeze for Hyphens

impl Freeze for Config

impl Freeze for Errors

impl Freeze for Idna

impl Freeze for Uts46

impl Freeze for Adapter

impl Freeze for BidiClass

impl<'a, I, K, V, S> Freeze for Splice<'a, I, K, V, S>
where I: Freeze,

impl<'a, I, T, S> Freeze for Splice<'a, I, T, S>
where I: Freeze,

impl<'a, K, V> Freeze for Entry<'a, K, V>
where K: Freeze,

impl<'a, K, V> Freeze for Drain<'a, K, V>

impl<'a, K, V> Freeze for IndexedEntry<'a, K, V>

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

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

impl<'a, K, V> Freeze for IterMut2<'a, K, V>

impl<'a, K, V> Freeze for Keys<'a, K, V>

impl<'a, K, V> Freeze for OccupiedEntry<'a, K, V>

impl<'a, K, V> Freeze for VacantEntry<'a, K, V>
where K: Freeze,

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

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

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

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

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

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

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

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

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

impl<'a, T, S> Freeze for Difference<'a, T, S>

impl<'a, T, S> Freeze for Intersection<'a, T, S>

impl<'a, T, S> Freeze for Union<'a, T, S>

impl<'a, T, S1, S2> Freeze for SymmetricDifference<'a, T, S1, S2>

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

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

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

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

impl<K, V, S> Freeze for IndexMap<K, V, S>
where S: Freeze,

impl<T> Freeze for IntoIter<T>

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

impl<T, S> Freeze for IndexSet<T, S>
where S: Freeze,

impl Freeze for Infer

impl Freeze for Type

impl<'inp, 'out, T> Freeze for InOut<'inp, 'out, T>

impl<'inp, 'out, T> Freeze for InOutBuf<'inp, 'out, T>

impl<'inp, 'out, T> Freeze for InOutBufIter<'inp, 'out, T>

impl<'inp, 'out, T> Freeze for InOutBufReserved<'inp, 'out, T>

impl<'a> Freeze for BorrowedReadable<'a>

impl<'a> Freeze for BorrowedWriteable<'a>

impl<'a, RW> Freeze for ReadHalf<'a, RW>

impl<'a, RW> Freeze for WriteHalf<'a, RW>

impl<'filelike, Target> Freeze for FilelikeView<'filelike, Target>
where Target: Freeze,

impl<'socketlike, Target> Freeze for SocketlikeView<'socketlike, Target>
where Target: Freeze,

impl Freeze for IpNet

impl Freeze for IpSubnets

impl Freeze for Ipv4Net

impl Freeze for Ipv6Net

impl Freeze for Position

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

impl<'a, I> Freeze for Chunk<'a, I>
where <I as Iterator>::Item: Freeze,

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

impl<'a, I, E> Freeze for ProcessResults<'a, I, E>
where I: Freeze,

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

impl<'a, I, F> Freeze for PeekingTakeWhile<'a, I, F>
where F: Freeze,

impl<'a, I, F> Freeze for TakeWhileRef<'a, I, F>
where F: Freeze,

impl<'a, K, I, F> Freeze for Group<'a, K, I, F>
where <I as Iterator>::Item: Freeze,

impl<'a, K, I, F> Freeze for Groups<'a, K, I, F>

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

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

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

impl<I> !Freeze for IntoChunks<I>

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

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

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

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

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

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

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

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

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

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

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

impl<I> Freeze for RcIter<I>

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

impl<I> Freeze for Tee<I>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

impl<I, J> Freeze for Interleave<I, J>
where I: Freeze, J: Freeze,

impl<I, J> Freeze for InterleaveShortest<I, J>
where I: Freeze, J: Freeze,

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

impl<I, J> Freeze for ZipEq<I, J>
where I: Freeze, J: Freeze,

impl<I, J, F> Freeze for MergeBy<I, J, F>
where F: Freeze, <I as Iterator>::Item: Freeze, <J as Iterator>::Item: Freeze, I: Freeze, J: Freeze,

impl<I, T> Freeze for CircularTupleWindows<I, T>
where I: Freeze, T: Freeze,

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

impl<I, T> Freeze for TupleWindows<I, T>
where I: Freeze, T: Freeze,

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

impl<I, T, E> Freeze for FlattenOk<I, T, E>
where I: Freeze, <T as IntoIterator>::IntoIter: Freeze,

impl<I, V, F> Freeze for UniqueBy<I, V, F>
where I: Freeze, F: Freeze,

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

impl<St, F> Freeze for Iterate<St, F>
where St: Freeze, F: Freeze,

impl<St, F> Freeze for Unfold<St, F>
where F: Freeze, St: Freeze,

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

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

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

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

impl<T, U> Freeze for ZipLongest<T, U>
where T: Freeze, U: Freeze,

impl Freeze for Buffer

impl Freeze for Algorithm

impl Freeze for ErrorKind

impl Freeze for Error

impl Freeze for Jwk

impl Freeze for JwkSet

impl Freeze for Header

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

impl Freeze for Error

impl Freeze for Claims

impl Freeze for Header

impl Freeze for Signed

impl Freeze for Unsigned

impl Freeze for Verified

impl<'a> Freeze for Unverified<'a>

impl<H, C, S> Freeze for Token<H, C, S>
where H: Freeze, C: Freeze, S: Freeze,

impl Freeze for Error

impl Freeze for KafkaCode

impl Freeze for Response

impl Freeze for Broker

impl Freeze for Builder

impl Freeze for Consumer

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

impl<'a> Freeze for Message<'a>

impl<'a> Freeze for Partition<'a>

impl<'a> Freeze for Topic<'a>

impl<'a> Freeze for Partition<'a>

impl<'a> Freeze for PartitionIter<'a>

impl<'a> Freeze for Partitions<'a>

impl<'a> Freeze for Topic<'a>

impl<'a> Freeze for TopicIter<'a>

impl<'a> Freeze for TopicNames<'a>

impl<'a> Freeze for Topics<'a>

impl<'a> Freeze for CommitOffset<'a>

impl<'a> Freeze for FetchGroupOffset<'a>

impl<'a> Freeze for FetchPartition<'a>

impl<'a> Freeze for MessageSet<'a>

impl<'a> Freeze for MessageSetsIter<'a>

impl<'a> Freeze for Topics<'a>

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

impl<'a, K, V> Freeze for Record<'a, K, V>
where K: Freeze, V: Freeze,

impl<H> Freeze for DefaultPartitioner<H>
where H: Freeze,

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

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

impl Freeze for Error

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

impl Freeze for Error

impl Freeze for DIR

impl Freeze for FILE

impl Freeze for timezone

impl Freeze for Dl_info

impl Freeze for Elf32_Sym

impl Freeze for Elf64_Sym

impl Freeze for __timeval

impl Freeze for addrinfo

impl Freeze for af_alg_iv

impl Freeze for aiocb

impl Freeze for arphdr

impl Freeze for arpreq

impl Freeze for can_frame

impl Freeze for cmsghdr

impl Freeze for cpu_set_t

impl Freeze for dirent

impl Freeze for dirent64

impl Freeze for dqblk

impl Freeze for fd_set

impl Freeze for ff_effect

impl Freeze for ff_replay

impl Freeze for flock

impl Freeze for flock64

impl Freeze for fpos64_t

impl Freeze for fpos_t

impl Freeze for fsid_t

impl Freeze for glob64_t

impl Freeze for glob_t

impl Freeze for group

impl Freeze for hostent

impl Freeze for ifaddrs

impl Freeze for ifconf

impl Freeze for ifreq

impl Freeze for in6_addr

impl Freeze for in6_ifreq

impl Freeze for in6_rtmsg

impl Freeze for in_addr

impl Freeze for input_id

impl Freeze for iocb

impl Freeze for iovec

impl Freeze for ip_mreq

impl Freeze for ip_mreqn

impl Freeze for ipc_perm

impl Freeze for ipv6_mreq

impl Freeze for itimerval

impl Freeze for iw_event

impl Freeze for iw_freq

impl Freeze for iw_missed

impl Freeze for iw_mlme

impl Freeze for iw_param

impl Freeze for iw_pmksa

impl Freeze for iw_point

impl Freeze for iw_range

impl Freeze for iw_thrspy

impl Freeze for iwreq

impl Freeze for lconv

impl Freeze for linger

impl Freeze for mallinfo

impl Freeze for mallinfo2

impl Freeze for mbstate_t

impl Freeze for mmsghdr

impl Freeze for mntent

impl Freeze for mq_attr

impl Freeze for msghdr

impl Freeze for msginfo

impl Freeze for msqid_ds

impl Freeze for nlattr

impl Freeze for nlmsgerr

impl Freeze for nlmsghdr

impl Freeze for open_how

impl Freeze for option

impl Freeze for passwd

impl Freeze for pollfd

impl Freeze for protoent

impl Freeze for regex_t

impl Freeze for rlimit

impl Freeze for rlimit64

impl Freeze for rtentry

impl Freeze for rusage

impl Freeze for sem_t

impl Freeze for sembuf

impl Freeze for semid_ds

impl Freeze for seminfo

impl Freeze for servent

impl Freeze for shmid_ds

impl Freeze for sigaction

impl Freeze for sigevent

impl Freeze for siginfo_t

impl Freeze for sigset_t

impl Freeze for sigval

impl Freeze for sockaddr

impl Freeze for spwd

impl Freeze for stack_t

impl Freeze for stat

impl Freeze for stat64

impl Freeze for statfs

impl Freeze for statfs64

impl Freeze for statvfs

impl Freeze for statvfs64

impl Freeze for statx

impl Freeze for sysinfo

impl Freeze for tcp_info

impl Freeze for termios

impl Freeze for termios2

impl Freeze for timespec

impl Freeze for timeval

impl Freeze for timex

impl Freeze for tm

impl Freeze for tms

impl Freeze for ucred

impl Freeze for user

impl Freeze for utimbuf

impl Freeze for utmpx

impl Freeze for utsname

impl Freeze for winsize

impl Freeze for xdp_desc

impl<T> Freeze for Libm<T>

impl Freeze for Elf_Dyn

impl Freeze for Elf_Ehdr

impl Freeze for Elf_Phdr

impl Freeze for Elf_Rel

impl Freeze for Elf_Rela

impl Freeze for Elf_Sym

impl Freeze for cachestat

impl Freeze for flock

impl Freeze for flock64

impl Freeze for fsuuid2

impl Freeze for fsxattr

impl Freeze for iovec

impl Freeze for itimerval

impl Freeze for ktermios

impl Freeze for open_how

impl Freeze for pollfd

impl Freeze for rlimit

impl Freeze for rlimit64

impl Freeze for rusage

impl Freeze for sigaction

impl Freeze for sigevent

impl Freeze for siginfo

impl Freeze for stat

impl Freeze for statfs

impl Freeze for statfs64

impl Freeze for statmount

impl Freeze for statx

impl Freeze for termio

impl Freeze for termios

impl Freeze for termios2

impl Freeze for timespec

impl Freeze for timeval

impl Freeze for timezone

impl Freeze for uffd_msg

impl Freeze for user_desc

impl Freeze for winsize

impl Freeze for ethhdr

impl Freeze for _xt_align

impl Freeze for cmsghdr

impl Freeze for fr_proto

impl Freeze for group_req

impl Freeze for ifconf

impl Freeze for ifmap

impl Freeze for ifreq

impl Freeze for in6_addr

impl Freeze for in6_ifreq

impl Freeze for in_addr

impl Freeze for iovec

impl Freeze for ip6t_icmp

impl Freeze for ip6t_ip6

impl Freeze for ip_mreq

impl Freeze for ip_mreqn

impl Freeze for iphdr

impl Freeze for ipv6_mreq

impl Freeze for ipv6hdr

impl Freeze for linger

impl Freeze for mmsghdr

impl Freeze for msghdr

impl Freeze for rt0_hdr

impl Freeze for rt2_hdr

impl Freeze for sockaddr

impl Freeze for tcp_info

impl Freeze for tcphdr

impl Freeze for ucred

impl Freeze for xt_match

impl Freeze for xt_target

impl Freeze for xt_tcp

impl Freeze for xt_udp

impl Freeze for ifaddrmsg

impl Freeze for ifinfomsg

impl Freeze for ndmsg

impl Freeze for ndt_stats

impl Freeze for ndtmsg

impl Freeze for nlattr

impl Freeze for nlmsgerr

impl Freeze for nlmsghdr

impl Freeze for prefixmsg

impl Freeze for rtattr

impl Freeze for rtgenmsg

impl Freeze for rtmsg

impl Freeze for rtnexthop

impl Freeze for rtvia

impl Freeze for tcamsg

impl Freeze for tcmsg

impl Freeze for xdp_desc

impl Freeze for sigval

impl<Storage> Freeze for __BindgenBitfieldUnit<Storage>
where Storage: Freeze,

impl<Storage> Freeze for __BindgenBitfieldUnit<Storage>
where Storage: Freeze,

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

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

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

impl<'a, K, V, S> Freeze for Entry<'a, K, V, S>
where K: Freeze,

impl<'a, K, V, S> Freeze for OccupiedEntry<'a, K, V, S>

impl<'a, K, V, S> Freeze for VacantEntry<'a, K, V, S>
where K: Freeze,

impl<K, V, S> Freeze for LiteMap<K, V, S>
where S: Freeze, K: ?Sized, V: ?Sized,

impl Freeze for GuardSend

impl<'a, R, G, T> Freeze for MappedReentrantMutexGuard<'a, R, G, T>
where T: ?Sized,

impl<'a, R, G, T> Freeze for ReentrantMutexGuard<'a, R, G, T>
where T: ?Sized,

impl<'a, R, T> Freeze for MappedMutexGuard<'a, R, T>
where T: ?Sized,

impl<'a, R, T> Freeze for MappedRwLockReadGuard<'a, R, T>
where T: ?Sized,

impl<'a, R, T> Freeze for MappedRwLockWriteGuard<'a, R, T>
where T: ?Sized,

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

impl<'a, R, T> Freeze for RwLockReadGuard<'a, R, T>
where T: ?Sized,

impl<'a, R, T> Freeze for RwLockUpgradableReadGuard<'a, R, T>
where T: ?Sized,

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

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

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

impl<R, T> !Freeze for Mutex<R, T>

impl<R, T> !Freeze for RwLock<R, T>

impl Freeze for Level

impl<'a> Freeze for Metadata<'a>

impl<'a> Freeze for MetadataBuilder<'a>

impl<'a> Freeze for Record<'a>

impl<'a> Freeze for RecordBuilder<'a>

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

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

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

impl<K, V, S> Freeze for LruCache<K, V, S>
where S: Freeze,

impl<'a, S, A> Freeze for Matcher<'a, S, A>
where A: Freeze, S: Freeze,

impl<S, A> Freeze for Pattern<S, A>
where A: Freeze,

impl<'k, 'v> Freeze for Params<'k, 'v>

impl<'k, 'v, V> Freeze for Match<'k, 'v, V>
where V: Freeze,

impl<'ps, 'k, 'v> Freeze for ParamsIter<'ps, 'k, 'v>

impl<T> !Freeze for Router<T>

impl<'a, T> Freeze for MaybeOwned<'a, T>
where T: Freeze,

impl<'a, T> Freeze for MaybeOwnedMut<'a, T>
where T: Freeze,

impl Freeze for Md5Core

impl Freeze for One

impl Freeze for Three

impl Freeze for Two

impl Freeze for Finder

impl Freeze for Pair

impl Freeze for Finder

impl Freeze for FinderRev

impl Freeze for Finder

impl Freeze for Finder

impl Freeze for FinderRev

impl Freeze for One

impl Freeze for Three

impl Freeze for Two

impl Freeze for Finder

impl Freeze for One

impl Freeze for Three

impl Freeze for Two

impl Freeze for Finder

impl<'a, 'h> Freeze for OneIter<'a, 'h>

impl<'a, 'h> Freeze for ThreeIter<'a, 'h>

impl<'a, 'h> Freeze for TwoIter<'a, 'h>

impl<'a, 'h> Freeze for OneIter<'a, 'h>

impl<'a, 'h> Freeze for ThreeIter<'a, 'h>

impl<'a, 'h> Freeze for TwoIter<'a, 'h>

impl<'a, 'h> Freeze for OneIter<'a, 'h>

impl<'a, 'h> Freeze for ThreeIter<'a, 'h>

impl<'a, 'h> Freeze for TwoIter<'a, 'h>

impl<'h> Freeze for Memchr<'h>

impl<'h> Freeze for Memchr2<'h>

impl<'h> Freeze for Memchr3<'h>

impl<'h, 'n> Freeze for FindIter<'h, 'n>

impl<'h, 'n> Freeze for FindRevIter<'h, 'n>

impl<'n> Freeze for Finder<'n>

impl<'n> Freeze for FinderRev<'n>

impl Freeze for Error

impl Freeze for FileSeal

impl Freeze for Memfd

impl Freeze for Mime

impl<'a> Freeze for MimeIter<'a>

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

impl<'a> Freeze for Params<'a>

impl Freeze for MZError

impl Freeze for MZFlush

impl Freeze for MZStatus

impl Freeze for FullReset

impl Freeze for MinReset

impl Freeze for ZeroReset

impl<'a> Freeze for CallbackFunc<'a>

impl !Freeze for TcpStream

impl !Freeze for UdpSocket

impl !Freeze for UnixStream

impl !Freeze for Receiver

impl !Freeze for Sender

impl Freeze for Event

impl Freeze for Events

impl Freeze for Interest

impl Freeze for Poll

impl Freeze for Registry

impl Freeze for Token

impl Freeze for Waker

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for SourceFd<'a>

impl Freeze for Name

impl<'a> Freeze for Generator<'a>

impl Freeze for ErrorKind

impl Freeze for Error

impl Freeze for KeyPair

impl Freeze for XKey

impl Freeze for Needed

impl Freeze for ErrorKind

impl<E> Freeze for Err<E>
where E: Freeze,

impl<F, G> Freeze for And<F, G>
where F: Freeze, G: Freeze,

impl<F, G> Freeze for Or<F, G>
where F: Freeze, G: Freeze,

impl<F, G, O1> Freeze for AndThen<F, G, O1>
where F: Freeze, G: Freeze,

impl<F, G, O1> Freeze for FlatMap<F, G, O1>
where F: Freeze, G: Freeze,

impl<F, G, O1> Freeze for Map<F, G, O1>
where F: Freeze, G: Freeze,

impl<F, O1, O2, E1, E2> Freeze for Into<F, O1, O2, E1, E2>
where F: Freeze,

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

impl<I> Freeze for VerboseError<I>

impl<I, E, F> Freeze for ParserIterator<I, E, F>
where F: Freeze, I: Freeze, E: Freeze,

impl Freeze for Color

impl Freeze for Infix

impl Freeze for Prefix

impl Freeze for Suffix

impl Freeze for Gradient

impl Freeze for Rgb

impl Freeze for Style

impl<'a, S> Freeze for AnsiGenericString<'a, S>
where <S as ToOwned>::Owned: Freeze, S: ?Sized,

impl<'a, S> Freeze for AnsiGenericStrings<'a, S>
where S: ?Sized,

impl Freeze for NUID

impl Freeze for NUIDStr

impl Freeze for Sign

impl Freeze for BigInt

impl Freeze for BigUint

impl<'a> Freeze for U32Digits<'a>

impl<'a> Freeze for U64Digits<'a>

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

impl<E> Freeze for ParseComplexError<E>
where E: Freeze,

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

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

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

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

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

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

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

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

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

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

impl Freeze for FileFlags

impl Freeze for FileKind

impl Freeze for Name

impl Freeze for Mangling

impl Freeze for Ident

impl Freeze for BigEndian

impl Freeze for FatArch32

impl Freeze for FatArch64

impl Freeze for FatHeader

impl Freeze for Guid

impl Freeze for Error

impl Freeze for Symbol

impl Freeze for Class

impl Freeze for Rel

impl Freeze for Sym

impl Freeze for Verdef

impl Freeze for Vernaux

impl Freeze for Verneed

impl Freeze for NtHeaders

impl Freeze for Section

impl Freeze for Comdat

impl Freeze for ComdatId

impl Freeze for Error

impl Freeze for SectionId

impl Freeze for StringId

impl Freeze for Symbol

impl Freeze for SymbolId

impl Freeze for ExpAux

impl Freeze for FileAux32

impl Freeze for FileAux64

impl Freeze for FunAux32

impl Freeze for FunAux64

impl Freeze for Rel32

impl Freeze for Rel64

impl Freeze for StatAux

impl Freeze for Symbol32

impl Freeze for Symbol64

impl<'a> Freeze for Writer<'a>

impl<'a> Freeze for Writer<'a>

impl<'a> Freeze for Writer<'a>

impl<'a> Freeze for Object<'a>

impl<'a> Freeze for Section<'a>

impl<'a, R> Freeze for ReadCacheRange<'a, R>

impl<'data> Freeze for ImportName<'data>

impl<'data> Freeze for ExportTarget<'data>

impl<'data> Freeze for Import<'data>

impl<'data> Freeze for ResourceDirectoryEntryData<'data>

impl<'data> Freeze for ImportFile<'data>

impl<'data> Freeze for ImportObjectData<'data>

impl<'data> Freeze for SectionTable<'data>

impl<'data> Freeze for AttributeIndexIterator<'data>

impl<'data> Freeze for AttributeReader<'data>

impl<'data> Freeze for AttributesSubsubsection<'data>

impl<'data> Freeze for GnuProperty<'data>

impl<'data> Freeze for Version<'data>

impl<'data> Freeze for DataDirectories<'data>

impl<'data> Freeze for DelayLoadDescriptorIterator<'data>

impl<'data> Freeze for DelayLoadImportTable<'data>

impl<'data> Freeze for Export<'data>

impl<'data> Freeze for ExportTable<'data>

impl<'data> Freeze for ImportDescriptorIterator<'data>

impl<'data> Freeze for ImportTable<'data>

impl<'data> Freeze for ImportThunkList<'data>

impl<'data> Freeze for RelocationBlockIterator<'data>

impl<'data> Freeze for RelocationIterator<'data>

impl<'data> Freeze for ResourceDirectory<'data>

impl<'data> Freeze for ResourceDirectoryTable<'data>

impl<'data> Freeze for RichHeaderInfo<'data>

impl<'data> Freeze for Bytes<'data>

impl<'data> Freeze for CodeView<'data>

impl<'data> Freeze for CompressedData<'data>

impl<'data> Freeze for Export<'data>

impl<'data> Freeze for Import<'data>

impl<'data> Freeze for ObjectMap<'data>

impl<'data> Freeze for ObjectMapEntry<'data>

impl<'data> Freeze for ObjectMapFile<'data>

impl<'data> Freeze for SymbolMapName<'data>

impl<'data, 'cache, E, R> Freeze for DyldCacheImage<'data, 'cache, E, R>

impl<'data, 'cache, E, R> Freeze for DyldCacheImageIterator<'data, 'cache, E, R>

impl<'data, 'file, Elf, R> Freeze for ElfComdat<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> Freeze for ElfComdatIterator<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> Freeze for ElfComdatSectionIterator<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> Freeze for ElfDynamicRelocationIterator<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> Freeze for ElfSection<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> Freeze for ElfSectionIterator<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> Freeze for ElfSectionRelocationIterator<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> Freeze for ElfSegment<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> Freeze for ElfSegmentIterator<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> Freeze for ElfSymbol<'data, 'file, Elf, R>
where <Elf as FileHeader>::Endian: Freeze,

impl<'data, 'file, Elf, R> Freeze for ElfSymbolIterator<'data, 'file, Elf, R>
where <Elf as FileHeader>::Endian: Freeze,

impl<'data, 'file, Elf, R> Freeze for ElfSymbolTable<'data, 'file, Elf, R>
where <Elf as FileHeader>::Endian: Freeze,

impl<'data, 'file, Mach, R> Freeze for MachOComdat<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> Freeze for MachOComdatIterator<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> Freeze for MachOComdatSectionIterator<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> Freeze for MachORelocationIterator<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> Freeze for MachOSection<'data, 'file, Mach, R>
where R: Freeze,

impl<'data, 'file, Mach, R> Freeze for MachOSectionIterator<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> Freeze for MachOSegment<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> Freeze for MachOSegmentIterator<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> Freeze for MachOSymbol<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> Freeze for MachOSymbolIterator<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> Freeze for MachOSymbolTable<'data, 'file, Mach, R>

impl<'data, 'file, Pe, R> Freeze for PeComdat<'data, 'file, Pe, R>

impl<'data, 'file, Pe, R> Freeze for PeComdatIterator<'data, 'file, Pe, R>

impl<'data, 'file, Pe, R> Freeze for PeComdatSectionIterator<'data, 'file, Pe, R>

impl<'data, 'file, Pe, R> Freeze for PeSection<'data, 'file, Pe, R>

impl<'data, 'file, Pe, R> Freeze for PeSectionIterator<'data, 'file, Pe, R>

impl<'data, 'file, Pe, R> Freeze for PeSegment<'data, 'file, Pe, R>

impl<'data, 'file, Pe, R> Freeze for PeSegmentIterator<'data, 'file, Pe, R>

impl<'data, 'file, R> Freeze for PeRelocationIterator<'data, 'file, R>

impl<'data, 'file, R> Freeze for Comdat<'data, 'file, R>

impl<'data, 'file, R> Freeze for ComdatIterator<'data, 'file, R>

impl<'data, 'file, R> Freeze for ComdatSectionIterator<'data, 'file, R>

impl<'data, 'file, R> Freeze for DynamicRelocationIterator<'data, 'file, R>

impl<'data, 'file, R> Freeze for Section<'data, 'file, R>
where R: Freeze,

impl<'data, 'file, R> Freeze for SectionIterator<'data, 'file, R>

impl<'data, 'file, R> Freeze for SectionRelocationIterator<'data, 'file, R>

impl<'data, 'file, R> Freeze for Segment<'data, 'file, R>

impl<'data, 'file, R> Freeze for SegmentIterator<'data, 'file, R>

impl<'data, 'file, R> Freeze for Symbol<'data, 'file, R>

impl<'data, 'file, R> Freeze for SymbolIterator<'data, 'file, R>

impl<'data, 'file, R> Freeze for SymbolTable<'data, 'file, R>

impl<'data, 'file, R, Coff> Freeze for CoffComdat<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> Freeze for CoffComdatIterator<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> Freeze for CoffComdatSectionIterator<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> Freeze for CoffRelocationIterator<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> Freeze for CoffSection<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> Freeze for CoffSectionIterator<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> Freeze for CoffSegment<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> Freeze for CoffSegmentIterator<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> Freeze for CoffSymbol<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> Freeze for CoffSymbolIterator<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> Freeze for CoffSymbolTable<'data, 'file, R, Coff>

impl<'data, 'file, Xcoff, R> Freeze for XcoffComdat<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> Freeze for XcoffComdatIterator<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> Freeze for XcoffComdatSectionIterator<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> Freeze for XcoffRelocationIterator<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> Freeze for XcoffSection<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> Freeze for XcoffSectionIterator<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> Freeze for XcoffSegment<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> Freeze for XcoffSegmentIterator<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> Freeze for XcoffSymbol<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> Freeze for XcoffSymbolIterator<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> Freeze for XcoffSymbolTable<'data, 'file, Xcoff, R>

impl<'data, 'table, R, Coff> Freeze for SymbolIterator<'data, 'table, R, Coff>

impl<'data, 'table, Xcoff, R> Freeze for SymbolIterator<'data, 'table, Xcoff, R>

impl<'data, E> Freeze for DyldSubCacheSlice<'data, E>

impl<'data, E> Freeze for LoadCommandVariant<'data, E>

impl<'data, E> Freeze for LoadCommandData<'data, E>

impl<'data, E> Freeze for LoadCommandIterator<'data, E>
where E: Freeze,

impl<'data, E, R> Freeze for DyldCache<'data, E, R>
where E: Freeze, R: Freeze,

impl<'data, E, R> Freeze for DyldSubCache<'data, E, R>
where R: Freeze,

impl<'data, Elf> Freeze for AttributesSection<'data, Elf>
where <Elf as FileHeader>::Endian: Freeze,

impl<'data, Elf> Freeze for AttributesSubsection<'data, Elf>
where <Elf as FileHeader>::Endian: Freeze,

impl<'data, Elf> Freeze for AttributesSubsectionIterator<'data, Elf>
where <Elf as FileHeader>::Endian: Freeze,

impl<'data, Elf> Freeze for AttributesSubsubsectionIterator<'data, Elf>
where <Elf as FileHeader>::Endian: Freeze,

impl<'data, Elf> Freeze for GnuHashTable<'data, Elf>

impl<'data, Elf> Freeze for HashTable<'data, Elf>

impl<'data, Elf> Freeze for Note<'data, Elf>

impl<'data, Elf> Freeze for NoteIterator<'data, Elf>
where <Elf as FileHeader>::Endian: Freeze,

impl<'data, Elf> Freeze for RelrIterator<'data, Elf>
where <Elf as FileHeader>::Word: Freeze, <Elf as FileHeader>::Endian: Freeze,

impl<'data, Elf> Freeze for VerdauxIterator<'data, Elf>
where <Elf as FileHeader>::Endian: Freeze,

impl<'data, Elf> Freeze for VerdefIterator<'data, Elf>
where <Elf as FileHeader>::Endian: Freeze,

impl<'data, Elf> Freeze for VernauxIterator<'data, Elf>
where <Elf as FileHeader>::Endian: Freeze,

impl<'data, Elf> Freeze for VerneedIterator<'data, Elf>
where <Elf as FileHeader>::Endian: Freeze,

impl<'data, Elf> Freeze for VersionTable<'data, Elf>

impl<'data, Elf, R> Freeze for ElfFile<'data, Elf, R>
where <Elf as FileHeader>::Endian: Freeze, R: Freeze,

impl<'data, Elf, R> Freeze for SectionTable<'data, Elf, R>
where R: Freeze,

impl<'data, Elf, R> Freeze for SymbolTable<'data, Elf, R>
where R: Freeze,

impl<'data, Endian> Freeze for GnuPropertyIterator<'data, Endian>
where Endian: Freeze,

impl<'data, Fat> Freeze for MachOFatFile<'data, Fat>

impl<'data, Mach, R> Freeze for MachOFile<'data, Mach, R>
where <Mach as MachHeader>::Endian: Freeze, R: Freeze,

impl<'data, Mach, R> Freeze for SymbolTable<'data, Mach, R>
where R: Freeze,

impl<'data, Pe, R> Freeze for PeFile<'data, Pe, R>
where R: Freeze,

impl<'data, R> Freeze for File<'data, R>
where R: Freeze,

impl<'data, R> Freeze for StringTable<'data, R>
where R: Freeze,

impl<'data, R, Coff> Freeze for CoffFile<'data, R, Coff>
where R: Freeze,

impl<'data, R, Coff> Freeze for SymbolTable<'data, R, Coff>
where R: Freeze,

impl<'data, Xcoff> Freeze for SectionTable<'data, Xcoff>

impl<'data, Xcoff, R> Freeze for SymbolTable<'data, Xcoff, R>
where R: Freeze,

impl<'data, Xcoff, R> Freeze for XcoffFile<'data, Xcoff, R>
where R: Freeze,

impl<E> Freeze for Dyn32<E>

impl<E> Freeze for Dyn64<E>

impl<E> Freeze for FileHeader32<E>

impl<E> Freeze for FileHeader64<E>

impl<E> Freeze for GnuHashHeader<E>

impl<E> Freeze for HashHeader<E>

impl<E> Freeze for NoteHeader32<E>

impl<E> Freeze for NoteHeader64<E>

impl<E> Freeze for ProgramHeader32<E>

impl<E> Freeze for ProgramHeader64<E>

impl<E> Freeze for Rel32<E>

impl<E> Freeze for Rel64<E>

impl<E> Freeze for Rela32<E>

impl<E> Freeze for Rela64<E>

impl<E> Freeze for Relr32<E>

impl<E> Freeze for Relr64<E>

impl<E> Freeze for SectionHeader32<E>

impl<E> Freeze for SectionHeader64<E>

impl<E> Freeze for Sym32<E>

impl<E> Freeze for Sym64<E>

impl<E> Freeze for Syminfo32<E>

impl<E> Freeze for Syminfo64<E>

impl<E> Freeze for Verdaux<E>

impl<E> Freeze for Verdef<E>

impl<E> Freeze for Vernaux<E>

impl<E> Freeze for Verneed<E>

impl<E> Freeze for Versym<E>

impl<E> Freeze for I16<E>

impl<E> Freeze for I16Bytes<E>

impl<E> Freeze for I32<E>

impl<E> Freeze for I32Bytes<E>

impl<E> Freeze for I64<E>

impl<E> Freeze for I64Bytes<E>

impl<E> Freeze for U16<E>

impl<E> Freeze for U16Bytes<E>

impl<E> Freeze for U32<E>

impl<E> Freeze for U32Bytes<E>

impl<E> Freeze for U64<E>

impl<E> Freeze for U64Bytes<E>

impl<E> Freeze for BuildToolVersion<E>

impl<E> Freeze for DataInCodeEntry<E>

impl<E> Freeze for DyldCacheHeader<E>

impl<E> Freeze for DyldCacheImageInfo<E>

impl<E> Freeze for DyldInfoCommand<E>

impl<E> Freeze for Dylib<E>

impl<E> Freeze for DylibCommand<E>

impl<E> Freeze for DylibModule32<E>

impl<E> Freeze for DylibModule64<E>

impl<E> Freeze for DylibReference<E>

impl<E> Freeze for DylinkerCommand<E>

impl<E> Freeze for DysymtabCommand<E>

impl<E> Freeze for EntryPointCommand<E>

impl<E> Freeze for FvmfileCommand<E>

impl<E> Freeze for Fvmlib<E>

impl<E> Freeze for FvmlibCommand<E>

impl<E> Freeze for IdentCommand<E>

impl<E> Freeze for LcStr<E>

impl<E> Freeze for LoadCommand<E>

impl<E> Freeze for MachHeader32<E>

impl<E> Freeze for MachHeader64<E>

impl<E> Freeze for Nlist32<E>

impl<E> Freeze for Nlist64<E>

impl<E> Freeze for NoteCommand<E>

impl<E> Freeze for Relocation<E>

impl<E> Freeze for RoutinesCommand32<E>

impl<E> Freeze for RoutinesCommand64<E>

impl<E> Freeze for RpathCommand<E>

impl<E> Freeze for Section32<E>

impl<E> Freeze for Section64<E>

impl<E> Freeze for SegmentCommand32<E>

impl<E> Freeze for SegmentCommand64<E>

impl<E> Freeze for SubClientCommand<E>

impl<E> Freeze for SubLibraryCommand<E>

impl<E> Freeze for SubUmbrellaCommand<E>

impl<E> Freeze for SymsegCommand<E>

impl<E> Freeze for SymtabCommand<E>

impl<E> Freeze for ThreadCommand<E>

impl<E> Freeze for TwolevelHint<E>

impl<E> Freeze for UuidCommand<E>

impl<E> Freeze for VersionMinCommand<E>

impl<R> !Freeze for ReadCache<R>

impl<Section, Symbol> Freeze for SymbolFlags<Section, Symbol>
where Section: Freeze, Symbol: Freeze,

impl<T> Freeze for SymbolMap<T>

impl<W> Freeze for StreamingBuffer<W>
where W: Freeze,

impl Freeze for Os

impl Freeze for Config

impl Freeze for ImageData

impl Freeze for Config

impl Freeze for History

impl Freeze for Rootfs

impl Freeze for OciError

impl Freeze for Platform

impl Freeze for Versioned

impl Freeze for Client

impl<'a> Freeze for LayerDescriptor<'a>

impl Freeze for ErrorCode

impl Freeze for Arch

impl Freeze for MediaType

impl Freeze for Os

impl Freeze for Arch

impl Freeze for ErrorInfo

impl Freeze for Reference

impl Freeze for TagList

impl Freeze for Config

impl Freeze for Digest

impl Freeze for History

impl Freeze for OciLayout

impl Freeze for Platform

impl Freeze for RootFs

impl Freeze for Apparmor

impl Freeze for Box

impl Freeze for Cgroup

impl Freeze for Features

impl Freeze for Hook

impl Freeze for Hooks

impl Freeze for IDMap

impl Freeze for IntelRdt

impl Freeze for Linux

impl Freeze for LinuxCpu

impl Freeze for LinuxPids

impl Freeze for LinuxRdma

impl Freeze for Mount

impl Freeze for Process

impl Freeze for Root

impl Freeze for Scheduler

impl Freeze for Seccomp

impl Freeze for Selinux

impl Freeze for Solaris

impl Freeze for Spec

impl Freeze for User

impl Freeze for VM

impl Freeze for VMBuilder

impl Freeze for VMImage

impl Freeze for VMKernel

impl Freeze for Windows

impl Freeze for Component

impl<'a> Freeze for AnnotatedWasmConfig<'a>

impl Freeze for OidEntry

impl<'a> Freeze for OidRegistry<'a>

impl !Freeze for OnceBool

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

impl<T> !Freeze for OnceBox<T>

impl<T> !Freeze for OnceCell<T>

impl<T> !Freeze for OnceCell<T>

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

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

impl Freeze for Array

impl Freeze for Value

impl Freeze for AnyValue

impl Freeze for Severity

impl Freeze for SpanKind

impl Freeze for Status

impl Freeze for Baggage

impl Freeze for BoxedSpan

impl Freeze for Meter

impl Freeze for Context

impl Freeze for Key

impl Freeze for KeyValue

impl Freeze for SpanId

impl Freeze for TraceId

impl Freeze for NoopSpan

impl Freeze for Event

impl Freeze for Link

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for FieldIter<'a>

impl<'a> Freeze for SpanRef<'a>

impl<'a, I, M> Freeze for AsyncInstrumentBuilder<'a, I, M>

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

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

impl<T> Freeze for Counter<T>

impl<T> Freeze for Gauge<T>

impl<T> Freeze for Histogram<T>

impl<T> Freeze for ObservableCounter<T>

impl<T> Freeze for ObservableGauge<T>

impl<T> Freeze for UpDownCounter<T>

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

impl<P, L> Freeze for OpenTelemetryTracingBridge<P, L>
where L: Freeze,

impl<'a> Freeze for HeaderExtractor<'a>

impl<'a> Freeze for HeaderInjector<'a>

impl<'a> Freeze for NatsHeaderExtractor<'a>

impl Freeze for Error

impl Freeze for Protocol

impl Freeze for Value

impl Freeze for Value

impl Freeze for Data

impl Freeze for Value

impl Freeze for SpanFlags

impl Freeze for SpanKind

impl Freeze for AnyValue

impl Freeze for KeyValue

impl Freeze for LogRecord

impl Freeze for LogsData

impl Freeze for ScopeLogs

impl Freeze for Buckets

impl Freeze for Exemplar

impl Freeze for Gauge

impl Freeze for Histogram

impl Freeze for Metric

impl Freeze for Sum

impl Freeze for Summary

impl Freeze for Resource

impl Freeze for Event

impl Freeze for Link

impl Freeze for Span

impl Freeze for Status

impl<T> !Freeze for LogsServiceClient<T>

impl<T> !Freeze for TraceServiceClient<T>

impl<T> Freeze for LogsServiceServer<T>

impl<T> Freeze for TraceServiceServer<T>

impl Freeze for LogError

impl Freeze for Sampler

impl Freeze for SdkLogger

impl Freeze for Metric

impl Freeze for Tokio

impl Freeze for Resource

impl Freeze for Config

impl Freeze for SdkTracer

impl Freeze for Span

impl Freeze for SpanData

impl Freeze for SpanLinks

impl<'a> Freeze for LogBatch<'a>

impl<'a> Freeze for Iter<'a>

impl<E> Freeze for BatchLogProcessorBuilder<E>
where E: Freeze,

impl<E> Freeze for PeriodicReaderBuilder<E>
where E: Freeze,

impl<E> Freeze for BatchSpanProcessorBuilder<E>
where E: Freeze,

impl<E, R> Freeze for BatchLogProcessorBuilder<E, R>
where E: Freeze, R: Freeze,

impl<E, R> Freeze for BatchSpanProcessorBuilder<E, R>
where E: Freeze, R: Freeze,

impl<E, RT> Freeze for PeriodicReaderBuilder<E, RT>
where E: Freeze, RT: Freeze,

impl<R> !Freeze for BatchLogProcessor<R>

impl<R> !Freeze for BatchSpanProcessor<R>

impl<T> !Freeze for SimpleLogProcessor<T>

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

impl<T> Freeze for Gauge<T>

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

impl<T> Freeze for Histogram<T>

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

impl<T> Freeze for Sum<T>

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

impl<'a, T> Freeze for Out<'a, T>
where T: ?Sized,

impl Freeze for Parker

impl Freeze for Unparker

impl !Freeze for Condvar

impl !Freeze for Once

impl !Freeze for RawMutex

impl !Freeze for RawRwLock

impl Freeze for OnceState

impl Freeze for FilterOp

impl Freeze for RequeueOp

impl Freeze for ParkToken

impl Freeze for SpinWait

impl Freeze for PemError

impl Freeze for HeaderMap

impl Freeze for Pem

impl<'a> Freeze for HeadersIter<'a>

impl Freeze for Error

impl<'i> Freeze for Decoder<'i>

impl<'l, 'o> Freeze for Encoder<'l, 'o>

impl Freeze for AsciiSet

impl<'a> Freeze for PercentDecode<'a>

impl<'a> Freeze for PercentEncode<'a>

impl Freeze for PgNumeric

impl<'a, K, V> Freeze for Entries<'a, K, V>

impl<'a, K, V> Freeze for Keys<'a, K, V>

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

impl<'a, K, V> Freeze for Entries<'a, K, V>

impl<'a, K, V> Freeze for Keys<'a, K, V>

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

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

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

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

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

impl<T> Freeze for OrderedSet<T>

impl<T> Freeze for Set<T>

impl Freeze for Hashes

impl Freeze for Error

impl Freeze for Version

impl<'a> Freeze for PrivateKeyInfo<'a>

impl Freeze for Poly1305

impl !Freeze for AtomicBool

impl !Freeze for AtomicI128

impl !Freeze for AtomicI16

impl !Freeze for AtomicI32

impl !Freeze for AtomicI64

impl !Freeze for AtomicI8

impl !Freeze for AtomicU128

impl !Freeze for AtomicU16

impl !Freeze for AtomicU32

impl !Freeze for AtomicU64

impl !Freeze for AtomicU8

impl<T> !Freeze for AtomicPtr<T>

impl Freeze for Error

impl Freeze for AllocVec

impl Freeze for Size

impl<'a> Freeze for Slice<'a>

impl<'a, T> Freeze for FeedResult<'a, T>
where T: Freeze,

impl<'de> Freeze for Slice<'de>

impl<'de, F> Freeze for Deserializer<'de, F>
where F: Freeze,

impl<'de, T> Freeze for IOReader<'de, T>
where T: Freeze,

impl<B> Freeze for Cobs<B>
where B: Freeze,

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

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

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

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

impl !Freeze for Client

impl Freeze for Config

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

impl<'a> Freeze for BinaryCopyInWriter<'a>

impl<'a> Freeze for BinaryCopyOutIter<'a>

impl<'a> Freeze for BlockingIter<'a>

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for TimeoutIter<'a>

impl<'a> Freeze for CopyInWriter<'a>

impl<'a> Freeze for Notifications<'a>

impl<'a> Freeze for RowIter<'a>

impl<'a> Freeze for Transaction<'a>

impl<'a> Freeze for TransactionBuilder<'a>

impl !Freeze for Message

impl Freeze for IsNull

impl Freeze for BindError

impl Freeze for Header

impl Freeze for Box

impl Freeze for Inet

impl Freeze for Point

impl<'a> Freeze for Range<'a>

impl<'a> Freeze for ColumnFormats<'a>

impl<'a> Freeze for DataRowRanges<'a>

impl<'a> Freeze for ErrorField<'a>

impl<'a> Freeze for ErrorFields<'a>

impl<'a> Freeze for Field<'a>

impl<'a> Freeze for Fields<'a>

impl<'a> Freeze for Parameters<'a>

impl<'a> Freeze for SaslMechanisms<'a>

impl<'a> Freeze for Array<'a>

impl<'a> Freeze for ArrayDimensions<'a>

impl<'a> Freeze for ArrayValues<'a>

impl<'a> Freeze for HstoreEntries<'a>

impl<'a> Freeze for Path<'a>

impl<'a> Freeze for PathPoints<'a>

impl<'a> Freeze for Varbit<'a>

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

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

impl Freeze for Format

impl Freeze for IsNull

impl Freeze for Kind

impl Freeze for Field

impl Freeze for PgLsn

impl Freeze for Type

impl Freeze for WasNull

impl Freeze for WrongType

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

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

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

impl<'a, T> Freeze for Metadata<'a, T>
where <T as SmartDisplay>::Metadata: Freeze, T: ?Sized,

impl<const SIZE: usize> Freeze for WriteBuffer<SIZE>

impl Freeze for NoA1

impl Freeze for NoA2

impl Freeze for NoNI

impl Freeze for NoS3

impl Freeze for NoS4

impl Freeze for YesA1

impl Freeze for YesA2

impl Freeze for YesNI

impl Freeze for YesS3

impl Freeze for YesS4

impl<NI> Freeze for Avx2Machine<NI>

impl<S3, S4, NI> Freeze for SseMachine<S3, S4, NI>

impl Freeze for Delimiter

impl Freeze for Spacing

impl Freeze for TokenTree

impl Freeze for DelimSpan

impl Freeze for Group

impl Freeze for Ident

impl Freeze for LexError

impl Freeze for Literal

impl Freeze for Punct

impl Freeze for Span

impl Freeze for IntoIter

impl Freeze for Level

impl Freeze for SpanRange

impl Freeze for Feature

impl Freeze for NullValue

impl Freeze for Syntax

impl Freeze for Kind

impl Freeze for Label

impl Freeze for Type

impl Freeze for CType

impl Freeze for JsType

impl Freeze for Kind

impl Freeze for File

impl Freeze for Version

impl Freeze for Location

impl Freeze for Any

impl Freeze for Api

impl Freeze for Duration

impl Freeze for Enum

impl Freeze for EnumValue

impl Freeze for Field

impl Freeze for FieldMask

impl Freeze for ListValue

impl Freeze for Method

impl Freeze for Mixin

impl Freeze for Option

impl Freeze for Struct

impl Freeze for Timestamp

impl Freeze for Type

impl Freeze for Value

impl Freeze for NamePart

impl Freeze for RegType

impl Freeze for TrapKind

impl Freeze for Val

impl Freeze for Op

impl Freeze for Opcode

impl Freeze for AnyReg

impl Freeze for FReg

impl Freeze for VReg

impl Freeze for XReg

impl Freeze for Decoder

impl Freeze for U6

impl Freeze for FRegVal

impl Freeze for VRegVal

impl Freeze for Vm

impl Freeze for XRegVal

impl Freeze for BrIf

impl Freeze for BrIfNot

impl Freeze for BrIfXeq32

impl Freeze for BrIfXeq64

impl Freeze for BrTable32

impl Freeze for Bswap32

impl Freeze for Bswap64

impl Freeze for Call

impl Freeze for Call1

impl Freeze for Call2

impl Freeze for Call3

impl Freeze for Call4

impl Freeze for FConst32

impl Freeze for FConst64

impl Freeze for FSelect32

impl Freeze for FSelect64

impl Freeze for Fabs32

impl Freeze for Fabs64

impl Freeze for Fadd32

impl Freeze for Fadd64

impl Freeze for Fceil32

impl Freeze for Fceil64

impl Freeze for Fdiv32

impl Freeze for Fdiv64

impl Freeze for Feq32

impl Freeze for Feq64

impl Freeze for Ffloor32

impl Freeze for Ffloor64

impl Freeze for Flt32

impl Freeze for Flt64

impl Freeze for Flteq32

impl Freeze for Flteq64

impl Freeze for Fmov

impl Freeze for Fmul32

impl Freeze for Fmul64

impl Freeze for Fneg32

impl Freeze for Fneg64

impl Freeze for Fneq32

impl Freeze for Fneq64

impl Freeze for Fsqrt32

impl Freeze for Fsqrt64

impl Freeze for Fsub32

impl Freeze for Fsub64

impl Freeze for Ftrunc32

impl Freeze for Ftrunc64

impl Freeze for Jump

impl Freeze for Nop

impl Freeze for PopFrame

impl Freeze for PushFrame

impl Freeze for Ret

impl Freeze for Sext16

impl Freeze for Sext32

impl Freeze for Sext8

impl Freeze for Trap

impl Freeze for VAddF32x4

impl Freeze for VAddF64x2

impl Freeze for VAddI16x8

impl Freeze for VAddI32x4

impl Freeze for VAddI64x2

impl Freeze for VAddI8x16

impl Freeze for VBand128

impl Freeze for VBnot128

impl Freeze for VBor128

impl Freeze for VBxor128

impl Freeze for VDivF64x2

impl Freeze for VFdemote

impl Freeze for VInsertX8

impl Freeze for VLoad128Z

impl Freeze for VMulF64x2

impl Freeze for VMulI16x8

impl Freeze for VMulI32x4

impl Freeze for VMulI64x2

impl Freeze for VMulI8x16

impl Freeze for VShlI16x8

impl Freeze for VShlI32x4

impl Freeze for VShlI64x2

impl Freeze for VShlI8x16

impl Freeze for VShuffle

impl Freeze for VSplatF32

impl Freeze for VSplatF64

impl Freeze for VSplatX16

impl Freeze for VSplatX32

impl Freeze for VSplatX64

impl Freeze for VSplatX8

impl Freeze for VSubF64x2

impl Freeze for VSubI16x8

impl Freeze for VSubI32x4

impl Freeze for VSubI64x2

impl Freeze for VSubI8x16

impl Freeze for Vabs16x8

impl Freeze for Vabs32x4

impl Freeze for Vabs64x2

impl Freeze for Vabs8x16

impl Freeze for Vabsf32x4

impl Freeze for Vabsf64x2

impl Freeze for Vceil32x4

impl Freeze for Vceil64x2

impl Freeze for Vconst128

impl Freeze for Vdivf32x4

impl Freeze for Veq16x8

impl Freeze for Veq32x4

impl Freeze for Veq64x2

impl Freeze for Veq8x16

impl Freeze for VeqF32x4

impl Freeze for VeqF64x2

impl Freeze for Vfma32x4

impl Freeze for Vfma64x2

impl Freeze for VltF32x4

impl Freeze for VltF64x2

impl Freeze for Vmax16x8S

impl Freeze for Vmax16x8U

impl Freeze for Vmax32x4S

impl Freeze for Vmax32x4U

impl Freeze for Vmax8x16S

impl Freeze for Vmax8x16U

impl Freeze for Vmin16x8S

impl Freeze for Vmin16x8U

impl Freeze for Vmin32x4S

impl Freeze for Vmin32x4U

impl Freeze for Vmin8x16S

impl Freeze for Vmin8x16U

impl Freeze for Vmov

impl Freeze for Vmulf32x4

impl Freeze for Vneg16x8

impl Freeze for Vneg32x4

impl Freeze for Vneg64x2

impl Freeze for Vneg8x16

impl Freeze for VnegF64x2

impl Freeze for Vnegf32x4

impl Freeze for Vneq16x8

impl Freeze for Vneq32x4

impl Freeze for Vneq64x2

impl Freeze for Vneq8x16

impl Freeze for VneqF32x4

impl Freeze for VneqF64x2

impl Freeze for Vselect

impl Freeze for Vslt16x8

impl Freeze for Vslt32x4

impl Freeze for Vslt64x2

impl Freeze for Vslt8x16

impl Freeze for Vsqrt32x4

impl Freeze for Vsqrt64x2

impl Freeze for Vsubf32x4

impl Freeze for Vult16x8

impl Freeze for Vult32x4

impl Freeze for Vult64x2

impl Freeze for Vult8x16

impl Freeze for XAbs32

impl Freeze for XAbs64

impl Freeze for XBand32

impl Freeze for XBand64

impl Freeze for XBnot32

impl Freeze for XBnot64

impl Freeze for XBor32

impl Freeze for XBor64

impl Freeze for XBxor32

impl Freeze for XBxor64

impl Freeze for XDiv32S

impl Freeze for XDiv32U

impl Freeze for XDiv64S

impl Freeze for XDiv64U

impl Freeze for XJump

impl Freeze for XMul32

impl Freeze for XMul64

impl Freeze for XMulHi64S

impl Freeze for XMulHi64U

impl Freeze for XRem32S

impl Freeze for XRem32U

impl Freeze for XRem64S

impl Freeze for XRem64U

impl Freeze for XSelect32

impl Freeze for XSelect64

impl Freeze for XStore8Z

impl Freeze for Xadd128

impl Freeze for Xadd32

impl Freeze for Xadd32U32

impl Freeze for Xadd32U8

impl Freeze for Xadd64

impl Freeze for Xadd64U32

impl Freeze for Xadd64U8

impl Freeze for Xband32S8

impl Freeze for Xband64S8

impl Freeze for Xbmask32

impl Freeze for Xbmask64

impl Freeze for Xbor32S32

impl Freeze for Xbor32S8

impl Freeze for Xbor64S32

impl Freeze for Xbor64S8

impl Freeze for Xbxor32S8

impl Freeze for Xbxor64S8

impl Freeze for Xclz32

impl Freeze for Xclz64

impl Freeze for Xconst16

impl Freeze for Xconst32

impl Freeze for Xconst64

impl Freeze for Xconst8

impl Freeze for Xctz32

impl Freeze for Xctz64

impl Freeze for Xeq32

impl Freeze for Xeq64

impl Freeze for Xmadd32

impl Freeze for Xmadd64

impl Freeze for Xmax32S

impl Freeze for Xmax32U

impl Freeze for Xmax64S

impl Freeze for Xmax64U

impl Freeze for Xmin32S

impl Freeze for Xmin32U

impl Freeze for Xmin64S

impl Freeze for Xmin64U

impl Freeze for Xmov

impl Freeze for XmovFp

impl Freeze for XmovLr

impl Freeze for Xmul32S32

impl Freeze for Xmul32S8

impl Freeze for Xmul64S32

impl Freeze for Xmul64S8

impl Freeze for Xneg32

impl Freeze for Xneg64

impl Freeze for Xneq32

impl Freeze for Xneq64

impl Freeze for Xone

impl Freeze for Xpopcnt32

impl Freeze for Xpopcnt64

impl Freeze for Xrotl32

impl Freeze for Xrotl64

impl Freeze for Xrotr32

impl Freeze for Xrotr64

impl Freeze for Xshl32

impl Freeze for Xshl32U6

impl Freeze for Xshl64

impl Freeze for Xshl64U6

impl Freeze for Xshr32S

impl Freeze for Xshr32SU6

impl Freeze for Xshr32U

impl Freeze for Xshr32UU6

impl Freeze for Xshr64S

impl Freeze for Xshr64SU6

impl Freeze for Xshr64U

impl Freeze for Xshr64UU6

impl Freeze for Xslt32

impl Freeze for Xslt64

impl Freeze for Xslteq32

impl Freeze for Xslteq64

impl Freeze for Xsub128

impl Freeze for Xsub32

impl Freeze for Xsub32U32

impl Freeze for Xsub32U8

impl Freeze for Xsub64

impl Freeze for Xsub64U32

impl Freeze for Xsub64U8

impl Freeze for Xult32

impl Freeze for Xult64

impl Freeze for Xulteq32

impl Freeze for Xulteq64

impl Freeze for Xzero

impl Freeze for Zext16

impl Freeze for Zext32

impl Freeze for Zext8

impl Freeze for AddrG32

impl Freeze for AddrO32

impl Freeze for AddrZ

impl<'a> Freeze for SafeBytecodeStream<'a>

impl<'a> Freeze for Disassembler<'a>

impl<'a, F, V1, V2> Freeze for SequencedVisitor<'a, F, V1, V2>
where F: Freeze,

impl<B> Freeze for MaterializeOpsVisitor<B>
where B: Freeze,

impl<D, S1, S2> Freeze for BinaryOperands<D, S1, S2>
where D: Freeze, S1: Freeze, S2: Freeze,

impl<R> Freeze for UpperRegSet<R>

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

impl Freeze for DeError

impl Freeze for Error

impl Freeze for AttrError

impl Freeze for Decoder

impl<'a> Freeze for DeEvent<'a>

impl<'a> Freeze for PayloadEvent<'a>

impl<'a> Freeze for Event<'a>

impl<'a> Freeze for PrefixDeclaration<'a>

impl<'a> Freeze for Text<'a>

impl<'a> Freeze for Attribute<'a>

impl<'a> Freeze for Attributes<'a>

impl<'a> Freeze for BytesCData<'a>

impl<'a> Freeze for BytesDecl<'a>

impl<'a> Freeze for BytesEnd<'a>

impl<'a> Freeze for BytesStart<'a>

impl<'a> Freeze for BytesText<'a>

impl<'a> Freeze for LocalName<'a>

impl<'a> Freeze for Namespace<'a>

impl<'a> Freeze for Prefix<'a>

impl<'a> Freeze for QName<'a>

impl<'a, W> Freeze for ElementWriter<'a, W>

impl<'de> Freeze for SliceReader<'de>

impl<'de, R, E> Freeze for Deserializer<'de, R, E>
where R: Freeze, E: Freeze,

impl<'ns> Freeze for ResolveResult<'ns>

impl<'w, 'r, W> Freeze for Serializer<'w, 'r, W>

impl<R> Freeze for IoReader<R>
where R: Freeze,

impl<R> Freeze for NsReader<R>
where R: Freeze,

impl<R> Freeze for Reader<R>
where R: Freeze,

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

impl<W> Freeze for Writer<W>
where W: Freeze,

impl Freeze for Error

impl Freeze for Error

impl Freeze for IndexVec

impl Freeze for Empty

impl Freeze for Bernoulli

impl Freeze for Open01

impl Freeze for StepRng

impl Freeze for SmallRng

impl Freeze for StdRng

impl Freeze for ThreadRng

impl<'a> Freeze for IndexVecIter<'a>

impl<'a, S, T> Freeze for SliceChooseIter<'a, S, T>
where S: ?Sized,

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

impl<D, F, T, S> Freeze for Map<D, F, T, S>
where D: Freeze, F: Freeze,

impl<D, R, T> Freeze for Iter<D, R, T>
where D: Freeze, R: Freeze,

impl<R, Rsdr> Freeze for ReseedingRng<R, Rsdr>
where <R as BlockRngCore>::Results: Freeze, R: Freeze, Rsdr: Freeze,

impl<X> Freeze for Uniform<X>
where <X as SampleUniform>::Sampler: Freeze,

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

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

impl<X> Freeze for WeightedIndex<X>
where X: Freeze, <X as SampleUniform>::Sampler: Freeze,

impl Freeze for OsError

impl Freeze for OsRng

impl<'a, R> Freeze for RngReadAdapter<'a, R>
where R: ?Sized,

impl<'r, R> Freeze for UnwrapMut<'r, R>
where R: ?Sized,

impl<R> Freeze for BlockRng<R>
where <R as BlockRngCore>::Results: Freeze, R: Freeze,

impl<R> Freeze for BlockRng64<R>
where <R as BlockRngCore>::Results: Freeze, R: Freeze + ?Sized,

impl<R> Freeze for UnwrapErr<R>
where R: Freeze,

impl<'a> Freeze for Drain<'a>

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

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

impl<'a, K, V> Freeze for Drain<'a, K, V>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

impl<'ch> Freeze for Bytes<'ch>

impl<'ch> Freeze for CharIndices<'ch>

impl<'ch> Freeze for Chars<'ch>

impl<'ch> Freeze for EncodeUtf16<'ch>

impl<'ch> Freeze for Lines<'ch>

impl<'ch> Freeze for SplitAsciiWhitespace<'ch>

impl<'ch> Freeze for SplitWhitespace<'ch>

impl<'ch, P> Freeze for MatchIndices<'ch, P>
where P: Freeze,

impl<'ch, P> Freeze for Matches<'ch, P>
where P: Freeze,

impl<'ch, P> Freeze for Split<'ch, P>
where P: Freeze,

impl<'ch, P> Freeze for SplitInclusive<'ch, P>
where P: Freeze,

impl<'ch, P> Freeze for SplitTerminator<'ch, P>
where P: Freeze,

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

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

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

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

impl<'data, T> Freeze for Iter<'data, T>

impl<'data, T> Freeze for IterMut<'data, T>

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

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

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

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

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

impl<'data, T> Freeze for Drain<'data, T>

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

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

impl<'data, T, P> Freeze for Split<'data, T, P>
where P: Freeze,

impl<'data, T, P> Freeze for SplitInclusive<'data, T, P>
where P: Freeze,

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

impl<'data, T, P> Freeze for SplitMut<'data, T, P>
where P: 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<A, B> Freeze for ZipEq<A, B>
where A: Freeze, B: Freeze,

impl<D, S> Freeze for Split<D, S>
where D: Freeze, S: Freeze,

impl<I> Freeze for Chunks<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 Enumerate<I>
where I: Freeze,

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

impl<I, F> Freeze for FlatMapIter<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> Freeze for Update<I, F>
where I: Freeze, F: Freeze,

impl<I, ID, F> Freeze for Fold<I, ID, F>
where I: Freeze, ID: Freeze, F: Freeze,

impl<I, ID, F> Freeze for FoldChunks<I, ID, F>
where I: Freeze, F: Freeze, ID: Freeze,

impl<I, INIT, F> Freeze for MapInit<I, INIT, F>
where I: Freeze, INIT: Freeze, F: Freeze,

impl<I, J> Freeze for Interleave<I, J>
where I: Freeze, J: Freeze,

impl<I, J> Freeze for InterleaveShortest<I, J>
where I: Freeze, J: Freeze,

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

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

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

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

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

impl<I, T, F> Freeze for MapWith<I, T, F>
where I: Freeze, T: Freeze, F: Freeze,

impl<I, U, F> Freeze for FoldChunksWith<I, U, F>
where I: Freeze, U: Freeze, F: Freeze,

impl<I, U, F> Freeze for FoldWith<I, U, F>
where I: Freeze, U: Freeze, F: Freeze,

impl<I, U, F> Freeze for TryFoldWith<I, U, F>
where I: Freeze, <U as Try>::Output: Freeze, F: Freeze,

impl<I, U, ID, F> Freeze for TryFold<I, U, ID, F>
where I: Freeze, ID: Freeze, F: Freeze,

impl<Iter> Freeze for IterBridge<Iter>
where Iter: Freeze,

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

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

impl<S, B> Freeze for WalkTree<S, B>
where S: Freeze, B: Freeze,

impl<S, B> Freeze for WalkTreePostfix<S, B>
where S: Freeze, B: Freeze,

impl<S, B> Freeze for WalkTreePrefix<S, B>
where S: Freeze, B: Freeze,

impl<T> Freeze for IntoIter<T>

impl<T> Freeze for IntoIter<T>

impl<T> Freeze for IntoIter<T>

impl<T> Freeze for IntoIter<T>

impl<T> Freeze for IntoIter<T>

impl<T> Freeze for Empty<T>

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

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

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

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

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

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

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

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

impl<T> Freeze for IntoIter<T>

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

impl Freeze for Yield

impl Freeze for FnContext

impl<'a> Freeze for BroadcastContext<'a>

impl<'scope> !Freeze for Scope<'scope>

impl<'scope> !Freeze for ScopeFifo<'scope>

impl<S> Freeze for ThreadPoolBuilder<S>
where S: Freeze,

impl Freeze for Direction

impl Freeze for ErrorKind

impl Freeze for Expiry

impl Freeze for PushKind

impl Freeze for Role

impl Freeze for SetExpiry

impl Freeze for TlsMode

impl Freeze for Value

impl Freeze for PubSub

impl Freeze for SendError

impl Freeze for Client

impl Freeze for Cmd

impl Freeze for InfoDict

impl Freeze for Msg

impl Freeze for Parser

impl Freeze for Pipeline

impl Freeze for PushInfo

impl<'a> Freeze for PubSub<'a>

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

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

impl<C> Freeze for Connection<C>
where C: Freeze,

impl<C> Freeze for Monitor<C>
where C: Freeze,

impl<D> Freeze for Arg<D>
where D: Freeze,

impl<U> Freeze for ControlFlow<U>
where U: Freeze,

impl !Freeze for IndexSet

impl Freeze for Algorithm

impl Freeze for Edit

impl Freeze for RegClass

impl Freeze for Block

impl Freeze for Ctx

impl Freeze for Inst

impl Freeze for InstRange

impl Freeze for Operand

impl Freeze for Output

impl Freeze for PReg

impl Freeze for PRegSet

impl Freeze for ProgPoint

impl Freeze for SpillSlot

impl Freeze for VReg

impl<'a> Freeze for InstOrEdit<'a>

impl<'a> Freeze for OutputIter<'a>

impl<'a, F> Freeze for Checker<'a, F>

impl Freeze for Error

impl Freeze for Regex

impl Freeze for RegexSet

impl Freeze for Regex

impl Freeze for RegexSet

impl<'a> Freeze for SetMatchesIter<'a>

impl<'a> Freeze for SetMatchesIter<'a>

impl<'a, R> Freeze for ReplacerRef<'a, R>
where R: ?Sized,

impl<'a, R> Freeze for ReplacerRef<'a, R>
where R: ?Sized,

impl<'c, 'h> Freeze for SubCaptureMatches<'c, 'h>

impl<'c, 'h> Freeze for SubCaptureMatches<'c, 'h>

impl<'h> Freeze for Captures<'h>

impl<'h> Freeze for Match<'h>

impl<'h> Freeze for Captures<'h>

impl<'h> Freeze for Match<'h>

impl<'r> Freeze for CaptureNames<'r>

impl<'r> Freeze for CaptureNames<'r>

impl<'r, 'h> Freeze for CaptureMatches<'r, 'h>

impl<'r, 'h> Freeze for Matches<'r, 'h>

impl<'r, 'h> Freeze for Split<'r, 'h>

impl<'r, 'h> Freeze for SplitN<'r, 'h>

impl<'r, 'h> Freeze for CaptureMatches<'r, 'h>

impl<'r, 'h> Freeze for Matches<'r, 'h>

impl<'r, 'h> Freeze for Split<'r, 'h>

impl<'r, 'h> Freeze for SplitN<'r, 'h>

impl<'s> Freeze for NoExpand<'s>

impl<'s> Freeze for NoExpand<'s>

impl !Freeze for Builder

impl !Freeze for Builder

impl !Freeze for Builder

impl !Freeze for Builder

impl !Freeze for Builder

impl !Freeze for Compiler

impl Freeze for Anchored

impl Freeze for MatchKind

impl Freeze for State

impl Freeze for Look

impl Freeze for Cache

impl Freeze for Config

impl Freeze for DFA

impl Freeze for Cache

impl Freeze for Config

impl Freeze for DFA

impl Freeze for Cache

impl Freeze for Regex

impl Freeze for Builder

impl Freeze for Cache

impl Freeze for Config

impl Freeze for Regex

impl Freeze for Cache

impl Freeze for Config

impl Freeze for Cache

impl Freeze for Config

impl Freeze for PikeVM

impl Freeze for Builder

impl Freeze for Config

impl Freeze for NFA

impl Freeze for HalfMatch

impl Freeze for Match

impl Freeze for PatternID

impl Freeze for Span

impl Freeze for Unit

impl Freeze for Captures

impl Freeze for GroupInfo

impl Freeze for DebugByte

impl Freeze for LookSet

impl Freeze for Prefilter

impl Freeze for StateID

impl Freeze for Config

impl Freeze for Config

impl<'a> Freeze for PatternIter<'a>

impl<'a> Freeze for PatternSetIter<'a>

impl<'a> Freeze for ByteClassElements<'a>

impl<'a> Freeze for ByteClassIter<'a>

impl<'a> Freeze for CapturesPatternIter<'a>

impl<'a> Freeze for GroupInfoAllNames<'a>

impl<'a> Freeze for GroupInfoPatternNames<'a>

impl<'a> Freeze for DebugHaystack<'a>

impl<'a, T, F> Freeze for PoolGuard<'a, T, F>

impl<'h> Freeze for Input<'h>

impl<'h> Freeze for Searcher<'h>

impl<'h, F> Freeze for CapturesIter<'h, F>
where F: Freeze,

impl<'h, F> Freeze for HalfMatchesIter<'h, F>
where F: Freeze,

impl<'h, F> Freeze for MatchesIter<'h, F>
where F: Freeze,

impl<'h, F> Freeze for TryCapturesIter<'h, F>
where F: Freeze,

impl<'h, F> Freeze for TryHalfMatchesIter<'h, F>
where F: Freeze,

impl<'h, F> Freeze for TryMatchesIter<'h, F>
where F: Freeze,

impl<'r, 'c, 'h> Freeze for FindMatches<'r, 'c, 'h>

impl<'r, 'c, 'h> Freeze for TryCapturesMatches<'r, 'c, 'h>

impl<'r, 'c, 'h> Freeze for TryFindMatches<'r, 'c, 'h>

impl<'r, 'c, 'h> Freeze for CapturesMatches<'r, 'c, 'h>

impl<'r, 'c, 'h> Freeze for FindMatches<'r, 'c, 'h>

impl<'r, 'h> Freeze for CapturesMatches<'r, 'h>

impl<'r, 'h> Freeze for FindMatches<'r, 'h>

impl<'r, 'h> Freeze for Split<'r, 'h>

impl<'r, 'h> Freeze for SplitN<'r, 'h>

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

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

impl<T, F> Freeze for Pool<T, F>

impl !Freeze for Regex

impl Freeze for Error

impl<'a, R> Freeze for ReplacerRef<'a, R>
where R: ?Sized,

impl<'c, 'h> Freeze for SubCaptureMatches<'c, 'h>

impl<'h> Freeze for Captures<'h>

impl<'h> Freeze for Match<'h>

impl<'r> Freeze for CaptureNames<'r>

impl<'r, 'h> Freeze for CaptureMatches<'r, 'h>

impl<'r, 'h> Freeze for Matches<'r, 'h>

impl<'r, 'h> Freeze for Split<'r, 'h>

impl<'r, 'h> Freeze for SplitN<'r, 'h>

impl<'t> Freeze for NoExpand<'t>

impl !Freeze for Parser

impl !Freeze for Translator

impl !Freeze for Parser

impl Freeze for Ast

impl Freeze for ClassSet

impl Freeze for ErrorKind

impl Freeze for Flag

impl Freeze for GroupKind

impl Freeze for Error

impl Freeze for Class

impl Freeze for Dot

impl Freeze for ErrorKind

impl Freeze for HirKind

impl Freeze for Look

impl Freeze for Printer

impl Freeze for Assertion

impl Freeze for ClassPerl

impl Freeze for Comment

impl Freeze for Concat

impl Freeze for Error

impl Freeze for Flags

impl Freeze for FlagsItem

impl Freeze for Group

impl Freeze for Literal

impl Freeze for Position

impl Freeze for SetFlags

impl Freeze for Span

impl Freeze for Extractor

impl Freeze for Literal

impl Freeze for Seq

impl Freeze for Printer

impl Freeze for Capture

impl Freeze for Error

impl Freeze for Hir

impl Freeze for Literal

impl Freeze for LookSet

impl Freeze for Utf8Range

impl<'a> Freeze for ClassBytesIter<'a>

impl<'a> Freeze for ClassUnicodeIter<'a>

impl !Freeze for Body

impl !Freeze for Request

impl !Freeze for Body

impl !Freeze for Proxy

impl !Freeze for Request

impl !Freeze for Upgraded

impl Freeze for Client

impl Freeze for Response

impl Freeze for Name

impl Freeze for Action

impl Freeze for Policy

impl Freeze for Client

impl Freeze for Error

impl Freeze for NoProxy

impl Freeze for Response

impl Freeze for Identity

impl Freeze for TlsInfo

impl Freeze for Version

impl<'a> Freeze for Attempt<'a>

impl Freeze for Algorithm

impl Freeze for Algorithm

impl Freeze for Nonce

impl Freeze for Tag

impl Freeze for Algorithm

impl Freeze for PublicKey

impl Freeze for Algorithm

impl Freeze for Context

impl Freeze for Digest

impl Freeze for Algorithm

impl Freeze for Prk

impl Freeze for Salt

impl Freeze for Algorithm

impl Freeze for Context

impl Freeze for Key

impl Freeze for Tag

impl Freeze for Algorithm

impl Freeze for Document

impl Freeze for KeyPair

impl Freeze for PublicKey

impl Freeze for Signature

impl<'a> Freeze for Positive<'a>

impl<'a, L> Freeze for Okm<'a, L>
where L: Freeze,

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

impl<B> Freeze for UnparsedPublicKey<B>
where B: Freeze,

impl<B> Freeze for PublicKeyComponents<B>
where B: Freeze,

impl<B> Freeze for UnparsedPublicKey<B>
where B: Freeze,

impl<N> Freeze for OpeningKey<N>
where N: Freeze,

impl<N> Freeze for SealingKey<N>
where N: Freeze,

impl<Public, Private> Freeze for KeyPairComponents<Public, Private>
where Private: Freeze, Public: Freeze,

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

impl Freeze for Marker

impl Freeze for ExtMeta

impl Freeze for ByteBuf

impl<'a> Freeze for Bytes<'a>

impl<'a, E> Freeze for DecodeStringError<'a, E>
where E: Freeze,

impl<E> Freeze for NumValueReadError<E>
where E: Freeze,

impl<E> Freeze for ValueReadError<E>
where E: Freeze,

impl<E> Freeze for ValueWriteError<E>
where E: Freeze,

impl<E> Freeze for MarkerReadError<E>
where E: Freeze,

impl Freeze for BytesMode

impl Freeze for Error

impl Freeze for Error

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

impl<'a, W> Freeze for ExtFieldSerializer<'a, W>

impl<'a, W> Freeze for ExtSerializer<'a, W>

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

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

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

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

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

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

impl<R, C> Freeze for Deserializer<R, C>
where R: Freeze,

impl<W, C> Freeze for Serializer<W, C>
where W: Freeze,

impl Freeze for FxHasher

impl Freeze for HexU16

impl Freeze for HexU8

impl<'a> Freeze for HexSlice<'a>

impl Freeze for Client

impl<'a, E, M> Freeze for MutatedEndpoint<'a, E, M>
where E: Freeze,

impl<T> Freeze for EndpointResult<T>

impl Freeze for Advice

impl Freeze for FileType

impl Freeze for SeekFrom

impl Freeze for Direction

impl Freeze for Shutdown

impl Freeze for Timeout

impl Freeze for FlockType

impl Freeze for PTracer

impl Freeze for Resource

impl Freeze for Action

impl Freeze for ClockId

impl Freeze for ReadFlags

impl Freeze for Access

impl Freeze for AtFlags

impl Freeze for Dir

impl Freeze for DirEntry

impl Freeze for Fsid

impl Freeze for Gid

impl Freeze for IFlags

impl Freeze for Mode

impl Freeze for OFlags

impl Freeze for SealFlags

impl Freeze for Stat

impl Freeze for StatFs

impl Freeze for StatVfs

impl Freeze for Statx

impl Freeze for Timespec

impl Freeze for Uid

impl Freeze for DupFlags

impl Freeze for Errno

impl Freeze for FdFlags

impl Freeze for Protocol

impl Freeze for RecvFlags

impl Freeze for RecvMsg

impl Freeze for SendFlags

impl Freeze for UCred

impl Freeze for XdpDesc

impl Freeze for DecInt

impl Freeze for Flock

impl Freeze for Pid

impl Freeze for Rlimit

impl Freeze for Signal

impl Freeze for Termios

impl Freeze for Winsize

impl<'a> Freeze for RecvAncillaryMessage<'a>

impl<'a> Freeze for WaitId<'a>

impl<'a> Freeze for DynamicClockId<'a>

impl<'a> Freeze for Event<'a>

impl<'a> Freeze for RawDirEntry<'a>

impl<'a> Freeze for MMsgHdr<'a>

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

impl<'a, const OPCODE: u32, Value> Freeze for Updater<'a, OPCODE, Value>

impl<'buf> Freeze for AncillaryDrain<'buf>

impl<'buf> Freeze for RecvAncillaryBuffer<'buf>

impl<'buf, 'slice, 'fd> Freeze for SendAncillaryBuffer<'buf, 'slice, 'fd>

impl<'buf, Fd> Freeze for Reader<'buf, Fd>
where Fd: Freeze,

impl<'buf, Fd> Freeze for RawDir<'buf, Fd>
where Fd: Freeze,

impl<'data, T> Freeze for AncillaryIter<'data, T>

impl<'slice, 'fd> Freeze for SendAncillaryMessage<'slice, 'fd>

impl<const OPCODE: u32> Freeze for IntegerSetter<OPCODE>

impl<const OPCODE: u32> Freeze for NoArg<OPCODE>

impl<const OPCODE: u32, Input> Freeze for Setter<OPCODE, Input>
where Input: Freeze,

impl<const OPCODE: u32, Output> Freeze for Getter<OPCODE, Output>
where Output: Freeze,

impl !Freeze for KeyLogFile

impl Freeze for EchMode

impl Freeze for EchStatus

impl Freeze for Error

impl Freeze for Side

impl Freeze for KeyChange

impl Freeze for Version

impl Freeze for EchConfig

impl Freeze for AeadKey

impl Freeze for Iv

impl Freeze for Nonce

impl Freeze for Output

impl Freeze for Tag

impl Freeze for HpkeSuite

impl Freeze for Ticketer

impl Freeze for OkmBlock

impl Freeze for Keys

impl Freeze for Secrets

impl Freeze for Suite

impl Freeze for Tag

impl Freeze for Accepted

impl Freeze for Acceptor

impl Freeze for IoState

impl Freeze for NoKeyLog

impl<'a> Freeze for OutboundChunks<'a>

impl<'a> Freeze for DangerousClientConfig<'a>

impl<'a> Freeze for WriteEarlyData<'a>

impl<'a> Freeze for BorrowedPayload<'a>

impl<'a> Freeze for InboundOpaqueMessage<'a>

impl<'a> Freeze for InboundPlainMessage<'a>

impl<'a> Freeze for OutboundPlainMessage<'a>

impl<'a> Freeze for PrfUsingHmac<'a>

impl<'a> Freeze for HkdfUsingHmac<'a>

impl<'a> Freeze for FfdheGroup<'a>

impl<'a> Freeze for ClientHello<'a>

impl<'a> Freeze for ParsedCertificate<'a>

impl<'a> Freeze for ReadEarlyData<'a>

impl<'a> Freeze for Reader<'a>

impl<'a> Freeze for Writer<'a>

impl<'a, C, T> Freeze for Stream<'a, C, T>
where C: ?Sized, T: ?Sized,

impl<'c, 'i, Data> Freeze for ConnectionState<'c, 'i, Data>

impl<'c, 'i, Data> Freeze for ReadEarlyData<'c, 'i, Data>

impl<'c, 'i, Data> Freeze for ReadTraffic<'c, 'i, Data>

impl<'c, 'i, Data> Freeze for UnbufferedStatus<'c, 'i, Data>

impl<'c, Data> Freeze for EncodeTlsData<'c, Data>

impl<'c, Data> Freeze for TransmitTlsData<'c, Data>

impl<'c, Data> Freeze for WriteTraffic<'c, Data>

impl<'i> Freeze for AppDataRecord<'i>

impl<C, T> Freeze for StreamOwned<C, T>
where C: Freeze, T: Freeze,

impl<Data> Freeze for ConnectionCommon<Data>
where Data: Freeze,

impl<Data> Freeze for ConnectionCommon<Data>
where Data: Freeze,

impl<Data> Freeze for UnbufferedConnectionCommon<Data>
where Data: Freeze,

impl<Side, State> Freeze for ConfigBuilder<Side, State>
where State: Freeze,

impl<T> !Freeze for Mutex<T>

impl Freeze for ErrorKind

impl Freeze for Error

impl Freeze for Error

impl Freeze for Item

impl Freeze for IpAddr

impl Freeze for Error

impl Freeze for Ipv4Addr

impl Freeze for Ipv6Addr

impl Freeze for UnixTime

impl<'a> Freeze for PrivateKeyDer<'a>

impl<'a> Freeze for ServerName<'a>

impl<'a> Freeze for CertificateDer<'a>

impl<'a> Freeze for Der<'a>

impl<'a> Freeze for DnsName<'a>

impl<'a> Freeze for EchConfigListBytes<'a>

impl<'a> Freeze for PrivatePkcs1KeyDer<'a>

impl<'a> Freeze for PrivatePkcs8KeyDer<'a>

impl<'a> Freeze for PrivateSec1KeyDer<'a>

impl<'a> Freeze for TrustAnchor<'a>

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

impl<R, T> Freeze for ReadIter<R, T>
where R: Freeze,

impl Freeze for Buffer

impl<R> Freeze for SalsaCore<R>

impl<R> Freeze for XSalsaCore<R>

impl Freeze for Schema

impl Freeze for Metadata

impl<T> Freeze for SingleOrVec<T>

impl Freeze for Always

impl<T, F, S> Freeze for ScopeGuard<T, F, S>
where T: Freeze, F: Freeze,

impl<S> Freeze for SecretBox<S>
where S: ?Sized,

impl Freeze for Op

impl Freeze for Error

impl Freeze for Version

impl Freeze for Error

impl<'a> Freeze for Unexpected<'a>

impl<'a, E> Freeze for BytesDeserializer<'a, E>

impl<'a, E> Freeze for CowStrDeserializer<'a, E>

impl<'a, E> Freeze for StrDeserializer<'a, E>

impl<'de, E> Freeze for BorrowedBytesDeserializer<'de, E>

impl<'de, E> Freeze for BorrowedStrDeserializer<'de, E>

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

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

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

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

impl<E> Freeze for BoolDeserializer<E>

impl<E> Freeze for CharDeserializer<E>

impl<E> Freeze for F32Deserializer<E>

impl<E> Freeze for F64Deserializer<E>

impl<E> Freeze for I128Deserializer<E>

impl<E> Freeze for I16Deserializer<E>

impl<E> Freeze for I32Deserializer<E>

impl<E> Freeze for I64Deserializer<E>

impl<E> Freeze for I8Deserializer<E>

impl<E> Freeze for IsizeDeserializer<E>

impl<E> Freeze for StringDeserializer<E>

impl<E> Freeze for U128Deserializer<E>

impl<E> Freeze for U16Deserializer<E>

impl<E> Freeze for U32Deserializer<E>

impl<E> Freeze for U64Deserializer<E>

impl<E> Freeze for U8Deserializer<E>

impl<E> Freeze for UnitDeserializer<E>

impl<E> Freeze for UsizeDeserializer<E>

impl<I, E> Freeze for SeqDeserializer<I, E>
where I: Freeze,

impl<Ok, Error> Freeze for Impossible<Ok, Error>

impl !Freeze for Ctxt

impl Freeze for Style

impl Freeze for Default

impl Freeze for TagType

impl Freeze for Derive

impl Freeze for Container

impl Freeze for Field

impl Freeze for Name

impl Freeze for Variant

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

impl<'a> Freeze for Container<'a>

impl<'a> Freeze for Field<'a>

impl<'a> Freeze for Variant<'a>

impl Freeze for Value

impl Freeze for Category

impl Freeze for IntoIter

impl Freeze for Error

impl Freeze for Number

impl<'a> Freeze for Entry<'a>

impl<'a> Freeze for SliceRead<'a>

impl<'a> Freeze for StrRead<'a>

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for IterMut<'a>

impl<'a> Freeze for Keys<'a>

impl<'a> Freeze for OccupiedEntry<'a>

impl<'a> Freeze for VacantEntry<'a>

impl<'a> Freeze for Values<'a>

impl<'a> Freeze for ValuesMut<'a>

impl<'a> Freeze for PrettyFormatter<'a>

impl<'de, R, T> Freeze for StreamDeserializer<'de, R, T>
where R: Freeze,

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

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

impl<R> Freeze for Deserializer<R>
where R: Freeze,

impl<W, F> Freeze for Serializer<W, F>
where W: Freeze, F: Freeze,

impl Freeze for Error

impl Freeze for Config

impl<'a, W> Freeze for QsSerializer<'a, W>

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

impl Freeze for Error

impl<'de> Freeze for Deserializer<'de>

impl<'input, 'output, T> Freeze for StructVariantSerializer<'input, 'output, T>

impl<'input, 'output, T> Freeze for TupleStructSerializer<'input, 'output, T>

impl<'input, 'output, T> Freeze for TupleVariantSerializer<'input, 'output, T>

impl<'input, 'output, Target> Freeze for MapSerializer<'input, 'output, Target>

impl<'input, 'output, Target> Freeze for SeqSerializer<'input, 'output, Target>

impl<'input, 'output, Target> Freeze for StructSerializer<'input, 'output, Target>

impl<'input, 'output, Target> Freeze for TupleSerializer<'input, 'output, Target>

impl<'input, 'output, Target> Freeze for Serializer<'input, 'output, Target>

impl Freeze for Value

impl Freeze for IntoIter

impl Freeze for IntoKeys

impl Freeze for Error

impl Freeze for Location

impl Freeze for Mapping

impl Freeze for Number

impl Freeze for Tag

impl<'a> Freeze for Entry<'a>

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for IterMut<'a>

impl<'a> Freeze for Keys<'a>

impl<'a> Freeze for OccupiedEntry<'a>

impl<'a> Freeze for VacantEntry<'a>

impl<'a> Freeze for Values<'a>

impl<'a> Freeze for ValuesMut<'a>

impl<'de> Freeze for Deserializer<'de>

impl<W> Freeze for Serializer<W>

impl Freeze for Sha1Core

impl<'a, T, C> Freeze for Ref<'a, T, C>

impl<'a, T, C> Freeze for RefMut<'a, T, C>

impl<'a, T, C> Freeze for Entry<'a, T, C>

impl<'a, T, C> Freeze for UniqueIter<'a, T, C>

impl<'a, T, C> Freeze for VacantEntry<'a, T, C>

impl<T, C = DefaultConfig> !Freeze for Pool<T, C>

impl<T, C = DefaultConfig> !Freeze for Slab<T, C>

impl<T, C> Freeze for OwnedRef<T, C>

impl<T, C> Freeze for OwnedRefMut<T, C>

impl<T, C> Freeze for OwnedEntry<T, C>

impl Freeze for SigId

impl Freeze for Algorithm

impl Freeze for Error

impl Freeze for KeyHandle

impl Freeze for KeyInfo

impl Freeze for KeyName

impl Freeze for KeyRing

impl Freeze for Error

impl Freeze for ASN1Block

impl Freeze for ASN1Class

impl Freeze for OID

impl Freeze for SipHasher

impl Freeze for Hash128

impl Freeze for SipHasher

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

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

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

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

impl<T> Freeze for IntoIter<T>

impl<T> Freeze for Slab<T>

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

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

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

impl !Freeze for Whatever

impl Freeze for Location

impl Freeze for NoneError

impl<'a> Freeze for CleanedErrorText<'a>

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

impl<E> Freeze for Report<E>
where E: Freeze,

impl Freeze for Domain

impl Freeze for Protocol

impl Freeze for RecvFlags

impl Freeze for SockAddr

impl Freeze for Socket

impl Freeze for Type

impl<'a> Freeze for MaybeUninitSlice<'a>

impl<'addr, 'bufs, 'control> Freeze for MsgHdr<'addr, 'bufs, 'control>

impl<'addr, 'bufs, 'control> Freeze for MsgHdrMut<'addr, 'bufs, 'control>

impl<'s> Freeze for SockRef<'s>

impl Freeze for Reason

impl Freeze for ExprNode

impl Freeze for Operator

impl Freeze for ParseMode

impl Freeze for LicenseId

impl Freeze for Licensee

impl<'a> Freeze for Token<'a>

impl<'a> Freeze for Lexer<'a>

impl<'a> Freeze for LexerToken<'a>

impl !Freeze for X509Source

impl Freeze for JwtBundle

impl Freeze for SpiffeId

impl Freeze for Claims

impl Freeze for JwtSvid

impl Freeze for X509Svid

impl Freeze for K8s

impl Freeze for Selector

impl Freeze for Unix

impl Freeze for Error

impl<Params> Freeze for AlgorithmIdentifier<Params>
where Params: Freeze,

impl<Params, Key> Freeze for SubjectPublicKeyInfo<Params, Key>
where Key: Freeze, Params: Freeze,

impl Freeze for Error

impl Freeze for Choice

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

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

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

impl<S> Freeze for SyncStream<S>
where S: Freeze,

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

impl Freeze for Signal

impl Freeze for Cpu

impl Freeze for DiskUsage

impl Freeze for Gid

impl Freeze for LoadAvg

impl Freeze for Pid

impl Freeze for Process

impl Freeze for System

impl Freeze for Uid

impl<'a> Freeze for ProcessesToUpdate<'a>

impl Freeze for Advice

impl Freeze for FdFlags

impl<T> Freeze for SetFdFlags<T>

impl Freeze for Size

impl Freeze for Vendor

impl Freeze for Triple

impl Freeze for Color

impl Freeze for Buffer

impl Freeze for ColorSpec

impl<'a> Freeze for HyperlinkSpec<'a>

impl<'a> Freeze for StandardStreamLock<'a>

impl<W> Freeze for Ansi<W>
where W: Freeze,

impl<W> Freeze for NoColor<W>
where W: Freeze,

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

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

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

impl<T> !Freeze for CachedIntoIter<T>

impl<T> !Freeze for CachedThreadLocal<T>

impl<T> !Freeze for IntoIter<T>

impl<T> !Freeze for ThreadLocal<T>

impl Freeze for Month

impl Freeze for Weekday

impl Freeze for Error

impl Freeze for Format

impl Freeze for Parse

impl Freeze for Component

impl Freeze for MonthRepr

impl Freeze for Padding

impl Freeze for YearRange

impl Freeze for YearRepr

impl Freeze for DateKind

impl Freeze for Day

impl Freeze for End

impl Freeze for Hour

impl Freeze for Ignore

impl Freeze for Minute

impl Freeze for Month

impl Freeze for Ordinal

impl Freeze for Period

impl Freeze for Second

impl Freeze for Subsecond

impl Freeze for Weekday

impl Freeze for Year

impl Freeze for Config

impl Freeze for Rfc2822

impl Freeze for Rfc3339

impl Freeze for Parsed

impl Freeze for Date

impl Freeze for Duration

impl Freeze for Time

impl Freeze for UtcOffset

impl<'a> Freeze for BorrowedFormatItem<'a>

impl<const CONFIG: u128> Freeze for Iso8601<CONFIG>

impl Freeze for Day

impl Freeze for Hour

impl Freeze for Minute

impl Freeze for Second

impl Freeze for Week

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

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

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

impl<'p, 's, T> Freeze for SliceVecDrain<'p, 's, T>

impl<'p, A> Freeze for TinyVecDrain<'p, A>

impl<'p, A, I> Freeze for ArrayVecSplice<'p, A, I>
where I: Freeze,

impl<'p, A, I> Freeze for TinyVecSplice<'p, A, I>
where I: Freeze,

impl<'s, T> Freeze for SliceVec<'s, T>

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

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

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

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

impl !Freeze for File

impl !Freeze for Builder

impl !Freeze for Runtime

impl !Freeze for Barrier

impl !Freeze for Notify

impl !Freeze for Semaphore

impl !Freeze for LocalSet

impl !Freeze for Sleep

impl Freeze for RecvError

impl Freeze for DirEntry

impl Freeze for ReadDir

impl Freeze for Empty

impl Freeze for Interest

impl Freeze for Ready

impl Freeze for Repeat

impl Freeze for Sink

impl Freeze for Stderr

impl Freeze for Stdin

impl Freeze for Stdout

impl Freeze for TcpSocket

impl Freeze for TcpStream

impl Freeze for UdpSocket

impl Freeze for Receiver

impl Freeze for Sender

impl Freeze for UCred

impl Freeze for Child

impl Freeze for Command

impl Freeze for Handle

impl Freeze for Signal

impl Freeze for RecvError

impl Freeze for RecvError

impl Freeze for Id

impl Freeze for JoinError

impl Freeze for Elapsed

impl Freeze for Error

impl Freeze for Instant

impl Freeze for Interval

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

impl<'a> Freeze for ReadBuf<'a>

impl<'a> Freeze for ReadHalf<'a>

impl<'a> Freeze for WriteHalf<'a>

impl<'a> Freeze for ReadHalf<'a>

impl<'a> Freeze for WriteHalf<'a>

impl<'a> Freeze for EnterGuard<'a>

impl<'a> Freeze for SemaphorePermit<'a>

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

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

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

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

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

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

impl<'a, T> Freeze for RwLockMappedWriteGuard<'a, T>
where T: ?Sized,

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

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

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

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

impl<R> Freeze for BufReader<R>
where R: Freeze,

impl<R> Freeze for Lines<R>
where R: Freeze,

impl<R> Freeze for Split<R>
where R: Freeze,

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

impl<R, W> Freeze for Join<R, W>
where R: Freeze, W: Freeze,

impl<RW> Freeze for BufStream<RW>
where RW: Freeze,

impl<T> !Freeze for Mutex<T>

impl<T> !Freeze for OnceCell<T>

impl<T> !Freeze for RwLock<T>

impl<T> !Freeze for Timeout<T>

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

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

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

impl<T> Freeze for ReadHalf<T>

impl<T> Freeze for WriteHalf<T>

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

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

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

impl<T> Freeze for Receiver<T>

impl<T> Freeze for Sender<T>

impl<T> Freeze for WeakSender<T>

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

impl<T> Freeze for OwnedPermit<T>

impl<T> Freeze for Receiver<T>

impl<T> Freeze for Sender<T>

impl<T> Freeze for UnboundedReceiver<T>

impl<T> Freeze for UnboundedSender<T>

impl<T> Freeze for WeakSender<T>

impl<T> Freeze for Receiver<T>

impl<T> Freeze for Sender<T>

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

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

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

impl<T> Freeze for Receiver<T>

impl<T> Freeze for Sender<T>

impl<T> Freeze for JoinHandle<T>

impl<T> Freeze for JoinSet<T>

impl<T> Freeze for LocalKey<T>

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

impl<T, U> Freeze for OwnedMappedMutexGuard<T, U>
where T: ?Sized, U: ?Sized,

impl<T, U> Freeze for OwnedRwLockMappedWriteGuard<T, U>
where T: ?Sized, U: ?Sized,

impl<T, U> Freeze for OwnedRwLockReadGuard<T, U>
where T: ?Sized, U: ?Sized,

impl<W> Freeze for BufWriter<W>
where W: Freeze,

impl !Freeze for Row

impl Freeze for Host

impl Freeze for SslMode

impl Freeze for Severity

impl Freeze for Config

impl Freeze for DbError

impl Freeze for Error

impl Freeze for SqlState

impl Freeze for Client

impl Freeze for Column

impl Freeze for Portal

impl Freeze for RowStream

impl Freeze for Socket

impl Freeze for Statement

impl Freeze for NoTls

impl<'a> Freeze for Transaction<'a>

impl<'a> Freeze for TransactionBuilder<'a>

impl<S, T> !Freeze for Connection<S, T>

impl<T> Freeze for CopyInSink<T>

impl<IO> Freeze for TlsStream<IO>
where IO: Freeze,

impl<IO> Freeze for TlsStream<IO>
where IO: Freeze,

impl<IO> Freeze for Accept<IO>
where IO: Freeze,

impl<IO> Freeze for Connect<IO>
where IO: Freeze,

impl<IO> Freeze for FallibleAccept<IO>
where IO: Freeze,

impl<IO> Freeze for FallibleConnect<IO>
where IO: Freeze,

impl<IO> Freeze for LazyConfigAcceptor<IO>
where IO: Freeze,

impl<IO> Freeze for StartHandshake<IO>
where IO: Freeze,

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

impl Freeze for Elapsed

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

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

impl<S> !Freeze for ChunksTimeout<S>

impl<S> !Freeze for Timeout<S>

impl<S> Freeze for TimeoutRepeating<S>
where S: Freeze,

impl<S> Freeze for StreamNotifyClose<S>
where S: Freeze,

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

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

impl<St, F> Freeze for Filter<St, F>
where St: Freeze, F: Freeze,

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

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

impl<St, F> Freeze for MapWhile<St, F>
where St: Freeze, F: Freeze,

impl<St, F> Freeze for SkipWhile<St, F>
where St: Freeze, F: Freeze,

impl<St, F> Freeze for TakeWhile<St, F>
where St: Freeze, F: Freeze,

impl<St, Fut, F> Freeze for Then<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

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

impl<T> Freeze for Peekable<T>
where <T as Stream>::Item: Freeze, T: Freeze,

impl<T> Freeze for Empty<T>

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

impl<T> Freeze for Pending<T>

impl<T> Freeze for BroadcastStream<T>

impl<T> Freeze for ReceiverStream<T>

impl<T> Freeze for WatchStream<T>

impl<T, U> Freeze for Chain<T, U>
where U: Freeze, T: Freeze,

impl<T, U> Freeze for Merge<T, U>
where T: Freeze, U: Freeze,

impl !Freeze for Unpacked

impl Freeze for EntryType

impl Freeze for GnuHeader

impl Freeze for Header

impl Freeze for OldHeader

impl<'entry> Freeze for PaxExtension<'entry>

impl<'entry> Freeze for PaxExtensions<'entry>

impl<R> Freeze for Archive<R>

impl<R> Freeze for ArchiveBuilder<R>
where R: Freeze,

impl<R> Freeze for Entries<R>

impl<R> Freeze for Entry<R>
where R: Freeze,

impl<W> Freeze for Builder<W>
where W: Freeze,

impl Freeze for Builder

impl Freeze for DropGuard

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

impl<L, R> Freeze for Either<L, R>
where L: Freeze, R: Freeze,

impl<R> Freeze for ReaderStream<R>
where R: Freeze,

impl<R, F> Freeze for InspectReader<R, F>
where R: Freeze, F: Freeze,

impl<S> Freeze for CopyToBytes<S>
where S: Freeze,

impl<S> Freeze for SinkWriter<S>
where S: Freeze,

impl<S, B> Freeze for StreamReader<S, B>
where S: Freeze, B: Freeze,

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

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

impl<T> Freeze for PollSender<T>

impl<T, D> Freeze for FramedRead<T, D>
where T: Freeze, D: Freeze,

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

impl<T, U> Freeze for Framed<T, U>
where T: Freeze, U: Freeze,

impl<T, U> Freeze for FramedParts<T, U>
where T: Freeze, U: Freeze,

impl<W, F> Freeze for InspectWriter<W, F>
where W: Freeze, F: Freeze,

impl Freeze for Value

impl Freeze for Error

impl Freeze for IntoIter

impl Freeze for Error

impl<'a> Freeze for Entry<'a>

impl<'a> Freeze for ValueDeserializer<'a>

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for IterMut<'a>

impl<'a> Freeze for Keys<'a>

impl<'a> Freeze for OccupiedEntry<'a>

impl<'a> Freeze for VacantEntry<'a>

impl<'a> Freeze for Values<'a>

impl<'a> Freeze for Deserializer<'a>

impl<'d> Freeze for ValueSerializer<'d>

impl<'d> Freeze for Serializer<'d>

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

impl Freeze for Offset

impl Freeze for Date

impl Freeze for Datetime

impl Freeze for Time

impl Freeze for Item

impl Freeze for Value

impl Freeze for Error

impl Freeze for Error

impl Freeze for Array

impl Freeze for Decor

impl Freeze for Key

impl Freeze for RawString

impl Freeze for Repr

impl Freeze for Table

impl Freeze for TomlError

impl<'a> Freeze for Entry<'a>

impl<'a> Freeze for InlineEntry<'a>

impl<'a> Freeze for InlineOccupiedEntry<'a>

impl<'a> Freeze for InlineVacantEntry<'a>

impl<'a> Freeze for OccupiedEntry<'a>

impl<'a> Freeze for VacantEntry<'a>

impl<'k> Freeze for KeyMut<'k>

impl<S> Freeze for Deserializer<S>
where S: Freeze,

impl<S> Freeze for ImDocument<S>
where S: Freeze,

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

impl<'s> Freeze for TomlKey<'s>

impl<'s> Freeze for TomlKeyBuilder<'s>

impl<'s> Freeze for TomlString<'s>

impl<'s> Freeze for TomlStringBuilder<'s>

impl !Freeze for Status

impl !Freeze for Endpoint

impl Freeze for Code

impl Freeze for Ascii

impl Freeze for Binary

impl Freeze for Routes

impl Freeze for Channel

impl Freeze for Error

impl<'a> Freeze for KeyAndMutValueRef<'a>

impl<'a> Freeze for KeyAndValueRef<'a>

impl<'a> Freeze for KeyRef<'a>

impl<'a> Freeze for ValueRef<'a>

impl<'a> Freeze for ValueRefMut<'a>

impl<'a> Freeze for DecodeBuf<'a>

impl<'a> Freeze for EncodeBuf<'a>

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for IterMut<'a>

impl<'a> Freeze for Keys<'a>

impl<'a> Freeze for Values<'a>

impl<'a> Freeze for ValuesMut<'a>

impl<'a> Freeze for GrpcMethod<'a>

impl<'a, VE> !Freeze for Entry<'a, VE>

impl<'a, VE> !Freeze for VacantEntry<'a, VE>

impl<'a, VE> !Freeze for ValueDrain<'a, VE>

impl<'a, VE> Freeze for GetAll<'a, VE>

impl<'a, VE> Freeze for OccupiedEntry<'a, VE>

impl<'a, VE> Freeze for ValueIter<'a, VE>

impl<F> !Freeze for ResponseFuture<F>

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

impl<L> Freeze for Router<L>
where L: Freeze,

impl<L> Freeze for Server<L>
where L: Freeze,

impl<S, F> Freeze for InterceptedService<S, F>
where S: Freeze, F: Freeze,

impl<T> !Freeze for Grpc<T>

impl<T> !Freeze for Streaming<T>

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

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

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

impl<T, U> !Freeze for EncodeBody<T, U>

impl<T, U> Freeze for ProstCodec<T, U>

impl<VE> !Freeze for MetadataKey<VE>

impl<VE> !Freeze for MetadataValue<VE>

impl Freeze for Elapsed

impl Freeze for None

impl<'a, M, Request> Freeze for AsService<'a, M, Request>

impl<'a, T, Request> Freeze for Ready<'a, T, Request>

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

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

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

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

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

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

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

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

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

impl<F, N> Freeze for MapErrFuture<F, N>
where F: Freeze, N: Freeze,

impl<F, N> Freeze for MapResponseFuture<F, N>
where F: Freeze, N: Freeze,

impl<F, N> Freeze for MapResultFuture<F, N>
where F: Freeze, N: Freeze,

impl<F, S> Freeze for FutureService<F, S>
where F: Freeze, S: Freeze,

impl<F1, F2, N> Freeze for AndThenFuture<F1, F2, N>
where F2: Freeze, N: Freeze, F1: Freeze,

impl<F1, F2, N> Freeze for ThenFuture<F1, F2, N>
where F2: Freeze, F1: Freeze, N: Freeze,

impl<H> Freeze for HasherRng<H>
where H: Freeze,

impl<In, T, U, E> Freeze for BoxCloneServiceLayer<In, T, U, E>

impl<In, T, U, E> Freeze for BoxCloneSyncServiceLayer<In, T, U, E>

impl<In, T, U, E> Freeze for BoxLayer<In, T, U, E>

impl<L> Freeze for ServiceBuilder<L>
where L: Freeze,

impl<M, Request> Freeze for IntoService<M, Request>
where M: Freeze,

impl<S> Freeze for SharedFuture<S>
where S: Freeze,

impl<S> Freeze for Shared<S>
where S: Freeze,

impl<S, F> Freeze for AndThen<S, F>
where S: Freeze, F: Freeze,

impl<S, F> Freeze for MapErr<S, F>
where S: Freeze, F: Freeze,

impl<S, F> Freeze for MapFuture<S, F>
where S: Freeze, F: Freeze,

impl<S, F> Freeze for MapRequest<S, F>
where S: Freeze, F: Freeze,

impl<S, F> Freeze for MapResponse<S, F>
where S: Freeze, F: Freeze,

impl<S, F> Freeze for MapResult<S, F>
where S: Freeze, F: Freeze,

impl<S, F> Freeze for Then<S, F>
where S: Freeze, F: Freeze,

impl<S, Req> Freeze for Oneshot<S, Req>
where S: Freeze, <S as Service<Req>>::Future: Freeze, Req: Freeze,

impl<Svc, S> !Freeze for CallAll<Svc, S>

impl<Svc, S> !Freeze for CallAllUnordered<Svc, S>

impl<T> !Freeze for ResponseFuture<T>

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

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

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

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

impl<T, Request> Freeze for ReadyOneshot<T, Request>
where T: Freeze,

impl<T, U, E> Freeze for BoxCloneService<T, U, E>

impl<T, U, E> Freeze for BoxCloneSyncService<T, U, E>

impl<T, U, E> Freeze for BoxService<T, U, E>

impl<T, U, E> Freeze for UnsyncBoxService<T, U, E>

impl !Freeze for CorsLayer

impl !Freeze for MaxAge

impl Freeze for GrpcCode

impl Freeze for Any

impl Freeze for Vary

impl<C> Freeze for SharedClassifier<C>
where C: Freeze,

impl<C, F> Freeze for MapFailureClass<C, F>
where C: Freeze, F: Freeze,

impl<F> !Freeze for ResponseFuture<F>

impl<FailureClass, ClassifyEos> Freeze for ClassifiedResponse<FailureClass, ClassifyEos>
where ClassifyEos: Freeze, FailureClass: Freeze,

impl<S> !Freeze for Cors<S>

impl<T> Freeze for NeverClassifyEos<T>

impl Freeze for Identity

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

impl<Inner, Outer> Freeze for Stack<Inner, Outer>
where Inner: Freeze, Outer: Freeze,

impl Freeze for Span

impl<'a> Freeze for Entered<'a>

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

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

impl Freeze for Builder

impl Freeze for InitError

impl Freeze for Rotation

impl<'a> Freeze for RollingWriter<'a>

impl Freeze for Empty

impl Freeze for FieldSet

impl Freeze for Iter

impl Freeze for Kind

impl Freeze for Current

impl Freeze for Id

impl Freeze for Dispatch

impl Freeze for Field

impl Freeze for Level

impl Freeze for Interest

impl<'a> Freeze for ValueSet<'a>

impl<'a> Freeze for Attributes<'a>

impl<'a> Freeze for Record<'a>

impl<'a> Freeze for Event<'a>

impl<'a> Freeze for Metadata<'a>

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

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

impl Freeze for Error

impl<S, W> Freeze for FlameLayer<S, W>

impl<W> Freeze for FlushGuard<W>

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

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

impl Freeze for OtelData

impl<S, T> Freeze for OpenTelemetryLayer<S, T>
where T: Freeze,

impl<'a> Freeze for SerializeAttributes<'a>

impl<'a> Freeze for SerializeEvent<'a>

impl<'a> Freeze for SerializeField<'a>

impl<'a> Freeze for SerializeFieldSet<'a>

impl<'a> Freeze for SerializeId<'a>

impl<'a> Freeze for SerializeLevel<'a>

impl<'a> Freeze for SerializeMetadata<'a>

impl<'a> Freeze for SerializeRecord<'a>

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

impl<S> Freeze for SerdeMapVisitor<S>
where S: Freeze, <S as SerializeMap>::Error: Freeze,

impl<S> Freeze for SerdeStructVisitor<S>
where S: Freeze, <S as SerializeStruct>::Error: Freeze,

impl !Freeze for EnvFilter

impl !Freeze for Registry

impl Freeze for BadName

impl Freeze for Builder

impl Freeze for Directive

impl Freeze for FilterId

impl Freeze for IntoIter

impl Freeze for Targets

impl Freeze for Compact

impl Freeze for FmtSpan

impl Freeze for Full

impl Freeze for Json

impl Freeze for Pretty

impl Freeze for Uptime

impl Freeze for Identity

impl Freeze for Error

impl<'a> Freeze for Iter<'a>

impl<'a> Freeze for DefaultVisitor<'a>

impl<'a> Freeze for JsonVisitor<'a>

impl<'a> Freeze for PrettyVisitor<'a>

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

impl<'a> Freeze for Extensions<'a>

impl<'a> Freeze for ExtensionsMut<'a>

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

impl<'a, R> Freeze for Scope<'a, R>

impl<'a, R> Freeze for ScopeFromRoot<'a, R>

impl<'a, R> Freeze for SpanRef<'a, R>
where <R as LookupSpan<'a>>::Data: Freeze,

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

impl<'a, S, N> Freeze for FmtContext<'a, S, N>

impl<'a, W> Freeze for MutexGuardWriter<'a, W>

impl<'writer> Freeze for Writer<'writer>

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

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

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

impl<A, B, S> Freeze for And<A, B, S>
where A: Freeze, B: Freeze,

impl<A, B, S> Freeze for Or<A, B, S>
where A: Freeze, B: Freeze,

impl<A, S> Freeze for Not<A, S>
where A: Freeze,

impl<D, V> Freeze for Delimited<D, V>
where D: Freeze, V: Freeze,

impl<D, V> Freeze for VisitDelimited<D, V>
where D: Freeze, V: Freeze,

impl<E> Freeze for FormattedFields<E>
where E: ?Sized,

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

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

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

impl<L, F, S> Freeze for Filtered<L, F, S>
where F: Freeze, L: Freeze,

impl<L, I, S> Freeze for Layered<L, I, S>
where L: Freeze, I: Freeze,

impl<L, S> Freeze for Handle<L, S>

impl<L, S> Freeze for Layer<L, S>

impl<M> Freeze for WithMaxLevel<M>
where M: Freeze,

impl<M> Freeze for WithMinLevel<M>
where M: Freeze,

impl<M, F> Freeze for WithFilter<M, F>
where M: Freeze, F: Freeze,

impl<N = DefaultFields, E = Format, F = LevelFilter, W = fn() -> Stdout> !Freeze for Subscriber<N, E, F, W>

impl<N, E, F, W> Freeze for SubscriberBuilder<N, E, F, W>
where F: Freeze, W: Freeze, N: Freeze, E: Freeze,

impl<S, F, R> Freeze for DynFilterFn<S, F, R>
where F: Freeze, R: Freeze,

impl<S, N, E, W> Freeze for Layer<S, N, E, W>
where W: Freeze, N: Freeze, E: Freeze,

impl<V> Freeze for Alt<V>
where V: Freeze,

impl<V> Freeze for Messages<V>
where V: Freeze,

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

impl<T> !Freeze for TryLock<T>

impl Freeze for NoBackoff

impl Freeze for NoOnRetry

impl<BackoffT, OnRetryT> Freeze for RetryFutureConfig<BackoffT, OnRetryT>
where BackoffT: Freeze, OnRetryT: Freeze,

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

impl<MakeFutureT, FutureT, BackoffT, OnRetryT> !Freeze for RetryFuture<MakeFutureT, FutureT, BackoffT, OnRetryT>

impl Freeze for XxHash32

impl Freeze for XxHash64

impl Freeze for Hash128

impl Freeze for Hash64

impl Freeze for ATerm

impl Freeze for B0

impl Freeze for B1

impl Freeze for Z0

impl Freeze for Equal

impl Freeze for Greater

impl Freeze for Less

impl Freeze for UTerm

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

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

impl<U, B> Freeze for UInt<U, B>
where U: Freeze, B: Freeze,

impl<V, A> Freeze for TArr<V, A>
where V: Freeze, A: Freeze,

impl Freeze for Generator

impl Freeze for Ulid

impl<S> Freeze for Ascii<S>
where S: Freeze,

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

impl Freeze for BidiClass

impl Freeze for Direction

impl Freeze for Error

impl Freeze for Level

impl<'a, 'text> Freeze for Paragraph<'a, 'text>

impl<'a, 'text> Freeze for Paragraph<'a, 'text>

impl<'text> Freeze for BidiInfo<'text>

impl<'text> Freeze for InitialInfo<'text>

impl<'text> Freeze for ParagraphBidiInfo<'text>

impl<'text> Freeze for Utf8IndexLenIter<'text>

impl<'text> Freeze for BidiInfo<'text>

impl<'text> Freeze for InitialInfo<'text>

impl<'text> Freeze for ParagraphBidiInfo<'text>

impl<'text> Freeze for Utf16CharIndexIter<'text>

impl<'text> Freeze for Utf16CharIter<'text>

impl<'text> Freeze for Utf16IndexLenIter<'text>

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

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

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

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

impl Freeze for Error

impl<T> Freeze for yaml_stack_t<T>

impl<'a> Freeze for Input<'a>

impl<'a> Freeze for Reader<'a>

impl Freeze for Origin

impl Freeze for Position

impl Freeze for Url

impl<'a> Freeze for ParseOptions<'a>

impl<'a> Freeze for PathSegmentsMut<'a>

impl<'a> Freeze for UrlQuery<'a>

impl<S> Freeze for Host<S>
where S: Freeze,

impl<Str> Freeze for Encoded<Str>
where Str: Freeze,

impl<'a> Freeze for Utf16CharIndices<'a>

impl<'a> Freeze for Utf16Chars<'a>

impl<'a> Freeze for Utf8CharIndices<'a>

impl<'a> Freeze for Utf8Chars<'a>

impl Freeze for Utf8Codec

impl Freeze for Parser

impl Freeze for Number

impl Freeze for Required

impl Freeze for Schema

impl Freeze for Type

impl Freeze for ApiKey

impl Freeze for Flow

impl Freeze for Content

impl Freeze for Encoding

impl Freeze for Example

impl Freeze for Header

impl Freeze for Contact

impl Freeze for Info

impl Freeze for License

impl Freeze for Link

impl Freeze for Operation

impl Freeze for Parameter

impl Freeze for PathItem

impl Freeze for Paths

impl Freeze for Response

impl Freeze for Responses

impl Freeze for AllOf

impl Freeze for AnyOf

impl Freeze for Array

impl Freeze for Object

impl Freeze for OneOf

impl Freeze for Ref

impl Freeze for Http

impl Freeze for Implicit

impl Freeze for OAuth2

impl Freeze for Password

impl Freeze for Scopes

impl Freeze for Server

impl Freeze for OpenApi

impl Freeze for Tag

impl Freeze for Xml

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

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

impl !Freeze for ContextV7

impl Freeze for Variant

impl Freeze for Version

impl Freeze for Braced

impl Freeze for Simple

impl Freeze for Urn

impl Freeze for Builder

impl Freeze for Error

impl Freeze for Uuid

impl Freeze for NoContext

impl Freeze for Timestamp

impl<C> Freeze for ThreadLocalContext<C>

impl Freeze for KeyType

impl Freeze for Alias

impl Freeze for KeyInfo

impl Freeze for KeyInfo

impl Freeze for AuthInfo

impl Freeze for WrapInfo

impl<E> Freeze for WrappedResponse<E>

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

impl Freeze for AsciiCase

impl Freeze for PodTypeId

impl Freeze for AVX2

impl Freeze for Fallback

impl Freeze for NEON

impl Freeze for SSE2

impl Freeze for SSE41

impl Freeze for SSSE3

impl Freeze for WASM128

impl Freeze for Native

impl Freeze for V128

impl Freeze for V256

impl Freeze for V512

impl Freeze for V64

impl<V> Freeze for AlswLut<V>
where V: Freeze,

impl Freeze for Client

impl Freeze for GetResult

impl Freeze for PutResult

impl Freeze for GetResult

impl Freeze for PutResult

impl Freeze for Status

impl Freeze for Component

impl Freeze for Metadata

impl Freeze for Policy

impl Freeze for Spread

impl Freeze for Status

impl Freeze for Trait

impl Freeze for Component

impl Freeze for Manifest

impl Freeze for Metadata

impl Freeze for Policy

impl Freeze for Spread

impl Freeze for Trait

impl Freeze for Closed

impl Freeze for Giver

impl Freeze for Taker

impl Freeze for Account

impl Freeze for Cluster

impl Freeze for Component

impl Freeze for Host

impl Freeze for Operator

impl Freeze for Error

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

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

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

impl Freeze for BlockType

impl Freeze for Catch

impl Freeze for Handle

impl Freeze for HeapType

impl Freeze for ModuleArg

impl Freeze for Ordering

impl Freeze for SectionId

impl Freeze for TagKind

impl Freeze for ValType

impl Freeze for ArrayType

impl Freeze for Component

impl Freeze for ConstExpr

impl Freeze for ContType

impl Freeze for FieldType

impl Freeze for FuncType

impl Freeze for Function

impl Freeze for MemArg

impl Freeze for Module

impl Freeze for NameMap

impl Freeze for RefType

impl Freeze for SubType

impl Freeze for TableType

impl Freeze for TagType

impl<'a> Freeze for Alias<'a>

impl<'a> Freeze for DataSegmentMode<'a>

impl<'a> Freeze for ElementMode<'a>

impl<'a> Freeze for Elements<'a>

impl<'a> Freeze for Instruction<'a>

impl<'a> Freeze for ComponentTypeEncoder<'a>

impl<'a> Freeze for CoreTypeEncoder<'a>

impl<'a> Freeze for CustomSection<'a>

impl<'a> Freeze for ElementSegment<'a>

impl<'a> Freeze for InstructionSink<'a>

impl<'a> Freeze for ModuleSection<'a>

impl<'a> Freeze for RawCustomSection<'a>

impl<'a> Freeze for RawSection<'a>

impl<'a, D> Freeze for DataSegment<'a, D>
where D: Freeze,

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

impl Freeze for Imm

impl Freeze for Element

impl Freeze for Func

impl Freeze for FuncCode

impl Freeze for FuncType

impl Freeze for Table

impl Freeze for Payload

impl Freeze for Author

impl Freeze for Homepage

impl Freeze for Licenses

impl Freeze for Metadata

impl Freeze for Producers

impl Freeze for Revision

impl Freeze for Source

impl Freeze for Version

impl<'a> Freeze for ComponentNames<'a>

impl<'a> Freeze for ModuleNames<'a>

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

impl Freeze for BoolCodec

impl Freeze for F32Codec

impl Freeze for F64Codec

impl Freeze for S16Codec

impl Freeze for S32Codec

impl Freeze for S64Codec

impl Freeze for S8Codec

impl Freeze for U16Codec

impl Freeze for U32Codec

impl Freeze for U64Codec

impl Freeze for U8Codec

impl<C, V> Freeze for TupleDecoder<C, V>
where C: Freeze, V: Freeze,

impl<E> Freeze for CoreVecEncoder<E>
where E: Freeze,

impl<O, E> Freeze for ResultDecoder<O, E>
where O: Freeze, E: Freeze,

impl<O, E> Freeze for ResultEncoder<O, E>
where O: Freeze, E: Freeze,

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

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

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

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

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

impl Freeze for Args

impl Freeze for Client

impl Freeze for Host

impl Freeze for HostLabel

impl Freeze for Link

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

impl Freeze for Level

impl Freeze for HostData

impl Freeze for Cors

impl Freeze for Tls

impl !Freeze for Host

impl Freeze for Config

impl Freeze for HostInfo

impl Freeze for Manager

impl Freeze for Response

impl Freeze for Manager

impl Freeze for Host

impl Freeze for Features

impl Freeze for Client

impl Freeze for Context

impl<'a> Freeze for LinkConfig<'a>

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Level

impl Freeze for Error

impl Freeze for Level

impl Freeze for Error

impl Freeze for Error

impl Freeze for ObjectId

impl Freeze for Error

impl Freeze for Pollable

impl Freeze for Features

impl Freeze for Runtime

impl<C> Freeze for WrpcServeEvent<C>
where C: Freeze,

impl<H> Freeze for Component<H>

impl<H, C> Freeze for Instance<H, C>
where H: Freeze,

impl Freeze for Client

impl Freeze for Context

impl Freeze for Policy

impl Freeze for Secret

impl<'a> Freeze for TraceContextExtractor<'a>

impl<'a> Freeze for HeaderExtractor<'a>

impl<'a> Freeze for HeaderInjector<'a>

impl Freeze for Config

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

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

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

impl Freeze for Type

impl Freeze for Val

impl Freeze for CallHook

impl Freeze for CodeHint

impl Freeze for Collector

impl Freeze for Extern

impl Freeze for Finality

impl Freeze for HeapType

impl Freeze for OptLevel

impl Freeze for Ref

impl Freeze for Strategy

impl Freeze for Val

impl Freeze for ValType

impl Freeze for Component

impl Freeze for Func

impl Freeze for Instance

impl Freeze for WasmStr

impl Freeze for Component

impl Freeze for Enum

impl Freeze for Flags

impl Freeze for List

impl Freeze for Module

impl Freeze for Record

impl Freeze for Tuple

impl Freeze for Variant

impl Freeze for AnyRef

impl Freeze for ArrayRef

impl Freeze for ArrayType

impl Freeze for Config

impl Freeze for Engine

impl Freeze for EqRef

impl Freeze for ExternRef

impl Freeze for FieldType

impl Freeze for FrameInfo

impl Freeze for Func

impl Freeze for FuncType

impl Freeze for Global

impl Freeze for I31

impl Freeze for Instance

impl Freeze for Memory

impl Freeze for Module

impl Freeze for NoExtern

impl Freeze for NoFunc

impl Freeze for NoneRef

impl Freeze for RefType

impl Freeze for StructRef

impl Freeze for Table

impl Freeze for TableType

impl Freeze for Tag

impl Freeze for TagType

impl Freeze for V128

impl Freeze for ValRaw

impl<'a> Freeze for Case<'a>

impl<'a> Freeze for Field<'a>

impl<'a> Freeze for CodeBuilder<'a>

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

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

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

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

impl<'instance> Freeze for Export<'instance>

impl<'module> Freeze for ExportType<'module>

impl<'module> Freeze for ImportType<'module>

impl<C> Freeze for RootScope<C>
where C: Freeze,

impl<Params, Results> Freeze for TypedFunc<Params, Results>

impl<Params, Return> Freeze for TypedFunc<Params, Return>

impl<T> !Freeze for Resource<T>

impl<T> Freeze for InstancePre<T>

impl<T> Freeze for Linker<T>

impl<T> Freeze for WasmList<T>

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

impl<T> Freeze for InstancePre<T>

impl<T> Freeze for Linker<T>

impl<T> Freeze for ManuallyRooted<T>

impl<T> Freeze for Rooted<T>

impl<T> Freeze for Store<T>

impl<'config> Freeze for ModuleCacheEntry<'config>

impl Freeze for FlagsSize

impl<'a> Freeze for ModuleTextBuilder<'a>

impl<T> Freeze for IsaBuilder<T>

impl<'a, Resume, Yield, Return> !Freeze for Fiber<'a, Resume, Yield, Return>

impl<Resume, Yield, Return> Freeze for Suspend<Resume, Yield, Return>

impl Freeze for Id

impl<T> Freeze for Slab<T>

impl Freeze for Advice

impl Freeze for ErrorCode

impl Freeze for ErrorCode

impl Freeze for IpAddress

impl Freeze for Advice

impl Freeze for ErrorCode

impl Freeze for IsATTY

impl Freeze for Datetime

impl Freeze for Guest

impl Freeze for OpenFlags

impl Freeze for PathFlags

impl Freeze for TcpSocket

impl Freeze for UdpSocket

impl Freeze for Command

impl Freeze for Guest

impl Freeze for OpenFlags

impl Freeze for PathFlags

impl Freeze for Command

impl Freeze for DirPerms

impl Freeze for FilePerms

impl Freeze for I32Exit

impl Freeze for Network

impl Freeze for Stderr

impl Freeze for Stdin

impl Freeze for Stdout

impl Freeze for WasiCtx

impl<T> Freeze for CommandPre<T>

impl<T> Freeze for CommandPre<T>

impl<T> Freeze for TrappableError<T>

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

impl Freeze for ErrorCode

impl Freeze for Method

impl Freeze for Scheme

impl Freeze for Datetime

impl Freeze for Guest

impl Freeze for Proxy

impl Freeze for Datetime

impl Freeze for Guest

impl Freeze for Proxy

impl Freeze for HttpError

impl<T> Freeze for ProxyPre<T>

impl<T> Freeze for ProxyPre<T>

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

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

impl Freeze for Bindings

impl<T> Freeze for BindingsPre<T>

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

impl Freeze for CallStyle

impl Freeze for Ownership

impl Freeze for Opts

impl Freeze for DerTypeId

impl Freeze for Error

impl Freeze for KeyUsage

impl<'a> Freeze for CertRevocationList<'a>

impl<'a> Freeze for BorrowedRevokedCert<'a>

impl<'a> Freeze for Cert<'a>

impl<'a> Freeze for EndEntityCert<'a>

impl<'a> Freeze for RawPublicKeyEntity<'a>

impl<'a> Freeze for RevocationOptions<'a>

impl<'p> Freeze for VerifiedPath<'p>

impl Freeze for Arch

impl Freeze for Country

impl Freeze for Language

impl Freeze for Platform

impl Freeze for Width

impl Freeze for Needed

impl Freeze for BStr

impl Freeze for Bytes

impl Freeze for Range

impl<'p, P, I, O, E> Freeze for ByRef<'p, P, I, O, E>

impl<'t, T> Freeze for TokenSlice<'t, T>

impl<C> Freeze for ContextError<C>

impl<E> Freeze for ErrMode<E>
where E: Freeze,

impl<F, G, H, I, O, O2, E> Freeze for FlatMap<F, G, H, I, O, O2, E>
where F: Freeze, G: Freeze,

impl<F, G, I, O, O2, E> Freeze for AndThen<F, G, I, O, O2, E>
where F: Freeze, G: Freeze,

impl<F, G, I, O, O2, E> Freeze for Map<F, G, I, O, O2, E>
where F: Freeze, G: Freeze,

impl<F, G, I, O, O2, E> Freeze for Verify<F, G, I, O, O2, E>
where F: Freeze, G: Freeze, O2: ?Sized,

impl<F, G, I, O, O2, E> Freeze for VerifyMap<F, G, I, O, O2, E>
where F: Freeze, G: Freeze,

impl<F, G, I, O, O2, E, E2> Freeze for TryMap<F, G, I, O, O2, E, E2>
where F: Freeze, G: Freeze,

impl<F, I, O, E> Freeze for Span<F, I, O, E>
where F: Freeze,

impl<F, I, O, E> Freeze for Take<F, I, O, E>
where F: Freeze,

impl<F, I, O, E> Freeze for Void<F, I, O, E>
where F: Freeze,

impl<F, I, O, E> Freeze for WithSpan<F, I, O, E>
where F: Freeze,

impl<F, I, O, E> Freeze for WithTaken<F, I, O, E>
where F: Freeze,

impl<F, I, O, E> Freeze for ParserIterator<F, I, O, E>
where F: Freeze, I: Freeze, E: Freeze,

impl<F, I, O, E, C> Freeze for Context<F, I, O, E, C>
where F: Freeze, C: Freeze,

impl<F, I, O, E, E2> Freeze for ErrInto<F, I, O, E, E2>
where F: Freeze,

impl<F, I, O, O2, E> Freeze for DefaultValue<F, I, O, O2, E>
where F: Freeze,

impl<F, I, O, O2, E> Freeze for OutputInto<F, I, O, O2, E>
where F: Freeze,

impl<F, I, O, O2, E> Freeze for Value<F, I, O, O2, E>
where F: Freeze, O2: Freeze,

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

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

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

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

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

impl<I, C> Freeze for TreeError<I, C>
where I: Freeze,

impl<I, C> Freeze for TreeErrorFrame<I, C>
where I: Freeze, C: Freeze,

impl<I, C> Freeze for TreeErrorContext<I, C>
where I: Freeze, C: Freeze,

impl<I, E> Freeze for ParseError<I, E>
where I: Freeze, E: Freeze,

impl<I, S> Freeze for Stateful<I, S>
where I: Freeze, S: Freeze,

impl<P, I, O, C, E> Freeze for Repeat<P, I, O, C, E>
where P: Freeze,

impl<P, I, O, E> Freeze for CompleteErr<P, I, O, E>
where P: Freeze,

impl<P, I, O, O2, E> Freeze for ParseTo<P, I, O, O2, E>
where P: Freeze,

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

impl<T, S> Freeze for Checkpoint<T, S>
where T: Freeze,

impl Freeze for Bitcast

impl Freeze for LiftLower

impl Freeze for Direction

impl Freeze for Files

impl Freeze for Source

impl Freeze for Ns

impl Freeze for TypeInfo

impl Freeze for Types

impl<'a> Freeze for Instruction<'a>

impl Freeze for Opts

impl Freeze for TypeKind

impl Freeze for Bindgen

impl Freeze for Linker

impl<O> Freeze for WitPrinter<O>
where O: Freeze,

impl Freeze for WasmType

impl Freeze for Alignment

impl Freeze for AstItem

impl Freeze for FlagsRepr

impl Freeze for Handle

impl Freeze for Int

impl Freeze for Mangling

impl Freeze for Results

impl Freeze for Stability

impl Freeze for Type

impl Freeze for TypeOwner

impl Freeze for WorldItem

impl Freeze for WorldKey

impl Freeze for Case

impl Freeze for Docs

impl Freeze for Enum

impl Freeze for EnumCase

impl Freeze for Field

impl Freeze for Flag

impl Freeze for Flags

impl Freeze for Function

impl Freeze for Interface

impl Freeze for LiveTypes

impl Freeze for Package

impl Freeze for Record

impl Freeze for Remap

impl Freeze for Resolve

impl Freeze for Result_

impl Freeze for SizeAlign

impl Freeze for SourceMap

impl Freeze for Tuple

impl Freeze for TypeDef

impl Freeze for Variant

impl Freeze for World

impl<'a> Freeze for ResultsTypeIter<'a>

impl<'a> Freeze for WasmExport<'a>

impl<'a> Freeze for WasmImport<'a>

impl Freeze for Part

impl<W> Freeze for CoreWriteAsPartsWrite<W>
where W: Freeze + ?Sized,

impl Freeze for ObjectId

impl Freeze for Error

impl Freeze for Pollable

impl Freeze for ErrorCode

impl Freeze for Method

impl Freeze for Scheme

impl Freeze for Fields

impl Freeze for Error

impl Freeze for Pollable

impl Freeze for Request

impl Freeze for Response

impl Freeze for HttpBody

impl<E> Freeze for HttpBodyError<E>
where E: Freeze,

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

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

impl Freeze for CallError

impl Freeze for Error

impl Freeze for Context

impl<'a, T, W> Freeze for ValEncoder<'a, T, W>

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

impl !Freeze for Frame

impl !Freeze for Incoming

impl !Freeze for Outgoing

impl Freeze for Decoder

impl Freeze for Encoder

impl Freeze for UnitCodec

impl<'a> Freeze for FrameRef<'a>

impl<'a, T> Freeze for Timeout<'a, T>
where T: ?Sized,

impl<C, I, O> Freeze for AcceptError<C, I, O>
where C: Freeze, I: Freeze, O: Freeze,

impl<C, I, O, H = ()> !Freeze for Server<C, I, O, H>

impl<H> Freeze for InvokeBuilder<H>
where H: ?Sized,

impl<R> Freeze for StreamDecoderBytes<R>

impl<R> Freeze for StreamDecoderRead<R>

impl<T> !Freeze for ResourceBorrow<T>

impl<T> !Freeze for ResourceOwn<T>

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

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

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

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

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

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

impl<T, R> Freeze for FutureDecoder<T, R>
where <T as Decode<R>>::Decoder: Freeze,

impl<T, R> Freeze for ListDecoder<T, R>
where T: Freeze,

impl<T, R> Freeze for StreamDecoder<T, R>
where <T as Decode<R>>::ListDecoder: Freeze,

impl<W> Freeze for FutureEncoder<W>

impl<W> Freeze for ListEncoder<W>

impl<W> Freeze for StreamEncoder<W>

impl<W> Freeze for StreamEncoderBytes<W>

impl<W> Freeze for StreamEncoderRead<W>

impl !Freeze for Message

impl !Freeze for Reader

impl !Freeze for Subscriber

impl Freeze for Client

impl Freeze for Version

impl Freeze for Version

impl Freeze for Reasons

impl Freeze for CrlReason

impl Freeze for KeyUsages

impl Freeze for Version

impl Freeze for Time

impl Freeze for Attribute

impl Freeze for Rfc5280

impl Freeze for CrlNumber

impl Freeze for OtherName

impl Freeze for KeyUsage

impl Freeze for Extension

impl Freeze for CertReq

impl Freeze for Validity

impl<P> Freeze for CertificateInner<P>

impl<P> Freeze for SerialNumber<P>

impl Freeze for PEMError

impl Freeze for X509Error

impl Freeze for Validity

impl Freeze for NidError

impl Freeze for CtVersion

impl Freeze for KeyUsage

impl Freeze for Pem

impl Freeze for ASN1Time

impl<'a> Freeze for ParsedCriAttribute<'a>

impl<'a> Freeze for DistributionPointName<'a>

impl<'a> Freeze for GeneralName<'a>

impl<'a> Freeze for ParsedExtension<'a>

impl<'a> Freeze for PublicKey<'a>

impl<'a> Freeze for SignatureAlgorithm<'a>

impl<'a> Freeze for TbsCertificate<'a>

impl<'a> Freeze for UniqueIdentifier<'a>

impl<'a> Freeze for X509Certificate<'a>

impl<'a> Freeze for ExtensionRequest<'a>

impl<'a> Freeze for X509CriAttribute<'a>

impl<'a> Freeze for AccessDescription<'a>

impl<'a> Freeze for AuthorityInfoAccess<'a>

impl<'a> Freeze for CRLDistributionPoint<'a>

impl<'a> Freeze for CRLDistributionPoints<'a>

impl<'a> Freeze for CtExtensions<'a>

impl<'a> Freeze for CtLogID<'a>

impl<'a> Freeze for DigitallySigned<'a>

impl<'a> Freeze for ExtendedKeyUsage<'a>

impl<'a> Freeze for GeneralSubtree<'a>

impl<'a> Freeze for IssuerAlternativeName<'a>

impl<'a> Freeze for KeyIdentifier<'a>

impl<'a> Freeze for NameConstraints<'a>

impl<'a> Freeze for PolicyInformation<'a>

impl<'a> Freeze for PolicyMapping<'a>

impl<'a> Freeze for PolicyMappings<'a>

impl<'a> Freeze for PolicyQualifierInfo<'a>

impl<'a> Freeze for X509Extension<'a>

impl<'a> Freeze for ECPoint<'a>

impl<'a> Freeze for RSAPublicKey<'a>

impl<'a> Freeze for RevokedCertificate<'a>

impl<'a> Freeze for TbsCertList<'a>

impl<'a> Freeze for RsaAesOaepParams<'a>

impl<'a> Freeze for RsaSsaPssParams<'a>

impl<'a> Freeze for EcdsaSigValue<'a>

impl<'a> Freeze for AlgorithmIdentifier<'a>

impl<'a> Freeze for AttributeTypeAndValue<'a>

impl<'a> Freeze for SubjectPublicKeyInfo<'a>

impl<'a> Freeze for X509Name<'a>

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

impl<Reader> Freeze for PemIterator<Reader>
where Reader: Freeze,

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

impl Freeze for Event

impl Freeze for Xml

impl Freeze for Element

impl Freeze for EndTag

impl Freeze for Parser

impl Freeze for StartTag

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

impl Freeze for Error

impl Freeze for TextPos

impl<'a> Freeze for ElementEnd<'a>

impl<'a> Freeze for EntityDefinition<'a>

impl<'a> Freeze for ExternalId<'a>

impl<'a> Freeze for Reference<'a>

impl<'a> Freeze for Token<'a>

impl<'a> Freeze for StrSpan<'a>

impl<'a> Freeze for Stream<'a>

impl<'a> Freeze for Tokenizer<'a>

impl<C0, C1> Freeze for EitherCart<C0, C1>
where C0: Freeze, C1: Freeze,

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

impl<Y, C> Freeze for Yoke<Y, C>
where C: Freeze, Y: Freeze,

impl Freeze for BigEndian

impl<A, S, V> Freeze for ConvertError<A, S, V>
where A: Freeze, S: Freeze, V: Freeze,

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

impl<O> Freeze for F32<O>

impl<O> Freeze for F64<O>

impl<O> Freeze for I128<O>

impl<O> Freeze for I16<O>

impl<O> Freeze for I32<O>

impl<O> Freeze for I64<O>

impl<O> Freeze for Isize<O>

impl<O> Freeze for U128<O>

impl<O> Freeze for U16<O>

impl<O> Freeze for U32<O>

impl<O> Freeze for U64<O>

impl<O> Freeze for Usize<O>

impl<Src, Dst> Freeze for AlignmentError<Src, Dst>
where Src: Freeze, Dst: ?Sized,

impl<Src, Dst> Freeze for SizeError<Src, Dst>
where Src: Freeze, Dst: ?Sized,

impl<Src, Dst> Freeze for ValidityError<Src, Dst>
where Src: Freeze, Dst: ?Sized,

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

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

impl<Z> Freeze for Zeroizing<Z>
where Z: Freeze,

impl Freeze for CharULE

impl Freeze for Index16

impl Freeze for Index32

impl<'a> Freeze for FlexZeroVec<'a>

impl<'a, K, V> Freeze for ZeroMapBorrowed<'a, K, V>
where K: ?Sized, V: ?Sized,

impl<'a, K, V> Freeze for ZeroMap<'a, K, V>
where <K as ZeroMapKV<'a>>::Container: Freeze, <V as ZeroMapKV<'a>>::Container: Freeze, K: ?Sized, V: ?Sized,

impl<'a, K0, K1, V> Freeze for ZeroMap2dBorrowed<'a, K0, K1, V>
where K0: ?Sized, K1: ?Sized, V: ?Sized,

impl<'a, K0, K1, V> Freeze for ZeroMap2d<'a, K0, K1, V>
where <K0 as ZeroMapKV<'a>>::Container: Freeze, <K1 as ZeroMapKV<'a>>::Container: Freeze, <V as ZeroMapKV<'a>>::Container: Freeze, K0: ?Sized, K1: ?Sized, V: ?Sized,

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

impl<'a, T, F> Freeze for VarZeroVec<'a, T, F>
where T: ?Sized,

impl<'l, 'a, K0, K1, V> Freeze for ZeroMap2dCursor<'l, 'a, K0, K1, V>
where K0: ?Sized, K1: ?Sized, V: ?Sized,

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

impl<A, B, C> Freeze for Tuple3ULE<A, B, C>
where A: Freeze, B: Freeze, C: Freeze,

impl<A, B, C, D> Freeze for Tuple4ULE<A, B, C, D>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze,

impl<A, B, C, D, E> Freeze for Tuple5ULE<A, B, C, D, E>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze,

impl<A, B, C, D, E, F> Freeze for Tuple6ULE<A, B, C, D, E, F>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze,

impl<T> Freeze for ZeroSlice<T>
where <T as AsULE>::ULE: Freeze,

impl<T, F> Freeze for VarZeroSlice<T, F>
where T: ?Sized,

impl<T, F> Freeze for VarZeroVecOwned<T, F>
where T: ?Sized,

impl<U> Freeze for OptionULE<U>
where U: Freeze,

impl<U> Freeze for OptionVarULE<U>
where U: ?Sized,

impl<U, const N: usize> Freeze for NichedOption<U, N>
where U: Freeze,

impl<U, const N: usize> Freeze for NichedOptionULE<U, N>
where U: Freeze,

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

impl Freeze for NoOp

impl Freeze for Status

impl<'a> Freeze for Compressor<'a>

impl<'a> Freeze for Decompressor<'a>

impl<'a> Freeze for DecoderDictionary<'a>

impl<'a> Freeze for EncoderDictionary<'a>

impl<'a> Freeze for Decoder<'a>

impl<'a> Freeze for Encoder<'a>

impl<'a, R> Freeze for Decoder<'a, R>
where R: Freeze,

impl<'a, R> Freeze for Encoder<'a, R>
where R: Freeze,

impl<'a, W> Freeze for Decoder<'a, W>
where W: Freeze,

impl<'a, W> Freeze for Encoder<'a, W>
where W: Freeze,

impl<'a, W, F> Freeze for AutoFinishEncoder<'a, W, F>
where F: Freeze, W: Freeze,

impl<'a, W, F> Freeze for AutoFlushDecoder<'a, W, F>
where F: Freeze, W: Freeze,

impl<R, D> Freeze for Reader<R, D>
where R: Freeze, D: Freeze,

impl<W, D> Freeze for Writer<W, D>
where D: Freeze, W: Freeze,

impl<'a> Freeze for CCtx<'a>

impl<'a> Freeze for CDict<'a>

impl<'a> Freeze for DCtx<'a>

impl<'a> Freeze for DDict<'a>

impl<'a> Freeze for InBuffer<'a>

impl<'a, C> Freeze for OutBuffer<'a, C>
where C: ?Sized,