Settings
Help

Freeze

core::marker

Trait Freeze 

Source
pub unsafe auto trait Freeze { }
๐Ÿ”ฌThis is a nightly-only experimental API. (freeze #121675)
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ยง

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 AsciiChar

ยง

impl Freeze for core::cmp::Ordering

ยง

impl Freeze for Infallible

ยง

impl Freeze for c_void

ยง

impl Freeze for core::fmt::Alignment

ยง

impl Freeze for DebugAsHex

ยง

impl Freeze for Sign

ยง

impl Freeze for BasicBlock

ยง

impl Freeze for UnwindTerminateReason

ยง

impl Freeze for IpAddr

ยง

impl Freeze for Ipv6MulticastScope

ยง

impl Freeze for SocketAddr

ยง

impl Freeze for FpCategory

ยง

impl Freeze for IntErrorKind

ยง

impl Freeze for GetManyMutError

ยง

impl Freeze for SearchStep

ยง

impl Freeze for core::sync::atomic::Ordering

ยง

impl Freeze for bool

ยง

impl Freeze for char

ยง

impl Freeze for f16

ยง

impl Freeze for f32

ยง

impl Freeze for f64

ยง

impl Freeze for f128

ยง

impl Freeze for i8

ยง

impl Freeze for i16

ยง

impl Freeze for i32

ยง

impl Freeze for i64

ยง

impl Freeze for i128

ยง

impl Freeze for isize

ยง

impl Freeze for str

ยง

impl Freeze for u8

ยง

impl Freeze for u16

ยง

impl Freeze for u32

ยง

impl Freeze for u64

ยง

impl Freeze for u128

ยง

impl Freeze for ()

ยง

impl Freeze for usize

ยง

impl Freeze for AllocError

ยง

impl Freeze for Layout

ยง

impl Freeze for LayoutError

ยง

impl Freeze for TypeId

ยง

impl Freeze for float64x1_t

ยง

impl Freeze for float64x1x2_t

ยง

impl Freeze for float64x1x3_t

ยง

impl Freeze for float64x1x4_t

ยง

impl Freeze for float64x2_t

ยง

impl Freeze for float64x2x2_t

ยง

impl Freeze for float64x2x3_t

ยง

impl Freeze for float64x2x4_t

ยง

impl Freeze for SY

ยง

impl Freeze for float32x2_t

ยง

impl Freeze for float32x2x2_t

ยง

impl Freeze for float32x2x3_t

ยง

impl Freeze for float32x2x4_t

ยง

impl Freeze for float32x4_t

ยง

impl Freeze for float32x4x2_t

ยง

impl Freeze for float32x4x3_t

ยง

impl Freeze for float32x4x4_t

ยง

impl Freeze for int8x8_t

ยง

impl Freeze for int8x8x2_t

ยง

impl Freeze for int8x8x3_t

ยง

impl Freeze for int8x8x4_t

ยง

impl Freeze for int8x16_t

ยง

impl Freeze for int8x16x2_t

ยง

impl Freeze for int8x16x3_t

ยง

impl Freeze for int8x16x4_t

ยง

impl Freeze for int16x4_t

ยง

impl Freeze for int16x4x2_t

ยง

impl Freeze for int16x4x3_t

ยง

impl Freeze for int16x4x4_t

ยง

impl Freeze for int16x8_t

ยง

impl Freeze for int16x8x2_t

ยง

impl Freeze for int16x8x3_t

ยง

impl Freeze for int16x8x4_t

ยง

impl Freeze for int32x2_t

ยง

impl Freeze for int32x2x2_t

ยง

impl Freeze for int32x2x3_t

ยง

impl Freeze for int32x2x4_t

ยง

impl Freeze for int32x4_t

ยง

impl Freeze for int32x4x2_t

ยง

impl Freeze for int32x4x3_t

ยง

impl Freeze for int32x4x4_t

ยง

impl Freeze for int64x1_t

ยง

impl Freeze for int64x1x2_t

ยง

impl Freeze for int64x1x3_t

ยง

impl Freeze for int64x1x4_t

ยง

impl Freeze for int64x2_t

ยง

impl Freeze for int64x2x2_t

ยง

impl Freeze for int64x2x3_t

ยง

impl Freeze for int64x2x4_t

ยง

impl Freeze for poly8x8_t

ยง

impl Freeze for poly8x8x2_t

ยง

impl Freeze for poly8x8x3_t

ยง

impl Freeze for poly8x8x4_t

ยง

impl Freeze for poly8x16_t

ยง

impl Freeze for poly8x16x2_t

ยง

impl Freeze for poly8x16x3_t

ยง

impl Freeze for poly8x16x4_t

ยง

impl Freeze for poly16x4_t

ยง

impl Freeze for poly16x4x2_t

ยง

impl Freeze for poly16x4x3_t

ยง

impl Freeze for poly16x4x4_t

ยง

impl Freeze for poly16x8_t

ยง

impl Freeze for poly16x8x2_t

ยง

impl Freeze for poly16x8x3_t

ยง

impl Freeze for poly16x8x4_t

ยง

impl Freeze for poly64x1_t

ยง

impl Freeze for poly64x1x2_t

ยง

impl Freeze for poly64x1x3_t

ยง

impl Freeze for poly64x1x4_t

ยง

impl Freeze for poly64x2_t

ยง

impl Freeze for poly64x2x2_t

ยง

impl Freeze for poly64x2x3_t

ยง

impl Freeze for poly64x2x4_t

ยง

impl Freeze for uint8x8_t

ยง

impl Freeze for uint8x8x2_t

ยง

impl Freeze for uint8x8x3_t

ยง

impl Freeze for uint8x8x4_t

ยง

impl Freeze for uint8x16_t

ยง

impl Freeze for uint8x16x2_t

ยง

impl Freeze for uint8x16x3_t

ยง

impl Freeze for uint8x16x4_t

ยง

impl Freeze for uint16x4_t

ยง

impl Freeze for uint16x4x2_t

ยง

impl Freeze for uint16x4x3_t

ยง

impl Freeze for uint16x4x4_t

ยง

impl Freeze for uint16x8_t

ยง

impl Freeze for uint16x8x2_t

ยง

impl Freeze for uint16x8x3_t

ยง

impl Freeze for uint16x8x4_t

ยง

impl Freeze for uint32x2_t

ยง

impl Freeze for uint32x2x2_t

ยง

impl Freeze for uint32x2x3_t

ยง

impl Freeze for uint32x2x4_t

ยง

impl Freeze for uint32x4_t

ยง

impl Freeze for uint32x4x2_t

ยง

impl Freeze for uint32x4x3_t

ยง

impl Freeze for uint32x4x4_t

ยง

impl Freeze for uint64x1_t

ยง

impl Freeze for uint64x1x2_t

ยง

impl Freeze for uint64x1x3_t

ยง

impl Freeze for uint64x1x4_t

ยง

impl Freeze for uint64x2_t

ยง

impl Freeze for uint64x2x2_t

ยง

impl Freeze for uint64x2x3_t

ยง

impl Freeze for uint64x2x4_t

ยง

impl Freeze for v2f64

ยง

impl Freeze for v2i64

ยง

impl Freeze for v2u64

ยง

impl Freeze for v4f32

ยง

impl Freeze for v4f64

ยง

impl Freeze for v4i32

ยง

impl Freeze for v4i64

ยง

impl Freeze for v4u32

ยง

impl Freeze for v4u64

ยง

impl Freeze for v8f32

ยง

impl Freeze for v8i16

ยง

impl Freeze for v8i32

ยง

impl Freeze for v8u16

ยง

impl Freeze for v8u32

ยง

impl Freeze for v16i8

ยง

impl Freeze for v16i16

ยง

impl Freeze for v16u8

ยง

impl Freeze for v16u16

ยง

impl Freeze for v32i8

ยง

impl Freeze for v32u8

ยง

impl Freeze for f16x2

ยง

impl Freeze for vector_bool_char

ยง

impl Freeze for vector_bool_int

ยง

impl Freeze for vector_bool_long

ยง

impl Freeze for vector_bool_short

ยง

impl Freeze for vector_double

ยง

impl Freeze for vector_float

ยง

impl Freeze for vector_signed_char

ยง

impl Freeze for vector_signed_int

ยง

impl Freeze for vector_signed_long

ยง

impl Freeze for vector_signed_short

ยง

impl Freeze for vector_unsigned_char

ยง

impl Freeze for vector_unsigned_int

ยง

impl Freeze for vector_unsigned_long

ยง

impl Freeze for vector_unsigned_short

ยง

impl Freeze for v128

ยง

impl Freeze for CpuidResult

ยง

impl Freeze for __m128

ยง

impl Freeze for __m128bh

ยง

impl Freeze for __m128d

ยง

impl Freeze for __m128h

ยง

impl Freeze for __m128i

ยง

impl Freeze for __m256

ยง

impl Freeze for __m256bh

ยง

impl Freeze for __m256d

ยง

impl Freeze for __m256h

ยง

impl Freeze for __m256i

ยง

impl Freeze for __m512

ยง

impl Freeze for __m512bh

ยง

impl Freeze for __m512d

ยง

impl Freeze for __m512h

ยง

impl Freeze for __m512i

ยง

impl Freeze for bf16

ยง

impl Freeze for TryFromSliceError

ยง

impl Freeze for core::ascii::EscapeDefault

ยง

impl Freeze for BorrowError

ยง

impl Freeze for BorrowMutError

ยง

impl Freeze for CharTryFromError

ยง

impl Freeze for DecodeUtf16Error

ยง

impl Freeze for core::char::EscapeDebug

ยง

impl Freeze for core::char::EscapeDefault

ยง

impl Freeze for core::char::EscapeUnicode

ยง

impl Freeze for ParseCharError

ยง

impl Freeze for ToLowercase

ยง

impl Freeze for ToUppercase

ยง

impl Freeze for TryFromCharError

ยง

impl Freeze for CStr

ยง

impl Freeze for FromBytesUntilNulError

ยง

impl Freeze for FromBytesWithNulError

ยง

impl Freeze for Error

ยง

impl Freeze for FormattingOptions

ยง

impl Freeze for SipHasher

ยง

impl Freeze for ReturnToArg

ยง

impl Freeze for UnwindActionArg

ยง

impl Freeze for Assume

ยง

impl Freeze for AddrParseError

ยง

impl Freeze for Ipv4Addr

ยง

impl Freeze for Ipv6Addr

ยง

impl Freeze for SocketAddrV4

ยง

impl Freeze for SocketAddrV6

ยง

impl Freeze for ParseFloatError

ยง

impl Freeze for ParseIntError

ยง

impl Freeze for TryFromIntError

ยง

impl Freeze for RangeFull

ยง

impl Freeze for core::ptr::Alignment

ยง

impl Freeze for ParseBoolError

ยง

impl Freeze for Utf8Error

ยง

impl Freeze for LocalWaker

ยง

impl Freeze for RawWaker

ยง

impl Freeze for RawWakerVTable

ยง

impl Freeze for Waker

ยง

impl Freeze for Duration

ยง

impl Freeze for TryFromFloatSecsError

ยง

impl Freeze for PhantomPinned

ยง

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

ยง

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

ยง

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

ยง

impl<'a> Freeze for core::ffi::c_str::Bytes<'a>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a> Freeze for PanicMessage<'a>

ยง

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

ยง

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

ยง

impl<'a> Freeze for core::str::Bytes<'a>

ยง

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

ยง

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

ยง

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

ยง

impl<'a> Freeze for core::str::EscapeDebug<'a>

ยง

impl<'a> Freeze for core::str::EscapeDefault<'a>

ยง

impl<'a> Freeze for core::str::EscapeUnicode<'a>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, 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 core::str::RSplit<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<A> Freeze for core::option::IntoIter<A>
where A: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<H> Freeze for BuildHasherDefault<H>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<Ret, T> Freeze for fn(Tโ‚, Tโ‚‚, โ€ฆ, Tโ‚™) -> Ret

ยง

impl<T> !Freeze for Cell<T>

ยง

impl<T> !Freeze for OnceCell<T>

ยง

impl<T> !Freeze for RefCell<T>

ยง

impl<T> !Freeze for SyncUnsafeCell<T>

ยง

impl<T> !Freeze for AtomicPtr<T>

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for [T]
where T: Freeze,

ยง

impl<T> Freeze for (Tโ‚, Tโ‚‚, โ€ฆ, 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 ManuallyDrop<T>
where T: Freeze + ?Sized,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T, const N: usize> Freeze for [T; N]
where T: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<T, const N: usize> Freeze for [Option<T>; N]
where T: Freeze,

ยง

impl<T, const N: usize> Freeze for [MaybeUninit<T>; N]
where T: Freeze,

ยง

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

ยง

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

ยง

impl<const N: usize> Freeze for [u8; N]

impl Freeze for Global

impl Freeze for CString

impl Freeze for NulError

impl Freeze for IntoChars

impl Freeze for String

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

impl<'a, B> Freeze for Cow<'a, B>
where <B as ToOwned>::Owned: Freeze, B: ?Sized,

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

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

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

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

impl<'a, K, V> Freeze for Cursor<'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 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 ExtractIf<'a, K, V, F, A>
where F: Freeze, A: Freeze,

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

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

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

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

impl<'a, T> Freeze for Union<'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, A> Freeze for Entry<'a, T, A>
where A: Freeze, T: Freeze,

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

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

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

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 OccupiedEntry<'a, T, A>
where A: Freeze,

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

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

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

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

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

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

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

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

impl<K, V, A> Freeze for BTreeMap<K, V, 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<T> Freeze for ThinBox<T>
where T: ?Sized,

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

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

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

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

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

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

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

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

impl<T, A> Freeze for 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 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 Weak<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 Delimiter

impl Freeze for Level

impl Freeze for Spacing

impl Freeze for TokenTree

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 Backtrace

impl !Freeze for Barrier

impl !Freeze for Condvar

impl !Freeze for Once

impl !Freeze for OnceState

impl Freeze for VarError

impl Freeze for ErrorKind

impl Freeze for SeekFrom

impl Freeze for Shutdown

impl Freeze for f128

impl Freeze for f16

impl Freeze for f32

impl Freeze for f64

impl Freeze for ()

impl Freeze for System

impl Freeze for Args

impl Freeze for ArgsOs

impl Freeze for Vars

impl Freeze for VarsOs

impl Freeze for OsStr

impl Freeze for OsString

impl Freeze for DirEntry

impl Freeze for File

impl Freeze for FileTimes

impl Freeze for FileType

impl Freeze for Metadata

impl Freeze for ReadDir

impl Freeze for Empty

impl Freeze for Error

impl Freeze for Repeat

impl Freeze for Sink

impl Freeze for Stderr

impl Freeze for Stdin

impl Freeze for Stdout

impl Freeze for TcpStream

impl Freeze for UdpSocket

impl Freeze for OwnedFd

impl Freeze for PidFd

impl Freeze for stat

impl Freeze for UCred

impl Freeze for Path

impl Freeze for PathBuf

impl Freeze for Child

impl Freeze for Command

impl Freeze for ExitCode

impl Freeze for Output

impl Freeze for Stdio

impl Freeze for RecvError

impl Freeze for Builder

impl Freeze for Thread

impl Freeze for ThreadId

impl Freeze for Instant

impl<'a> Freeze for AncillaryData<'a>

impl<'a> Freeze for Component<'a>

impl<'a> Freeze for Prefix<'a>

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

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

impl<'a> Freeze for IoSlice<'a>

impl<'a> Freeze for IoSliceMut<'a>

impl<'a> Freeze for StderrLock<'a>

impl<'a> Freeze for StdinLock<'a>

impl<'a> Freeze for StdoutLock<'a>

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

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

impl<'a> Freeze for Messages<'a>

impl<'a> Freeze for ScmCredentials<'a>

impl<'a> Freeze for ScmRights<'a>

impl<'a> Freeze for SocketAncillary<'a>

impl<'a> Freeze for EncodeWide<'a>

impl<'a> Freeze for PanicHookInfo<'a>

impl<'a> Freeze for Ancestors<'a>

impl<'a> Freeze for Components<'a>

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

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

impl<'a> Freeze for PrefixComponent<'a>

impl<'a> Freeze for CommandArgs<'a>

impl<'a> Freeze for CommandEnvs<'a>

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

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

impl<'a, K, F> Freeze for ExtractIf<'a, K, F>
where F: 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 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>

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

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

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

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

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

impl<'a, T> Freeze for 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, S> Freeze for Entry<'a, T, S>
where T: 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 OccupiedEntry<'a, T, S>

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

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

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

impl<'fd> Freeze for BorrowedFd<'fd>

impl<'handle> Freeze for BorrowedHandle<'handle>

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

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

impl<'socket> Freeze for BorrowedSocket<'socket>

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

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

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

impl<K> Freeze for IntoIter<K>

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, S> Freeze for HashMap<K, V, S>
where S: Freeze,

impl<R> Freeze for BufReader<R>
where R: Freeze + ?Sized,

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

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

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

impl<T> Freeze for IntoIter<T>

impl<T> Freeze for Receiver<T>

impl<T> Freeze for Sender<T>

impl<T> Freeze for IntoIter<T>

impl<T> Freeze for Receiver<T>

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

impl<T> Freeze for Sender<T>

impl<T> Freeze for SyncSender<T>

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

impl<T> Freeze for JoinHandle<T>

impl<T> Freeze for LocalKey<T>

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

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

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

impl<W> Freeze for BufWriter<W>
where W: Freeze + ?Sized,

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

impl<W> Freeze for LineWriter<W>
where W: Freeze + ?Sized,

impl Freeze for TestFn

impl Freeze for TestName

impl Freeze for TestType

impl Freeze for Bencher

impl Freeze for Summary

impl Freeze for Options

impl Freeze for TestDesc

impl Freeze for TestId

impl Freeze for TestOpts

impl Freeze for Metric

impl Freeze for MetricMap