Trait Freeze

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

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

§Safety

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

Implementors§

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

1.28.0 · Source§

impl<T> Freeze for NonZero<T>

Source§

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

Auto implementors§

§

impl !Freeze for Backtrace

§

impl Freeze for AsciiChar

§

impl Freeze for BacktraceStatus

§

impl Freeze for Ordering

§

impl Freeze for Infallible

§

impl Freeze for VarError

§

impl Freeze for FromBytesWithNulError

§

impl Freeze for c_void

§

impl Freeze for BasicBlock

§

impl Freeze for UnwindTerminateReason

§

impl Freeze for ErrorKind

§

impl Freeze for SeekFrom

§

impl Freeze for IpAddr

§

impl Freeze for Ipv6MulticastScope

§

impl Freeze for Shutdown

§

impl Freeze for creusot_contracts::std::net::SocketAddr

§

impl Freeze for FpCategory

§

impl Freeze for IntErrorKind

§

impl Freeze for AncillaryError

§

impl Freeze for BacktraceStyle

§

impl Freeze for GetManyMutError

§

impl Freeze for SearchStep

§

impl Freeze for Int

§

impl Freeze for Real

§

impl Freeze for Id

§

impl Freeze for PeanoInt

§

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 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 creusot_contracts::std::ascii::EscapeDefault

§

impl Freeze for BacktraceFrame

§

impl Freeze for ByteStr

§

impl Freeze for ByteString

§

impl Freeze for BorrowError

§

impl Freeze for BorrowMutError

§

impl Freeze for CharTryFromError

§

impl Freeze for DecodeUtf16Error

§

impl Freeze for creusot_contracts::std::char::EscapeDebug

§

impl Freeze for creusot_contracts::std::char::EscapeDefault

§

impl Freeze for creusot_contracts::std::char::EscapeUnicode

§

impl Freeze for ParseCharError

§

impl Freeze for ToLowercase

§

impl Freeze for ToUppercase

§

impl Freeze for TryFromCharError

§

impl Freeze for Args

§

impl Freeze for ArgsOs

§

impl Freeze for JoinPathsError

§

impl Freeze for Vars

§

impl Freeze for VarsOs

§

impl Freeze for CStr

§

impl Freeze for CString

§

impl Freeze for FromBytesUntilNulError

§

impl Freeze for FromVecWithNulError

§

impl Freeze for IntoStringError

§

impl Freeze for NulError

§

impl Freeze for OsStr

§

impl Freeze for OsString

§

impl Freeze for DirBuilder

§

impl Freeze for DirEntry

§

impl Freeze for File

§

impl Freeze for FileTimes

§

impl Freeze for FileType

§

impl Freeze for Metadata

§

impl Freeze for OpenOptions

§

impl Freeze for Permissions

§

impl Freeze for ReadDir

§

impl Freeze for DefaultHasher

§

impl Freeze for RandomState

§

impl Freeze for SipHasher

§

impl Freeze for ReturnToArg

§

impl Freeze for UnwindActionArg

§

impl Freeze for creusot_contracts::std::io::Empty

§

impl Freeze for Error

§

impl Freeze for PipeReader

§

impl Freeze for PipeWriter

§

impl Freeze for creusot_contracts::std::io::Repeat

§

impl Freeze for Sink

§

impl Freeze for Stderr

§

impl Freeze for Stdin

§

impl Freeze for Stdout

§

impl Freeze for WriterPanicked

§

impl Freeze for Assume

§

impl Freeze for AddrParseError

§

impl Freeze for IntoIncoming

§

impl Freeze for Ipv4Addr

§

impl Freeze for Ipv6Addr

§

impl Freeze for SocketAddrV4

§

impl Freeze for SocketAddrV6

§

impl Freeze for TcpListener

§

impl Freeze for TcpStream

§

impl Freeze for UdpSocket

§

impl Freeze for ParseFloatError

§

impl Freeze for ParseIntError

§

impl Freeze for TryFromIntError

§

impl Freeze for RangeFull

§

impl Freeze for OwnedFd

§

impl Freeze for PidFd

§

impl Freeze for stat

§

impl Freeze for creusot_contracts::std::os::unix::net::SocketAddr

§

impl Freeze for SocketCred

§

impl Freeze for UCred

§

impl Freeze for UnixDatagram

§

impl Freeze for UnixListener

§

impl Freeze for UnixStream

§

impl Freeze for Path

§

impl Freeze for PathBuf

§

impl Freeze for StripPrefixError

§

impl Freeze for String

§

impl Freeze for Child

§

impl Freeze for ChildStderr

§

impl Freeze for ChildStdin

§

impl Freeze for ChildStdout

§

impl Freeze for Command

§

impl Freeze for ExitCode

§

impl Freeze for ExitStatus

§

impl Freeze for ExitStatusError

§

impl Freeze for Output

§

impl Freeze for Stdio

§

impl Freeze for Alignment

§

impl Freeze for PtrDeepModel

§

impl Freeze for DefaultRandomSource

§

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 AccessError

§

impl Freeze for Builder

§

impl Freeze for Thread

§

impl Freeze for ThreadId

§

impl Freeze for Duration

§

impl Freeze for Instant

§

impl Freeze for SystemTime

§

impl Freeze for SystemTimeError

§

impl Freeze for TryFromFloatSecsError

§

impl Freeze for PhantomPinned

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a> Freeze for creusot_contracts::std::ffi::os_str::Display<'a>

§

impl<'a> Freeze for BorrowedCursor<'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 creusot_contracts::std::net::Incoming<'a>

§

impl<'a> Freeze for creusot_contracts::std::os::unix::net::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 Location<'a>

§

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

§

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

§

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

§

impl<'a> Freeze for creusot_contracts::std::path::Display<'a>

§

impl<'a> Freeze for creusot_contracts::std::path::Iter<'a>

§

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

§

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

§

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

§

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

§

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

§

impl<'a> Freeze for creusot_contracts::std::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 creusot_contracts::std::str::EscapeDebug<'a>

§

impl<'a> Freeze for creusot_contracts::std::str::EscapeDefault<'a>

§

impl<'a> Freeze for creusot_contracts::std::str::EscapeUnicode<'a>

§

impl<'a> Freeze for creusot_contracts::std::str::Lines<'a>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a> Freeze for PhantomContravariantLifetime<'a>

§

impl<'a> Freeze for PhantomCovariantLifetime<'a>

§

impl<'a> Freeze for PhantomInvariantLifetime<'a>

§

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 creusot_contracts::std::option::Iter<'a, A>

§

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

§

impl<'a, F> !Freeze for CharPredicateSearcher<'a, F>

§

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

§

impl<'a, I, A = Global> !Freeze for Splice<'a, I, A>

§

impl<'a, P> !Freeze for MatchIndices<'a, P>

§

impl<'a, P> !Freeze for Matches<'a, P>

§

impl<'a, P> !Freeze for RMatchIndices<'a, P>

§

impl<'a, P> !Freeze for RMatches<'a, P>

§

impl<'a, P> !Freeze for creusot_contracts::std::str::RSplit<'a, P>

§

impl<'a, P> !Freeze for creusot_contracts::std::str::RSplitN<'a, P>

§

impl<'a, P> !Freeze for RSplitTerminator<'a, P>

§

impl<'a, P> !Freeze for creusot_contracts::std::str::Split<'a, P>

§

impl<'a, P> !Freeze for creusot_contracts::std::str::SplitInclusive<'a, P>

§

impl<'a, P> !Freeze for creusot_contracts::std::str::SplitN<'a, P>

§

impl<'a, P> !Freeze for SplitTerminator<'a, P>

§

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 creusot_contracts::std::slice::Iter<'a, T>

§

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

§

impl<'a, T, F, A = Global> !Freeze for ExtractIf<'a, T, F, A>

§

impl<'a, T, P> !Freeze for ChunkBy<'a, T, P>

§

impl<'a, T, P> !Freeze for ChunkByMut<'a, T, P>

§

impl<'a, T, P> !Freeze for creusot_contracts::std::slice::RSplit<'a, T, P>

§

impl<'a, T, P> !Freeze for RSplitMut<'a, T, P>

§

impl<'a, T, P> !Freeze for creusot_contracts::std::slice::RSplitN<'a, T, P>

§

impl<'a, T, P> !Freeze for RSplitNMut<'a, T, P>

§

impl<'a, T, P> !Freeze for creusot_contracts::std::slice::Split<'a, T, P>

§

impl<'a, T, P> !Freeze for creusot_contracts::std::slice::SplitInclusive<'a, T, P>

§

impl<'a, T, P> !Freeze for SplitInclusiveMut<'a, T, P>

§

impl<'a, T, P> !Freeze for SplitMut<'a, T, P>

§

impl<'a, T, P> !Freeze for creusot_contracts::std::slice::SplitN<'a, T, P>

§

impl<'a, T, P> !Freeze for SplitNMut<'a, T, P>

§

impl<'a, T, const N: usize> Freeze for creusot_contracts::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<'data> Freeze for BorrowedBuf<'data>

§

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

§

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

§

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

§

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

§

impl<A> !Freeze for creusot_contracts::std::iter::Repeat<A>

§

impl<A> !Freeze for RepeatN<A>

§

impl<A> !Freeze for creusot_contracts::std::option::IntoIter<A>

§

impl<A, B> !Freeze for creusot_contracts::std::iter::Chain<A, B>

§

impl<A, B> !Freeze for Zip<A, B>

§

impl<A, B> Freeze for Mapping<A, B>
where A: ?Sized, B: ?Sized,

§

impl<B> !Freeze for creusot_contracts::std::io::Lines<B>

§

impl<B> !Freeze for creusot_contracts::std::io::Split<B>

§

impl<B, C = ()> !Freeze for ControlFlow<B, C>

§

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

§

impl<E = Box<dyn Error>> !Freeze for Report<E>

§

impl<F> !Freeze for PollFn<F>

§

impl<F> !Freeze for FromFn<F>

§

impl<F> !Freeze for OnceWith<F>

§

impl<F> !Freeze for RepeatWith<F>

§

impl<H> Freeze for BuildHasherDefault<H>

§

impl<I> !Freeze for FromIter<I>

§

impl<I> !Freeze for DecodeUtf16<I>

§

impl<I> !Freeze for Cloned<I>

§

impl<I> !Freeze for Copied<I>

§

impl<I> !Freeze for Cycle<I>

§

impl<I> !Freeze for Enumerate<I>

§

impl<I> !Freeze for Flatten<I>

§

impl<I> !Freeze for Fuse<I>

§

impl<I> !Freeze for Intersperse<I>

§

impl<I> !Freeze for Peekable<I>

§

impl<I> !Freeze for Skip<I>

§

impl<I> !Freeze for StepBy<I>

§

impl<I> !Freeze for creusot_contracts::std::iter::Take<I>

§

impl<I, B, F> !Freeze for MapInv<I, B, F>

§

impl<I, F> !Freeze for FilterMap<I, F>

§

impl<I, F> !Freeze for Inspect<I, F>

§

impl<I, F> !Freeze for Map<I, F>

§

impl<I, F, const N: usize> !Freeze for MapWindows<I, F, N>

§

impl<I, G> !Freeze for IntersperseWith<I, G>

§

impl<I, P> !Freeze for Filter<I, P>

§

impl<I, P> !Freeze for MapWhile<I, P>

§

impl<I, P> !Freeze for SkipWhile<I, P>

§

impl<I, P> !Freeze for TakeWhile<I, P>

§

impl<I, St, F> !Freeze for Scan<I, St, F>

§

impl<I, U, F> !Freeze for FlatMap<I, U, F>

§

impl<I, const N: usize> !Freeze for creusot_contracts::std::iter::ArrayChunks<I, N>

§

impl<Idx> !Freeze for Range<Idx>

§

impl<Idx> !Freeze for RangeFrom<Idx>

§

impl<Idx> !Freeze for RangeInclusive<Idx>

§

impl<Idx> !Freeze for RangeTo<Idx>

§

impl<Idx> !Freeze for RangeToInclusive<Idx>

§

impl<K, V> Freeze for FMap<K, V>
where V: ?Sized,

§

impl<Ptr> !Freeze for Pin<Ptr>

§

impl<R> !Freeze for BufReader<R>

§

impl<R> !Freeze for creusot_contracts::std::io::Bytes<R>

§

impl<T> !Freeze for Bound<T>

§

impl<T> !Freeze for Option<T>

§

impl<T> !Freeze for Poll<T>

§

impl<T> !Freeze for Ghost<T>

§

impl<T> !Freeze for PCell<T>

§

impl<T> !Freeze for Cell<T>

§

impl<T> !Freeze for OnceCell<T>

§

impl<T> !Freeze for RefCell<T>

§

impl<T> !Freeze for SyncUnsafeCell<T>

§

impl<T> !Freeze for Reverse<T>

§

impl<T> !Freeze for AsyncDropInPlace<T>

§

impl<T> !Freeze for Ready<T>

§

impl<T> !Freeze for Cursor<T>

§

impl<T> !Freeze for creusot_contracts::std::io::Take<T>

§

impl<T> !Freeze for Once<T>

§

impl<T> !Freeze for Rev<T>

§

impl<T> !Freeze for Discriminant<T>

§

impl<T> !Freeze for ManuallyDrop<T>

§

impl<T> !Freeze for NonZero<T>

§

impl<T> !Freeze for Saturating<T>

§

impl<T> !Freeze for Wrapping<T>

§

impl<T> !Freeze for Yeet<T>

§

impl<T> !Freeze for AssertUnwindSafe<T>

§

impl<T> !Freeze for MaybeUninit<T>

§

impl<T> !Freeze for Storage<T>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<T> Freeze for Pending<T>

§

impl<T> Freeze for creusot_contracts::std::iter::Empty<T>

§

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

§

impl<T> Freeze for JoinHandle<T>

§

impl<T> Freeze for LocalKey<T>

§

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

§

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

§

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

§

impl<T, A = Global> !Freeze for Box<T, A>

§

impl<T, A = Global> !Freeze for VecDeque<T, A>

§

impl<T, A = Global> !Freeze for creusot_contracts::std::vec::IntoIter<T, A>

§

impl<T, A = Global> !Freeze for Vec<T, A>

§

impl<T, D> !Freeze for Storage<T, D>

§

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

§

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

§

impl<T, F> !Freeze for Successors<T, F>

§

impl<T, U> !Freeze for creusot_contracts::std::io::Chain<T, U>

§

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

§

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

§

impl<W> !Freeze for BufWriter<W>

§

impl<W> !Freeze for IntoInnerError<W>

§

impl<W> !Freeze for LineWriter<W>

§

impl<Y, R> !Freeze for CoroutineState<Y, R>

§

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