Trait sp_std::marker::Freeze

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

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

§Safety

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

Implementors§

source§

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

source§

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

source§

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

source§

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

source§

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

1.28.0 · source§

impl<T> Freeze for NonZero<T>

source§

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

Auto implementors§

§

impl !Freeze for AtomicBool

§

impl !Freeze for AtomicI8

§

impl !Freeze for AtomicI16

§

impl !Freeze for AtomicI32

§

impl !Freeze for AtomicI64

§

impl !Freeze for AtomicIsize

§

impl !Freeze for AtomicU8

§

impl !Freeze for AtomicU16

§

impl !Freeze for AtomicU32

§

impl !Freeze for AtomicU64

§

impl !Freeze for AtomicUsize

§

impl !Freeze for Barrier

§

impl !Freeze for Condvar

§

impl !Freeze for sp_std::sync::Once

§

impl !Freeze for OnceState

§

impl Freeze for sp_std::cmp::Ordering

§

impl Freeze for Infallible

§

impl Freeze for sp_std::fmt::Alignment

§

impl Freeze for FpCategory

§

impl Freeze for IntErrorKind

§

impl Freeze for SearchStep

§

impl Freeze for sp_std::sync::atomic::Ordering

§

impl Freeze for RecvTimeoutError

§

impl Freeze for TryRecvError

§

impl Freeze for AllocError

§

impl Freeze for Global

§

impl Freeze for Layout

§

impl Freeze for LayoutError

§

impl Freeze for System

§

impl Freeze for TypeId

§

impl Freeze for BorrowError

§

impl Freeze for BorrowMutError

§

impl Freeze for UnorderedKeyError

§

impl Freeze for Error

§

impl Freeze for DefaultHasher

§

impl Freeze for RandomState

§

impl Freeze for SipHasher

§

impl Freeze for Assume

§

impl Freeze for ParseFloatError

§

impl Freeze for ParseIntError

§

impl Freeze for TryFromIntError

§

impl Freeze for RangeFull

§

impl Freeze for sp_std::ptr::Alignment

§

impl Freeze for ParseBoolError

§

impl Freeze for Utf8Error

§

impl Freeze for Writer

§

impl Freeze for RecvError

§

impl Freeze for BarrierWaitResult

§

impl Freeze for WaitTimeoutResult

§

impl Freeze for Duration

§

impl Freeze for TryFromFloatSecsError

§

impl Freeze for PhantomPinned

§

impl Freeze for Maybe

§

impl Freeze for NoRuntime

§

impl Freeze for Runtime

§

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

§

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

§

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

§

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

§

impl<'a> Freeze for Bytes<'a>

§

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

§

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

§

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

§

impl<'a> Freeze for EscapeDebug<'a>

§

impl<'a> Freeze for EscapeDefault<'a>

§

impl<'a> Freeze for 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, '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, B> Freeze for Cow<'a, B>
where <B as ToOwned>::Owned: Freeze, B: ?Sized,

§

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 Cursor<'a, K, V>

§

impl<'a, K, V> Freeze for sp_std::collections::btree_map::Iter<'a, K, V>

§

impl<'a, K, V> Freeze for sp_std::collections::btree_map::IterMut<'a, K, V>

§

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

§

impl<'a, K, V> Freeze for sp_std::collections::btree_map::Range<'a, K, V>

§

impl<'a, K, V> Freeze for RangeMut<'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 Entry<'a, K, V, A>
where K: Freeze, A: Freeze,

§

impl<'a, K, V, A> Freeze for CursorMut<'a, K, V, A>

§

impl<'a, K, V, A> Freeze for CursorMutKey<'a, K, V, A>

§

impl<'a, K, V, A> Freeze for OccupiedEntry<'a, K, V, A>
where A: Freeze,

§

impl<'a, K, V, A> Freeze for OccupiedError<'a, K, V, A>
where V: Freeze, A: Freeze,

§

impl<'a, K, V, A> Freeze for VacantEntry<'a, K, V, A>
where K: Freeze, A: Freeze,

§

impl<'a, K, V, F, A> Freeze for sp_std::collections::btree_map::ExtractIf<'a, K, V, F, A>
where F: Freeze, A: Freeze,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T> Freeze for sp_std::collections::btree_set::Iter<'a, T>

§

impl<'a, T> Freeze for sp_std::collections::btree_set::Range<'a, T>

§

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

§

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

§

impl<'a, T> Freeze for sp_std::collections::vec_deque::Iter<'a, T>

§

impl<'a, T> Freeze for sp_std::collections::vec_deque::IterMut<'a, T>

§

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

§

impl<'a, T> Freeze for sp_std::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 sp_std::slice::Iter<'a, T>

§

impl<'a, T> Freeze for sp_std::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> Freeze for sp_std::sync::mpsc::Iter<'a, T>

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T> Freeze for ReentrantLockGuard<'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, A> Freeze for Difference<'a, T, A>

§

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

§

impl<'a, T, A> Freeze for sp_std::collections::vec_deque::Drain<'a, T, A>

§

impl<'a, T, A> Freeze for sp_std::vec::Drain<'a, T, A>

§

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

§

impl<'a, T, F, A> Freeze for sp_std::vec::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 sp_std::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 sp_std::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 sp_std::slice::Split<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for sp_std::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 sp_std::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 sp_std::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<A> Freeze for Repeat<A>
where A: Freeze,

§

impl<A> Freeze for RepeatN<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<F> Freeze for FormatterFn<F>
where F: Freeze,

§

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

§

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

§

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

§

impl<H> Freeze for BuildHasherDefault<H>

§

impl<I> Freeze for 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 sp_std::iter::ArrayChunks<I, N>
where I: Freeze, <I as Iterator>::Item: Freeze,

§

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

§

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

§

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

§

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

§

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

§

impl<K, V, A> Freeze for BTreeMap<K, V, A>
where A: Freeze,

§

impl<K, V, A> Freeze for sp_std::collections::btree_map::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<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 Mutex<T>

§

impl<T> !Freeze for OnceLock<T>

§

impl<T> !Freeze for ReentrantLock<T>

§

impl<T> !Freeze for RwLock<T>

§

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

§

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

§

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

§

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

§

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

§

impl<T> Freeze for Empty<T>

§

impl<T> Freeze for sp_std::iter::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 NonNull<T>
where T: ?Sized,

§

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

§

impl<T> Freeze for sp_std::sync::mpsc::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 SyncSender<T>

§

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

§

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

§

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

§

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

§

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

§

impl<T, A> Freeze for sp_std::collections::btree_set::IntoIter<T, A>
where A: Freeze,

§

impl<T, A> Freeze for sp_std::collections::vec_deque::IntoIter<T, A>
where A: Freeze,

§

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

§

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

§

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

§

impl<T, A> Freeze for sp_std::rc::Weak<T, A>
where A: Freeze, T: ?Sized,

§

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

§

impl<T, A> Freeze for sp_std::sync::Weak<T, A>
where A: Freeze, T: ?Sized,

§

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

§

impl<T, A> Freeze for Vec<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 = fn() -> T> !Freeze for LazyLock<T, F>

§

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

§

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

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 Aes128

impl Freeze for Aes128Dec

impl Freeze for Aes128Enc

impl Freeze for Aes192

impl Freeze for Aes192Dec

impl Freeze for Aes192Enc

impl Freeze for Aes256

impl Freeze for Aes256Dec

impl Freeze for Aes256Enc

impl<Aes, NonceSize, TagSize> Freeze for AesGcm<Aes, NonceSize, TagSize>
where Aes: Freeze,

impl Freeze for AHasher

impl<K, V, S> Freeze for AHashMap<K, V, S>
where S: Freeze,

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

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, T, const CAP: usize> Freeze for Drain<'a, T, CAP>

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

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

impl<T, const CAP: usize> Freeze for IntoIter<T, CAP>
where T: Freeze,

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

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<T, D> Freeze for FramedRead<T, D>
where T: Freeze, D: Freeze,

impl<T, D> Freeze for FramedReadParts<T, D>
where T: Freeze, D: Freeze,

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

impl<T, E> Freeze for FramedWriteParts<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 Freeze for PrintFmt

impl Freeze for Backtrace

impl Freeze for Frame

impl Freeze for Symbol

impl<'a> Freeze for BytesOrWideString<'a>

impl<'a> Freeze for SymbolName<'a>

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

impl<'fmt, 'a, 'b> Freeze for BacktraceFrameFmt<'fmt, 'a, 'b>

impl Freeze for Error

impl<'a> Freeze for HexDisplay<'a>

impl Freeze for Alphabet

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

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<'a, H> Freeze for Leaf<'a, H>
where H: Freeze,

impl<H, L> Freeze for MerkleProof<H, L>
where H: Freeze, L: Freeze,

impl Freeze for ErrorKind

impl Freeze for BigEndian

impl Freeze for Bounded

impl Freeze for Config

impl Freeze for Infinite

impl<'storage> Freeze for SliceReader<'storage>

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

impl<O, I> Freeze for WithOtherIntEncoding<O, I>
where O: Freeze,

impl<O, L> Freeze for WithOtherLimit<O, L>
where O: Freeze, L: Freeze,

impl<O, T> Freeze for WithOtherTrailing<O, T>
where O: Freeze,

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

impl<R, O> Freeze for Deserializer<R, O>
where R: Freeze, O: Freeze,

impl<W, O> Freeze for Serializer<W, O>
where W: Freeze, O: Freeze,

impl Freeze for Hash

impl Freeze for Hash

impl Freeze for Hash

impl Freeze for Hash

impl Freeze for Midstate

impl Freeze for Hash

impl Freeze for Hash

impl Freeze for Hash

impl Freeze for Hash

impl Freeze for State

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

impl<T> Freeze for HmacEngine<T>
where <T as Hash>::Engine: Freeze,

impl<T> Freeze for HmacMidState<T>
where <<T as Hash>::Engine as HashEngine>::MidState: Freeze,

impl<T> Freeze for Hash<T>

impl Freeze for Case

impl Freeze for OutBytes

impl<'a> Freeze for DisplayByteSlice<'a>

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

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

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

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 BitSafeU16

impl !Freeze for BitSafeU32

impl !Freeze for BitSafeU64

impl !Freeze for BitSafeU8

impl Freeze for Lsb0

impl Freeze for Msb0

impl<'a, M = Const, T = usize, O = Lsb0> !Freeze for BitDomain<'a, M, T, O>

impl<'a, M = Const, T = usize, O = Lsb0> !Freeze for Domain<'a, M, T, O>

impl<'a, M, T, O> Freeze for PartialElement<'a, M, T, O>
where M: Freeze, <T as BitStore>::Mem: Freeze,

impl<'a, M, T, O> Freeze for BitRef<'a, M, T, O>
where M: Freeze,

impl<'a, T, O> Freeze for BitValIter<'a, T, O>

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

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

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

impl<'a, T, O> Freeze for ChunksExactMutNoAlias<'a, T, O>

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

impl<'a, T, O> Freeze for ChunksMutNoAlias<'a, T, O>

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

impl<'a, T, O> Freeze for IterMut<'a, T, O>

impl<'a, T, O> Freeze for IterMutNoAlias<'a, T, O>

impl<'a, T, O> Freeze for IterOnes<'a, T, O>

impl<'a, T, O> Freeze for IterZeros<'a, T, O>

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

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

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

impl<'a, T, O> Freeze for RChunksExactMutNoAlias<'a, T, O>

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

impl<'a, T, O> Freeze for RChunksMutNoAlias<'a, T, O>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

impl<A, O> Freeze for BitArray<A, O>
where A: Freeze,

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

impl<M, T, O> Freeze for BitPtr<M, T, O>
where M: Freeze,

impl<M, T, O> Freeze for BitPtrRange<M, T, O>
where M: Freeze,

impl<R> Freeze for BitEnd<R>

impl<R> Freeze for BitIdx<R>

impl<R> Freeze for BitIdxError<R>

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

impl<R> Freeze for BitPos<R>

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

impl<T> Freeze for BitPtrError<T>

impl<T> Freeze for BitSpanError<T>

impl<T> Freeze for MisalignError<T>

impl<T, O> Freeze for BitBox<T, O>

impl<T, O> Freeze for IntoIter<T, O>

impl<T, O> Freeze for BitSlice<T, O>

impl<T, O> Freeze for BitVec<T, O>

impl<OutSize> Freeze for Blake2bMac<OutSize>

impl<OutSize> Freeze for Blake2sMac<OutSize>

impl Freeze for Params

impl Freeze for State

impl Freeze for Hash

impl Freeze for Params

impl Freeze for State

impl<'a> Freeze for HashManyJob<'a>

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<'a, T, S> Freeze for BoundedSlice<'a, T, S>

impl<K, V, S> Freeze for BoundedBTreeMap<K, V, S>

impl<T, S> Freeze for BoundedBTreeSet<T, S>

impl<T, S> Freeze for BoundedVec<T, S>

impl<T, S> Freeze for WeakBoundedVec<T, S>

impl<const T: bool> Freeze for ConstBool<T>

impl<const T: i128> Freeze for ConstI128<T>

impl<const T: i16> Freeze for ConstI16<T>

impl<const T: i32> Freeze for ConstI32<T>

impl<const T: i64> Freeze for ConstI64<T>

impl<const T: i8> Freeze for ConstI8<T>

impl<const T: u128> Freeze for ConstU128<T>

impl<const T: u16> Freeze for ConstU16<T>

impl<const T: u32> Freeze for ConstU32<T>

impl<const T: u64> Freeze for ConstU64<T>

impl<const T: u8> Freeze for ConstU8<T>

impl<T, const L: usize, const U: usize> Freeze for BoundedVec<T, L, U>

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Alphabet

impl<'a, I> Freeze for DecodeBuilder<'a, I>
where I: Freeze,

impl<'a, I> Freeze for EncodeBuilder<'a, I>
where I: 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 Error

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 ByteSize

impl Freeze for ChaCha

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

impl Freeze for Reason

impl Freeze for Func

impl Freeze for Endian

impl Freeze for HasAtomic

impl Freeze for Abi

impl Freeze for Arch

impl Freeze for Env

impl Freeze for Families

impl Freeze for Family

impl Freeze for Os

impl Freeze for Panic

impl Freeze for Triple

impl Freeze for Vendor

impl<'a> Freeze for Predicate<'a>

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

impl<'a> Freeze for Lexer<'a>

impl<'a> Freeze for LexerToken<'a>

impl Freeze for ChaCha

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 NaiveDate

impl Freeze for NaiveTime

impl Freeze for NaiveWeek

impl Freeze for Local

impl Freeze for Utc

impl Freeze for Days

impl Freeze for Months

impl Freeze for TimeDelta

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 Error

impl Freeze for Version

impl<const S: usize> Freeze for Cid<S>

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 Clock

impl Freeze for Duration

impl Freeze for Instant

impl Freeze for Updater

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 Alignment

impl Freeze for Attribute

impl Freeze for Color

impl Freeze for Key

impl Freeze for Style

impl Freeze for Term

impl<'a> Freeze for AnsiCodeIterator<'a>

impl<'a> Freeze for TermFeatures<'a>

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

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

impl Freeze for Error

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

impl Freeze for Case

impl Freeze for ErrorKind

impl Freeze for SeekFrom

impl Freeze for Error

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

impl<T> Freeze for Cursor<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 ArrayType

impl Freeze for Decltype

impl Freeze for Encoding

impl Freeze for LocalName

impl Freeze for Name

impl Freeze for Prefix

impl Freeze for Type

impl Freeze for Error

impl Freeze for LambdaSig

impl Freeze for NvOffset

impl Freeze for SeqId

impl Freeze for SimpleId

impl Freeze for VOffset

impl<'prev, 'subs> Freeze for ArgScopeStack<'prev, 'subs>

impl<T> Freeze for Symbol<T>
where T: 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 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 TrapCode

impl Freeze for Opcode

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 CodeInfo

impl Freeze for StackMap

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 Table

impl Freeze for Value

impl Freeze for Function

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 AbiParam

impl Freeze for MemFlags

impl Freeze for Signature

impl Freeze for SourceLoc

impl Freeze for TableData

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 Flags

impl Freeze for CallInfo

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 MachReloc

impl Freeze for MachTrap

impl Freeze for Reg

impl Freeze for PassTimes

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

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

impl<'a> Freeze for CompileError<'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 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<'a, K, V> Freeze for Iter<'a, K, V>

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

impl<K> Freeze for EntitySet<K>

impl<K> Freeze for Keys<K>

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

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

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

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

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

impl<T> Freeze for EntityList<T>

impl<T> Freeze for ListPool<T>

impl Freeze for Switch

impl Freeze for Variable

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

impl Freeze for HeapStyle

impl Freeze for Heap

impl Freeze for HeapData

impl<'dummy_environment> Freeze for DummyFuncEnvironment<'dummy_environment>

impl Freeze for Hasher

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<T> !Freeze for ArrayQueue<T>

impl<T> !Freeze for SegQueue<T>

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 CtChoice

impl Freeze for Limb

impl<MOD, const LIMBS: usize> Freeze for Residue<MOD, LIMBS>

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

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

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

impl<const LIMBS: usize> Freeze for DynResidue<LIMBS>

impl<const LIMBS: usize> Freeze for DynResidueParams<LIMBS>

impl<const LIMBS: usize> Freeze for Uint<LIMBS>

impl Freeze for Ctr128BE

impl Freeze for Ctr128LE

impl Freeze for Ctr32BE

impl Freeze for Ctr32LE

impl Freeze for Ctr64BE

impl Freeze for Ctr64LE

impl<C, F> Freeze for CtrCore<C, F>
where C: Freeze, <F as CtrFlavor<<C as BlockSizeUser>::BlockSize>>::CtrNonce: Freeze,

impl<B> Freeze for ParachainBlockData<B>
where <B as Block>::Header: Freeze,

impl Freeze for Scalar

impl<'a, K, S> Freeze for RefMulti<'a, K, S>

impl<'a, K, S> Freeze for Ref<'a, K, S>

impl<'a, K, S, M> Freeze for Iter<'a, K, S, M>

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

impl<'a, K, V, S> Freeze for VacantEntry<'a, K, V, S>
where K: Freeze,

impl<'a, K, V, S> Freeze for RefMulti<'a, K, V, S>

impl<'a, K, V, S> Freeze for RefMutMulti<'a, K, V, S>

impl<'a, K, V, S> Freeze for Ref<'a, K, V, S>

impl<'a, K, V, S> Freeze for RefMut<'a, K, V, S>

impl<'a, K, V, S, M> Freeze for Iter<'a, K, V, S, M>

impl<'a, K, V, S, M> Freeze for IterMut<'a, K, V, S, M>

impl<'a, K, V, T, S> Freeze for MappedRef<'a, K, V, T, S>

impl<'a, K, V, T, S> Freeze for MappedRefMut<'a, K, V, T, S>

impl<K, S> Freeze for OwningIter<K, S>
where S: Freeze,

impl<K, S> Freeze for DashSet<K, S>
where S: Freeze,

impl<K, V, S> Freeze for OwningIter<K, V, S>
where S: Freeze,

impl<K, V, S> Freeze for DashMap<K, V, S>
where S: Freeze,

impl<K, V, S> Freeze for ReadOnlyView<K, V, S>
where S: Freeze,

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

impl Freeze for BitOrder

impl Freeze for Encoding

impl Freeze for Translate

impl Freeze for Wrap

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

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, R> Freeze for NestedReader<'i, R>

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 BaseDirs

impl Freeze for UserDirs

impl<O> Freeze for DowncastError<O>
where O: Freeze,

impl<C> Freeze for Signature<C>

impl<C> Freeze for NormalizedSignature<C>
where <C as Curve>::Uint: Freeze,

impl<C> Freeze for Signature<C>
where <C as Curve>::Uint: Freeze,

impl<C> Freeze for SignatureWithOid<C>
where <C as Curve>::Uint: Freeze,

impl<C> Freeze for VerifyingKey<C>

impl Freeze for Signature

impl Freeze for Error

impl Freeze for Item

impl Freeze for Verifier

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 Error

impl<C> Freeze for BlindedScalar<C>
where <C as CurveArithmetic>::Scalar: Freeze,

impl<C> Freeze for NonZeroScalar<C>
where <C as CurveArithmetic>::Scalar: Freeze,

impl<C> Freeze for ScalarPrimitive<C>
where <C as Curve>::Uint: Freeze,

impl<C> Freeze for PublicKey<C>

impl<C> Freeze for SecretKey<C>
where <C as Curve>::Uint: Freeze,

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

impl Freeze for Builder

impl Freeze for Filter

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

impl Freeze for Target

impl Freeze for Formatter

impl Freeze for Timestamp

impl Freeze for Builder

impl Freeze for Logger

impl<'a> Freeze for Env<'a>

impl !Freeze for Event

impl Freeze for Exit

impl Freeze for Signal

impl Freeze for Channel

impl Freeze for Edition

impl Freeze for Expander

impl Freeze for Rng

impl Freeze for Error

impl Freeze for Outcome

impl Freeze for Lock

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

impl Freeze for Error

impl Freeze for Phase

impl Freeze for BadCommit

impl Freeze for VoterInfo

impl<H, N> Freeze for Message<H, N>
where H: Freeze, N: Freeze,

impl<H, N> Freeze for State<H, N>
where H: Freeze, N: Freeze,

impl<H, N> Freeze for Precommit<H, N>
where H: Freeze, N: Freeze,

impl<H, N> Freeze for Prevote<H, N>
where H: Freeze, N: Freeze,

impl<H, N> Freeze for PrimaryPropose<H, N>
where H: Freeze, N: Freeze,

impl<H, N, E, GlobalIn, GlobalOut> Freeze for Voter<H, N, E, GlobalIn, GlobalOut>
where N: Freeze, GlobalIn: Freeze, GlobalOut: Freeze, H: Freeze,

impl<H, N, S, Id> Freeze for CommunicationIn<H, N, S, Id>
where H: Freeze, N: Freeze,

impl<H, N, S, Id> Freeze for CommunicationOut<H, N, S, Id>
where H: Freeze, N: Freeze,

impl<H, N, S, Id> Freeze for CatchUp<H, N, S, Id>
where H: Freeze, N: Freeze,

impl<H, N, S, Id> Freeze for Commit<H, N, S, Id>
where H: Freeze, N: Freeze,

impl<H, N, S, Id> Freeze for CompactCommit<H, N, S, Id>
where H: Freeze, N: Freeze,

impl<H, N, S, Id> Freeze for HistoricalVotes<H, N, S, Id>

impl<H, N, S, Id> Freeze for SignedMessage<H, N, S, Id>
where S: Freeze, Id: Freeze, H: Freeze, N: Freeze,

impl<H, N, S, Id> Freeze for SignedPrecommit<H, N, S, Id>
where S: Freeze, Id: Freeze, H: Freeze, N: Freeze,

impl<H, N, S, Id> Freeze for SignedPrevote<H, N, S, Id>
where S: Freeze, Id: Freeze, H: Freeze, N: Freeze,

impl<H, N, V> Freeze for VoteGraph<H, N, V>
where H: Freeze, N: Freeze,

impl<Id> Freeze for RoundState<Id>

impl<Id> Freeze for VoterState<Id>

impl<Id> Freeze for VoterSet<Id>

impl<Id, H, N> Freeze for RoundParams<Id, H, N>
where H: Freeze, N: Freeze,

impl<Id, H, N, Signature> Freeze for Round<Id, H, N, Signature>
where H: Freeze, N: Freeze,

impl<Id, Timer, Input, Output> Freeze for RoundData<Id, Timer, Input, Output>
where Timer: Freeze, Input: Freeze, Output: Freeze, Id: Freeze,

impl<Id, V, S> Freeze for Equivocation<Id, V, S>
where Id: Freeze, V: Freeze, S: Freeze,

impl<O> Freeze for Callback<O>

impl<'a> Freeze for Difference<'a>

impl<'a> Freeze for Intersection<'a>

impl<'a> Freeze for Ones<'a>

impl<'a> Freeze for SymmetricDifference<'a>

impl<'a> Freeze for Union<'a>

impl Freeze for FnvHasher

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

impl<H, N, V> Freeze for ForkTree<H, N, V>
where N: Freeze,

impl<V> Freeze for FinalizationResult<V>
where V: Freeze,

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 Protocol

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

impl<T> Freeze for SemiSticky<T>

impl<T> Freeze for Sticky<T>

impl<T> Freeze for StorageEntryType<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for ExtrinsicMetadata<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for PalletCallMetadata<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for PalletConstantMetadata<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl<T> Freeze for PalletErrorMetadata<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for PalletEventMetadata<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for PalletMetadata<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl<T> Freeze for PalletStorageMetadata<T>
where <T as Form>::String: Freeze,

impl<T> Freeze for SignedExtensionMetadata<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl<T> Freeze for StorageEntryMetadata<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl<T> Freeze for CustomMetadata<T>

impl<T> Freeze for CustomValueMetadata<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for ExtrinsicMetadata<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for OuterEnums<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for PalletMetadata<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl<T> Freeze for RuntimeApiMetadata<T>
where <T as Form>::String: Freeze,

impl<T> Freeze for RuntimeApiMethodMetadata<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl<T> Freeze for RuntimeApiMethodParamMetadata<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl<T> Freeze for SignedExtensionMetadata<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl Freeze for Transport

impl<B> !Freeze for RemoteExternalities<B>

impl<B> Freeze for Builder<B>
where <B as Block>::Hash: Freeze,

impl<H> Freeze for Mode<H>
where H: Freeze,

impl<H> Freeze for OnlineConfig<H>
where H: Freeze,

impl Freeze for Pays

impl Freeze for Never

impl Freeze for Nothing

impl Freeze for Select

impl Freeze for Fortitude

impl Freeze for Precision

impl Freeze for Instance1

impl Freeze for Identity

impl Freeze for PalletId

impl Freeze for Twox128

impl Freeze for Twox256

impl Freeze for Backing

impl Freeze for Footprint

impl<'a> Freeze for StorageNoopGuard<'a>

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

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

impl<A, B, OnDrop, OppositeOnDrop> Freeze for Imbalance<A, B, OnDrop, OppositeOnDrop>
where A: Freeze, B: Freeze,

impl<A, F> Freeze for ResolveAssetTo<A, F>

impl<A, F> Freeze for ResolveTo<A, F>

impl<A, F, R, D, Fp> Freeze for FreezeConsideration<A, F, R, D, Fp>
where <F as Inspect<A>>::Balance: Freeze,

impl<A, F, R, D, Fp> Freeze for HoldConsideration<A, F, R, D, Fp>
where <F as Inspect<A>>::Balance: Freeze,

impl<A, Fx, Rx, D, Fp> Freeze for LoneFreezeConsideration<A, Fx, Rx, D, Fp>

impl<A, Fx, Rx, D, Fp> Freeze for LoneHoldConsideration<A, Fx, Rx, D, Fp>

impl<A, T> Freeze for Dust<A, T>
where <T as Inspect<A>>::Balance: Freeze,

impl<A, T> Freeze for Dust<A, T>
where <T as Inspect<A>>::AssetId: Freeze, <T as Inspect<A>>::Balance: Freeze,

impl<AccountId> Freeze for RawOrigin<AccountId>
where AccountId: Freeze,

impl<AccountId, U> Freeze for DecreaseIssuance<AccountId, U>

impl<AccountId, U> Freeze for IncreaseIssuance<AccountId, U>

impl<AccountId, U> Freeze for DecreaseIssuance<AccountId, U>

impl<AccountId, U> Freeze for IncreaseIssuance<AccountId, U>

impl<AssetId> Freeze for NativeOrWithId<AssetId>
where AssetId: Freeze,

impl<B, OnDrop, OppositeOnDrop> Freeze for Imbalance<B, OnDrop, OppositeOnDrop>
where B: Freeze,

impl<B, PositiveImbalance> Freeze for SignedImbalance<B, PositiveImbalance>
where PositiveImbalance: Freeze, <PositiveImbalance as Imbalance<B>>::Opposite: Freeze,

impl<Balance> Freeze for WithdrawConsequence<Balance>
where Balance: Freeze,

impl<Balance, Imbalance, Target1, Target2, const PART1: u32, const PART2: u32> Freeze for SplitTwoWays<Balance, Imbalance, Target1, Target2, PART1, PART2>

impl<Base, Slope, Balance> Freeze for LinearStoragePrice<Base, Slope, Balance>

impl<BlockNumber> Freeze for DispatchTime<BlockNumber>
where BlockNumber: Freeze,

impl<C> Freeze for ConvertRank<C>

impl<C, A> Freeze for ActiveIssuanceOf<C, A>

impl<C, A> Freeze for TotalIssuanceOf<C, A>

impl<C, O> Freeze for UnityOrOuterConversion<C, O>

impl<CA, CB> Freeze for FromContains<CA, CB>

impl<CP> Freeze for FromContainsPair<CP>

impl<E, O> Freeze for EnqueueWithOrigin<E, O>

impl<E, O, N, C> Freeze for TransformOrigin<E, O, N, C>

impl<EO> Freeze for AsEnsureOriginWithArg<EO>

impl<Error> Freeze for ResultQuery<Error>

impl<Exclude> Freeze for EverythingBut<Exclude>

impl<F, A> Freeze for PayAssetFromAccount<F, A>

impl<F, A> Freeze for PayFromAccount<F, A>

impl<F, A, AccountId> Freeze for ItemOf<F, A, AccountId>

impl<F, A, AccountId> Freeze for ItemOf<F, A, AccountId>

impl<F, A, AccountId> Freeze for ItemOf<F, A, AccountId>

impl<F, T> Freeze for ClearFilterGuard<F, T>
where <F as FilterStack<T>>::Stack: Freeze,

impl<F, T> Freeze for FilterStackGuard<F, T>

impl<Hasher, KeyType> Freeze for Key<Hasher, KeyType>

impl<Id, Balance> Freeze for IdAmount<Id, Balance>
where Id: Freeze, Balance: Freeze,

impl<K, T, H> Freeze for StorageKeyIterator<K, T, H>

impl<L, R> Freeze for EitherOf<L, R>

impl<L, R> Freeze for EitherOfDiverse<L, R>

impl<Left, Right, Criterion, AssetKind, AccountId> Freeze for UnionOf<Left, Right, Criterion, AssetKind, AccountId>

impl<Left, Right, Criterion, AssetKind, AccountId> Freeze for UnionOf<Left, Right, Criterion, AssetKind, AccountId>

impl<M> Freeze for KeyLenOf<M>

impl<O, A, Morph, Inner, Success> Freeze for TryWithMorphedArg<O, A, Morph, Inner, Success>

impl<OM> Freeze for AsContains<OM>

impl<Orig, Mutator> Freeze for TryMapSuccess<Orig, Mutator>

impl<Origin, PrivilegeCmp> Freeze for EnsureOriginEqualOrHigherPrivilege<Origin, PrivilegeCmp>

impl<Original, Mutator> Freeze for MapSuccess<Original, Mutator>

impl<OverweightAddr> Freeze for NoopServiceQueues<OverweightAddr>

impl<P, DbWeight> Freeze for RemovePallet<P, DbWeight>

impl<P, S, DbWeight> Freeze for RemoveStorage<P, S, DbWeight>

impl<P, T> Freeze for ClassCountOf<P, T>

impl<PS, KV> Freeze for ParameterStoreAdapter<PS, KV>

impl<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues> Freeze for CountedStorageMap<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues>

impl<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues> Freeze for StorageMap<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues>

impl<Prefix, Hasher1, Key1, Hasher2, Key2, Value, QueryKind, OnEmpty, MaxValues> Freeze for StorageDoubleMap<Prefix, Hasher1, Key1, Hasher2, Key2, Value, QueryKind, OnEmpty, MaxValues>

impl<Prefix, Key, Value, QueryKind, OnEmpty, MaxValues> Freeze for CountedStorageNMap<Prefix, Key, Value, QueryKind, OnEmpty, MaxValues>

impl<Prefix, Key, Value, QueryKind, OnEmpty, MaxValues> Freeze for StorageNMap<Prefix, Key, Value, QueryKind, OnEmpty, MaxValues>

impl<Prefix, Value, QueryKind, OnEmpty> Freeze for StorageValue<Prefix, Value, QueryKind, OnEmpty>

impl<S, K, T> Freeze for StorageMapShim<S, K, T>

impl<SM, Else> Freeze for EnterSafeModeOnFailedMigration<SM, Else>

impl<Success> Freeze for NeverEnsureOrigin<Success>

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

impl<T> Freeze for StorageIterator<T>

impl<T> Freeze for KeyPrefixIterator<T>

impl<T> Freeze for Equals<T>

impl<T> Freeze for IsInVec<T>

impl<T> Freeze for VariantCountOf<T>

impl<T> Freeze for WrapperKeepOpaque<T>

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

impl<T, H> Freeze for Bounded<T, H>
where <H as Hash>::Output: Freeze,

impl<T, Hash> Freeze for MaybeHashed<T, Hash>
where T: Freeze, Hash: Freeze,

impl<T, OnRemoval> Freeze for PrefixIterator<T, OnRemoval>

impl<Tally, Moment, Class> Freeze for PollStatus<Tally, Moment, Class>
where Tally: Freeze, Class: Freeze, Moment: Freeze,

impl<These, Except> Freeze for TheseExcept<These, Except>

impl<These, Those> Freeze for InsideBoth<These, Those>

impl<const FROM: u16, const TO: u16, Inner, Pallet, Weight> Freeze for VersionedMigration<FROM, TO, Inner, Pallet, Weight>

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

impl Freeze for Meta

impl Freeze for StopParse

impl Freeze for Trailing

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

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

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

impl<P, T, V> Freeze for PunctuatedInner<P, T, V>
where V: Freeze,

impl Freeze for Phase

impl Freeze for RefStatus

impl Freeze for ForAll

impl Freeze for ForAny

impl Freeze for Account

impl Freeze for BlockHash

impl Freeze for Digest

impl Freeze for Events

impl Freeze for Number

impl<AccountId> Freeze for EnsureNone<AccountId>

impl<AccountId> Freeze for EnsureRoot<AccountId>

impl<AccountId> Freeze for EnsureSigned<AccountId>

impl<AccountId, Success> Freeze for EnsureRootWithSuccess<AccountId, Success>

impl<C> Freeze for TestBlockHashCount<C>

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

impl<Ensure, AccountId, Success> Freeze for EnsureWithSuccess<Ensure, AccountId, Success>

impl<Nonce, AccountData> Freeze for AccountInfo<Nonce, AccountData>
where Nonce: Freeze, AccountData: Freeze,

impl<Success> Freeze for EnsureNever<Success>

impl<T> Freeze for Call<T>
where <T as Config>::Hash: Freeze,

impl<T> Freeze for Error<T>

impl<T> Freeze for Event<T>
where <T as Config>::AccountId: Freeze, <T as Config>::Hash: Freeze,

impl<T> Freeze for Account<T>
where <T as Config>::AccountId: Freeze, <T as SigningTypes>::Public: Freeze,

impl<T> Freeze for GenesisConfig<T>

impl<T> Freeze for Pallet<T>

impl<T> Freeze for ChainContext<T>

impl<T> Freeze for CheckGenesis<T>

impl<T> Freeze for CheckMortality<T>

impl<T> Freeze for CheckNonZeroSender<T>

impl<T> Freeze for CheckNonce<T>
where <T as Config>::Nonce: Freeze,

impl<T> Freeze for CheckSpecVersion<T>

impl<T> Freeze for CheckTxVersion<T>

impl<T> Freeze for CheckWeight<T>

impl<T> Freeze for CodeUpgradeAuthorization<T>
where <T as Config>::Hash: Freeze,

impl<T> Freeze for Consumer<T>

impl<T> Freeze for Provider<T>

impl<T> Freeze for SelfSufficient<T>

impl<T> Freeze for SubstrateWeight<T>

impl<T, C, X> Freeze for Signer<T, C, X>

impl<T, OverarchingCall> Freeze for SubmitTransaction<T, OverarchingCall>

impl<Who, AccountId> Freeze for EnsureSignedBy<Who, AccountId>

impl Freeze for FsStats

impl Freeze for DirEntry

impl Freeze for File

impl Freeze for ReadDir

impl Freeze for Timeout

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

impl<ID, O> !Freeze for FuturesMap<ID, O>

impl<O> !Freeze for FuturesSet<O>

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<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<'a> Freeze for WakerRef<'a>

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

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

impl Freeze for Delay

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 BiLockAcquire<'a, T>

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

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

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

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

impl<T> Freeze for ReuniteError<T>

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, 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 Freeze for FxHasher

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 Freeze for GHash

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 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<'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<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 Freeze for NotKeyed

impl Freeze for Nanos

impl Freeze for Jitter

impl Freeze for Quota

impl<'a, Item, S, D, C, MW> Freeze for RatelimitedSink<'a, Item, S, D, C, MW>
where S: Freeze,

impl<'a, S, D, C, MW> Freeze for RatelimitedStream<'a, S, D, C, MW>
where S: Freeze, <S as Stream>::Item: Freeze,

impl<K, S, C, MW> Freeze for RateLimiter<K, S, C, MW>
where S: Freeze, C: Freeze, <C as Clock>::Instant: Freeze,

impl<P> Freeze for NoOpMiddleware<P>

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

impl<F, const WINDOW_SIZE: usize> Freeze for WnafScalar<F, WINDOW_SIZE>

impl<G, const WINDOW_SIZE: usize> Freeze for WnafBase<G, WINDOW_SIZE>

impl<W, B, S> Freeze for Wnaf<W, B, S>
where B: Freeze, S: Freeze, W: Freeze,

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 K: Freeze, Q: ?Sized,

impl<'a, 'b, K, Q, V, S, A> Freeze for OccupiedEntryRef<'a, 'b, K, Q, V, S, A>
where K: Freeze, Q: ?Sized,

impl<'a, 'b, K, Q, V, S, A> Freeze for VacantEntryRef<'a, 'b, K, Q, V, S, A>
where K: Freeze, 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>
where K: Freeze,

impl<'a, K, V, S, A> Freeze for OccupiedError<'a, K, V, S, A>
where V: Freeze, K: 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 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, A> Freeze for RawDrain<'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>
where T: Freeze,

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> Freeze for Bucket<T>

impl<T> Freeze for RawIter<T>

impl<T> Freeze for RawIterHash<T>

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

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

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

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

impl<T, S, A> Freeze for HashSet<T, S, A>
where S: Freeze, A: Freeze,

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

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

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, K, V> Freeze for Keys<'a, K, V>

impl<'a, K, V> Freeze for OccupiedEntry<'a, K, V>
where K: Freeze,

impl<'a, K, V> Freeze for RawOccupiedEntryMut<'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, S> Freeze for Entry<'a, K, V, S>
where K: Freeze,

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 RawVacantEntryMut<'a, K, V, S>

impl<'a, K, V, S> Freeze for VacantEntry<'a, K, V, S>
where K: Freeze,

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 SymmetricDifference<'a, T, S>

impl<'a, T, S> Freeze for Union<'a, T, S>

impl<K> Freeze for IntoIter<K>

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

impl<K, V, S> Freeze for LinkedHashMap<K, V, S>
where S: Freeze,

impl<K, V, S> Freeze for LruCache<K, V, S>
where S: Freeze,

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

impl Freeze for Case

impl Freeze for OutBytes

impl<'a> Freeze for DisplayByteSlice<'a>

impl<'a> Freeze for HexToBytesIter<'a>

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

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

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

impl Freeze for OpCode

impl Freeze for DNSClass

impl Freeze for AppUsage

impl Freeze for AuthUsage

impl Freeze for OpUsage

impl Freeze for UserUsage

impl Freeze for Property

impl Freeze for Value

impl Freeze for EdnsCode

impl Freeze for Algorithm

impl Freeze for CertUsage

impl Freeze for Matching

impl Freeze for Selector

impl Freeze for RData

impl Freeze for Flags

impl Freeze for Header

impl Freeze for Message

impl Freeze for Query

impl Freeze for Edns

impl Freeze for Label

impl Freeze for Name

impl Freeze for ZoneUsage

impl Freeze for A

impl Freeze for AAAA

impl Freeze for CAA

impl Freeze for KeyValue

impl Freeze for CSYNC

impl Freeze for HINFO

impl Freeze for HTTPS

impl Freeze for MX

impl Freeze for ANAME

impl Freeze for CNAME

impl Freeze for NS

impl Freeze for PTR

impl Freeze for NAPTR

impl Freeze for NULL

impl Freeze for OPT

impl Freeze for SOA

impl Freeze for SRV

impl Freeze for SSHFP

impl Freeze for Alpn

impl Freeze for EchConfig

impl Freeze for Mandatory

impl Freeze for SVCB

impl Freeze for Unknown

impl Freeze for TLSA

impl Freeze for TXT

impl Freeze for LowerName

impl Freeze for RecordSet

impl Freeze for RrKey

impl Freeze for TokioTime

impl<'a> Freeze for LabelIter<'a>

impl<'a> Freeze for BinDecoder<'a>

impl<'a> Freeze for BinEncoder<'a>

impl<'a, R> Freeze for RecordRef<'a, R>

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

impl<'r> Freeze for RrsetRecords<'r>

impl<F, S, MF> Freeze for DnsMultiplexerConnect<F, S, MF>
where F: Freeze,

impl<F, S, TE> Freeze for DnsExchangeConnect<F, S, TE>
where F: Freeze, S: Freeze,

impl<H> Freeze for RetryDnsHandle<H>
where H: Freeze,

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

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

impl<S> Freeze for TcpClientConnect<S>

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

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

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

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

impl<S, MF> Freeze for UdpClientConnect<S, MF>

impl<S, MF> Freeze for UdpClientStream<S, MF>

impl<S, MF> Freeze for DnsMultiplexer<S, MF>
where S: Freeze,

impl<S, TE> Freeze for DnsExchangeBackground<S, TE>
where S: Freeze,

impl<T> Freeze for IpHint<T>

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

impl !Freeze for Resolver

impl Freeze for Protocol

impl Freeze for DnsLru

impl Freeze for TtlConfig

impl Freeze for Lookup

impl Freeze for MxLookup

impl Freeze for NsLookup

impl Freeze for SoaLookup

impl Freeze for SrvLookup

impl Freeze for TxtLookup

impl Freeze for LookupIp

impl Freeze for Hosts

impl<'a> Freeze for LookupIter<'a>

impl<'a> Freeze for LookupRecordIter<'a>

impl<'i> Freeze for Ipv4LookupIter<'i>

impl<'i> Freeze for Ipv6LookupIter<'i>

impl<'i> Freeze for MxLookupIter<'i>

impl<'i> Freeze for NsLookupIter<'i>

impl<'i> Freeze for ReverseLookupIter<'i>

impl<'i> Freeze for SoaLookupIter<'i>

impl<'i> Freeze for SrvLookupIter<'i>

impl<'i> Freeze for TlsaLookupIter<'i>

impl<'i> Freeze for TxtLookupIter<'i>

impl<'i> Freeze for LookupIpIter<'i>

impl<C, E> Freeze for LookupIpFuture<C, E>
where C: Freeze,

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

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

impl<P> Freeze for NameServerPool<P>

impl<P> Freeze for AsyncResolver<P>

impl<H, I> Freeze for Hkdf<H, I>
where <I as Sealed<H>>::Core: Freeze,

impl<H, I> Freeze for HkdfExtract<H, I>
where I: 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 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 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 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<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 Config

impl Freeze for Errors

impl Freeze for Idna

impl Freeze for IfEvent

impl<'a> Freeze for DirEntry<'a>

impl<'a> Freeze for Dir<'a>

impl<'a> Freeze for File<'a>

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

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 Freeze for IpNetwork

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<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 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 ChunkBy<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 Collator

impl Freeze for Exception

impl Freeze for Global

impl Freeze for Instance

impl Freeze for LinkError

impl Freeze for Memory

impl Freeze for Module

impl Freeze for Table

impl Freeze for Tag

impl Freeze for Array

impl Freeze for BigInt

impl Freeze for Boolean

impl Freeze for DataView

impl Freeze for Date

impl Freeze for Error

impl Freeze for EvalError

impl Freeze for Function

impl Freeze for Generator

impl Freeze for Int8Array

impl Freeze for IntoIter

impl Freeze for Iterator

impl Freeze for JsString

impl Freeze for Map

impl Freeze for Number

impl Freeze for Object

impl Freeze for Promise

impl Freeze for Proxy

impl Freeze for RegExp

impl Freeze for Set

impl Freeze for Symbol

impl Freeze for TypeError

impl Freeze for UriError

impl Freeze for WeakMap

impl Freeze for WeakSet

impl<'a> Freeze for ArrayIter<'a>

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

impl Freeze for Mode

impl Freeze for WsError

impl<T> Freeze for Receiver<T>

impl<T> Freeze for Sender<T>

impl !Freeze for Client

impl Freeze for IdKind

impl Freeze for Error

impl Freeze for HttpError

impl Freeze for NotifyMsg

impl Freeze for Body

impl Freeze for Methods

impl<'a> Freeze for BatchRequestBuilder<'a>

impl<'a> Freeze for SubscriptionState<'a>

impl<'a, R> Freeze for BatchResponse<'a, R>

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

impl<Context> Freeze for RpcModule<Context>

impl<Notif> Freeze for Subscription<Notif>

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

impl Freeze for Error

impl<B> Freeze for HttpBackend<B>

impl<L> Freeze for HttpClientBuilder<L>
where L: Freeze,

impl<L> Freeze for HttpTransportClientBuilder<L>
where L: Freeze,

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

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

impl Freeze for Port

impl Freeze for Authority

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

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

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

impl<HttpMiddleware = Identity, RpcMiddleware = Identity> !Freeze for Server<HttpMiddleware, RpcMiddleware>

impl<HttpMiddleware, RpcMiddleware> Freeze for Builder<HttpMiddleware, RpcMiddleware>
where HttpMiddleware: Freeze, RpcMiddleware: Freeze,

impl<L> Freeze for RpcServiceBuilder<L>
where L: Freeze,

impl<RpcMiddleware, HttpMiddleware> Freeze for TowerService<RpcMiddleware, HttpMiddleware>
where HttpMiddleware: Freeze, RpcMiddleware: Freeze,

impl<RpcMiddleware, HttpMiddleware> Freeze for TowerServiceBuilder<RpcMiddleware, HttpMiddleware>
where HttpMiddleware: Freeze, RpcMiddleware: Freeze,

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

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

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

impl Freeze for ErrorCode

impl<'a> Freeze for Id<'a>

impl<'a> Freeze for SubscriptionId<'a>

impl<'a> Freeze for ErrorObject<'a>

impl<'a> Freeze for Params<'a>

impl<'a> Freeze for ParamsSequence<'a>

impl<'a> Freeze for InvalidRequest<'a>

impl<'a> Freeze for NotificationSer<'a>

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

impl<'a> Freeze for RequestSer<'a>

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

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

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

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

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

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

impl Freeze for Scalar

impl Freeze for Secp256k1

impl Freeze for Error

impl Freeze for DBOp

impl Freeze for Kind

impl Freeze for IoStats

impl !Freeze for InMemory

impl !Freeze for Database

impl Freeze for DIR

impl Freeze for FILE

impl Freeze for fpos64_t

impl Freeze for fpos_t

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 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 lconv

impl Freeze for linger

impl Freeze for mallinfo

impl Freeze for mallinfo2

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 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<Provider, Phase> Freeze for SwarmBuilder<Provider, Phase>
where Phase: Freeze,

impl Freeze for Blocked

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

impl Freeze for Behaviour

impl Freeze for Exceeded

impl Freeze for Endpoint

impl Freeze for Listener

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

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

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

impl<C, U> Freeze for Authenticate<C, U>

impl<C, U> Freeze for Multiplex<C, U>

impl<F, U, C> Freeze for DialUpgradeFuture<F, U, C>

impl<F, U, C> Freeze for ListenerUpgradeFuture<F, U, C>
where U: Freeze, <U as UpgradeInfo>::Info: Freeze, C: Freeze,

impl<InnerFut> Freeze for Timeout<InnerFut>
where InnerFut: Freeze,

impl<InnerTrans> Freeze for TransportTimeout<InnerTrans>
where InnerTrans: Freeze,

impl<O> Freeze for Boxed<O>

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

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

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

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

impl<T> Freeze for Chan<T>

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

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

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

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

impl<T, C> Freeze for AndThen<T, C>
where T: Freeze, C: Freeze,

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

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

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

impl<T, F> Freeze for MapErrDial<T, F>
where <T as Transport>::Dial: Freeze, F: Freeze,

impl<T, F> Freeze for MapErrListenerUpgrade<T, F>

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

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

impl<TErr> Freeze for TransportError<TErr>
where TErr: Freeze,

impl<TErr> Freeze for TransportTimeoutError<TErr>
where TErr: Freeze,

impl<TFut, TMap, TMapOut> Freeze for AndThenFuture<TFut, TMap, TMapOut>
where TMap: Freeze,

impl<TOut> Freeze for DummyTransport<TOut>

impl<TUpgr, TErr> Freeze for TransportEvent<TUpgr, TErr>
where TUpgr: Freeze, TErr: Freeze,

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

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

impl Freeze for Event

impl Freeze for Behaviour

impl Freeze for Config

impl Freeze for Info

impl Freeze for KeyType

impl Freeze for Keypair

impl Freeze for PublicKey

impl Freeze for SecretKey

impl Freeze for Keypair

impl Freeze for PeerId

impl Freeze for PublicKey

impl !Freeze for Event

impl !Freeze for QueryInfo

impl !Freeze for Key

impl !Freeze for Record

impl !Freeze for PeerRecord

impl Freeze for Caching

impl Freeze for Mode

impl Freeze for Quorum

impl Freeze for Error

impl Freeze for Addresses

impl Freeze for Config

impl Freeze for Distance

impl Freeze for QueryId

impl<'a> Freeze for QueryMut<'a>

impl<'a> Freeze for QueryRef<'a>

impl<'a, TKey, TVal> Freeze for KBucketRef<'a, TKey, TVal>

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

impl<TKey, TVal> Freeze for EntryView<TKey, TVal>
where TKey: Freeze, TVal: Freeze,

impl<TStore> Freeze for Behaviour<TStore>
where TStore: Freeze,

impl Freeze for Event

impl Freeze for Config

impl<P> Freeze for Behaviour<P>
where <P as Provider>::Watcher: Freeze, <P as Provider>::Timer: Freeze,

impl Freeze for Error

impl Freeze for Config

impl<T> !Freeze for Output<T>

impl Freeze for Failure

impl Freeze for Behaviour

impl Freeze for Config

impl Freeze for Event

impl Freeze for Config

impl Freeze for RequestId

impl<TCodec> Freeze for Behaviour<TCodec>
where TCodec: Freeze, <TCodec as Codec>::Protocol: Freeze,

impl<TRequest, TResponse, TChannelResponse> Freeze for Event<TRequest, TResponse, TChannelResponse>
where TRequest: Freeze, TResponse: Freeze,

impl<TRequest, TResponse, TChannelResponse> Freeze for Message<TRequest, TResponse, TChannelResponse>
where TRequest: Freeze, TResponse: Freeze,

impl<TResponse> Freeze for ResponseChannel<TResponse>

impl Freeze for DialError

impl Freeze for KeepAlive

impl Freeze for DialOpts

impl Freeze for Behaviour

impl Freeze for Behaviour

impl Freeze for Config

impl Freeze for Stream

impl<'a> Freeze for ProtocolsChange<'a>

impl<'a> Freeze for AddressChange<'a>

impl<'a> Freeze for ConnectionEstablished<'a>

impl<'a> Freeze for DialFailure<'a>

impl<'a> Freeze for ExpiredListenAddr<'a>

impl<'a> Freeze for ExternalAddrConfirmed<'a>

impl<'a> Freeze for ExternalAddrExpired<'a>

impl<'a> Freeze for ListenFailure<'a>

impl<'a> Freeze for ListenerClosed<'a>

impl<'a> Freeze for ListenerError<'a>

impl<'a> Freeze for NewListenAddr<'a>

impl<'a> Freeze for AddressChange<'a>

impl<'a> Freeze for ProtocolsAdded<'a>

impl<'a> Freeze for ProtocolsRemoved<'a>

impl<'a> Freeze for SwarmPollParameters<'a>

impl<'a, Handler> Freeze for FromSwarm<'a, Handler>
where Handler: Freeze,

impl<'a, Handler> Freeze for ConnectionClosed<'a, Handler>
where Handler: Freeze,

impl<'a, IP, OP, IOI, OOI> Freeze for ConnectionEvent<'a, IP, OP, IOI, OOI>

impl<H> Freeze for IndexedProtoName<H>
where H: Freeze,

impl<IOI, IP> Freeze for ListenUpgradeError<IOI, IP>
where IOI: Freeze, <IP as InboundUpgradeSend>::Error: Freeze,

impl<IP, IOI> Freeze for FullyNegotiatedInbound<IP, IOI>
where <IP as InboundUpgradeSend>::Output: Freeze, IOI: Freeze,

impl<K, H> Freeze for MultiHandler<K, H>

impl<K, H> Freeze for Upgrade<K, H>

impl<K, I> Freeze for Info<K, I>

impl<OOI, OP> Freeze for DialUpgradeError<OOI, OP>
where OOI: Freeze, <OP as OutboundUpgradeSend>::Error: Freeze,

impl<OP, OOI> Freeze for FullyNegotiatedOutbound<OP, OOI>
where <OP as OutboundUpgradeSend>::Output: Freeze, OOI: Freeze,

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

impl<TBehaviour> !Freeze for Swarm<TBehaviour>

impl<TBehaviour> Freeze for Toggle<TBehaviour>
where TBehaviour: Freeze,

impl<TBehaviour> Freeze for SwarmBuilder<TBehaviour>
where TBehaviour: Freeze,

impl<TBehaviourOutEvent, THandlerErr> Freeze for SwarmEvent<TBehaviourOutEvent, THandlerErr>
where TBehaviourOutEvent: Freeze, THandlerErr: Freeze,

impl<TConnectionHandler, TMap> Freeze for MapOutEvent<TConnectionHandler, TMap>
where TConnectionHandler: Freeze, TMap: Freeze,

impl<TConnectionHandler, TNewIn, TMap> Freeze for MapInEvent<TConnectionHandler, TNewIn, TMap>
where TConnectionHandler: Freeze, TMap: Freeze,

impl<TConnectionUpgrade, TOutboundOpenInfo, TCustom, TErr> Freeze for ConnectionHandlerEvent<TConnectionUpgrade, TOutboundOpenInfo, TCustom, TErr>
where TErr: Freeze, TCustom: Freeze, TConnectionUpgrade: Freeze, TOutboundOpenInfo: Freeze,

impl<THandlerErr> Freeze for ConnectionError<THandlerErr>
where THandlerErr: Freeze,

impl<TInbound, TOutbound, TEvent> Freeze for OneShotHandler<TInbound, TOutbound, TEvent>
where TInbound: Freeze, <TOutbound as OutboundUpgradeSend>::Error: Freeze, TEvent: Freeze, TOutbound: Freeze,

impl<TInner> Freeze for ToggleConnectionHandler<TInner>
where TInner: Freeze,

impl<TOutEvent, TInEvent> Freeze for ToSwarm<TOutEvent, TInEvent>
where TOutEvent: Freeze, TInEvent: Freeze,

impl<TProto1, TProto2> Freeze for ConnectionHandlerSelect<TProto1, TProto2>
where TProto1: Freeze, TProto2: Freeze,

impl<TUpgrErr> Freeze for StreamUpgradeError<TUpgrErr>
where TUpgrErr: Freeze,

impl<TUpgrade, TInfo> Freeze for SubstreamProtocol<TUpgrade, TInfo>
where TUpgrade: Freeze, TInfo: Freeze,

impl !Freeze for TcpStream

impl Freeze for Config

impl<T> !Freeze for Transport<T>

impl Freeze for Transport

impl Freeze for Dial

impl Freeze for JsErr

impl Freeze for Listen

impl Freeze for Data

impl Freeze for Incoming

impl Freeze for Error

impl Freeze for Builder

impl Freeze for Config

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

impl<T> Freeze for Connection<T>

impl<T> Freeze for WsConfig<T>

impl<T> Freeze for BytesConnection<T>

impl<T> Freeze for WsConfig<T>

impl Freeze for Config

impl Freeze for Error

impl Freeze for Stream

impl<C> !Freeze for Muxer<C>

impl Freeze for __fsid_t

impl Freeze for rocksdb_t

impl Freeze for Message

impl Freeze for PublicKey

impl Freeze for SecretKey

impl Freeze for Signature

impl<D> Freeze for SharedSecret<D>

impl Freeze for Error

impl Freeze for Affine

impl Freeze for Field

impl Freeze for Jacobian

impl Freeze for Scalar

impl<'a> Freeze for Decoder<'a>

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, K, V> Freeze for Keys<'a, K, V>

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

impl<'a, K, V, S> Freeze for Entry<'a, K, V, S>
where K: Freeze,

impl<'a, K, V, S> Freeze for Entries<'a, K, V, S>

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> Freeze for IntoIter<K, V>

impl<K, V, S> Freeze for LinkedHashMap<K, V, S>
where S: Freeze,

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

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 SymmetricDifference<'a, T, S>

impl<'a, T, S> Freeze for Union<'a, T, S>

impl<K> Freeze for IntoIter<K>

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

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 flock

impl Freeze for flock64

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 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 sigval

impl<Storage> Freeze for __BindgenBitfieldUnit<Storage>
where Storage: Freeze,

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

impl<H, SC> Freeze for Lioness<H, SC>

impl !Freeze for DialError

impl !Freeze for Error

impl !Freeze for PeerRecord

impl !Freeze for Record

impl !Freeze for Key

impl !Freeze for Substream

impl Freeze for Role

impl Freeze for PublicKey

impl Freeze for DnsError

impl Freeze for Direction

impl Freeze for WantType

impl Freeze for Quorum

impl Freeze for PingEvent

impl Freeze for MdnsEvent

impl Freeze for Direction

impl Freeze for Endpoint

impl Freeze for Mode

impl Freeze for Identity

impl Freeze for Keypair

impl Freeze for PublicKey

impl Freeze for SecretKey

impl Freeze for Config

impl Freeze for Config

impl Freeze for Config

impl Freeze for QueryId

impl Freeze for Config

impl Freeze for Config

impl Freeze for Config

impl Freeze for Config

impl Freeze for Litep2p

impl Freeze for PeerId

impl Freeze for Config

impl Freeze for Config

impl Freeze for RequestId

impl Freeze for Config

impl Freeze for Control

impl Freeze for Packet

impl Freeze for Stream

impl Freeze for StreamId

impl<K, S> Freeze for SubstreamSet<K, S>

impl<T> !Freeze for Connection<T>

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, 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 Freeze for LZ4Error

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

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

impl Freeze for BlockMode

impl Freeze for BlockSize

impl Freeze for FrameType

impl Freeze for ProcMacro

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 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 Advice

impl Freeze for Mmap

impl Freeze for MmapMut

impl Freeze for MmapRaw

impl<H> Freeze for HashKey<H>

impl<H> Freeze for LegacyPrefixedKey<H>

impl<H> Freeze for PrefixedKey<H>

impl<H, KF, T> Freeze for MemoryDB<H, KF, T>
where <H as Hasher>::Out: Freeze, T: Freeze,

impl !Freeze for TracesIn

impl Freeze for Config

impl Freeze for Span

impl Freeze for StartTime

impl Freeze for TracesOut

impl<'a> Freeze for Log<'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 !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 Message

impl Freeze for PostErr

impl Freeze for Config

impl Freeze for Delay

impl Freeze for Events

impl Freeze for Config

impl Freeze for Config

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

impl<R> Freeze for RequestManager<R>

impl<X> Freeze for Mixnet<X>

impl<X> Freeze for Mixnode<X>
where X: Freeze,

impl Freeze for Context

impl Freeze for Context

impl Freeze for Context

impl Freeze for MockBoo

impl Freeze for MockFoo

impl Freeze for Sequence

impl<'__mockall_lt> Freeze for ExpectationGuard<'__mockall_lt>

impl<'__mockall_lt> Freeze for ExpectationGuard<'__mockall_lt>

impl<'__mockall_lt> Freeze for ExpectationGuard<'__mockall_lt>

impl Freeze for Error

impl Freeze for Multiaddr

impl<'a> Freeze for Protocol<'a>

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

impl<'a> Freeze for Onion3Addr<'a>

impl<'a> Freeze for ProtoStackIter<'a>

impl Freeze for Base

impl Freeze for Error

impl Freeze for Error

impl<const S: usize> Freeze for Multihash<S>

impl Freeze for Version

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

impl<R, N> Freeze for ListenerSelectFuture<R, N>
where N: Freeze, R: Freeze,

impl<TInner> Freeze for Negotiated<TInner>
where TInner: Freeze,

impl<TInner> Freeze for NegotiatedComplete<TInner>
where TInner: Freeze,

impl Freeze for Name

impl<'a> Freeze for Generator<'a>

impl Freeze for WyRand

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

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

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

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

impl Freeze for Nla

impl Freeze for Inet

impl Freeze for Inet6

impl Freeze for Info

impl Freeze for InfoData

impl Freeze for InfoIpoib

impl Freeze for InfoKind

impl Freeze for InfoVlan

impl Freeze for InfoVrf

impl Freeze for InfoVxlan

impl Freeze for Nla

impl Freeze for Prop

impl Freeze for State

impl Freeze for VethInfo

impl Freeze for Nla

impl Freeze for Nla

impl Freeze for Nla

impl Freeze for Metrics

impl Freeze for Nla

impl Freeze for Nla

impl Freeze for ActNla

impl Freeze for ActOpt

impl Freeze for Nla

impl Freeze for Stats2

impl Freeze for TcOpt

impl Freeze for Nla

impl Freeze for Nla

impl Freeze for CacheInfo

impl Freeze for Map

impl Freeze for Stats

impl Freeze for Stats64

impl Freeze for CacheInfo

impl Freeze for Config

impl Freeze for Stats

impl Freeze for CacheInfo

impl Freeze for MfcStats

impl Freeze for NextHop

impl Freeze for RuleFlags

impl Freeze for TcMirred

impl Freeze for Action

impl Freeze for Stats

impl Freeze for TcGen

impl Freeze for Key

impl Freeze for Sel

impl Freeze for TcHeader

impl Freeze for TcMessage

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

impl<T> Freeze for ConnectionHandle<T>

impl<T, S, C> Freeze for Connection<T, S, C>
where S: Freeze,

impl<T, S, C> Freeze for NetlinkFramed<T, S, C>
where S: Freeze,

impl Freeze for Socket

impl<'a, 'b, S> Freeze for PollSend<'a, 'b, S>

impl<'a, 'b, S> Freeze for PollSendTo<'a, 'b, S>

impl<'a, 'b, S, B> Freeze for PollRecv<'a, 'b, S, B>

impl<'a, 'b, S, B> Freeze for PollRecvFrom<'a, 'b, S, B>

impl<'a, S> Freeze for PollRecvFromFull<'a, S>

impl Freeze for Addr

impl Freeze for Error

impl Freeze for V4IfAddr

impl Freeze for V6IfAddr

impl Freeze for Errno

impl Freeze for FlockArg

impl Freeze for Signal

impl Freeze for Id

impl Freeze for Whence

impl Freeze for AtFlags

impl Freeze for FdFlag

impl Freeze for OFlag

impl Freeze for SealFlag

impl Freeze for MntFlags

impl Freeze for MsFlags

impl Freeze for CpuSet

impl Freeze for SaFlags

impl Freeze for SigAction

impl Freeze for SigEvent

impl Freeze for SigSet

impl Freeze for SfdFlags

impl Freeze for SignalFd

impl Freeze for Mode

impl Freeze for SFlag

impl Freeze for FsType

impl Freeze for Statfs

impl Freeze for FsFlags

impl Freeze for Statvfs

impl Freeze for SysInfo

impl Freeze for TimeSpec

impl Freeze for TimeVal

impl Freeze for Pid

impl<'a> Freeze for FcntlArg<'a>

impl<'a> Freeze for SigSetIter<'a>

impl<T> Freeze for IoVec<T>

impl<T> Freeze for NoHashHasher<T>

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

impl<T> Freeze for NonZeroLiteral<T>
where T: 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 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 Freeze for ErrorKind

impl Freeze for Grouping

impl Freeze for Locale

impl Freeze for Buffer

impl Freeze for Error

impl<'a> Freeze for DecimalStr<'a>

impl<'a> Freeze for InfinityStr<'a>

impl<'a> Freeze for MinusSignStr<'a>

impl<'a> Freeze for NanStr<'a>

impl<'a> Freeze for PlusSignStr<'a>

impl<'a> Freeze for SeparatorStr<'a>

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

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

impl Freeze for Prefix

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

impl Freeze for FileFlags

impl Freeze for FileKind

impl Freeze for AixHeader

impl Freeze for Header

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 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, 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 ArchiveMember<'data>

impl<'data> Freeze for ArchiveSymbol<'data>

impl<'data> Freeze for ArchiveSymbolIterator<'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 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 ArchiveFile<'data, R>
where R: Freeze,

impl<'data, R> Freeze for ArchiveMemberIterator<'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 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 I16Bytes<E>

impl<E> Freeze for I32Bytes<E>

impl<E> Freeze for I64Bytes<E>

impl<E> Freeze for U16Bytes<E>

impl<E> Freeze for U32Bytes<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 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<E> Freeze for SpawnedSubsystem<E>

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

impl<Message, Signal> Freeze for FromOrchestra<Message, Signal>
where Signal: Freeze, Message: Freeze,

impl<Message, Signal> Freeze for SubsystemInstance<Message, Signal>

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

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

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

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

impl Freeze for LogIcon

impl Freeze for Ansi

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

impl<'a> Freeze for Logger<'a>

impl Freeze for Error

impl Freeze for Language

impl Freeze for Mnemonic

impl Freeze for Error

impl Freeze for Db

impl Freeze for Options

impl<'a> Freeze for BTreeIterator<'a>

impl<Key, Value> Freeze for Operation<Key, Value>
where Key: Freeze, Value: Freeze,

impl Freeze for Error

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

impl<'a, T, U> Freeze for Ref<'a, T, U>

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

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

impl Freeze for BlockType

impl Freeze for Error

impl Freeze for External

impl Freeze for Internal

impl Freeze for Section

impl Freeze for Type

impl Freeze for ValueType

impl Freeze for Identity

impl Freeze for Func

impl Freeze for FuncBody

impl Freeze for InitExpr

impl Freeze for Local

impl Freeze for Module

impl Freeze for TableType

impl Freeze for Uint32

impl Freeze for Uint64

impl Freeze for Uint8

impl Freeze for Unparsed

impl Freeze for VarInt32

impl Freeze for VarInt64

impl Freeze for VarInt7

impl Freeze for VarUint1

impl Freeze for VarUint32

impl Freeze for VarUint64

impl Freeze for VarUint7

impl<'a, W> Freeze for CountedWriter<'a, W>

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

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

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

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

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

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

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

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

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

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

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

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

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

impl<I, T> Freeze for CountedListWriter<I, T>
where T: Freeze,

impl<T> Freeze for CountedList<T>

impl<T> Freeze for IndexMap<T>

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 Encoding

impl Freeze for Error

impl Freeze for Output

impl<'a> Freeze for Ident<'a>

impl<'a> Freeze for PasswordHash<'a>

impl<'a> Freeze for Salt<'a>

impl<'a> Freeze for Value<'a>

impl Freeze for PemError

impl Freeze for Pem

impl Freeze for AsciiSet

impl<'a> Freeze for PercentDecode<'a>

impl<'a> Freeze for PercentEncode<'a>

impl Freeze for Config

impl Freeze for Directed

impl Freeze for Direction

impl Freeze for Time

impl<'a, E, Ix> Freeze for EdgeIndices<'a, E, Ix>

impl<'a, E, Ix> Freeze for EdgeReference<'a, E, Ix>
where Ix: Freeze,

impl<'a, E, Ix> Freeze for EdgeReferences<'a, E, Ix>
where Ix: Freeze,

impl<'a, E, Ix> Freeze for Neighbors<'a, E, Ix>

impl<'a, E, Ix> Freeze for OutgoingEdgeReferences<'a, E, Ix>
where Ix: Freeze,

impl<'a, E, Ix> Freeze for EdgeReference<'a, E, Ix>
where Ix: Freeze,

impl<'a, E, Ix> Freeze for EdgeReferences<'a, E, Ix>

impl<'a, E, Ix> Freeze for EdgeWeightsMut<'a, E, Ix>

impl<'a, E, Ix> Freeze for Neighbors<'a, E, Ix>
where Ix: Freeze,

impl<'a, E, Ix> Freeze for EdgeIndices<'a, E, Ix>

impl<'a, E, Ix> Freeze for EdgeReference<'a, E, Ix>
where Ix: Freeze,

impl<'a, E, Ix> Freeze for EdgeReferences<'a, E, Ix>

impl<'a, E, Ix> Freeze for Neighbors<'a, E, Ix>
where Ix: Freeze,

impl<'a, E, Ty, Ix> Freeze for EdgeReference<'a, E, Ty, Ix>
where Ix: Freeze,

impl<'a, E, Ty, Ix> Freeze for EdgeReferences<'a, E, Ty, Ix>
where Ix: Freeze,

impl<'a, E, Ty, Ix> Freeze for Edges<'a, E, Ty, Ix>
where Ix: Freeze,

impl<'a, E, Ty, Ix> Freeze for Edges<'a, E, Ty, Ix>
where Ix: Freeze,

impl<'a, E, Ty, Ix> Freeze for EdgesConnecting<'a, E, Ty, Ix>
where Ix: Freeze,

impl<'a, E, Ty, Ix> Freeze for Edges<'a, E, Ty, Ix>
where Ix: Freeze,

impl<'a, E, Ty, Ix> Freeze for EdgesConnecting<'a, E, Ty, Ix>
where Ix: Freeze,

impl<'a, G> Freeze for MatchedEdges<'a, G>

impl<'a, G> Freeze for MatchedNodes<'a, G>

impl<'a, G> Freeze for Dot<'a, G>
where G: Freeze,

impl<'a, G> Freeze for Frozen<'a, G>

impl<'a, G, F> Freeze for EdgeFilteredNeighbors<'a, G, F>
where <G as IntoEdges>::Edges: Freeze,

impl<'a, G, I, F> Freeze for EdgeFilteredEdges<'a, G, I, F>
where I: Freeze,

impl<'a, G, I, F> Freeze for NodeFilteredEdgeReferences<'a, G, I, F>
where I: Freeze,

impl<'a, G, I, F> Freeze for NodeFilteredEdges<'a, G, I, F>
where I: Freeze,

impl<'a, I, F> Freeze for NodeFilteredNeighbors<'a, I, F>
where I: Freeze,

impl<'a, I, F> Freeze for NodeFilteredNodes<'a, I, F>
where I: Freeze,

impl<'a, Ix> Freeze for Neighbors<'a, Ix>

impl<'a, Ix> Freeze for NodeIdentifiers<'a, Ix>

impl<'a, N> Freeze for DominatedByIter<'a, N>
where N: Freeze,

impl<'a, N> Freeze for DominatorsIter<'a, N>
where N: Freeze,

impl<'a, N> Freeze for Nodes<'a, N>

impl<'a, N, E, Ty> Freeze for AllEdges<'a, N, E, Ty>

impl<'a, N, E, Ty> Freeze for AllEdgesMut<'a, N, E, Ty>

impl<'a, N, E, Ty> Freeze for NodeIdentifiers<'a, N, E, Ty>

impl<'a, N, E, Ty> Freeze for NodeReferences<'a, N, E, Ty>

impl<'a, N, E, Ty, S> Freeze for Edges<'a, N, E, Ty, S>
where N: Freeze,

impl<'a, N, E, Ty, S> Freeze for EdgesDirected<'a, N, E, Ty, S>
where N: Freeze,

impl<'a, N, Ix> Freeze for NodeReferences<'a, N, Ix>

impl<'a, N, Ix> Freeze for NodeReferences<'a, N, Ix>

impl<'a, N, Ix> Freeze for NodeWeightsMut<'a, N, Ix>

impl<'a, N, Ix> Freeze for NodeReferences<'a, N, Ix>

impl<'a, N, Ix> Freeze for NodeIndices<'a, N, Ix>

impl<'a, N, Ix> Freeze for NodeReferences<'a, N, Ix>

impl<'a, N, Ty> Freeze for Neighbors<'a, N, Ty>

impl<'a, N, Ty> Freeze for NeighborsDirected<'a, N, Ty>
where N: Freeze,

impl<'a, N, Ty, Ix> Freeze for Externals<'a, N, Ty, Ix>

impl<'a, N, Ty, Ix> Freeze for Externals<'a, N, Ty, Ix>

impl<'a, Ty, Null, Ix> Freeze for EdgeReferences<'a, Ty, Null, Ix>

impl<'a, Ty, Null, Ix> Freeze for Edges<'a, Ty, Null, Ix>

impl<'a, Ty, Null, Ix> Freeze for Neighbors<'a, Ty, Null, Ix>

impl<'b, T> Freeze for Ptr<'b, T>

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

impl<E, Ix> Freeze for List<E, Ix>

impl<E, Ix> Freeze for Edge<E, Ix>
where E: Freeze, Ix: Freeze,

impl<G> Freeze for Matching<G>
where G: Freeze,

impl<G> Freeze for Reversed<G>
where G: Freeze,

impl<G, F> Freeze for EdgeFiltered<G, F>
where G: Freeze, F: Freeze,

impl<G, F> Freeze for NodeFiltered<G, F>
where G: Freeze, F: Freeze,

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

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

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

impl<Ix> Freeze for EdgeIndex<Ix>
where Ix: Freeze,

impl<Ix> Freeze for NodeIndices<Ix>

impl<Ix> Freeze for OutgoingEdgeIndices<Ix>
where Ix: Freeze,

impl<Ix> Freeze for NodeIdentifiers<Ix>

impl<Ix> Freeze for EdgeIndex<Ix>
where Ix: Freeze,

impl<Ix> Freeze for EdgeIndices<Ix>

impl<Ix> Freeze for NodeIndex<Ix>
where Ix: Freeze,

impl<Ix> Freeze for NodeIndices<Ix>

impl<Ix> Freeze for WalkNeighbors<Ix>
where Ix: Freeze,

impl<Ix> Freeze for WalkNeighbors<Ix>
where Ix: Freeze,

impl<K> Freeze for UnionFind<K>

impl<N> Freeze for DfsEvent<N>
where N: Freeze,

impl<N> Freeze for Dominators<N>
where N: Freeze,

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

impl<N> Freeze for TarjanScc<N>

impl<N, E> Freeze for Element<N, E>
where N: Freeze, E: Freeze,

impl<N, E, Ty, Ix> Freeze for Csr<N, E, Ty, Ix>

impl<N, E, Ty, Ix> Freeze for Graph<N, E, Ty, Ix>

impl<N, E, Ty, Ix> Freeze for StableGraph<N, E, Ty, Ix>
where Ix: Freeze,

impl<N, E, Ty, Null, Ix> Freeze for MatrixGraph<N, E, Ty, Null, Ix>

impl<N, E, Ty, S> Freeze for GraphMap<N, E, Ty, S>
where S: Freeze,

impl<N, Ix> Freeze for Node<N, Ix>
where N: Freeze, Ix: Freeze,

impl<N, VM> Freeze for DfsSpace<N, VM>
where VM: Freeze,

impl<N, VM> Freeze for Bfs<N, VM>
where VM: Freeze,

impl<N, VM> Freeze for Dfs<N, VM>
where VM: Freeze,

impl<N, VM> Freeze for DfsPostOrder<N, VM>
where VM: Freeze,

impl<N, VM> Freeze for Topo<N, VM>
where VM: Freeze,

impl<NodeId, EdgeWeight> Freeze for Paths<NodeId, EdgeWeight>

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

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

impl<W, C> Freeze for WalkerIter<W, C>
where W: Freeze, C: Freeze,

impl Freeze for Error

impl Freeze for Version

impl<'a> Freeze for PrivateKeyInfo<'a>

impl<BlockNumber> Freeze for InboundDownwardMessage<BlockNumber>
where BlockNumber: Freeze,

impl<BlockNumber> Freeze for InboundHrmpMessage<BlockNumber>
where BlockNumber: Freeze,

impl<Id> Freeze for OutboundHrmpMessage<Id>
where Id: Freeze,

impl Freeze for Jaeger

impl Freeze for Span

impl Freeze for Stage

impl Freeze for Metronome

impl Freeze for PeerSet

impl Freeze for Protocol

impl Freeze for Error

impl Freeze for JfyiError

impl Freeze for Recipient

impl Freeze for Requests

impl Freeze for OurView

impl Freeze for View

impl<Req> Freeze for IncomingRequest<Req>
where Req: Freeze,

impl<Req> Freeze for IncomingRequestReceiver<Req>

impl<Req> Freeze for OutgoingResponseSender<Req>

impl<Req, FallbackReq> Freeze for OutgoingRequest<Req, FallbackReq>
where Req: Freeze, FallbackReq: Freeze,

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

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

impl<V1, V2, V3> Freeze for Versioned<V1, V2, V3>
where V1: Freeze, V2: Freeze, V3: Freeze,

impl Freeze for Error

impl Freeze for Statement

impl Freeze for Config

impl Freeze for BitIndex

impl Freeze for PoV

impl Freeze for Proof

impl<BlockNumber> Freeze for Collation<BlockNumber>
where BlockNumber: Freeze,

impl<T> Freeze for Bitfield<T>

impl<Client> Freeze for DefaultSubsystemClient<Client>

impl<M> Freeze for NetworkBridgeEvent<M>
where M: Freeze,

impl Freeze for Event

impl Freeze for Metrics

impl Freeze for BlockInfo

impl Freeze for Handle

impl<InitStateSpawner, InitStateSubsystem0, InitStateSubsystem1, InitStateSubsystem2, InitStateSubsystem3, InitStateSubsystem4, InitStateSubsystem5, InitStateSubsystem6, InitStateSubsystem7, InitStateSubsystem8, InitStateSubsystem9, InitStateSubsystem10, InitStateSubsystem11, InitStateSubsystem12, InitStateSubsystem13, InitStateSubsystem14, InitStateSubsystem15, InitStateSubsystem16, InitStateSubsystem17, InitStateSubsystem18, InitStateSubsystem19, InitStateSubsystem20, InitStateSubsystem21, InitStateSubsystem22, InitStateSubsystem23, InitStateBaggage0, InitStateBaggage1, InitStateBaggage2, InitStateBaggage3, InitStateBaggage4> Freeze for OverseerBuilder<InitStateSpawner, InitStateSubsystem0, InitStateSubsystem1, InitStateSubsystem2, InitStateSubsystem3, InitStateSubsystem4, InitStateSubsystem5, InitStateSubsystem6, InitStateSubsystem7, InitStateSubsystem8, InitStateSubsystem9, InitStateSubsystem10, InitStateSubsystem11, InitStateSubsystem12, InitStateSubsystem13, InitStateSubsystem14, InitStateSubsystem15, InitStateSubsystem16, InitStateSubsystem17, InitStateSubsystem18, InitStateSubsystem19, InitStateSubsystem20, InitStateSubsystem21, InitStateSubsystem22, InitStateSubsystem23, InitStateBaggage0, InitStateBaggage1, InitStateBaggage2, InitStateBaggage3, InitStateBaggage4>
where InitStateSubsystem0: Freeze, InitStateSubsystem1: Freeze, InitStateSubsystem2: Freeze, InitStateSubsystem3: Freeze, InitStateSubsystem4: Freeze, InitStateSubsystem5: Freeze, InitStateSubsystem6: Freeze, InitStateSubsystem7: Freeze, InitStateSubsystem8: Freeze, InitStateSubsystem9: Freeze, InitStateSubsystem10: Freeze, InitStateSubsystem11: Freeze, InitStateSubsystem12: Freeze, InitStateSubsystem13: Freeze, InitStateSubsystem14: Freeze, InitStateSubsystem15: Freeze, InitStateSubsystem16: Freeze, InitStateSubsystem17: Freeze, InitStateSubsystem18: Freeze, InitStateSubsystem19: Freeze, InitStateSubsystem20: Freeze, InitStateSubsystem21: Freeze, InitStateSubsystem22: Freeze, InitStateSubsystem23: Freeze, InitStateBaggage0: Freeze, InitStateBaggage1: Freeze, InitStateBaggage2: Freeze, InitStateBaggage3: Freeze, InitStateBaggage4: Freeze, InitStateSpawner: Freeze,

impl<M> Freeze for OverseerSubsystemContext<M>
where M: Freeze,

impl<OutgoingWrapper> Freeze for OverseerSender<OutgoingWrapper>

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

impl<S, SupportsParachains> !Freeze for Overseer<S, SupportsParachains>

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

impl<T> Freeze for Missing<T>

impl Freeze for BlockData

impl Freeze for HeadData

impl Freeze for Id

impl Freeze for Sibling

impl Freeze for UMPSignal

impl Freeze for CoreIndex

impl<'a> Freeze for CounterVecDefinition<'a>

impl<'a> Freeze for HistogramDefinition<'a>

impl<BlockNumber> Freeze for SchedulerParams<BlockNumber>
where BlockNumber: Freeze,

impl<H> Freeze for CandidateEvent<H>
where H: Freeze,

impl<H> Freeze for CandidateEvent<H>
where H: Freeze,

impl<H> Freeze for BackedCandidate<H>
where H: Freeze,

impl<H> Freeze for CandidateDescriptor<H>
where H: Freeze,

impl<H> Freeze for CandidateReceipt<H>
where H: Freeze,

impl<H> Freeze for CommittedCandidateReceipt<H>
where H: Freeze,

impl<H> Freeze for SigningContext<H>
where H: Freeze,

impl<H> Freeze for BackedCandidate<H>
where H: Freeze,

impl<H> Freeze for CandidateDescriptorV2<H>
where H: Freeze,

impl<H> Freeze for CandidateReceiptV2<H>
where H: Freeze,

impl<H> Freeze for CommittedCandidateReceiptV2<H>
where H: Freeze,

impl<H, N> Freeze for CoreState<H, N>
where N: Freeze, H: Freeze,

impl<H, N> Freeze for CoreState<H, N>
where N: Freeze, H: Freeze,

impl<H, N> Freeze for BackingState<H, N>
where N: Freeze,

impl<H, N> Freeze for CandidatePendingAvailability<H, N>
where N: Freeze, H: Freeze,

impl<H, N> Freeze for OccupiedCore<H, N>
where N: Freeze, H: Freeze,

impl<H, N> Freeze for PersistedValidationData<H, N>
where N: Freeze, H: Freeze,

impl<H, N> Freeze for BackingState<H, N>
where N: Freeze,

impl<H, N> Freeze for CandidatePendingAvailability<H, N>
where N: Freeze, H: Freeze,

impl<H, N> Freeze for OccupiedCore<H, N>
where N: Freeze, H: Freeze,

impl<HDR> Freeze for InherentData<HDR>
where HDR: Freeze,

impl<HDR> Freeze for InherentData<HDR>
where HDR: Freeze,

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

impl<N> Freeze for Constraints<N>
where N: Freeze,

impl<N> Freeze for CandidateCommitments<N>
where N: Freeze,

impl<N> Freeze for DisputeState<N>
where N: Freeze,

impl<N> Freeze for GroupRotationInfo<N>
where N: Freeze,

impl<Payload, RealPayload> Freeze for Signed<Payload, RealPayload>
where Payload: Freeze,

impl<Payload, RealPayload> Freeze for UncheckedSigned<Payload, RealPayload>
where Payload: Freeze,

impl<T> Freeze for WellKnownKey<T>

impl Freeze for Config

impl<'a, Ctx> Freeze for DrainMisbehaviors<'a, Ctx>
where <Ctx as Context>::AuthorityId: Freeze,

impl<Candidate, Digest> Freeze for Statement<Candidate, Digest>
where Candidate: Freeze, Digest: Freeze,

impl<Candidate, Digest, AuthorityId, Signature> Freeze for Misbehavior<Candidate, Digest, AuthorityId, Signature>
where Candidate: Freeze, Signature: Freeze, Digest: Freeze, AuthorityId: Freeze,

impl<Candidate, Digest, AuthorityId, Signature> Freeze for SignedStatement<Candidate, Digest, AuthorityId, Signature>
where Signature: Freeze, AuthorityId: Freeze, Candidate: Freeze, Digest: Freeze,

impl<Candidate, Digest, AuthorityId, Signature> Freeze for UnauthorizedStatement<Candidate, Digest, AuthorityId, Signature>
where Signature: Freeze, AuthorityId: Freeze, Candidate: Freeze, Digest: Freeze,

impl<Candidate, Digest, Signature> Freeze for DoubleSign<Candidate, Digest, Signature>
where Candidate: Freeze, Signature: Freeze, Digest: Freeze,

impl<Candidate, Digest, Signature> Freeze for ValidityDoubleVote<Candidate, Digest, Signature>
where Candidate: Freeze, Signature: Freeze, Digest: Freeze,

impl<Candidate, Signature> Freeze for MultipleCandidates<Candidate, Signature>
where Candidate: Freeze, Signature: Freeze,

impl<Ctx> Freeze for CandidateData<Ctx>
where <Ctx as Context>::GroupId: Freeze, <Ctx as Context>::Candidate: Freeze,

impl<Ctx> Freeze for Table<Ctx>

impl<Digest, Group> Freeze for Summary<Digest, Group>
where Digest: Freeze, Group: Freeze,

impl<Group, Candidate, AuthorityId, Signature> Freeze for AttestedCandidate<Group, Candidate, AuthorityId, Signature>
where Group: Freeze, Candidate: Freeze,

impl<Signature> Freeze for ValidityAttestation<Signature>
where Signature: Freeze,

impl Freeze for Config

impl Freeze for Engine

impl Freeze for Error

impl Freeze for Module

impl Freeze for StateArgs

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

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

impl<T> Freeze for CallerRef<T>

impl<T> Freeze for Instance<T>

impl<T> Freeze for InstancePre<T>

impl<T> Freeze for Linker<T>

impl Freeze for Condition

impl Freeze for ImmKind

impl Freeze for LoadKind

impl Freeze for MemOp

impl Freeze for Operands

impl Freeze for Reg

impl Freeze for RegIndex

impl Freeze for RegMem

impl Freeze for RegSize

impl Freeze for Scale

impl Freeze for SegReg

impl Freeze for Size

impl Freeze for Assembler

impl Freeze for Label

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

impl !Freeze for VmCtx

impl !Freeze for VmInit

impl Freeze for FrameKind

impl Freeze for Opcode

impl Freeze for Reg

impl Freeze for MemoryMap

impl Freeze for Trap

impl Freeze for Gas

impl<'a> Freeze for SourceLocation<'a>

impl<'a> Freeze for Reader<'a>

impl<'a> Freeze for FrameInfo<'a>

impl<'a> Freeze for LineProgram<'a>

impl<'a> Freeze for ProgramBlob<'a>

impl<'a> Freeze for ProgramExport<'a>

impl<'a> Freeze for ProgramImport<'a>

impl<'a> Freeze for ProgramSymbol<'a>

impl<'a> Freeze for RegionInfo<'a>

impl<'a> Freeze for CowBytes<'a>

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

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

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

impl Freeze for Error

impl Freeze for Fd

impl Freeze for Mmap

impl Freeze for cmsghdr

impl Freeze for fpstate

impl Freeze for iovec

impl Freeze for sigaction

impl Freeze for msghdr

impl Freeze for rlimit

impl Freeze for rusage

impl Freeze for stack_t

impl Freeze for timespec

impl Freeze for ucontext

impl<'a> Freeze for Dirent64<'a>

impl<'a> Freeze for Dirent64Iter<'a>

impl<'a> Freeze for FdRef<'a>

impl Freeze for Polyval

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<'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<F, T> Freeze for FnPredicate<F, T>
where F: Freeze, T: ?Sized,

impl<Item> Freeze for BoxPredicate<Item>
where Item: ?Sized,

impl<M, Item> Freeze for NotPredicate<M, Item>
where M: Freeze, Item: ?Sized,

impl<M, Item> Freeze for NamePredicate<M, Item>
where M: Freeze, Item: ?Sized,

impl<M1, M2, Item> Freeze for AndPredicate<M1, M2, Item>
where M1: Freeze, M2: Freeze, Item: ?Sized,

impl<M1, M2, Item> Freeze for OrPredicate<M1, M2, Item>
where M1: Freeze, M2: Freeze, Item: ?Sized,

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

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

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

impl<T> Freeze for InPredicate<T>

impl<T> Freeze for OrdInPredicate<T>

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

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

impl Freeze for Product

impl<'a> Freeze for Case<'a>

impl<'a> Freeze for CaseChildren<'a>

impl<'a> Freeze for CaseProducts<'a>

impl<'a> Freeze for Child<'a>

impl<'a> Freeze for Parameter<'a>

impl Freeze for CaseTree

impl Freeze for Error

impl Freeze for H128

impl Freeze for H160

impl Freeze for H256

impl Freeze for H384

impl Freeze for H512

impl Freeze for H768

impl Freeze for U128

impl Freeze for U256

impl Freeze for U512

impl Freeze for Error

impl Freeze for Reason

impl Freeze for Meter

impl Freeze for Readout

impl Freeze for RecvError

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

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

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

impl<T> Freeze for MeteredReceiver<T>

impl<T> Freeze for MeteredSender<T>

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

impl<T> Freeze for MeteredReceiver<T>

impl<T> Freeze for MeteredSender<T>

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 AtomicF64

impl !Freeze for AtomicI64

impl !Freeze for AtomicU64

impl Freeze for Error

impl Freeze for Desc

impl Freeze for Opts

impl Freeze for Bucket

impl Freeze for Counter

impl Freeze for Gauge

impl Freeze for Histogram

impl Freeze for LabelPair

impl Freeze for Metric

impl Freeze for Quantile

impl Freeze for Summary

impl Freeze for Untyped

impl Freeze for Histogram

impl Freeze for Registry

impl<P> !Freeze for GenericLocalCounter<P>

impl<P> Freeze for GenericCounter<P>

impl<P> Freeze for GenericGauge<P>

impl<T> Freeze for MetricVec<T>

impl<T, D> Freeze for AFLocalHistogram<T, D>
where D: Freeze,

impl<T, V, D> Freeze for AFLocalCounter<T, V, D>
where D: Freeze,

impl Freeze for Error

impl Freeze for Clock

impl Freeze for Handle

impl Freeze for Instant

impl Freeze for Mock

impl Freeze for Upkeep

impl<X, E> Freeze for Context<X, E>
where X: Freeze, E: Freeze,

impl Freeze for Error

impl Freeze for Reader

impl<'a> Freeze for BytesWriter<'a>

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

impl Freeze for Error

impl<In, Out> Freeze for Codec<In, Out>

impl Freeze for IndexVec

impl Freeze for Bernoulli

impl Freeze for Open01

impl Freeze for Standard

impl Freeze for ReadError

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 Slice<'a, T>

impl<D, F, T, S> Freeze for DistMap<D, F, T, S>
where D: Freeze, F: Freeze,

impl<D, R, T> Freeze for DistIter<D, R, T>
where D: Freeze, R: Freeze,

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

impl<R, Rsdr> Freeze for ReseedingRng<R, Rsdr>
where <R as BlockRngCore>::Results: Freeze, R: Freeze, Rsdr: Freeze,

impl<W> Freeze for WeightedIndex<W>

impl<X> Freeze for Uniform<X>
where <X as SampleUniform>::Sampler: Freeze,

impl<X> Freeze for WeightedIndex<X>
where X: Freeze, <X as SampleUniform>::Sampler: Freeze,

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

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

impl Freeze for Error

impl Freeze for OsRng

impl<R> Freeze for BlockRng<R>
where <R as BlockRngCore>::Results: Freeze, R: Freeze + ?Sized,

impl<R> Freeze for BlockRng64<R>
where <R as BlockRngCore>::Results: Freeze, R: Freeze + ?Sized,

impl Freeze for BetaError

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for PertError

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for ZetaError

impl Freeze for ZipfError

impl Freeze for Binomial

impl Freeze for Exp1

impl Freeze for Geometric

impl Freeze for UnitBall

impl Freeze for UnitDisc

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

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

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

impl<F> Freeze for Dirichlet<F>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

impl<W> Freeze for WeightedAliasIndex<W>
where <W as SampleUniform>::Sampler: Freeze,

impl Freeze for CacheType

impl Freeze for DatType

impl Freeze for ApmInfo

impl Freeze for CacheInfo

impl Freeze for DatInfo

impl Freeze for L2CatInfo

impl Freeze for L3CatInfo

impl Freeze for TscInfo

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

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

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

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

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

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

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

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

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

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

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

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

impl<R> Freeze for SoCVendorInfo<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 DnType

impl Freeze for DnValue

impl Freeze for IsCa

impl Freeze for SanType

impl Freeze for KeyPair

impl Freeze for PublicKey

impl !Freeze for IndexSet

impl Freeze for Edit

impl Freeze for RegClass

impl Freeze for Block

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 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 Family

impl Freeze for Lookup

impl Freeze for Network

impl Freeze for ScopedIp

impl Freeze for Config

impl<'a> Freeze for DomainIter<'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 Freeze for TestCase

impl<'a> Freeze for Positive<'a>

impl<'a> Freeze for File<'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 Decision

impl Freeze for Direction

impl Freeze for ErrorKind

impl Freeze for LogLevel

impl Freeze for Cache

impl Freeze for DBPath

impl Freeze for Env

impl Freeze for Error

impl Freeze for LiveFile

impl Freeze for Options

impl<'a> Freeze for IteratorMode<'a>

impl<'a> Freeze for MergeOperandsIter<'a>

impl<'a> Freeze for BoundColumnFamily<'a>

impl<'a> Freeze for DBPinnableSlice<'a>

impl<'a> Freeze for SstFileWriter<'a>

impl<'a, D> Freeze for DBIteratorWithThreadMode<'a, D>

impl<'a, D> Freeze for DBRawIteratorWithThreadMode<'a, D>

impl<'a, D> Freeze for SnapshotWithThreadMode<'a, D>

impl<'db> Freeze for Checkpoint<'db>

impl<'db, DB> Freeze for Transaction<'db, DB>

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

impl<F, PF> Freeze for MergeOperatorCallback<F, PF>
where F: Freeze, PF: Freeze,

impl<K> Freeze for PrefixRange<K>
where K: Freeze,

impl<T, D> Freeze for DBCommon<T, D>
where D: Freeze, T: Freeze,

impl<const TRANSACTION: bool> Freeze for WriteBatchWithTransaction<TRANSACTION>

impl Freeze for Params

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

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

impl<T> Freeze for Router<T>

impl Freeze for Error

impl Freeze for IpVersion

impl Freeze for Handle

impl<T> Freeze for RouteAddRequest<T>

impl<T> Freeze for RuleAddRequest<T>

impl Freeze for Stream

impl Freeze for SafeVec

impl<'a> Freeze for Demangle<'a>

impl Freeze for FxHasher

impl<'a> Freeze for FromHexIter<'a>

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

impl Freeze for HexU16

impl Freeze for HexU8

impl<'a> Freeze for HexSlice<'a>

impl Freeze for Advice

impl Freeze for FileType

impl Freeze for SeekFrom

impl Freeze for Direction

impl Freeze for Action

impl Freeze for ReadFlags

impl Freeze for Access

impl Freeze for AtFlags

impl Freeze for Dir

impl Freeze for DirEntry

impl Freeze for Gid

impl Freeze for IFlags

impl Freeze for Mode

impl Freeze for OFlags

impl Freeze for SealFlags

impl Freeze for StatVfs

impl Freeze for Uid

impl Freeze for DupFlags

impl Freeze for Errno

impl Freeze for FdFlags

impl Freeze for Opcode

impl Freeze for Pid

impl Freeze for Termios

impl<'a> Freeze for InotifyEvent<'a>

impl<'a> Freeze for RawDirEntry<'a>

impl<'a, Opcode, Value> Freeze for Updater<'a, Opcode, Value>

impl<'buf, Fd> Freeze for Reader<'buf, Fd>
where Fd: Freeze,

impl<'buf, Fd> Freeze for RawDir<'buf, Fd>
where Fd: Freeze,

impl<Opcode> Freeze for NoArg<Opcode>

impl<Opcode, Input> Freeze for Setter<Opcode, Input>
where Input: Freeze,

impl<Opcode, Output> Freeze for Getter<Opcode, Output>
where Output: Freeze,

impl<const GROUP: u8, const NUM: u8, Data> Freeze for NoneOpcode<GROUP, NUM, Data>
where Data: Freeze,

impl<const GROUP: u8, const NUM: u8, Data> Freeze for ReadOpcode<GROUP, NUM, Data>
where Data: Freeze,

impl<const GROUP: u8, const NUM: u8, Data> Freeze for ReadWriteOpcode<GROUP, NUM, Data>
where Data: Freeze,

impl<const GROUP: u8, const NUM: u8, Data> Freeze for WriteOpcode<GROUP, NUM, Data>
where Data: Freeze,

impl<const OPCODE: u32> Freeze for BadOpcode<OPCODE>

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 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 Verifier

impl<S> Freeze for RwStreamSink<S>
where S: Freeze, <S as TryStream>::Ok: Freeze,

impl Freeze for Buffer

impl Freeze for Handle

impl Freeze for Error

impl Freeze for Error

impl Freeze for Role

impl Freeze for Service

impl<Client, Block, DhtEventStream> Freeze for Worker<Client, Block, DhtEventStream>
where DhtEventStream: Freeze, <Block as Block>::Hash: Freeze,

impl<'a, B, C> Freeze for BlockBuilderBuilder<'a, B, C>

impl<'a, B, C> Freeze for BlockBuilderBuilderStage1<'a, B, C>
where <B as Block>::Hash: Freeze,

impl<'a, B, C> Freeze for BlockBuilderBuilderStage2<'a, B, C>
where <B as Block>::Hash: Freeze, <<B as Block>::Header as Header>::Number: Freeze,

impl<'a, Block, C> Freeze for BlockBuilder<'a, Block, C>
where <Block as Block>::Hash: Freeze, <C as ProvideRuntimeApi<Block>>::Api: Freeze,

impl<Block> Freeze for BuiltBlock<Block>
where Block: Freeze, <Block as Block>::Hash: Freeze,

impl Freeze for ChainType

impl<'a, EHF> Freeze for GenesisConfigBuilderRuntimeCaller<'a, EHF>

impl<Block, B, E> Freeze for GenesisBlockBuilder<Block, B, E>
where E: Freeze,

impl<BlockNumber, T> Freeze for Forks<BlockNumber, T>
where T: Freeze,

impl<E, EHF> Freeze for ChainSpecBuilder<E, EHF>
where E: Freeze,

impl<E, EHF> Freeze for ChainSpec<E, EHF>
where E: Freeze,

impl !Freeze for Error

impl Freeze for Cors

impl Freeze for Database

impl Freeze for SyncMode

impl Freeze for RevertCmd

impl Freeze for RunCmd

impl Freeze for SignCmd

impl Freeze for VanityCmd

impl Freeze for VerifyCmd

impl Freeze for RpcParams

impl Freeze for Signals

impl<C> !Freeze for Runner<C>

impl Freeze for IoInfo

impl Freeze for UsageInfo

impl<'a, H, N> Freeze for Undo<'a, H, N>

impl<Block> !Freeze for ExecutionExtensions<Block>

impl<Block> !Freeze for Backend<Block>

impl<Block> !Freeze for BlockImportOperation<Block>

impl<Block> Freeze for UnpinWorkerMessage<Block>
where <Block as Block>::Hash: Freeze,

impl<Block> Freeze for FinalizeSummary<Block>
where <Block as Block>::Header: Freeze,

impl<Block> Freeze for ImportSummary<Block>
where <Block as Block>::Hash: Freeze, <Block as Block>::Header: Freeze,

impl<Block> Freeze for BlockImportNotification<Block>
where <Block as Block>::Hash: Freeze, <Block as Block>::Header: Freeze,

impl<Block> Freeze for ClientInfo<Block>
where <Block as Block>::Hash: Freeze, <<Block as Block>::Header as Header>::Number: Freeze,

impl<Block> Freeze for FinalityNotification<Block>
where <Block as Block>::Hash: Freeze, <Block as Block>::Header: Freeze,

impl<Block> Freeze for UnpinHandle<Block>

impl<Block> Freeze for UnpinHandleInner<Block>
where <Block as Block>::Hash: Freeze,

impl<Block> Freeze for Blockchain<Block>

impl<Block> Freeze for StorageNotifications<Block>

impl<Block, B> Freeze for ClientImportOperation<Block, B>
where <B as Backend<Block>>::BlockImportOperation: Freeze, <Block as Block>::Hash: Freeze, <Block as Block>::Header: Freeze,

impl<Block, Ext> Freeze for ExtensionBeforeBlock<Block, Ext>
where <<Block as Block>::Header as Header>::Number: Freeze,

impl<H> Freeze for StorageEventStream<H>

impl<H, N> Freeze for ImportOutcome<H, N>
where H: Freeze, N: Freeze,

impl<H, N> Freeze for LeafSet<H, N>

impl<H, N> Freeze for RemoveOutcome<H, N>
where H: Freeze, N: Freeze,

impl<Hash> Freeze for StorageNotification<Hash>
where Hash: Freeze,

impl<I, H, N> Freeze for FinalizationOutcome<I, H, N>
where I: Freeze,

impl<State, Block> Freeze for KeysIter<State, Block>
where <State as Backend<<<Block as Block>::Header as Header>::Hashing>>::RawIter: Freeze, State: Freeze,

impl<State, Block> Freeze for PairsIter<State, Block>
where <State as Backend<<<Block as Block>::Header as Header>::Hashing>>::RawIter: Freeze, State: Freeze,

impl<B> Freeze for RawIter<B>
where <B as Block>::Hash: Freeze,

impl<Block> !Freeze for Backend<Block>

impl<Block> !Freeze for BlockImportOperation<Block>

impl<Block> !Freeze for BlockchainDb<Block>

impl<Block> !Freeze for RefTrackingState<Block>

impl<Hasher> !Freeze for BenchmarkingState<Hasher>

impl<Hasher> Freeze for RawIter<Hasher>
where <Hasher as Hash>::Output: Freeze,

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

impl<B> !Freeze for Expectation<B>

impl<B> !Freeze for Expectation<B>

impl<B> !Freeze for Expectation<B>

impl<B> !Freeze for Expectation<B>

impl<B> !Freeze for Expectation<B>

impl<B> !Freeze for Expectation<B>

impl<B> Freeze for BlockImportWorkerMsg<B>
where <B as Block>::Hash: Freeze, <<B as Block>::Header as Header>::Number: Freeze,

impl<B> Freeze for ImportedState<B>
where <B as Block>::Hash: Freeze,

impl<B> Freeze for BufferedLinkSender<B>

impl<B> Freeze for MockImportQueue<B>

impl<B> Freeze for BasicQueue<B>

impl<B> Freeze for IncomingBlock<B>
where <B as Block>::Hash: Freeze, <B as Block>::Header: Freeze,

impl<B, Block> Freeze for LongestChain<B, Block>

impl<Block> Freeze for StateAction<Block>
where <Block as Block>::Hash: Freeze,

impl<Block> Freeze for StorageChanges<Block>
where <Block as Block>::Hash: Freeze,

impl<Block> Freeze for BlockCheckParams<Block>
where <Block as Block>::Hash: Freeze, <<Block as Block>::Header as Header>::Number: Freeze,

impl<Block> Freeze for BlockImportParams<Block>
where <Block as Block>::Header: Freeze, <Block as Block>::Hash: Freeze,

impl<BlockNumber> Freeze for BlockImportStatus<BlockNumber>
where BlockNumber: Freeze,

impl<T> Freeze for SharedData<T>

impl<H> Freeze for WasmExecutor<H>

impl Freeze for Error

impl Freeze for WasmError

impl Freeze for Backtrace

impl Freeze for Instance

impl Freeze for Config

impl Freeze for Semantics

impl Freeze for Error

impl Freeze for Error

impl Freeze for RemoteErr

impl Freeze for Api

impl Freeze for Config

impl !Freeze for Error

impl !Freeze for DhtEvent

impl !Freeze for Event

impl Freeze for ParseErr

impl Freeze for Endpoint

impl Freeze for Message

impl Freeze for Event

impl Freeze for Keypair

impl Freeze for PublicKey

impl Freeze for Direction

impl Freeze for SetConfig

impl Freeze for Peer

impl Freeze for PeerStore

impl Freeze for SetId

impl Freeze for Signature

impl<'a> Freeze for Node<'a>

impl<B, H> !Freeze for NetworkWorker<B, H>

impl<B, H> Freeze for NetworkService<B, H>

impl<B, H, N> Freeze for FullNetworkConfiguration<B, H, N>
where <N as NetworkBackend<B, H>>::PeerStore: Freeze,

impl<Block, H, N> Freeze for Params<Block, H, N>
where <Block as Block>::Hash: Freeze, <N as NetworkBackend<Block, H>>::NotificationProtocolConfig: Freeze, <N as NetworkBackend<Block, H>>::BitswapConfig: Freeze, <N as NetworkBackend<Block, H>>::PeerStore: Freeze,

impl<K> Freeze for Secret<K>
where K: Freeze,

impl<T> Freeze for LruHashSet<T>

impl Freeze for Role

impl Freeze for SyncMode

impl Freeze for Direction

impl Freeze for Roles

impl<B> Freeze for BlockAnnouncesHandshake<B>
where <<B as Block>::Header as Header>::Number: Freeze, <B as Block>::Hash: Freeze,

impl<H> Freeze for BlockAnnounce<H>
where H: Freeze,

impl<H> Freeze for AnnouncementSummary<H>
where <H as Header>::Hash: Freeze, <H as Header>::Number: Freeze,

impl<Hash, Number> Freeze for FromBlock<Hash, Number>
where Hash: Freeze, Number: Freeze,

impl<Hash, Number> Freeze for BlockRequest<Hash, Number>
where Hash: Freeze, Number: Freeze,

impl<Header, Hash, Extrinsic> Freeze for BlockData<Header, Hash, Extrinsic>
where Hash: Freeze, Header: Freeze,

impl<Header, Hash, Extrinsic> Freeze for BlockResponse<Header, Hash, Extrinsic>

impl<B, Client> Freeze for LightClientRequestHandler<B, Client>

impl Freeze for SyncEvent

impl Freeze for BadPeer

impl<B> !Freeze for Expectation<B>

impl<B> !Freeze for Expectation<B>

impl<B> !Freeze for Expectation<B>

impl<B> !Freeze for Expectation<B>

impl<B> !Freeze for Expectation<B>

impl<B> !Freeze for Expectation<B>

impl<B> Freeze for ToServiceCommand<B>
where <B as Block>::Hash: Freeze, <<B as Block>::Header as Header>::Number: Freeze, <B as Block>::Header: Freeze,

impl<B> Freeze for SyncingAction<B>
where <B as Block>::Hash: Freeze, <<B as Block>::Header as Header>::Number: Freeze,

impl<B> Freeze for ImportResult<B>
where <B as Block>::Hash: Freeze, <B as Block>::Header: Freeze,

impl<B> Freeze for WarpSyncAction<B>
where <B as Block>::Hash: Freeze, <<B as Block>::Header as Header>::Number: Freeze,

impl<B> Freeze for PeerRequest<B>
where <B as Block>::Hash: Freeze, <<B as Block>::Header as Header>::Number: Freeze,

impl<B> Freeze for BlockCollection<B>

impl<B> Freeze for BlockData<B>
where <B as Block>::Hash: Freeze, <B as Block>::Header: Freeze,

impl<B> Freeze for Peer<B>
where <B as Block>::Hash: Freeze, <<B as Block>::Header as Header>::Number: Freeze,

impl<B> Freeze for SyncingService<B>

impl<B> Freeze for WarpProofRequest<B>
where <B as Block>::Hash: Freeze,

impl<B> Freeze for WarpSyncResult<B>
where <B as Block>::Header: Freeze,

impl<B> Freeze for ExtendedPeerInfo<B>
where <B as Block>::Hash: Freeze, <<B as Block>::Header as Header>::Number: Freeze,

impl<B, Client> !Freeze for SyncingEngine<B, Client>

impl<B, Client> Freeze for BlockRequestHandler<B, Client>

impl<B, Client> Freeze for StateRequestHandler<B, Client>

impl<B, Client> Freeze for ChainSync<B, Client>
where <<B as Block>::Header as Header>::Number: Freeze, <B as Block>::Hash: Freeze, <B as Block>::Header: Freeze,

impl<B, Client> Freeze for StateSync<B, Client>
where <B as Block>::Hash: Freeze, <B as Block>::Header: Freeze,

impl<B, Client> Freeze for PolkadotSyncingStrategy<B, Client>
where <<B as Block>::Header as Header>::Number: Freeze, <B as Block>::Hash: Freeze, <B as Block>::Header: Freeze,

impl<B, Client> Freeze for WarpSync<B, Client>
where <B as Block>::Hash: Freeze, <B as Block>::Header: Freeze,

impl<Block> !Freeze for Expectation<Block>

impl<Block> !Freeze for Expectation<Block>

impl<Block> Freeze for VerificationResult<Block>
where <Block as Block>::Hash: Freeze, <Block as Block>::Header: Freeze,

impl<Block> Freeze for WarpSyncConfig<Block>
where <Block as Block>::Header: Freeze,

impl<Block> Freeze for WarpSyncPhase<Block>
where <<Block as Block>::Header as Header>::Number: Freeze,

impl<Block> Freeze for MockBlockDownloader<Block>

impl<Block> Freeze for WarpSyncProgress<Block>
where <<Block as Block>::Header as Header>::Number: Freeze,

impl<Block> Freeze for PeerInfo<Block>
where <Block as Block>::Hash: Freeze, <<Block as Block>::Header as Header>::Number: Freeze,

impl<Block> Freeze for SyncStatus<Block>
where <<Block as Block>::Header as Header>::Number: Freeze,

impl<Block, N> Freeze for BlockRelayParams<Block, N>
where <N as NetworkBackend<Block, <Block as Block>::Hash>>::RequestResponseProtocolConfig: Freeze,

impl<BlockNumber> Freeze for SyncState<BlockNumber>
where BlockNumber: Freeze,

impl<TBlock> Freeze for RequestHandler<TBlock>

impl<B, H, N, S> !Freeze for TransactionsHandler<B, H, N, S>

impl Freeze for Code

impl Freeze for Error

impl Freeze for Keypair

impl Freeze for PublicKey

impl Freeze for SecretKey

impl Freeze for Multiaddr

impl Freeze for Multihash

impl Freeze for PeerId

impl<'a> Freeze for Protocol<'a>

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

impl !Freeze for Mixnet

impl<B> Freeze for Request<B>

impl<B> Freeze for System<B>

impl<Block, Client> Freeze for Chain<Block, Client>

impl<Block, Client> Freeze for Dev<Block, Client>

impl<Block, Client> Freeze for ChildState<Block, Client>

impl<Block, Client> Freeze for State<Block, Client>

impl<P, Client> Freeze for Author<P, Client>

impl<T> Freeze for Offchain<T>

impl<T> Freeze for BoundedVecDeque<T>

impl<T> Freeze for RingBuffer<T>

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for NodeRole

impl Freeze for Error

impl Freeze for Health

impl<Hash> Freeze for ExtrinsicOrHash<Hash>
where Hash: Freeze,

impl<Hash> Freeze for ReadProof<Hash>
where Hash: Freeze,

impl<Hash, Number> Freeze for PeerInfo<Hash, Number>
where Hash: Freeze, Number: Freeze,

impl<Number> Freeze for SyncState<Number>
where Number: Freeze,

impl Freeze for Metrics

impl Freeze for RateLimit

impl Freeze for Server

impl<M> Freeze for Config<M>

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

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

impl Freeze for Error

impl Freeze for Error

impl Freeze for Error

impl Freeze for ChainSpec

impl<BE, Block, Client> Freeze for Archive<BE, Block, Client>

impl<BE, Block, Client> Freeze for ChainHead<BE, Block, Client>

impl<Hash> Freeze for FollowEvent<Hash>
where Hash: Freeze,

impl<Hash> Freeze for TransactionEvent<Hash>
where Hash: Freeze,

impl<Hash> Freeze for BestBlockChanged<Hash>
where Hash: Freeze,

impl<Hash> Freeze for Finalized<Hash>

impl<Hash> Freeze for Initialized<Hash>

impl<Hash> Freeze for NewBlock<Hash>
where Hash: Freeze,

impl<Hash> Freeze for TransactionBlock<Hash>
where Hash: Freeze,

impl<Pool, Client> Freeze for Transaction<Pool, Client>

impl<Pool, Client> Freeze for TransactionBroadcast<Pool, Client>

impl !Freeze for Error

impl Freeze for TaskType

impl Freeze for BasePath

impl Freeze for Task

impl<'a, Block, Net, TxPool, IQ, Client> Freeze for BuildNetworkParams<'a, Block, Net, TxPool, IQ, Client>
where IQ: Freeze, <Net as NetworkBackend<Block, <Block as Block>::Hash>>::PeerStore: Freeze, <Net as NetworkBackend<Block, <Block as Block>::Hash>>::RequestResponseProtocolConfig: Freeze,

impl<'a, TBl, TCl, TExPool, TRpc, Backend> Freeze for SpawnTasksParams<'a, TBl, TCl, TExPool, TRpc, Backend>

impl<Block> Freeze for ClientConfig<Block>

impl<Block, B, E> Freeze for LocalCallExecutor<Block, B, E>
where E: Freeze,

impl<C, P> Freeze for TransactionPoolAdapter<C, P>

impl<Client, Backend, SelectChain, ImportQueue, TransactionPool, Other> Freeze for PartialComponents<Client, Backend, SelectChain, ImportQueue, TransactionPool, Other>
where SelectChain: Freeze, ImportQueue: Freeze, Other: Freeze,

impl Freeze for IsPruned

impl Freeze for PinError

impl<BlockHash, Key, D> !Freeze for StateDb<BlockHash, Key, D>

impl<BlockHash, Key, D> Freeze for StateDbSync<BlockHash, Key, D>
where BlockHash: Freeze, D: Freeze,

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

impl<H> Freeze for ChangeSet<H>

impl<H> Freeze for CommitSet<H>

impl Freeze for Metric

impl Freeze for HwBench

impl Freeze for Error

impl Freeze for SysInfo

impl Freeze for Telemetry

impl Freeze for Error

impl Freeze for Error

impl Freeze for SpanDatum

impl Freeze for Values

impl<Block, Client> Freeze for BlockExecutor<Block, Client>
where <Block as Block>::Hash: Freeze,

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

impl Freeze for Error

impl Freeze for Options

impl Freeze for Limit

impl<B> Freeze for Pool<B>

impl<Client, Block> Freeze for FullChainApi<Client, Block>

impl<Hash, Ex, Error> Freeze for ValidatedTransaction<Hash, Ex, Error>
where Hash: Freeze, Error: Freeze, Ex: Freeze,

impl<Hash, Extrinsic> Freeze for Transaction<Hash, Extrinsic>
where Extrinsic: Freeze, Hash: Freeze,

impl<PoolApi, Block> Freeze for BasicPool<PoolApi, Block>

impl Freeze for Error

impl<B> Freeze for ChainEvent<B>
where <B as Block>::Hash: Freeze,

impl<Block> Freeze for OffchainTransactionPoolFactory<Block>

impl<Block> Freeze for RejectAllTxPool<Block>

impl<Hash, BlockHash> Freeze for TransactionStatus<Hash, BlockHash>
where BlockHash: Freeze, Hash: Freeze,

impl Freeze for SeqID

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

impl<M, R> Freeze for Hub<M, R>

impl<M, R> Freeze for Receiver<M, R>

impl<Payload> Freeze for NotificationReceiver<Payload>

impl<Payload> Freeze for NotificationSender<Payload>

impl<Payload, TK> Freeze for NotificationStream<Payload, TK>

impl<T> !Freeze for StatusSinks<T>

impl Freeze for NoFields

impl Freeze for PathError

impl Freeze for MetaForm

impl Freeze for MetaType

impl Freeze for Registry

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

impl<F> Freeze for Fields<F>

impl<F> Freeze for Variants<F>

impl<F, N, T> Freeze for FieldBuilder<F, N, T>
where <F as Form>::String: Freeze, <F as Form>::Type: Freeze,

impl<F, S> Freeze for TypeBuilder<F, S>

impl<F, S> Freeze for VariantBuilder<F, S>
where <F as Form>::String: Freeze,

impl<F, T> Freeze for FieldsBuilder<F, T>

impl<T> Freeze for TypeDef<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for Interner<T>

impl<T> Freeze for UntrackedSymbol<T>

impl<T> Freeze for Field<T>
where <T as Form>::Type: Freeze, <T as Form>::String: Freeze,

impl<T> Freeze for Path<T>

impl<T> Freeze for Type<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for TypeDefArray<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for TypeDefBitSequence<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for TypeDefCompact<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for TypeDefComposite<T>

impl<T> Freeze for TypeDefSequence<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for TypeDefTuple<T>

impl<T> Freeze for TypeDefVariant<T>

impl<T> Freeze for TypeParameter<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl<T> Freeze for Variant<T>
where <T as Form>::String: Freeze,

impl Freeze for ByLength

impl Freeze for Unlimited

impl<'a, K, V, L> Freeze for Iter<'a, K, V, L>
where <L as Limiter<K, V>>::LinkType: Freeze,

impl<'a, K, V, L> Freeze for IterMut<'a, K, V, L>
where <L as Limiter<K, V>>::LinkType: Freeze,

impl<'a, K, V, L, S> Freeze for Drain<'a, K, V, L, S>

impl<K, V, L, S> Freeze for LruMap<K, V, L, S>
where S: Freeze, <L as Limiter<K, V>>::LinkType: Freeze, L: Freeze,

impl Freeze for ChainCode

impl Freeze for Keypair

impl Freeze for PublicKey

impl Freeze for SecretKey

impl Freeze for Reveal

impl Freeze for Signature

impl Freeze for VRFInOut

impl Freeze for VRFPreOut

impl Freeze for VRFProof

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

impl<H> Freeze for XoFTranscript<H>
where H: Freeze,

impl<K> Freeze for ExtendedKey<K>
where K: Freeze,

impl<K> Freeze for CommitStage<K>
where K: Freeze,

impl<K> Freeze for RevealStage<K>
where K: Freeze,

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

impl<T, R> !Freeze for SigningTranscriptWithRng<T, R>

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

impl Freeze for Always

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

impl Freeze for Error

impl Freeze for Tag

impl<'a> Freeze for EcPrivateKey<'a>

impl<'a, Size> Freeze for Coordinates<'a, Size>

impl<Size> Freeze for EncodedPoint<Size>

impl Freeze for All

impl Freeze for Error

impl Freeze for Parity

impl Freeze for SignOnly

impl Freeze for IntoIter

impl Freeze for Signature

impl Freeze for Scalar

impl Freeze for Signature

impl Freeze for Keypair

impl Freeze for Message

impl Freeze for PublicKey

impl Freeze for SecretKey

impl<'buf> Freeze for AllPreallocated<'buf>

impl<'buf> Freeze for SignOnlyPreallocated<'buf>

impl<'buf> Freeze for VerifyOnlyPreallocated<'buf>

impl<C> Freeze for Secp256k1<C>

impl Freeze for Context

impl Freeze for Keypair

impl Freeze for PublicKey

impl Freeze for Signature

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

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

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 ByteBuf

impl Freeze for Bytes

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

impl Freeze for Value

impl Freeze for Category

impl Freeze for IntoIter

impl Freeze for Error

impl Freeze for Number

impl Freeze for RawValue

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<const N: usize, const UPPERCASE: bool> Freeze for HexOrBin<N, UPPERCASE>

impl<const UPPERCASE: bool> Freeze for HexOrBin<UPPERCASE>

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 Error

impl Freeze for Algorithm

impl Freeze for ChangeTag

impl Freeze for DiffOp

impl Freeze for DiffTag

impl Freeze for Capture

impl<'diff, 'old, 'new, 'bufs, T> Freeze for UnifiedDiff<'diff, 'old, 'new, 'bufs, T>
where T: ?Sized,

impl<'diff, 'old, 'new, 'bufs, T> Freeze for UnifiedDiffHunk<'diff, 'old, 'new, 'bufs, T>
where T: ?Sized,

impl<'lookup, Old, New, T> Freeze for ChangesIter<'lookup, Old, New, T>
where Old: ?Sized, New: ?Sized,

impl<'old, 'new, 'bufs, T> Freeze for TextDiff<'old, 'new, 'bufs, T>
where T: ?Sized,

impl<'old, 'new, Old, New, D> Freeze for Compact<'old, 'new, Old, New, D>
where D: Freeze, Old: ?Sized, New: ?Sized,

impl<'s, T> Freeze for InlineChange<'s, T>
where T: ?Sized,

impl<'slf, 'data, T> Freeze for AllChangesIter<'slf, 'data, T>
where T: ?Sized,

impl<'x, T> Freeze for TextDiffRemapper<'x, T>
where T: ?Sized,

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

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

impl<Int> Freeze for IdentifyDistinct<Int>

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

impl<'a> Freeze for SimpleDiff<'a>

impl Freeze for CLASS

impl Freeze for OPCODE

impl Freeze for QCLASS

impl Freeze for QTYPE

impl Freeze for RCODE

impl Freeze for TYPE

impl Freeze for A

impl Freeze for AAAA

impl Freeze for LOC

impl Freeze for NSAP

impl<'a> Freeze for RData<'a>

impl<'a> Freeze for AFSDB<'a>

impl<'a> Freeze for CAA<'a>

impl<'a> Freeze for CNAME<'a>

impl<'a> Freeze for HINFO<'a>

impl<'a> Freeze for HTTPS<'a>

impl<'a> Freeze for ISDN<'a>

impl<'a> Freeze for MB<'a>

impl<'a> Freeze for MD<'a>

impl<'a> Freeze for MF<'a>

impl<'a> Freeze for MG<'a>

impl<'a> Freeze for MINFO<'a>

impl<'a> Freeze for MR<'a>

impl<'a> Freeze for MX<'a>

impl<'a> Freeze for NAPTR<'a>

impl<'a> Freeze for NS<'a>

impl<'a> Freeze for NSAP_PTR<'a>

impl<'a> Freeze for NULL<'a>

impl<'a> Freeze for OPT<'a>

impl<'a> Freeze for OPTCode<'a>

impl<'a> Freeze for PTR<'a>

impl<'a> Freeze for RP<'a>

impl<'a> Freeze for RouteThrough<'a>

impl<'a> Freeze for SOA<'a>

impl<'a> Freeze for SRV<'a>

impl<'a> Freeze for SVCB<'a>

impl<'a> Freeze for TXT<'a>

impl<'a> Freeze for WKS<'a>

impl<'a> Freeze for X25<'a>

impl<'a> Freeze for CharacterString<'a>

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

impl<'a> Freeze for Packet<'a>

impl<'a> Freeze for Question<'a>

impl<'a> Freeze for ResourceRecord<'a>

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> Freeze for LinearStrGroup<'a>

impl<'a> Freeze for LinearStrGroupMut<'a>

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

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

impl<'a, P> Freeze for LinearStrGroupBy<'a, P>
where P: Freeze,

impl<'a, P> Freeze for LinearStrGroupByMut<'a, P>
where P: Freeze,

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 Error

impl Freeze for Decoder

impl Freeze for Encoder

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

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

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

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

impl Freeze for Error

impl Freeze for InitStage

impl Freeze for DHChoice

impl Freeze for Keypair

impl<'builder> Freeze for Builder<'builder>

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 Error

impl Freeze for OpCode

impl Freeze for Error

impl Freeze for Mode

impl Freeze for Data

impl Freeze for Error

impl Freeze for Codec

impl Freeze for Header

impl Freeze for Server

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

impl<'a> Freeze for Storage<'a>

impl<'a> Freeze for Response<'a>

impl<'a> Freeze for ByteSlice125<'a>

impl<'a> Freeze for Param<'a>

impl<'a> Freeze for ClientRequest<'a>

impl<'a> Freeze for RequestHeaders<'a>

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

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

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

impl<T> Freeze for Receiver<T>

impl<T> Freeze for Sender<T>

impl<T, N> Freeze for Parsing<T, N>
where T: Freeze, N: Freeze,

impl Freeze for ApiError

impl<'a, Block> Freeze for CallApiAtParams<'a, Block>
where <Block as Block>::Hash: Freeze,

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

impl Freeze for Pair

impl Freeze for Public

impl Freeze for Signature

impl Freeze for Pair

impl Freeze for Public

impl Freeze for Signature

impl Freeze for Pair

impl Freeze for Public

impl Freeze for Signature

impl Freeze for Rounding

impl Freeze for BigUint

impl Freeze for FixedI128

impl Freeze for FixedI64

impl Freeze for FixedU128

impl Freeze for FixedU64

impl Freeze for PerU16

impl Freeze for Perbill

impl Freeze for Percent

impl Freeze for Permill

impl Freeze for Error

impl<Block> !Freeze for HeaderMetadataCache<Block>

impl<Block> Freeze for CachedHeaderMetadata<Block>
where <Block as Block>::Hash: Freeze, <<Block as Block>::Header as Header>::Number: Freeze,

impl<Block> Freeze for HashAndNumber<Block>
where <<Block as Block>::Header as Header>::Number: Freeze, <Block as Block>::Hash: Freeze,

impl<Block> Freeze for Info<Block>
where <Block as Block>::Hash: Freeze, <<Block as Block>::Header as Header>::Number: Freeze,

impl<Block> Freeze for TreeRoute<Block>

impl<N> Freeze for BlockGap<N>
where N: Freeze,

impl Freeze for Error

impl Freeze for NoNetwork

impl<Block, Proof> Freeze for Proposal<Block, Proof>
where Block: Freeze, Proof: Freeze, <Block as Block>::Hash: Freeze,

impl<AuthorityId> Freeze for ConsensusLog<AuthorityId>

impl Freeze for PreDigest

impl Freeze for Epoch

impl<H, N> Freeze for Equivocation<H, N>
where H: Freeze, N: Freeze,

impl<H, N> Freeze for EquivocationProof<H, N>
where H: Freeze, N: Freeze,

impl<Header> Freeze for GrandpaJustification<Header>
where <Header as Header>::Hash: Freeze, <Header as Header>::Number: Freeze,

impl<N> Freeze for ConsensusLog<N>
where N: Freeze,

impl<N> Freeze for ScheduledChange<N>
where N: Freeze,

impl Freeze for Slot

impl<Header, Id> Freeze for EquivocationProof<Header, Id>
where Id: Freeze, Header: Freeze,

impl Freeze for Error

impl Freeze for LogLevel

impl Freeze for Void

impl Freeze for HttpError

impl Freeze for KeyTypeId

impl Freeze for SecretUri

impl Freeze for PublicTag

impl Freeze for Pair

impl Freeze for Pair

impl Freeze for Duration

impl Freeze for Timestamp

impl Freeze for PoolState

impl Freeze for Pair

impl Freeze for VrfProof

impl Freeze for Bytes

impl<'a> Freeze for AddressUri<'a>

impl<'a> Freeze for HexDisplay<'a>

impl<'a> Freeze for RuntimeCode<'a>

impl<'a> Freeze for WrappedRuntimeCode<'a>

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

impl<LeftPair, RightPair, const PUBLIC_KEY_LEN: usize, const SIGNATURE_LEN: usize, SubTag> Freeze for Pair<LeftPair, RightPair, PUBLIC_KEY_LEN, SIGNATURE_LEN, SubTag>
where LeftPair: Freeze, RightPair: Freeze,

impl<Storage> Freeze for OffchainDb<Storage>
where Storage: Freeze,

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

impl<const N: usize, T> Freeze for CryptoBytes<N, T>

impl !Freeze for MemDb

impl<H> Freeze for Change<H>
where H: Freeze,

impl<H> Freeze for Transaction<H>

impl Freeze for Error

impl Freeze for Error

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

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

impl Freeze for Keyring

impl Freeze for Keyring

impl Freeze for Error

impl Freeze for Error

impl<T> Freeze for DeprecationInfoIR<T>
where <T as Form>::String: Freeze,

impl<T> Freeze for DeprecationStatusIR<T>
where <T as Form>::String: Freeze,

impl<T> Freeze for StorageEntryTypeIR<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for ExtrinsicMetadataIR<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for MetadataIR<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for OuterEnumsIR<T>
where <T as Form>::Type: Freeze,

impl<T> Freeze for PalletCallMetadataIR<T>
where <T as Form>::Type: Freeze, <T as Form>::String: Freeze,

impl<T> Freeze for PalletConstantMetadataIR<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl<T> Freeze for PalletErrorMetadataIR<T>
where <T as Form>::Type: Freeze, <T as Form>::String: Freeze,

impl<T> Freeze for PalletEventMetadataIR<T>
where <T as Form>::Type: Freeze, <T as Form>::String: Freeze,

impl<T> Freeze for PalletMetadataIR<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl<T> Freeze for PalletStorageMetadataIR<T>
where <T as Form>::String: Freeze,

impl<T> Freeze for RuntimeApiMetadataIR<T>
where <T as Form>::String: Freeze,

impl<T> Freeze for RuntimeApiMethodMetadataIR<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl<T> Freeze for RuntimeApiMethodParamMetadataIR<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl<T> Freeze for SignedExtensionMetadataIR<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl<T> Freeze for StorageEntryMetadataIR<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

impl Freeze for Mixnode

impl Freeze for Data

impl Freeze for Event

impl Freeze for Span

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

impl Freeze for Era

impl Freeze for Error

impl Freeze for Method

impl Freeze for TrieError

impl Freeze for Digest

impl Freeze for Headers

impl Freeze for Response

impl Freeze for Time

impl Freeze for BadOrigin

impl Freeze for Identity

impl Freeze for Keccak256

impl Freeze for TakeFirst

impl<'a> Freeze for DigestItemRef<'a>

impl<'a> Freeze for OpaqueDigestItemId<'a>

impl<'a> Freeze for PiecewiseLinear<'a>

impl<'a> Freeze for HeadersIterator<'a>

impl<'a> Freeze for StorageValueRef<'a>

impl<'a> Freeze for TrailingZeroInput<'a>

impl<'a, 'b, L> Freeze for StorageLockGuard<'a, 'b, L>

impl<'a, L> Freeze for StorageLock<'a, L>
where L: Freeze,

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

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

impl<AccountId, AccountIndex> Freeze for MultiAddress<AccountId, AccountIndex>
where AccountId: Freeze, AccountIndex: Freeze,

impl<AccountId, AccountIndex> Freeze for AccountIdLookup<AccountId, AccountIndex>

impl<AccountId, Call, Extra> Freeze for CheckedExtrinsic<AccountId, Call, Extra>
where Call: Freeze, AccountId: Freeze, Extra: Freeze,

impl<Address, Call, Signature, Extra> Freeze for UncheckedExtrinsic<Address, Call, Signature, Extra>
where Call: Freeze, Address: Freeze, Signature: Freeze, Extra: Freeze,

impl<B> Freeze for BlockAndTime<B>

impl<Block> Freeze for BlockId<Block>
where <Block as Block>::Hash: Freeze, <<Block as Block>::Header as Header>::Number: Freeze,

impl<Block> Freeze for SignedBlock<Block>
where Block: Freeze,

impl<Call, Extra> Freeze for SignedPayload<Call, Extra>
where Call: Freeze, Extra: Freeze, <Extra as SignedExtension>::AdditionalSigned: Freeze,

impl<Call, Extra> Freeze for TestXt<Call, Extra>
where Call: Freeze, Extra: Freeze,

impl<Hashing, Key, Value> Freeze for BasicProvingTrie<Hashing, Key, Value>
where <Hashing as Hasher>::Out: Freeze,

impl<Hashing, Key, Value> Freeze for BasicProvingTrie<Hashing, Key, Value>
where <Hashing as Hasher>::Out: Freeze,

impl<Header, Extrinsic> Freeze for Block<Header, Extrinsic>
where Header: Freeze,

impl<Info> Freeze for DispatchErrorWithPostInfo<Info>
where Info: Freeze,

impl<L, M> Freeze for MorphWithUpperLimit<L, M>

impl<N> Freeze for CheckedReduceBy<N>

impl<N> Freeze for ReduceBy<N>

impl<Number, Hash> Freeze for Header<Number, Hash>
where <Hash as Hash>::Output: Freeze, Number: Freeze,

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

impl<T> Freeze for ConvertToValue<T>

impl<T> Freeze for IdentityLookup<T>

impl<T> Freeze for MorphInto<T>

impl<T> Freeze for TryMorphInto<T>

impl<T, D> Freeze for TypeWithDefault<T, D>
where T: Freeze,

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

impl<V> Freeze for Replace<V>

impl<V> Freeze for ReplaceWithDefault<V>

impl<Xt> Freeze for Block<Xt>

impl<Xt> Freeze for ExtrinsicWrapper<Xt>
where Xt: Freeze,

impl<T> Freeze for Codec<T>

impl<T> Freeze for Enum<T>

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

impl<T, I> Freeze for Inner<T, I>

impl<T, O> Freeze for WrappedFFIValue<T, O>
where T: Freeze, O: Freeze,

impl<AccountId> Freeze for StakerStatus<AccountId>

impl<AccountId> Freeze for StakingAccount<AccountId>
where AccountId: Freeze,

impl<AccountId, Balance> Freeze for Exposure<AccountId, Balance>
where Balance: Freeze,

impl<AccountId, Balance> Freeze for ExposurePage<AccountId, Balance>
where Balance: Freeze,

impl<AccountId, Balance> Freeze for IndividualExposure<AccountId, Balance>
where AccountId: Freeze, Balance: Freeze,

impl<Balance> Freeze for PagedExposureMetadata<Balance>
where Balance: Freeze,

impl<Balance> Freeze for Stake<Balance>
where Balance: Freeze,

impl<Reporter, Offender> Freeze for OffenceDetails<Reporter, Offender>
where Offender: Freeze,

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

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

impl Freeze for UsageInfo

impl Freeze for UsageUnit

impl<'a> Freeze for IterArgs<'a>

impl<'a, B, H> Freeze for BackendRuntimeCode<'a, B, H>

impl<'a, B, H, Exec> !Freeze for StateMachine<'a, B, H, Exec>

impl<'a, H, B> Freeze for Ext<'a, H, B>

impl<'a, H, B> Freeze for ReadOnlyExternalities<'a, H, B>

impl<'a, H, I> Freeze for KeysIter<'a, H, I>
where I: Freeze,

impl<'a, H, I> Freeze for PairsIter<'a, H, I>
where I: Freeze,

impl<H> !Freeze for OverlayedChanges<H>

impl<H> !Freeze for TestExternalities<H>

impl<H> Freeze for StorageChanges<H>
where <H as Hasher>::Out: Freeze,

impl<S, H, C = LocalTrieCache<H>, R = Recorder<H>> !Freeze for TrieBackend<S, H, C, R>

impl<S, H, C, R> Freeze for TrieBackendBuilder<S, H, C, R>
where S: Freeze, <H as Hasher>::Out: Freeze, R: Freeze, C: Freeze,

impl Freeze for Error

impl Freeze for Field

impl Freeze for Proof

impl Freeze for Statement

impl Freeze for ChildInfo

impl Freeze for ChildType

impl Freeze for Storage

impl<Hash> Freeze for StorageChangeSet<Hash>
where Hash: Freeze,

impl Freeze for Timestamp

impl Freeze for WasmLevel

impl Freeze for WasmValue

impl Freeze for Error

impl Freeze for CacheSize

impl<'a, DB, H> Freeze for KeySpacedDB<'a, DB, H>
where DB: ?Sized,

impl<'a, DB, H> Freeze for KeySpacedDBMut<'a, DB, H>
where DB: ?Sized,

impl<'a, H> Freeze for TrieCache<'a, H>
where <H as Hasher>::Out: Freeze,

impl<'a, H> Freeze for TrieRecorder<'a, H>
where <H as Hasher>::Out: Freeze,

impl<H> !Freeze for LocalTrieCache<H>

impl<H> Freeze for Error<H>

impl<H> Freeze for SharedTrieCache<H>

impl<H> Freeze for Recorder<H>

impl<H> Freeze for LayoutV0<H>

impl<H> Freeze for LayoutV1<H>

impl<H> Freeze for NodeCodec<H>

impl<H, CodecError> Freeze for Error<H, CodecError>
where H: Freeze,

impl Freeze for Error

impl Freeze for Value

impl Freeze for ValueType

impl Freeze for Signature

impl<Base, Overlay> Freeze for ExtendedHostFunctions<Base, Overlay>

impl<T> Freeze for Pointer<T>

impl Freeze for Weight

impl<Balance> Freeze for FeePolynomial<Balance>
where Balance: Freeze,

impl<Balance> Freeze for WeightToFeeCoefficient<Balance>
where Balance: Freeze,

impl<T> Freeze for IdentityFee<T>

impl<T, M> Freeze for ConstantMultiplier<T, M>

impl<const F: u32, T> Freeze for FixedFee<F, T>

impl Freeze for Loop

impl Freeze for Spin

impl<T = (), R = Spin> !Freeze for Once<T, R>

impl Freeze for Stream

impl Freeze for Spinner

impl Freeze for Backoff

impl Freeze for Spin

impl<R = Spin> !Freeze for RawRwSpinlock<R>

impl<R = Spin> !Freeze for RawSpinlock<R>

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 Token

impl Freeze for AssetId

impl Freeze for BodyId

impl Freeze for BodyPart

impl Freeze for Error

impl Freeze for Junction

impl Freeze for Junctions

impl Freeze for NetworkId

impl Freeze for Outcome

impl Freeze for Response

impl Freeze for SendError

impl Freeze for AssetId

impl Freeze for BodyId

impl Freeze for BodyPart

impl Freeze for Error

impl Freeze for Junction

impl Freeze for Junctions

impl Freeze for NetworkId

impl Freeze for Outcome

impl Freeze for Response

impl Freeze for SendError

impl Freeze for Junction

impl Freeze for Junctions

impl Freeze for NetworkId

impl Freeze for Outcome

impl Freeze for Response

impl Freeze for WildAsset

impl Freeze for AlwaysV2

impl Freeze for AlwaysV3

impl Freeze for AlwaysV4

impl Freeze for Ancestor

impl Freeze for Parent

impl Freeze for Ancestor

impl Freeze for Parent

impl Freeze for Ancestor

impl Freeze for Asset

impl Freeze for AssetId

impl Freeze for Assets

impl Freeze for Location

impl Freeze for Parent

impl<Call> Freeze for Instruction<Call>
where Call: Freeze,

impl<Call> Freeze for Instruction<Call>
where Call: Freeze,

impl<Call> Freeze for Xcm<Call>

impl<Call> Freeze for Xcm<Call>

impl<Call, S> Freeze for XcmBuilder<Call, S>

impl<Call, S> Freeze for XcmBuilder<Call, S>

impl<Interior> Freeze for AncestorThen<Interior>
where Interior: Freeze,

impl<Interior> Freeze for AncestorThen<Interior>
where Interior: Freeze,

impl<Interior> Freeze for AncestorThen<Interior>
where Interior: Freeze,

impl<RuntimeCall> Freeze for VersionedXcm<RuntimeCall>

impl<RuntimeCall> Freeze for Instruction<RuntimeCall>
where RuntimeCall: Freeze,

impl<RuntimeCall> Freeze for Xcm<RuntimeCall>

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

impl Freeze for Phase

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

impl<T, G = fn() -> T> !Freeze for LazyFinalize<T, G>

impl<T, G = fn() -> T> !Freeze for LesserLazy<T, G>

impl<T, G = fn() -> T> !Freeze for LesserLazyFinalize<T, G>

impl<T, G = fn() -> T> !Freeze for LesserLockedLazy<T, G>

impl<T, G = fn() -> T> !Freeze for LesserLockedLazyDroped<T, G>

impl<T, G = fn() -> T> !Freeze for LesserLockedLazyFinalize<T, G>

impl<T, G = fn() -> T> !Freeze for LockedLazyDroped<T, G>

impl<T, G = fn() -> T> !Freeze for LockedLazyFinalize<T, G>

impl<T, G = fn() -> T> !Freeze for PrimedLesserLockedLazy<T, G>

impl<T, G = fn() -> T> !Freeze for PrimedLesserLockedLazyDroped<T, G>

impl<T, G = fn() -> T> !Freeze for PrimedLockedLazy<T, G>

impl<T, G = fn() -> T> !Freeze for PrimedLockedLazyDroped<T, G>

impl<T, G = fn() -> T> !Freeze for Lazy<T, G>

impl<T, G = fn() -> T> !Freeze for LockedLazy<T, G>

impl<T, G = fn() -> T> !Freeze for UnSyncLazy<T, G>

impl<T, G = fn() -> T> !Freeze for UnSyncLockedLazy<T, G>

impl Freeze for Error

impl Freeze for Error

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

impl<'a, Block, HP, HS> Freeze for FinalizedHeaders<'a, Block, HP, HS>
where HS: Freeze, <Block as Block>::Hash: Freeze,

impl Freeze for Choice

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

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

impl Freeze for Size

impl Freeze for Vendor

impl Freeze for Triple

impl Freeze for TempDir

impl Freeze for TempPath

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

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

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

impl Freeze for Height

impl Freeze for Width

impl<D> Freeze for Tree<D>
where D: 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 Builder

impl Freeze for Error

impl Freeze for TType

impl<'a> Freeze for TStoredInputProtocol<'a>

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

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

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

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

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

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

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

impl<PRC, RTF, IPF, WTF, OPF> Freeze for TServer<PRC, RTF, IPF, WTF, OPF>
where RTF: Freeze, IPF: Freeze, WTF: Freeze, OPF: Freeze,

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

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

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

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

impl Freeze for narenas

impl Freeze for abort

impl Freeze for abort_mib

impl Freeze for dss

impl Freeze for dss_mib

impl Freeze for junk

impl Freeze for junk_mib

impl Freeze for narenas

impl Freeze for tcache

impl Freeze for zero

impl Freeze for zero_mib

impl Freeze for active

impl Freeze for allocated

impl Freeze for mapped

impl Freeze for metadata

impl Freeze for resident

impl Freeze for retained

impl Freeze for Error

impl Freeze for Name

impl Freeze for epoch

impl Freeze for epoch_mib

impl Freeze for version

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

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

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 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 Instant

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 Freeze for Shake

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 TcpStream

impl !Freeze for UdpSocket

impl !Freeze for UnixStream

impl !Freeze for Receiver

impl !Freeze for Sender

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 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 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 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<I, A> !Freeze for Retry<I, A>

impl<I, A, C> !Freeze for RetryIf<I, A, C>

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 Connector

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

impl<S> Freeze for WebSocketStream<S>
where S: 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 Error

impl Freeze for Offset

impl Freeze for Value

impl Freeze for Error

impl Freeze for IntoIter

impl Freeze for Date

impl Freeze for Datetime

impl Freeze for Time

impl<'a> Freeze for Entry<'a>

impl<'a> Freeze for Deserializer<'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 Serializer<'a>

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

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

impl Freeze for None

impl<'a, T, Request> Freeze for Ready<'a, T, Request>

impl<A, B> Freeze for Either<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<In, T, U, E> Freeze for BoxLayer<In, T, U, E>

impl<L> Freeze for ServiceBuilder<L>
where L: 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>
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 BoxService<T, U, E>

impl<T, U, E> Freeze for UnsyncBoxService<T, U, E>

impl !Freeze for Full

impl !Freeze for CorsLayer

impl !Freeze for MaxAge

impl Freeze for GrpcCode

impl Freeze for Any

impl Freeze for Vary

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

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

impl<C, F> Freeze for MapFailureClass<C, F>
where C: Freeze, F: Freeze,

impl<D, E> Freeze for UnsyncBoxBody<D, E>

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

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

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

impl Freeze for Times

impl Freeze for Freq

impl Freeze for Builder

impl Freeze for LogTracer

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 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 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>
where <R as LookupSpan<'a>>::Data: Freeze,

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> Freeze for OffsetTime<F>
where F: Freeze,

impl<F> Freeze for UtcTime<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<W> Freeze for ArcWriter<W>

impl Freeze for TrieSpec

impl Freeze for NodePlan

impl Freeze for ValuePlan

impl Freeze for Bytes

impl Freeze for BytesWeak

impl Freeze for NibbleVec

impl<'a> Freeze for Node<'a>

impl<'a> Freeze for NodeHandle<'a>

impl<'a> Freeze for Value<'a>

impl<'a> Freeze for NibbleSlice<'a>

impl<'a, 'cache, L> Freeze for TrieDBNodeDoubleEndedIterator<'a, 'cache, L>

impl<'a, 'cache, L> Freeze for TrieDBNodeIterator<'a, 'cache, L>

impl<'a, 'cache, L> Freeze for TrieDBDoubleEndedIterator<'a, 'cache, L>

impl<'a, 'cache, L> Freeze for TrieDBIterator<'a, 'cache, L>

impl<'a, 'cache, L> Freeze for TrieDBKeyDoubleEndedIterator<'a, 'cache, L>

impl<'a, 'cache, L> Freeze for TrieDBKeyIterator<'a, 'cache, L>

impl<'a, 'cache, L, Q> Freeze for Lookup<'a, 'cache, L, Q>
where Q: Freeze, <<L as TrieLayout>::Hash as Hasher>::Out: Freeze,

impl<'a, H> Freeze for TrieAccess<'a, H>
where H: Freeze,

impl<'a, L> !Freeze for TrieDBMut<'a, L>

impl<'a, T, DB> Freeze for TrieBuilder<'a, T, DB>
where <<T as TrieLayout>::Hash as Hasher>::Out: Freeze,

impl<'db, 'cache, L> !Freeze for TrieKinds<'db, 'cache, L>

impl<'db, 'cache, L> !Freeze for SecTrieDB<'db, 'cache, L>

impl<'db, 'cache, L> !Freeze for FatDB<'db, 'cache, L>

impl<'db, 'cache, L> !Freeze for TrieDB<'db, 'cache, L>

impl<'db, 'cache, L> Freeze for FatDBIterator<'db, 'cache, L>

impl<'db, 'cache, L> Freeze for TrieDBBuilder<'db, 'cache, L>

impl<'db, L> !Freeze for SecTrieDBMut<'db, L>

impl<'db, L> !Freeze for FatDBMut<'db, L>

impl<'db, L> Freeze for TrieDBMutBuilder<'db, L>

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

impl<H> Freeze for CachedValue<H>
where H: Freeze,

impl<H> Freeze for MerkleValue<H>
where H: Freeze,

impl<H> Freeze for NodeHandleOwned<H>
where H: Freeze,

impl<H> Freeze for NodeOwned<H>
where H: Freeze,

impl<H> Freeze for ValueOwned<H>
where H: Freeze,

impl<HO> Freeze for ChildReference<HO>
where HO: Freeze,

impl<HO> Freeze for Record<HO>
where HO: Freeze,

impl<HO, CE> Freeze for Error<HO, CE>
where HO: Freeze, CE: Freeze,

impl<L> Freeze for Value<L>
where <<L as TrieLayout>::Hash as Hasher>::Out: Freeze,

impl<L> Freeze for Recorder<L>

impl<L> Freeze for TrieDBRawIterator<L>

impl<T> Freeze for TrieRoot<T>
where <<T as TrieLayout>::Hash as Hasher>::Out: Freeze,

impl<T> Freeze for TrieRootPrint<T>
where <<T as TrieLayout>::Hash as Hasher>::Out: Freeze,

impl<T> Freeze for TrieRootUnhashed<T>

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

impl<'a> Freeze for Value<'a>

impl Freeze for OpCode

impl Freeze for DNSClass

impl Freeze for AppUsage

impl Freeze for AuthUsage

impl Freeze for OpUsage

impl Freeze for UserUsage

impl Freeze for Property

impl Freeze for Value

impl Freeze for EdnsCode

impl Freeze for Algorithm

impl Freeze for CertUsage

impl Freeze for Matching

impl Freeze for Selector

impl Freeze for RData

impl Freeze for Flags

impl Freeze for Header

impl Freeze for Message

impl Freeze for Query

impl Freeze for Edns

impl Freeze for Label

impl Freeze for Name

impl Freeze for ZoneUsage

impl Freeze for A

impl Freeze for AAAA

impl Freeze for CAA

impl Freeze for KeyValue

impl Freeze for CSYNC

impl Freeze for HINFO

impl Freeze for HTTPS

impl Freeze for MX

impl Freeze for ANAME

impl Freeze for CNAME

impl Freeze for NS

impl Freeze for PTR

impl Freeze for NAPTR

impl Freeze for NULL

impl Freeze for OPT

impl Freeze for SOA

impl Freeze for SRV

impl Freeze for SSHFP

impl Freeze for Alpn

impl Freeze for EchConfig

impl Freeze for Mandatory

impl Freeze for SVCB

impl Freeze for Unknown

impl Freeze for TLSA

impl Freeze for TXT

impl Freeze for LowerName

impl Freeze for RecordSet

impl Freeze for RrKey

impl Freeze for TokioTime

impl<'a> Freeze for LabelIter<'a>

impl<'a> Freeze for BinDecoder<'a>

impl<'a> Freeze for BinEncoder<'a>

impl<'a, R> Freeze for RecordRef<'a, R>

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

impl<'r> Freeze for RrsetRecords<'r>

impl<F, S, MF> Freeze for DnsMultiplexerConnect<F, S, MF>
where F: Freeze,

impl<F, S, TE> Freeze for DnsExchangeConnect<F, S, TE>
where F: Freeze, S: Freeze,

impl<H> Freeze for RetryDnsHandle<H>
where H: Freeze,

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

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

impl<S> Freeze for TcpClientConnect<S>

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

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

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

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

impl<S, MF> Freeze for UdpClientConnect<S, MF>

impl<S, MF> Freeze for UdpClientStream<S, MF>

impl<S, MF> Freeze for DnsMultiplexer<S, MF>
where S: Freeze,

impl<S, TE> Freeze for DnsExchangeBackground<S, TE>
where S: Freeze,

impl<T> Freeze for IpHint<T>

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

impl !Freeze for Resolver

impl Freeze for Protocol

impl Freeze for DnsLru

impl Freeze for TtlConfig

impl Freeze for Lookup

impl Freeze for MxLookup

impl Freeze for NsLookup

impl Freeze for SoaLookup

impl Freeze for SrvLookup

impl Freeze for TxtLookup

impl Freeze for LookupIp

impl Freeze for Hosts

impl<'a> Freeze for LookupIter<'a>

impl<'a> Freeze for LookupRecordIter<'a>

impl<'i> Freeze for Ipv4LookupIter<'i>

impl<'i> Freeze for Ipv6LookupIter<'i>

impl<'i> Freeze for MxLookupIter<'i>

impl<'i> Freeze for NsLookupIter<'i>

impl<'i> Freeze for ReverseLookupIter<'i>

impl<'i> Freeze for SoaLookupIter<'i>

impl<'i> Freeze for SrvLookupIter<'i>

impl<'i> Freeze for TlsaLookupIter<'i>

impl<'i> Freeze for TxtLookupIter<'i>

impl<'i> Freeze for LookupIpIter<'i>

impl<C, E> Freeze for LookupIpFuture<C, E>
where C: Freeze,

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

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

impl<P> Freeze for NameServerPool<P>

impl<P> Freeze for AsyncResolver<P>

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

impl<T> !Freeze for TryLock<T>

impl Freeze for Action

impl Freeze for Runtime

impl Freeze for State

impl Freeze for Command

impl Freeze for Command

impl Freeze for Command

impl Freeze for Command

impl Freeze for Command

impl Freeze for Command

impl Freeze for LiveState

impl<B> Freeze for InherentDataProvider<B>
where <B as Block>::Header: Freeze,

impl<B> Freeze for InherentDataProvider<B>
where <B as Block>::Header: Freeze,

impl<Block, HostFns> Freeze for MbmChecker<Block, HostFns>

impl !Freeze for Error

impl Freeze for Connector

impl Freeze for TlsError

impl Freeze for UrlError

impl Freeze for Message

impl Freeze for Role

impl Freeze for CloseCode

impl Freeze for Control

impl Freeze for Data

impl Freeze for OpCode

impl Freeze for Mode

impl Freeze for Frame

impl<'t> Freeze for CloseFrame<'t>

impl<Obj, Stream> Freeze for RoundResult<Obj, Stream>
where Stream: Freeze, Obj: Freeze,

impl<Obj, Stream> Freeze for StageResult<Obj, Stream>
where Obj: Freeze, Stream: Freeze,

impl<Role> !Freeze for HandshakeError<Role>

impl<Role> Freeze for MidHandshake<Role>
where Role: Freeze, <Role as HandshakeRole>::InternalStream: Freeze,

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

impl<S> Freeze for ClientHandshake<S>

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

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

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

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

impl<const CHUNK_SIZE: usize> Freeze for ReadBuffer<CHUNK_SIZE>

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 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<'a> Freeze for GraphemeIndices<'a>

impl<'a> Freeze for Graphemes<'a>

impl<'a> Freeze for USentenceBoundIndices<'a>

impl<'a> Freeze for USentenceBounds<'a>

impl<'a> Freeze for UWordBoundIndices<'a>

impl<'a> Freeze for UWordBounds<'a>

impl<'a> Freeze for UnicodeSentences<'a>

impl<'a> Freeze for UnicodeWordIndices<'a>

impl<'a> Freeze for UnicodeWords<'a>

impl Freeze for Error

impl Freeze for Error

impl Freeze for ReadError

impl<T> Freeze for Uvi<T>

impl<T> Freeze for UviBytes<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<'a> Freeze for BufReadDecoderError<'a>

impl<'a> Freeze for DecodeError<'a>

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

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

impl Freeze for Parser

impl Freeze for Void

impl Freeze for DirEntry

impl Freeze for Error

impl Freeze for IntoIter

impl Freeze for WalkDir

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

impl Freeze for Closed

impl Freeze for Giver

impl Freeze for Taker

impl Freeze for WasmSlice

impl Freeze for JsError

impl Freeze for JsValue

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

impl<T> Freeze for WasmRet<T>
where <T as WasmAbi>::Prim1: Freeze, <T as WasmAbi>::Prim2: Freeze, <T as WasmAbi>::Prim3: Freeze, <T as WasmAbi>::Prim4: Freeze,

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

impl<T> Freeze for JsStatic<T>

impl Freeze for LitOrExpr

impl Freeze for TypeKind

impl Freeze for Enum

impl Freeze for Export

impl Freeze for Function

impl Freeze for Import

impl Freeze for Operation

impl Freeze for Program

impl Freeze for Struct

impl Freeze for Variant

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

impl Freeze for JsFuture

impl Freeze for GasMeter

impl Freeze for Injector

impl Freeze for Injector

impl Freeze for Delay

impl Freeze for Interval

impl Freeze for Timer

impl<F> Freeze for Timeout<F>
where <F as TryFuture>::Error: Sized, F: Freeze,

impl<S> Freeze for TimeoutStream<S>
where <S as TryStream>::Error: Sized, S: Freeze,

impl Freeze for BlockType

impl Freeze for Encoding

impl Freeze for FrameKind

impl Freeze for HeapType

impl Freeze for TagKind

impl Freeze for Type

impl Freeze for TypeRef

impl Freeze for ValType

impl Freeze for Type

impl Freeze for Frame

impl Freeze for FuncType

impl Freeze for Ieee32

impl Freeze for Ieee64

impl Freeze for MemArg

impl Freeze for Parser

impl Freeze for RefType

impl Freeze for TableType

impl Freeze for TagType

impl Freeze for V128

impl Freeze for Validator

impl Freeze for KebabStr

impl Freeze for TupleType

impl Freeze for TypeId

impl Freeze for Types

impl Freeze for UnionType

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

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

impl<'a> Freeze for ComponentDefinedType<'a>

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

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

impl<'a> Freeze for ComponentName<'a>

impl<'a> Freeze for ComponentType<'a>

impl<'a> Freeze for CoreType<'a>

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

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

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

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

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

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

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

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

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

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

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

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

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

impl<'a> Freeze for ComponentFuncType<'a>

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

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

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

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

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

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

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

impl<'a> Freeze for Global<'a>

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

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

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

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

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

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

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

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

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

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

impl<'a> Freeze for Table<'a>

impl<'a> Freeze for VariantCase<'a>

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

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

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

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

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

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

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

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

impl Freeze for CallHook

impl Freeze for Extern

impl Freeze for OptLevel

impl Freeze for Strategy

impl Freeze for Val

impl Freeze for ValType

impl Freeze for Config

impl Freeze for Engine

impl Freeze for ExternRef

impl Freeze for FrameInfo

impl Freeze for Func

impl Freeze for FuncType

impl Freeze for Global

impl Freeze for Instance

impl Freeze for Memory

impl Freeze for Module

impl Freeze for Table

impl Freeze for TableType

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<Params, Results> Freeze for TypedFunc<Params, Results>

impl<T> Freeze for InstancePre<T>

impl<T> Freeze for Linker<T>

impl<T> Freeze for Store<T>

impl<'config> Freeze for ModuleCacheEntry<'config>

impl<'a> Freeze for ModuleTextBuilder<'a>

impl<T> Freeze for IsaBuilder<T>

impl Freeze for FlagValue

impl Freeze for Trap

impl Freeze for LibCall

impl Freeze for FilePos

impl Freeze for HostPtr

impl Freeze for Module

impl Freeze for Setting

impl Freeze for StackMap

impl Freeze for TablePlan

impl Freeze for Tunables

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

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

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

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

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

impl<'data> !Freeze for ModuleTranslation<'data>

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

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

impl<T> !Freeze for ScopeVec<T>

impl<'a> Freeze for ObjectBuilder<'a>

impl<'a> Freeze for SymbolizeContext<'a>

impl Freeze for RecordId

impl Freeze for Export

impl Freeze for Table

impl Freeze for Backtrace

impl Freeze for Memory

impl Freeze for Mmap

impl Freeze for MmapVec

impl Freeze for StorePtr

impl Freeze for Trap

impl Freeze for VMContext

impl Freeze for WasmFault

impl Freeze for ValRaw

impl<'a> Freeze for Imports<'a>

impl Freeze for WasmError

impl Freeze for WasmType

impl Freeze for DataIndex

impl Freeze for ElemIndex

impl Freeze for FuncIndex

impl Freeze for Global

impl Freeze for Memory

impl Freeze for Table

impl Freeze for Tag

impl Freeze for TagIndex

impl Freeze for TypeIndex

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<'a> Freeze for TrustAnchor<'a>

impl Freeze for Const

impl Freeze for Mut

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

impl<Inner> Freeze for Frozen<Inner>
where Inner: Freeze,

impl<M, T> Freeze for Address<M, T>
where M: Freeze, T: ?Sized,

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

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

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

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

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

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

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

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

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

impl Freeze for PublicKey

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 Mode

impl Freeze for Config

impl Freeze for Packet

impl Freeze for Stream

impl Freeze for StreamId

impl<T> !Freeze for Connection<T>

impl Freeze for BERMode

impl Freeze for PCBit

impl Freeze for TagClass

impl Freeze for UTCTime

impl Freeze for ASN1Error

impl Freeze for Tag

impl<'a> Freeze for DERWriter<'a>

impl<'a> Freeze for DERWriterSeq<'a>

impl<'a> Freeze for DERWriterSet<'a>

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

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

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

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 U128<O>

impl<O> Freeze for U16<O>

impl<O> Freeze for U32<O>

impl<O> Freeze for U64<O>

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

impl<Z> Freeze for Zeroizing<Z>
where Z: Freeze,

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 W: Freeze, D: 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,