wiwi::prelude_std::marker

Trait Freeze

Source
pub unsafe auto trait Freeze { }
๐Ÿ”ฌThis is a nightly-only experimental API. (freeze)
Expand description

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

ยงSafety

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

Implementorsยง

Sourceยง

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

Sourceยง

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

Sourceยง

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

Sourceยง

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

Sourceยง

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

Sourceยง

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

1.28.0 ยท Sourceยง

impl<T> Freeze for NonZero<T>

Auto implementorsยง

ยง

impl !Freeze for AtomicCounter

ยง

impl !Freeze for ThreadCounter

ยง

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 wiwi::encoding::hex::DecodeError

ยง

impl Freeze for wiwi::encoding::z85::DecodeError

ยง

impl Freeze for wiwi::prelude_std::atomic::Ordering

ยง

impl Freeze for wiwi::prelude_std::cmp::Ordering

ยง

impl Freeze for Infallible

ยง

impl Freeze for VarError

ยง

impl Freeze for wiwi::prelude_std::fmt::Alignment

ยง

impl Freeze for BacktraceStyle

ยง

impl Freeze for SearchStep

ยง

impl Freeze for MarkerInit

ยง

impl Freeze for MarkerUninit

ยง

impl Freeze for wiwi::clock_timer::builder::Builder

ยง

impl Freeze for BuilderWithEnd

ยง

impl Freeze for BuilderWithInterval

ยง

impl Freeze for BuilderWithStart

ยง

impl Freeze for ClockTimer

ยง

impl Freeze for Tick

ยง

impl Freeze for WordRef

ยง

impl Freeze for Base16

ยง

impl Freeze for Base32

ยง

impl Freeze for Base64

ยง

impl Freeze for Hex

ยง

impl Freeze for RFC1751

ยง

impl Freeze for Z85

ยง

impl Freeze for EncodedReprInfo

ยง

impl Freeze for EndianBig

ยง

impl Freeze for EndianLittle

ยง

impl Freeze for EndianNative

ยง

impl Freeze for wiwi::parser::stateful::NumF32BE

ยง

impl Freeze for wiwi::parser::stateful::NumF32LE

ยง

impl Freeze for wiwi::parser::stateful::NumF32NE

ยง

impl Freeze for wiwi::parser::stateful::NumF64BE

ยง

impl Freeze for wiwi::parser::stateful::NumF64LE

ยง

impl Freeze for wiwi::parser::stateful::NumF64NE

ยง

impl Freeze for wiwi::parser::stateful::NumI8BE

ยง

impl Freeze for wiwi::parser::stateful::NumI8LE

ยง

impl Freeze for wiwi::parser::stateful::NumI8NE

ยง

impl Freeze for wiwi::parser::stateful::NumI16BE

ยง

impl Freeze for wiwi::parser::stateful::NumI16LE

ยง

impl Freeze for wiwi::parser::stateful::NumI16NE

ยง

impl Freeze for wiwi::parser::stateful::NumI32BE

ยง

impl Freeze for wiwi::parser::stateful::NumI32LE

ยง

impl Freeze for wiwi::parser::stateful::NumI32NE

ยง

impl Freeze for wiwi::parser::stateful::NumI64BE

ยง

impl Freeze for wiwi::parser::stateful::NumI64LE

ยง

impl Freeze for wiwi::parser::stateful::NumI64NE

ยง

impl Freeze for wiwi::parser::stateful::NumI128BE

ยง

impl Freeze for wiwi::parser::stateful::NumI128LE

ยง

impl Freeze for wiwi::parser::stateful::NumI128NE

ยง

impl Freeze for wiwi::parser::stateful::NumIsizeBE

ยง

impl Freeze for wiwi::parser::stateful::NumIsizeLE

ยง

impl Freeze for wiwi::parser::stateful::NumIsizeNE

ยง

impl Freeze for wiwi::parser::stateful::NumU8BE

ยง

impl Freeze for wiwi::parser::stateful::NumU8LE

ยง

impl Freeze for wiwi::parser::stateful::NumU8NE

ยง

impl Freeze for wiwi::parser::stateful::NumU16BE

ยง

impl Freeze for wiwi::parser::stateful::NumU16LE

ยง

impl Freeze for wiwi::parser::stateful::NumU16NE

ยง

impl Freeze for wiwi::parser::stateful::NumU32BE

ยง

impl Freeze for wiwi::parser::stateful::NumU32LE

ยง

impl Freeze for wiwi::parser::stateful::NumU32NE

ยง

impl Freeze for wiwi::parser::stateful::NumU64BE

ยง

impl Freeze for wiwi::parser::stateful::NumU64LE

ยง

impl Freeze for wiwi::parser::stateful::NumU64NE

ยง

impl Freeze for wiwi::parser::stateful::NumU128BE

ยง

impl Freeze for wiwi::parser::stateful::NumU128LE

ยง

impl Freeze for wiwi::parser::stateful::NumU128NE

ยง

impl Freeze for wiwi::parser::stateful::NumUsizeBE

ยง

impl Freeze for wiwi::parser::stateful::NumUsizeLE

ยง

impl Freeze for wiwi::parser::stateful::NumUsizeNE

ยง

impl Freeze for wiwi::parser::stateful::Take

ยง

impl Freeze for wiwi::parser::stateless::NumF32BE

ยง

impl Freeze for wiwi::parser::stateless::NumF32LE

ยง

impl Freeze for wiwi::parser::stateless::NumF32NE

ยง

impl Freeze for wiwi::parser::stateless::NumF64BE

ยง

impl Freeze for wiwi::parser::stateless::NumF64LE

ยง

impl Freeze for wiwi::parser::stateless::NumF64NE

ยง

impl Freeze for wiwi::parser::stateless::NumI8BE

ยง

impl Freeze for wiwi::parser::stateless::NumI8LE

ยง

impl Freeze for wiwi::parser::stateless::NumI8NE

ยง

impl Freeze for wiwi::parser::stateless::NumI16BE

ยง

impl Freeze for wiwi::parser::stateless::NumI16LE

ยง

impl Freeze for wiwi::parser::stateless::NumI16NE

ยง

impl Freeze for wiwi::parser::stateless::NumI32BE

ยง

impl Freeze for wiwi::parser::stateless::NumI32LE

ยง

impl Freeze for wiwi::parser::stateless::NumI32NE

ยง

impl Freeze for wiwi::parser::stateless::NumI64BE

ยง

impl Freeze for wiwi::parser::stateless::NumI64LE

ยง

impl Freeze for wiwi::parser::stateless::NumI64NE

ยง

impl Freeze for wiwi::parser::stateless::NumI128BE

ยง

impl Freeze for wiwi::parser::stateless::NumI128LE

ยง

impl Freeze for wiwi::parser::stateless::NumI128NE

ยง

impl Freeze for wiwi::parser::stateless::NumIsizeBE

ยง

impl Freeze for wiwi::parser::stateless::NumIsizeLE

ยง

impl Freeze for wiwi::parser::stateless::NumIsizeNE

ยง

impl Freeze for wiwi::parser::stateless::NumU8BE

ยง

impl Freeze for wiwi::parser::stateless::NumU8LE

ยง

impl Freeze for wiwi::parser::stateless::NumU8NE

ยง

impl Freeze for wiwi::parser::stateless::NumU16BE

ยง

impl Freeze for wiwi::parser::stateless::NumU16LE

ยง

impl Freeze for wiwi::parser::stateless::NumU16NE

ยง

impl Freeze for wiwi::parser::stateless::NumU32BE

ยง

impl Freeze for wiwi::parser::stateless::NumU32LE

ยง

impl Freeze for wiwi::parser::stateless::NumU32NE

ยง

impl Freeze for wiwi::parser::stateless::NumU64BE

ยง

impl Freeze for wiwi::parser::stateless::NumU64LE

ยง

impl Freeze for wiwi::parser::stateless::NumU64NE

ยง

impl Freeze for wiwi::parser::stateless::NumU128BE

ยง

impl Freeze for wiwi::parser::stateless::NumU128LE

ยง

impl Freeze for wiwi::parser::stateless::NumU128NE

ยง

impl Freeze for wiwi::parser::stateless::NumUsizeBE

ยง

impl Freeze for wiwi::parser::stateless::NumUsizeLE

ยง

impl Freeze for wiwi::parser::stateless::NumUsizeNE

ยง

impl Freeze for wiwi::parser::stateless::Take

ยง

impl Freeze for wiwi::serialiser::binary::Error

ยง

impl Freeze for AllocError

ยง

impl Freeze for Global

ยง

impl Freeze for Layout

ยง

impl Freeze for LayoutError

ยง

impl Freeze for System

ยง

impl Freeze for TryFromSliceError

ยง

impl Freeze for BorrowError

ยง

impl Freeze for BorrowMutError

ยง

impl Freeze for Args

ยง

impl Freeze for ArgsOs

ยง

impl Freeze for JoinPathsError

ยง

impl Freeze for Vars

ยง

impl Freeze for VarsOs

ยง

impl Freeze for wiwi::prelude_std::fmt::Error

ยง

impl Freeze for DefaultHasher

ยง

impl Freeze for RandomState

ยง

impl Freeze for SipHasher

ยง

impl Freeze for Assume

ยง

impl Freeze for RangeFull

ยง

impl Freeze for wiwi::prelude_std::ptr::Alignment

ยง

impl Freeze for ParseBoolError

ยง

impl Freeze for Utf8Error

ยง

impl Freeze for FromUtf8Error

ยง

impl Freeze for FromUtf16Error

ยง

impl Freeze for PhantomPinned

ยง

impl Freeze for String

ยง

impl Freeze for TypeId

ยง

impl Freeze for StringInlineable

ยง

impl<'a> Freeze for Utf8Pattern<'a>

ยง

impl<'a> Freeze for SplitPaths<'a>

ยง

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

ยง

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

ยง

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

ยง

impl<'a> Freeze for PanicHookInfo<'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> Freeze for wiwi::prelude_std::string::Drain<'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, A> Freeze for wiwi::prelude_std::option::Iter<'a, A>

ยง

impl<'a, A> Freeze for wiwi::prelude_std::option::IterMut<'a, A>

ยง

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, P> Freeze for MatchIndices<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T> Freeze for wiwi::prelude_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, A> Freeze for wiwi::prelude_std::vec::Drain<'a, T, A>

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T, P> Freeze for wiwi::prelude_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 wiwi::prelude_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 wiwi::prelude_std::slice::Split<'a, T, P>
where P: Freeze,

ยง

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

ยง

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

ยง

impl<A> Freeze for wiwi::prelude_std::option::IntoIter<A>
where A: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<C, M> Freeze for RcStr<C, M>

ยง

impl<C, M> Freeze for RcStrWeak<C, M>

ยง

impl<C, V, S> Freeze for wiwi::rc::Rc<C, V, S>

ยง

impl<C, V, S> Freeze for RcWeak<C, V, S>

ยง

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

ยง

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

ยง

impl<F> Freeze for wiwi::prelude_std::fmt::FromFn<F>
where F: Freeze,

ยง

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

ยง

impl<F> Freeze for wiwi::prelude_std::iter::FromFn<F>
where F: Freeze,

ยง

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

ยง

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

ยง

impl<H> Freeze for BuildHasherDefault<H>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<P, F, O> Freeze for wiwi::parser::util::Map<P, F, O>
where P: Freeze, F: Freeze,

ยง

impl<P, I, O, E> Freeze for wiwi::parser::stateful::Void<P, I, O, E>
where P: Freeze,

ยง

impl<P, I, O, E> Freeze for wiwi::parser::stateless::Repeat<P, I, O, E>
where P: Freeze,

ยง

impl<P, I, O, E> Freeze for Spin<P, I, O, E>
where P: Freeze,

ยง

impl<P, I, O, E> Freeze for wiwi::parser::stateless::Void<P, I, O, E>
where P: Freeze,

ยง

impl<P, I, O, E> Freeze for AdaptStateful<P, I, O, E>
where P: Freeze,

ยง

impl<P, I, O, E, EReal, PBefore, OBefore, EBefore, PAfter, OAfter, EAfter> Freeze for wiwi::parser::stateful::Delimited<P, I, O, E, EReal, PBefore, OBefore, EBefore, PAfter, OAfter, EAfter>
where PBefore: Freeze, P: Freeze, PAfter: Freeze,

ยง

impl<P, I, O, E, EReal, PBefore, OBefore, EBefore, PAfter, OAfter, EAfter> Freeze for wiwi::parser::stateless::Delimited<P, I, O, E, EReal, PBefore, OBefore, EBefore, PAfter, OAfter, EAfter>
where PBefore: Freeze, P: Freeze, PAfter: Freeze,

ยง

impl<Start, End, Interval> Freeze for wiwi::clock_timer::builder2::Builder<Start, End, Interval>

ยง

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

ยง

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

ยง

impl<T> Freeze for VecChain<T>

ยง

impl<T> Freeze for wiwi::parser::stateful::Tag<T>
where T: Freeze,

ยง

impl<T> Freeze for wiwi::parser::stateless::Tag<T>
where T: Freeze,

ยง

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

ยง

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

ยง

impl<T> Freeze for Pending<T>

ยง

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

ยง

impl<T> Freeze for Empty<T>

ยง

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

ยง

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

ยง

impl<T> Freeze for Discriminant<T>

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for wiwi::prelude_std::result::IntoIter<T>
where T: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<T, A> Freeze for wiwi::prelude_std::ArcWeak<T, A>
where A: Freeze, T: ?Sized,

ยง

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

ยง

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

ยง

impl<T, A> Freeze for wiwi::prelude_std::RcWeak<T, A>
where A: Freeze, T: ?Sized,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T, M> Freeze for Nominal<T, M>
where T: Freeze,

ยง

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

ยง

impl<T, const N: usize> Freeze for wiwi::prelude_std::array::IntoIter<T, N>
where T: Freeze,

ยง

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

ยง

impl<const N: usize> Freeze for wiwi::parser::stateful::TakeArray<N>

ยง

impl<const N: usize> Freeze for wiwi::parser::stateful::TakeConst<N>

ยง

impl<const N: usize> Freeze for wiwi::parser::stateless::TakeArray<N>

ยง

impl<const N: usize> Freeze for wiwi::parser::stateless::TakeConst<N>