Freeze

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 is !null
where T: ?Sized,

Sourceยง

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

Sourceยง

impl<T> Freeze for *mut T is !null
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 ExecutionContext

ยง

impl !Freeze for CompilationScope

ยง

impl !Freeze for PrecompilerData

ยง

impl !Freeze for CompileOptions

ยง

impl !Freeze for LanguageServerBackend

ยง

impl !Freeze for BlockHandler

ยง

impl !Freeze for ComHub

ยง

impl !Freeze for ComInterfaceInfo

ยง

impl !Freeze for BaseInterface

ยง

impl !Freeze for HTTPServerNativeInterface

ยง

impl !Freeze for LocalLoopbackInterface

ยง

impl !Freeze for SerialNativeInterface

ยง

impl !Freeze for TCPClientNativeInterface

ยง

impl !Freeze for TCPServerNativeInterface

ยง

impl !Freeze for WebRTCNativeInterface

ยง

impl !Freeze for WebSocketClientNativeInterface

ยง

impl !Freeze for WebSocketServerNativeInterface

ยง

impl !Freeze for LocalExecutionContext

ยง

impl !Freeze for RemoteExecutionContext

ยง

impl !Freeze for RuntimeInternal

ยง

impl !Freeze for Backtrace

ยง

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 datex_core::stdlib::sync::nonpoison::Condvar

ยง

impl !Freeze for Barrier

ยง

impl !Freeze for datex_core::stdlib::sync::Condvar

ยง

impl !Freeze for datex_core::stdlib::sync::Once

ยง

impl !Freeze for OnceState

ยง

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

ยง

impl<T> !Freeze for DataChannel<T>

ยง

impl<T> !Freeze for MediaTrack<T>

ยง

impl<T> !Freeze for datex_core::std_sync::Mutex<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 UnsafePinned<T>

ยง

impl<T> !Freeze for AtomicPtr<T>

ยง

impl<T> !Freeze for datex_core::stdlib::sync::nonpoison::Mutex<T>

ยง

impl<T> !Freeze for datex_core::stdlib::sync::nonpoison::RwLock<T>

ยง

impl<T> !Freeze for OnceLock<T>

ยง

impl<T> !Freeze for ReentrantLock<T>

ยง

impl<T> !Freeze for datex_core::stdlib::sync::RwLock<T>

ยง

impl<T> !Freeze for Storage<T>

ยง

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

ยง

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

ยง

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

ยง

impl Freeze for DatexExpressionData

ยง

impl Freeze for Slot

ยง

impl Freeze for TypeDeclarationKind

ยง

impl Freeze for VariableKind

ยง

impl Freeze for ResolvedVariable

ยง

impl Freeze for TypeExpressionData

ยง

impl Freeze for TryReserveErrorKind

ยง

impl Freeze for StaticValueOrDXB

ยง

impl Freeze for VariableModel

ยง

impl Freeze for VariableRepresentation

ยง

impl Freeze for CompilerError

ยง

impl Freeze for SimpleCompilerErrorOrDetailedCompilerErrorWithRichAst

ยง

impl Freeze for SimpleOrDetailedCompilerError

ยง

impl Freeze for VariableShape

ยง

impl Freeze for NewScopeType

ยง

impl Freeze for CryptoError

ยง

impl Freeze for FormattingMode

ยง

impl Freeze for IndentType

ยง

impl Freeze for DIFApplyError

ยง

impl Freeze for DIFCreatePointerError

ยง

impl Freeze for DIFObserveError

ยง

impl Freeze for DIFResolveReferenceError

ยง

impl Freeze for DIFUpdateError

ยง

impl Freeze for DIFTypeRepresentation

ยง

impl Freeze for DIFValueRepresentation

ยง

impl Freeze for DIFTypeDefinition

ยง

impl Freeze for DIFTypeDefinitionKind

ยง

impl Freeze for DIFKey

ยง

impl Freeze for DIFUpdateData

ยง

impl Freeze for DIFValueContainer

ยง

impl Freeze for Assoc

ยง

impl Freeze for BracketStyle

ยง

impl Freeze for StatementFormatting

ยง

impl Freeze for TypeDeclarationFormatting

ยง

impl Freeze for VariantFormatting

ยง

impl Freeze for HeaderParsingError

ยง

impl Freeze for IncomingSection

ยง

impl Freeze for InstructionCode

ยง

impl Freeze for AssignmentOperator

ยง

impl Freeze for ArithmeticOperator

ยง

impl Freeze for BinaryOperator

ยง

impl Freeze for BitwiseOperator

ยง

impl Freeze for LogicalOperator

ยง

impl Freeze for ComparisonOperator

ยง

impl Freeze for ArithmeticUnaryOperator

ยง

impl Freeze for BitwiseUnaryOperator

ยง

impl Freeze for LogicalUnaryOperator

ยง

impl Freeze for ReferenceUnaryOperator

ยง

impl Freeze for UnaryOperator

ยง

impl Freeze for BlockType

ยง

impl Freeze for UserAgent

ยง

impl Freeze for Instruction

ยง

impl Freeze for RawPointerAddress

ยง

impl Freeze for RegularInstruction

ยง

impl Freeze for TypeInstruction

ยง

impl Freeze for EncryptionType

ยง

impl Freeze for ReceiverType

ยง

impl Freeze for Receivers

ยง

impl Freeze for SignatureType

ยง

impl Freeze for InternalSlot

ยง

impl Freeze for TypeInstructionCode

ยง

impl Freeze for TypeMutabilityCode

ยง

impl Freeze for CoreLibPointerId

ยง

impl Freeze for ComHubError

ยง

impl Freeze for InterfacePriority

ยง

impl Freeze for Response

ยง

impl Freeze for ResponseError

ยง

impl Freeze for ResponseResolutionStrategy

ยง

impl Freeze for ResponseTimeout

ยง

impl Freeze for SocketEndpointRegistrationError

ยง

impl Freeze for NetworkTraceHopDirection

ยง

impl Freeze for ComInterfaceError

ยง

impl Freeze for ComInterfaceState

ยง

impl Freeze for InterfaceDirection

ยง

impl Freeze for ReconnectionConfig

ยง

impl Freeze for SocketState

ยง

impl Freeze for BaseInterfaceError

ยง

impl Freeze for HTTPError

ยง

impl Freeze for SerialError

ยง

impl Freeze for TCPError

ยง

impl Freeze for MediaKind

ยง

impl Freeze for MediaTrackCodec

ยง

impl Freeze for RTCSdpTypeDX

ยง

impl Freeze for WebRTCError

ยง

impl Freeze for URLError

ยง

impl Freeze for WebSocketError

ยง

impl Freeze for WebSocketServerError

ยง

impl Freeze for ParserError

ยง

impl Freeze for Token

ยง

impl Freeze for ParserResult

ยง

impl Freeze for IntegerOrDecimal

ยง

impl Freeze for IntegerOrTypedInteger

ยง

impl Freeze for ObserverError

ยง

impl Freeze for datex_core::references::reference::AccessError

ยง

impl Freeze for AssignmentError

ยง

impl Freeze for Reference

ยง

impl Freeze for ReferenceCreationError

ยง

impl Freeze for ReferenceMutability

ยง

impl Freeze for datex_core::references::reference::TypeError

ยง

impl Freeze for ExecutionMode

ยง

impl Freeze for ScriptExecutionError

ยง

impl Freeze for ExecutionError

ยง

impl Freeze for InvalidProgramError

ยง

impl Freeze for ExecutionInterrupt

ยง

impl Freeze for ExternalExecutionInterrupt

ยง

impl Freeze for InterruptResult

ยง

impl Freeze for DeserializationError

ยง

impl Freeze for SerializationError

ยง

impl Freeze for InferOutcome

ยง

impl Freeze for SimpleOrDetailedTypeError

ยง

impl Freeze for datex_core::type_inference::error::TypeError

ยง

impl Freeze for ErrorHandling

ยง

impl Freeze for CollectionTypeDefinition

ยง

impl Freeze for TypeDefinition

ยง

impl Freeze for IllegalTypeError

ยง

impl Freeze for StructuralTypeDefinition

ยง

impl Freeze for Color

ยง

impl Freeze for CoreValue

ยง

impl Freeze for CallableBody

ยง

impl Freeze for CallableKind

ยง

impl Freeze for BigDecimalType

ยง

impl Freeze for Decimal

ยง

impl Freeze for DecimalTypeVariant

ยง

impl Freeze for TypedDecimal

ยง

impl Freeze for EndpointInstance

ยง

impl Freeze for EndpointType

ยง

impl Freeze for InvalidEndpointError

ยง

impl Freeze for NumberParseError

ยง

impl Freeze for IntegerTypeVariant

ยง

impl Freeze for TypedInteger

ยง

impl Freeze for datex_core::values::core_values::map::Map

ยง

impl Freeze for MapAccessError

ยง

impl Freeze for MapKey

ยง

impl Freeze for PointerAddress

ยง

impl Freeze for OwnedValueKey

ยง

impl Freeze for ValueContainer

ยง

impl Freeze for ValueError

ยง

impl Freeze for AsciiChar

ยง

impl Freeze for BacktraceStatus

ยง

impl Freeze for datex_core::stdlib::cmp::Ordering

ยง

impl Freeze for Infallible

ยง

impl Freeze for VarError

ยง

impl Freeze for FromBytesWithNulError

ยง

impl Freeze for c_void

ยง

impl Freeze for datex_core::stdlib::fmt::Alignment

ยง

impl Freeze for DebugAsHex

ยง

impl Freeze for Sign

ยง

impl Freeze for datex_core::stdlib::fs::TryLockError

ยง

impl Freeze for Locality

ยง

impl Freeze for AtomicOrdering

ยง

impl Freeze for BasicBlock

ยง

impl Freeze for UnwindTerminateReason

ยง

impl Freeze for SimdAlign

ยง

impl Freeze for ErrorKind

ยง

impl Freeze for SeekFrom

ยง

impl Freeze for IpAddr

ยง

impl Freeze for Ipv6MulticastScope

ยง

impl Freeze for Shutdown

ยง

impl Freeze for datex_core::stdlib::net::SocketAddr

ยง

impl Freeze for FpCategory

ยง

impl Freeze for IntErrorKind

ยง

impl Freeze for OneSidedRangeBound

ยง

impl Freeze for AncillaryError

ยง

impl Freeze for BacktraceStyle

ยง

impl Freeze for GetDisjointMutError

ยง

impl Freeze for SearchStep

ยง

impl Freeze for datex_core::stdlib::sync::atomic::Ordering

ยง

impl Freeze for RecvTimeoutError

ยง

impl Freeze for TryRecvError

ยง

impl Freeze for Apply

ยง

impl Freeze for BinaryOperation

ยง

impl Freeze for CallableDeclaration

ยง

impl Freeze for ComparisonOperation

ยง

impl Freeze for Conditional

ยง

impl Freeze for CreateRef

ยง

impl Freeze for DatexExpression

ยง

impl Freeze for Deref

ยง

impl Freeze for DerefAssignment

ยง

impl Freeze for GenericInstantiation

ยง

impl Freeze for datex_core::ast::expressions::List

ยง

impl Freeze for datex_core::ast::expressions::Map

ยง

impl Freeze for PropertyAccess

ยง

impl Freeze for PropertyAssignment

ยง

impl Freeze for RemoteExecution

ยง

impl Freeze for SlotAssignment

ยง

impl Freeze for Statements

ยง

impl Freeze for TypeDeclaration

ยง

impl Freeze for UnaryOperation

ยง

impl Freeze for UnboundedStatement

ยง

impl Freeze for VariableAccess

ยง

impl Freeze for VariableAssignment

ยง

impl Freeze for VariableDeclaration

ยง

impl Freeze for VariantAccess

ยง

impl Freeze for SrcId

ยง

impl Freeze for CallableTypeExpression

ยง

impl Freeze for FixedSizeList

ยง

impl Freeze for GenericAccess

ยง

impl Freeze for datex_core::ast::type_expressions::Intersection

ยง

impl Freeze for SliceList

ยง

impl Freeze for StructuralList

ยง

impl Freeze for StructuralMap

ยง

impl Freeze for TypeExpression

ยง

impl Freeze for TypeVariantAccess

ยง

impl Freeze for datex_core::ast::type_expressions::Union

ยง

impl Freeze for UnorderedKeyError

ยง

impl Freeze for TryReserveError

ยง

impl Freeze for CompilationContext

ยง

impl Freeze for VirtualSlot

ยง

impl Freeze for DetailedCompilerErrors

ยง

impl Freeze for DetailedCompilerErrorsWithMaybeRichAst

ยง

impl Freeze for DetailedCompilerErrorsWithRichAst

ยง

impl Freeze for SpannedCompilerError

ยง

impl Freeze for CompileMetadata

ยง

impl Freeze for PrecompilerOptions

ยง

impl Freeze for AstMetadata

ยง

impl Freeze for RichAst

ยง

impl Freeze for VariableMetadata

ยง

impl Freeze for PrecompilerScope

ยง

impl Freeze for PrecompilerScopeStack

ยง

impl Freeze for Variable

ยง

impl Freeze for CompilerWorkspace

ยง

impl Freeze for WorkspaceFile

ยง

impl Freeze for Crypto

ยง

impl Freeze for CryptoNative

ยง

impl Freeze for DecompileOptions

ยง

impl Freeze for datex_core::decompiler::FormattingOptions

ยง

impl Freeze for DIFReference

ยง

impl Freeze for DIFStructuralTypeDefinition

ยง

impl Freeze for DIFType

ยง

impl Freeze for DIFReferenceNotFoundError

ยง

impl Freeze for DIFValue

ยง

impl Freeze for datex_core::fmt::options::FormattingOptions

ยง

impl Freeze for BlockId

ยง

impl Freeze for DXBBlock

ยง

impl Freeze for IncomingEndpointContextId

ยง

impl Freeze for IncomingEndpointContextSectionId

ยง

impl Freeze for InstructionCodeIter

ยง

impl Freeze for BlockHeader

ยง

impl Freeze for FlagsAndTimestamp

ยง

impl Freeze for EncryptedHeader

ยง

impl Freeze for datex_core::global::protocol_structures::encrypted_header::Flags

ยง

impl Freeze for ApplyData

ยง

impl Freeze for DecimalData

ยง

impl Freeze for Float32Data

ยง

impl Freeze for Float64Data

ยง

impl Freeze for FloatAsInt16Data

ยง

impl Freeze for FloatAsInt32Data

ยง

impl Freeze for GetOrCreateRefData

ยง

impl Freeze for ImplTypeData

ยง

impl Freeze for InstructionBlockData

ยง

impl Freeze for InstructionCloseAndStore

ยง

impl Freeze for Int8Data

ยง

impl Freeze for Int16Data

ยง

impl Freeze for Int32Data

ยง

impl Freeze for Int64Data

ยง

impl Freeze for Int128Data

ยง

impl Freeze for IntegerData

ยง

impl Freeze for ListData

ยง

impl Freeze for MapData

ยง

impl Freeze for PointerAddressConversionError

ยง

impl Freeze for RawFullPointerAddress

ยง

impl Freeze for RawInternalPointerAddress

ยง

impl Freeze for RawLocalPointerAddress

ยง

impl Freeze for ShortListData

ยง

impl Freeze for ShortMapData

ยง

impl Freeze for ShortStatementsData

ยง

impl Freeze for ShortTextData

ยง

impl Freeze for ShortTextDataRaw

ยง

impl Freeze for SlotAddress

ยง

impl Freeze for StatementsData

ยง

impl Freeze for TextData

ยง

impl Freeze for TextDataRaw

ยง

impl Freeze for TypeMetadata

ยง

impl Freeze for TypeReferenceData

ยง

impl Freeze for UInt8Data

ยง

impl Freeze for UInt16Data

ยง

impl Freeze for UInt32Data

ยง

impl Freeze for UInt64Data

ยง

impl Freeze for UInt128Data

ยง

impl Freeze for UnboundedStatementsData

ยง

impl Freeze for datex_core::global::protocol_structures::routing_header::Flags

ยง

impl Freeze for Key512

ยง

impl Freeze for ReceiverEndpoints

ยง

impl Freeze for ReceiverEndpointsWithKeys

ยง

impl Freeze for RoutingHeader

ยง

impl Freeze for BlockHistoryData

ยง

impl Freeze for ScopeContext

ยง

impl Freeze for ComHubOptions

ยง

impl Freeze for DynamicEndpointProperties

ยง

impl Freeze for ResponseOptions

ยง

impl Freeze for NetworkTraceHop

ยง

impl Freeze for NetworkTraceHopSocket

ยง

impl Freeze for NetworkTraceResult

ยง

impl Freeze for TraceOptions

ยง

impl Freeze for ComInterfaceSockets

ยง

impl Freeze for ComInterfaceUUID

ยง

impl Freeze for InterfaceProperties

ยง

impl Freeze for ComInterfaceSocket

ยง

impl Freeze for ComInterfaceSocketUUID

ยง

impl Freeze for BaseInterfaceSetupData

ยง

impl Freeze for SerialInterfaceSetupData

ยง

impl Freeze for TCPClientInterfaceSetupData

ยง

impl Freeze for TCPServerInterfaceSetupData

ยง

impl Freeze for RTCIceCandidateInitDX

ยง

impl Freeze for RTCIceServer

ยง

impl Freeze for RTCSessionDescriptionDX

ยง

impl Freeze for WebRTCCommon

ยง

impl Freeze for WebRTCInterfaceSetupData

ยง

impl Freeze for WebSocketClientInterfaceSetupData

ยง

impl Freeze for WebSocketServerInterfaceSetupData

ยง

impl Freeze for DetailedParserErrorsWithAst

ยง

impl Freeze for SpannedParserError

ยง

impl Freeze for Loc

ยง

impl Freeze for NumericLiteralParts

ยง

impl Freeze for SpannedToken

ยง

impl Freeze for InvalidDatexParseResult

ยง

impl Freeze for ValidDatexParseResult

ยง

impl Freeze for Parser

ยง

impl Freeze for ParserOptions

ยง

impl Freeze for ObserveOptions

ยง

impl Freeze for Observer

ยง

impl Freeze for IndexOutOfBoundsError

ยง

impl Freeze for KeyNotFoundError

ยง

impl Freeze for NominalTypeDeclaration

ยง

impl Freeze for TypeReference

ยง

impl Freeze for ValueReference

ยง

impl Freeze for InterruptProvider

ยง

impl Freeze for ExecutionLoopState

ยง

impl Freeze for RuntimeExecutionSlots

ยง

impl Freeze for RuntimeExecutionState

ยง

impl Freeze for ExecutionOptions

ยง

impl Freeze for MemoryDump

ยง

impl Freeze for GlobalContext

ยง

impl Freeze for Memory

ยง

impl Freeze for AsyncContext

ยง

impl Freeze for Runtime

ยง

impl Freeze for RuntimeConfig

ยง

impl Freeze for RuntimeConfigInterface

ยง

impl Freeze for DatexDeserializer

ยง

impl Freeze for DatexSerializer

ยง

impl Freeze for MapSerializer

ยง

impl Freeze for SeqSerializer

ยง

impl Freeze for StructSerializer

ยง

impl Freeze for StructVariantSerializer

ยง

impl Freeze for TupleSerializer

ยง

impl Freeze for TupleStructSerializer

ยง

impl Freeze for TupleVariantSerializer

ยง

impl Freeze for RandomState

ยง

impl Freeze for Duration

ยง

impl Freeze for Instant

ยง

impl Freeze for SystemTime

ยง

impl Freeze for SystemTimeError

ยง

impl Freeze for TryFromFloatSecsError

ยง

impl Freeze for DetailedTypeErrors

ยง

impl Freeze for SpannedTypeError

ยง

impl Freeze for InferExpressionTypeOptions

ยง

impl Freeze for TypeInference

ยง

impl Freeze for TypeAlias

ยง

impl Freeze for AnsiCodes

ยง

impl Freeze for Time

ยง

impl Freeze for TimeNative

ยง

impl Freeze for UUID

ยง

impl Freeze for Boolean

ยง

impl Freeze for Callable

ยง

impl Freeze for CallableSignature

ยง

impl Freeze for Rational

ยง

impl Freeze for DecimalTypeVariantIter

ยง

impl Freeze for Endpoint

ยง

impl Freeze for EndpointParsingError

ยง

impl Freeze for Integer

ยง

impl Freeze for IntegerTypeVariantIter

ยง

impl Freeze for datex_core::values::core_values::list::List

ยง

impl Freeze for IntoMapIterator

ยง

impl Freeze for Text

ยง

impl Freeze for Type

ยง

impl Freeze for Value

ยง

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 TryFromSliceError

ยง

impl Freeze for datex_core::stdlib::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 datex_core::stdlib::char::EscapeDebug

ยง

impl Freeze for datex_core::stdlib::char::EscapeDefault

ยง

impl Freeze for datex_core::stdlib::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 datex_core::stdlib::fmt::Error

ยง

impl Freeze for datex_core::stdlib::fmt::FormattingOptions

ยง

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 SipHasher

ยง

impl Freeze for ReturnToArg

ยง

impl Freeze for UnwindActionArg

ยง

impl Freeze for datex_core::stdlib::io::Empty

ยง

impl Freeze for datex_core::stdlib::io::Error

ยง

impl Freeze for PipeReader

ยง

impl Freeze for PipeWriter

ยง

impl Freeze for datex_core::stdlib::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 datex_core::stdlib::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 NormalizeError

ยง

impl Freeze for Path

ยง

impl Freeze for PathBuf

ยง

impl Freeze for StripPrefixError

ยง

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 datex_core::stdlib::ptr::Alignment

ยง

impl Freeze for DefaultRandomSource

ยง

impl Freeze for ParseBoolError

ยง

impl Freeze for Utf8Error

ยง

impl Freeze for FromUtf8Error

ยง

impl Freeze for FromUtf16Error

ยง

impl Freeze for IntoChars

ยง

impl Freeze for String

ยง

impl Freeze for RecvError

ยง

impl Freeze for WouldBlock

ยง

impl Freeze for BarrierWaitResult

ยง

impl Freeze for WaitTimeoutResult

ยง

impl Freeze for LocalWaker

ยง

impl Freeze for RawWaker

ยง

impl Freeze for RawWakerVTable

ยง

impl Freeze for Waker

ยง

impl Freeze for datex_core::stdlib::thread::AccessError

ยง

impl Freeze for Builder

ยง

impl Freeze for Thread

ยง

impl Freeze for ThreadId

ยง

impl Freeze for PhantomPinned

ยง

impl<'a> Freeze for Operation<'a>

ยง

impl<'a> Freeze for DIFUpdateDataOrMemory<'a>

ยง

impl<'a> Freeze for BorrowedMapKey<'a>

ยง

impl<'a> Freeze for MapMutIterator<'a>

ยง

impl<'a> Freeze for ValueKey<'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 Precompiler<'a>

ยง

impl<'a> Freeze for DIFUpdate<'a>

ยง

impl<'a> Freeze for datex_core::fmt::Formatter<'a>

ยง

impl<'a> Freeze for ParentContext<'a>

ยง

impl<'a> Freeze for ExecutionInput<'a>

ยง

impl<'a> Freeze for MapIterator<'a>

ยง

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

ยง

impl<'a> Freeze for datex_core::stdlib::ffi::os_str::Display<'a>

ยง

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

ยง

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

ยง

impl<'a> Freeze for datex_core::stdlib::fmt::Formatter<'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 datex_core::stdlib::net::Incoming<'a>

ยง

impl<'a> Freeze for datex_core::stdlib::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 datex_core::stdlib::path::Display<'a>

ยง

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

ยง

impl<'a> Freeze for datex_core::stdlib::str::EscapeDefault<'a>

ยง

impl<'a> Freeze for datex_core::stdlib::str::EscapeUnicode<'a>

ยง

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

ยง

impl<'a, A> Freeze for datex_core::stdlib::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 datex_core::collections::vec_deque::Splice<'a, I, A>
where I: Freeze,

ยง

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

ยง

impl<'a, K> Freeze for datex_core::collections::btree_set::Cursor<'a, K>

ยง

impl<'a, K> Freeze for datex_core::collections::hash_set::Drain<'a, K>

ยง

impl<'a, K> Freeze for datex_core::collections::hash_set::Iter<'a, K>

ยง

impl<'a, K, A> Freeze for datex_core::collections::btree_set::CursorMut<'a, K, A>

ยง

impl<'a, K, A> Freeze for datex_core::collections::btree_set::CursorMutKey<'a, K, A>

ยง

impl<'a, K, F> Freeze for datex_core::collections::hash_set::ExtractIf<'a, K, F>
where F: Freeze,

ยง

impl<'a, K, V> Freeze for datex_core::collections::hash_map::Entry<'a, K, V>
where K: Freeze,

ยง

impl<'a, K, V> Freeze for datex_core::collections::btree_map::Cursor<'a, K, V>

ยง

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

ยง

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

ยง

impl<'a, K, V> Freeze for datex_core::collections::btree_map::Keys<'a, K, V>

ยง

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

ยง

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

ยง

impl<'a, K, V> Freeze for datex_core::collections::btree_map::Values<'a, K, V>

ยง

impl<'a, K, V> Freeze for datex_core::collections::btree_map::ValuesMut<'a, K, V>

ยง

impl<'a, K, V> Freeze for datex_core::collections::hash_map::Drain<'a, K, V>

ยง

impl<'a, K, V> Freeze for datex_core::collections::hash_map::Iter<'a, K, V>

ยง

impl<'a, K, V> Freeze for datex_core::collections::hash_map::IterMut<'a, K, V>

ยง

impl<'a, K, V> Freeze for datex_core::collections::hash_map::Keys<'a, K, V>

ยง

impl<'a, K, V> Freeze for datex_core::collections::hash_map::OccupiedEntry<'a, K, V>

ยง

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

ยง

impl<'a, K, V> Freeze for datex_core::collections::hash_map::VacantEntry<'a, K, V>
where K: Freeze,

ยง

impl<'a, K, V> Freeze for datex_core::collections::hash_map::Values<'a, K, V>

ยง

impl<'a, K, V> Freeze for datex_core::collections::hash_map::ValuesMut<'a, K, V>

ยง

impl<'a, K, V, A> Freeze for datex_core::collections::btree_map::Entry<'a, K, V, A>
where K: Freeze, A: Freeze,

ยง

impl<'a, K, V, A> Freeze for datex_core::collections::btree_map::CursorMut<'a, K, V, A>

ยง

impl<'a, K, V, A> Freeze for datex_core::collections::btree_map::CursorMutKey<'a, K, V, A>

ยง

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

ยง

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

ยง

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

ยง

impl<'a, K, V, F> Freeze for datex_core::collections::hash_map::ExtractIf<'a, K, V, F>
where F: Freeze,

ยง

impl<'a, K, V, R, F, A> Freeze for datex_core::collections::btree_map::ExtractIf<'a, K, V, R, F, A>
where F: Freeze, A: Freeze, R: 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 datex_core::stdlib::str::RSplit<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

impl<'a, P> Freeze for datex_core::stdlib::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 datex_core::stdlib::str::Split<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

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

ยง

impl<'a, P> Freeze for datex_core::stdlib::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 datex_core::collections::binary_heap::Iter<'a, T>

ยง

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

ยง

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

ยง

impl<'a, T> Freeze for datex_core::collections::btree_set::SymmetricDifference<'a, T>

ยง

impl<'a, T> Freeze for datex_core::collections::btree_set::Union<'a, T>

ยง

impl<'a, T> Freeze for datex_core::collections::linked_list::Iter<'a, T>

ยง

impl<'a, T> Freeze for datex_core::collections::linked_list::IterMut<'a, T>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T> Freeze for datex_core::stdlib::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 datex_core::stdlib::sync::mpmc::Iter<'a, T>

ยง

impl<'a, T> Freeze for datex_core::stdlib::sync::mpmc::TryIter<'a, T>

ยง

impl<'a, T> Freeze for datex_core::stdlib::sync::mpsc::Iter<'a, T>

ยง

impl<'a, T> Freeze for datex_core::stdlib::sync::mpsc::TryIter<'a, T>

ยง

impl<'a, T> Freeze for datex_core::stdlib::sync::nonpoison::MappedMutexGuard<'a, T>
where T: ?Sized,

ยง

impl<'a, T> Freeze for datex_core::stdlib::sync::nonpoison::MutexGuard<'a, T>
where T: ?Sized,

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T, A> Freeze for datex_core::collections::btree_set::Entry<'a, T, A>
where A: Freeze, T: Freeze,

ยง

impl<'a, T, A> Freeze for datex_core::collections::binary_heap::Drain<'a, T, A>

ยง

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

ยง

impl<'a, T, A> Freeze for datex_core::collections::binary_heap::PeekMut<'a, T, A>

ยง

impl<'a, T, A> Freeze for datex_core::collections::btree_set::Difference<'a, T, A>

ยง

impl<'a, T, A> Freeze for datex_core::collections::btree_set::Intersection<'a, T, A>

ยง

impl<'a, T, A> Freeze for datex_core::collections::btree_set::OccupiedEntry<'a, T, A>
where A: Freeze,

ยง

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

ยง

impl<'a, T, A> Freeze for datex_core::collections::linked_list::Cursor<'a, T, A>

ยง

impl<'a, T, A> Freeze for datex_core::collections::linked_list::CursorMut<'a, T, A>

ยง

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

ยง

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

ยง

impl<'a, T, A> Freeze for datex_core::stdlib::vec::PeekMut<'a, T, A>

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T, P> Freeze for datex_core::stdlib::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 datex_core::stdlib::slice::SplitN<'a, T, P>
where P: Freeze,

ยง

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

ยง

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

ยง

impl<'a, T, S> Freeze for datex_core::collections::hash_set::Entry<'a, T, S>
where T: Freeze,

ยง

impl<'a, T, S> Freeze for datex_core::collections::hash_set::Difference<'a, T, S>

ยง

impl<'a, T, S> Freeze for datex_core::collections::hash_set::Intersection<'a, T, S>

ยง

impl<'a, T, S> Freeze for datex_core::collections::hash_set::OccupiedEntry<'a, T, S>

ยง

impl<'a, T, S> Freeze for datex_core::collections::hash_set::SymmetricDifference<'a, T, S>

ยง

impl<'a, T, S> Freeze for datex_core::collections::hash_set::Union<'a, T, S>

ยง

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

ยง

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<'fd> Freeze for BorrowedFd<'fd>

ยง

impl<'rwlock, T> Freeze for datex_core::stdlib::sync::nonpoison::MappedRwLockReadGuard<'rwlock, T>
where T: ?Sized,

ยง

impl<'rwlock, T> Freeze for datex_core::stdlib::sync::nonpoison::MappedRwLockWriteGuard<'rwlock, T>
where T: ?Sized,

ยง

impl<'rwlock, T> Freeze for datex_core::stdlib::sync::nonpoison::RwLockReadGuard<'rwlock, T>
where T: ?Sized,

ยง

impl<'rwlock, T> Freeze for datex_core::stdlib::sync::nonpoison::RwLockWriteGuard<'rwlock, T>
where T: ?Sized,

ยง

impl<'rwlock, T> Freeze for datex_core::stdlib::sync::MappedRwLockReadGuard<'rwlock, T>
where T: ?Sized,

ยง

impl<'rwlock, T> Freeze for datex_core::stdlib::sync::MappedRwLockWriteGuard<'rwlock, T>
where T: ?Sized,

ยง

impl<'rwlock, T> Freeze for datex_core::stdlib::sync::RwLockReadGuard<'rwlock, T>
where T: ?Sized,

ยง

impl<'rwlock, T> Freeze for datex_core::stdlib::sync::RwLockWriteGuard<'rwlock, T>
where T: ?Sized,

ยง

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

ยง

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

ยง

impl<A> Freeze for datex_core::stdlib::iter::Repeat<A>
where A: Freeze,

ยง

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

ยง

impl<A> Freeze for datex_core::stdlib::option::IntoIter<A>
where A: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<A, B> Freeze for datex_core::stdlib::iter::Chain<A, B>
where A: Freeze, B: Freeze,

ยง

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

ยง

impl<B> Freeze for datex_core::stdlib::io::Lines<B>
where B: Freeze,

ยง

impl<B> Freeze for datex_core::stdlib::io::Split<B>
where B: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<F> Freeze for datex_core::stdlib::fmt::FromFn<F>
where F: Freeze,

ยง

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

ยง

impl<F> Freeze for datex_core::stdlib::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<G> Freeze for FromCoroutine<G>
where G: 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 datex_core::stdlib::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 datex_core::stdlib::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, 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 ArrayChunks<I, N>
where I: Freeze, <I as Iterator>::Item: Freeze,

ยง

impl<Idx> Freeze for datex_core::stdlib::ops::Range<Idx>
where Idx: Freeze,

ยง

impl<Idx> Freeze for datex_core::stdlib::ops::RangeFrom<Idx>
where Idx: Freeze,

ยง

impl<Idx> Freeze for datex_core::stdlib::ops::RangeInclusive<Idx>
where Idx: Freeze,

ยง

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

ยง

impl<Idx> Freeze for datex_core::stdlib::ops::RangeToInclusive<Idx>
where Idx: Freeze,

ยง

impl<Idx> Freeze for datex_core::stdlib::range::Range<Idx>
where Idx: Freeze,

ยง

impl<Idx> Freeze for datex_core::stdlib::range::RangeFrom<Idx>
where Idx: Freeze,

ยง

impl<Idx> Freeze for datex_core::stdlib::range::RangeInclusive<Idx>
where Idx: Freeze,

ยง

impl<Idx> Freeze for datex_core::stdlib::range::RangeToInclusive<Idx>
where Idx: Freeze,

ยง

impl<K> Freeze for datex_core::collections::hash_set::IntoIter<K>

ยง

impl<K, T> Freeze for FreeHashMap<K, T>
where K: Freeze,

ยง

impl<K, V> Freeze for datex_core::collections::hash_map::IntoIter<K, V>

ยง

impl<K, V> Freeze for datex_core::collections::hash_map::IntoKeys<K, V>

ยง

impl<K, V> Freeze for datex_core::collections::hash_map::IntoValues<K, V>

ยง

impl<K, V, A> Freeze for datex_core::collections::btree_map::IntoIter<K, V, A>
where A: Freeze,

ยง

impl<K, V, A> Freeze for datex_core::collections::btree_map::IntoKeys<K, V, A>
where A: Freeze,

ยง

impl<K, V, A> Freeze for datex_core::collections::btree_map::IntoValues<K, V, A>
where A: Freeze,

ยง

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

ยง

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

ยง

impl<P> Freeze for MaybeDangling<P>
where P: Freeze + ?Sized,

ยง

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

ยง

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

ยง

impl<R> Freeze for datex_core::stdlib::io::Bytes<R>
where R: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for datex_core::stdlib::sync::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 Poll<T>
where T: Freeze,

ยง

impl<T> Freeze for DataChannels<T>

ยง

impl<T> Freeze for MediaTracks<T>

ยง

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

ยง

impl<T> Freeze for datex_core::task::Receiver<T>

ยง

impl<T> Freeze for datex_core::task::Sender<T>

ยง

impl<T> Freeze for UnboundedReceiver<T>

ยง

impl<T> Freeze for UnboundedSender<T>

ยง

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

ยง

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

ยง

impl<T> Freeze for Pending<T>

ยง

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

ยง

impl<T> Freeze for datex_core::stdlib::io::Cursor<T>
where T: Freeze,

ยง

impl<T> Freeze for datex_core::stdlib::io::Take<T>
where T: Freeze,

ยง

impl<T> Freeze for datex_core::stdlib::iter::Empty<T>

ยง

impl<T> Freeze for datex_core::stdlib::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 AssertUnwindSafe<T>
where T: Freeze,

ยง

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

ยง

impl<T> Freeze for datex_core::stdlib::result::IntoIter<T>
where T: Freeze,

ยง

impl<T> Freeze for datex_core::stdlib::sync::mpmc::IntoIter<T>

ยง

impl<T> Freeze for datex_core::stdlib::sync::mpmc::Receiver<T>

ยง

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

ยง

impl<T> Freeze for datex_core::stdlib::sync::mpmc::Sender<T>

ยง

impl<T> Freeze for datex_core::stdlib::sync::mpsc::IntoIter<T>

ยง

impl<T> Freeze for datex_core::stdlib::sync::mpsc::Receiver<T>

ยง

impl<T> Freeze for datex_core::stdlib::sync::mpsc::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 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> Freeze for MaybeUninit<T>
where T: Freeze,

ยง

impl<T, A> Freeze for datex_core::collections::binary_heap::IntoIter<T, A>
where A: Freeze,

ยง

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

ยง

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

ยง

impl<T, A> Freeze for datex_core::collections::linked_list::IntoIter<T, A>
where A: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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 datex_core::stdlib::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 UniqueArc<T, A>
where A: Freeze, T: ?Sized,

ยง

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

ยง

impl<T, A> Freeze for datex_core::stdlib::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> Freeze for Successors<T, F>
where F: Freeze, T: Freeze,

ยง

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

ยง

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

ยง

impl<T, U> Freeze for datex_core::stdlib::io::Chain<T, U>
where T: Freeze, U: Freeze,

ยง

impl<T, const N: usize> Freeze for datex_core::stdlib::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<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<Y, R> Freeze for CoroutineState<Y, R>
where Y: Freeze, R: Freeze,

ยง

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