devela::_core::marker

Trait Freeze

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

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

ยงSafety

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

Implementorsยง

Sourceยง

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

Sourceยง

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

Sourceยง

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

Sourceยง

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

Sourceยง

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

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 Bump

ยง

impl !Freeze for CpalBackend

ยง

impl !Freeze for MockBackend

ยง

impl !Freeze for Renderer

ยง

impl !Freeze for MainTrackHandle

ยง

impl !Freeze for SpatialTrackHandle

ยง

impl !Freeze for TrackHandle

ยง

impl !Freeze for MidiInput

ยง

impl !Freeze for MidiOutput

ยง

impl !Freeze for MidiOutputConnection

ยง

impl !Freeze for CancelledError

ยง

impl !Freeze for IncompleteReadError

ยง

impl !Freeze for InvalidStateError

ยง

impl !Freeze for LimitOverrunError

ยง

impl !Freeze for QueueEmpty

ยง

impl !Freeze for QueueFull

ยง

impl !Freeze for TimeoutError

ยง

impl !Freeze for gaierror

ยง

impl !Freeze for herror

ยง

impl !Freeze for timeout

ยง

impl !Freeze for PyArithmeticError

ยง

impl !Freeze for PyAssertionError

ยง

impl !Freeze for PyAttributeError

ยง

impl !Freeze for PyBaseException

ยง

impl !Freeze for PyBlockingIOError

ยง

impl !Freeze for PyBrokenPipeError

ยง

impl !Freeze for PyBufferError

ยง

impl !Freeze for PyBytesWarning

ยง

impl !Freeze for PyChildProcessError

ยง

impl !Freeze for PyConnectionAbortedError

ยง

impl !Freeze for PyConnectionError

ยง

impl !Freeze for PyConnectionRefusedError

ยง

impl !Freeze for PyConnectionResetError

ยง

impl !Freeze for PyDeprecationWarning

ยง

impl !Freeze for PyEOFError

ยง

impl !Freeze for PyEncodingWarning

ยง

impl !Freeze for PyEnvironmentError

ยง

impl !Freeze for PyException

ยง

impl !Freeze for PyFileExistsError

ยง

impl !Freeze for PyFileNotFoundError

ยง

impl !Freeze for PyFloatingPointError

ยง

impl !Freeze for PyFutureWarning

ยง

impl !Freeze for PyGeneratorExit

ยง

impl !Freeze for PyIOError

ยง

impl !Freeze for PyImportError

ยง

impl !Freeze for PyImportWarning

ยง

impl !Freeze for PyIndexError

ยง

impl !Freeze for PyInterruptedError

ยง

impl !Freeze for PyIsADirectoryError

ยง

impl !Freeze for PyKeyError

ยง

impl !Freeze for PyKeyboardInterrupt

ยง

impl !Freeze for PyLookupError

ยง

impl !Freeze for PyMemoryError

ยง

impl !Freeze for PyModuleNotFoundError

ยง

impl !Freeze for PyNameError

ยง

impl !Freeze for PyNotADirectoryError

ยง

impl !Freeze for PyNotImplementedError

ยง

impl !Freeze for PyOSError

ยง

impl !Freeze for PyOverflowError

ยง

impl !Freeze for PyPendingDeprecationWarning

ยง

impl !Freeze for PyPermissionError

ยง

impl !Freeze for PyProcessLookupError

ยง

impl !Freeze for PyRecursionError

ยง

impl !Freeze for PyReferenceError

ยง

impl !Freeze for PyResourceWarning

ยง

impl !Freeze for PyRuntimeError

ยง

impl !Freeze for PyRuntimeWarning

ยง

impl !Freeze for PyStopAsyncIteration

ยง

impl !Freeze for PyStopIteration

ยง

impl !Freeze for PySyntaxError

ยง

impl !Freeze for PySyntaxWarning

ยง

impl !Freeze for PySystemError

ยง

impl !Freeze for PySystemExit

ยง

impl !Freeze for PyTimeoutError

ยง

impl !Freeze for PyTypeError

ยง

impl !Freeze for PyUnboundLocalError

ยง

impl !Freeze for PyUnicodeDecodeError

ยง

impl !Freeze for PyUnicodeEncodeError

ยง

impl !Freeze for PyUnicodeError

ยง

impl !Freeze for PyUnicodeTranslateError

ยง

impl !Freeze for PyUnicodeWarning

ยง

impl !Freeze for PyUserWarning

ยง

impl !Freeze for PyValueError

ยง

impl !Freeze for PyWarning

ยง

impl !Freeze for PyZeroDivisionError

ยง

impl !Freeze for PanicException

ยง

impl !Freeze for PyAny

ยง

impl !Freeze for PyErr

ยง

impl !Freeze for PyBool

ยง

impl !Freeze for PyByteArray

ยง

impl !Freeze for PyBytes

ยง

impl !Freeze for PyCFunction

ยง

impl !Freeze for PyCapsule

ยง

impl !Freeze for PyCode

ยง

impl !Freeze for PyComplex

ยง

impl !Freeze for PyDate

ยง

impl !Freeze for PyDateTime

ยง

impl !Freeze for PyDelta

ยง

impl !Freeze for PyDict

ยง

impl !Freeze for PyDictItems

ยง

impl !Freeze for PyDictKeys

ยง

impl !Freeze for PyDictValues

ยง

impl !Freeze for PyEllipsis

ยง

impl !Freeze for PyFloat

ยง

impl !Freeze for PyFrame

ยง

impl !Freeze for PyFrozenSet

ยง

impl !Freeze for PyFunction

ยง

impl !Freeze for PyInt

ยง

impl !Freeze for PyIterator

ยง

impl !Freeze for PyList

ยง

impl !Freeze for PyMapping

ยง

impl !Freeze for PyMappingProxy

ยง

impl !Freeze for PyMemoryView

ยง

impl !Freeze for PyModule

ยง

impl !Freeze for PyNone

ยง

impl !Freeze for PyNotImplemented

ยง

impl !Freeze for PySequence

ยง

impl !Freeze for PySet

ยง

impl !Freeze for PySlice

ยง

impl !Freeze for PyString

ยง

impl !Freeze for PySuper

ยง

impl !Freeze for PyTime

ยง

impl !Freeze for PyTraceback

ยง

impl !Freeze for PyTuple

ยง

impl !Freeze for PyType

ยง

impl !Freeze for PyTzInfo

ยง

impl !Freeze for PyWeakref

ยง

impl !Freeze for PyWeakrefProxy

ยง

impl !Freeze for PyWeakrefReference

ยง

impl !Freeze for ThreadBuilder

ยง

impl !Freeze for Regex

ยง

impl !Freeze for AtomicI16_be

ยง

impl !Freeze for AtomicI16_le

ยง

impl !Freeze for AtomicI32_be

ยง

impl !Freeze for AtomicI32_le

ยง

impl !Freeze for AtomicI64_be

ยง

impl !Freeze for AtomicI64_le

ยง

impl !Freeze for AtomicU16_be

ยง

impl !Freeze for AtomicU16_le

ยง

impl !Freeze for AtomicU32_be

ยง

impl !Freeze for AtomicU32_le

ยง

impl !Freeze for AtomicU64_be

ยง

impl !Freeze for AtomicU64_le

ยง

impl !Freeze for devela::_dep::rodio::Sink

ยง

impl !Freeze for SpatialSink

ยง

impl !Freeze for DefaultCallsite

ยง

impl !Freeze for Backtrace

ยง

impl !Freeze for devela::work::AtomicBool

ยง

impl !Freeze for AtomicF32

ยง

impl !Freeze for AtomicF64

ยง

impl !Freeze for devela::work::AtomicI8

ยง

impl !Freeze for devela::work::AtomicI16

ยง

impl !Freeze for devela::work::AtomicI32

ยง

impl !Freeze for devela::work::AtomicI64

ยง

impl !Freeze for AtomicI128

ยง

impl !Freeze for devela::work::AtomicIsize

ยง

impl !Freeze for devela::work::AtomicU8

ยง

impl !Freeze for devela::work::AtomicU16

ยง

impl !Freeze for devela::work::AtomicU32

ยง

impl !Freeze for devela::work::AtomicU64

ยง

impl !Freeze for AtomicU128

ยง

impl !Freeze for devela::work::AtomicUsize

ยง

impl !Freeze for Barrier

ยง

impl !Freeze for Condvar

ยง

impl !Freeze for devela::work::Once

ยง

impl !Freeze for OnceState

ยง

impl !Freeze for devela::_core::sync::atomic::AtomicBool

ยง

impl !Freeze for devela::_core::sync::atomic::AtomicI8

ยง

impl !Freeze for devela::_core::sync::atomic::AtomicI16

ยง

impl !Freeze for devela::_core::sync::atomic::AtomicI32

ยง

impl !Freeze for devela::_core::sync::atomic::AtomicI64

ยง

impl !Freeze for devela::_core::sync::atomic::AtomicIsize

ยง

impl !Freeze for devela::_core::sync::atomic::AtomicU8

ยง

impl !Freeze for devela::_core::sync::atomic::AtomicU16

ยง

impl !Freeze for devela::_core::sync::atomic::AtomicU32

ยง

impl !Freeze for devela::_core::sync::atomic::AtomicU64

ยง

impl !Freeze for devela::_core::sync::atomic::AtomicUsize

ยง

impl !Freeze for ImportedExceptionTypeObject

ยง

impl !Freeze for ModuleDef

ยง

impl Freeze for TryReserveErrorKind

ยง

impl Freeze for VarError

ยง

impl Freeze for devela::_dep::_std::io::SeekFrom

ยง

impl Freeze for devela::_dep::_std::net::Shutdown

ยง

impl Freeze for AncillaryError

ยง

impl Freeze for BacktraceStyle

ยง

impl Freeze for RecvTimeoutError

ยง

impl Freeze for TryRecvError

ยง

impl Freeze for CollectionAllocErr

ยง

impl Freeze for CheckedCastError

ยง

impl Freeze for PodCastError

ยง

impl Freeze for SetCursorStyle

ยง

impl Freeze for devela::_dep::crossterm::event::Event

ยง

impl Freeze for devela::_dep::crossterm::event::KeyCode

ยง

impl Freeze for KeyEventKind

ยง

impl Freeze for MediaKeyCode

ยง

impl Freeze for ModifierKeyCode

ยง

impl Freeze for devela::_dep::crossterm::event::MouseButton

ยง

impl Freeze for MouseEventKind

ยง

impl Freeze for Attribute

ยง

impl Freeze for devela::_dep::crossterm::style::Color

ยง

impl Freeze for Colored

ยง

impl Freeze for ClearType

ยง

impl Freeze for devela::_dep::hashbrown::TryReserveError

ยง

impl Freeze for Era

ยง

impl Freeze for devela::_dep::jiff::civil::Weekday

ยง

impl Freeze for RoundMode

ยง

impl Freeze for Unit

ยง

impl Freeze for Designator

ยง

impl Freeze for devela::_dep::jiff::fmt::friendly::Direction

ยง

impl Freeze for FractionalUnit

ยง

impl Freeze for Spacing

ยง

impl Freeze for Meridiem

ยง

impl Freeze for PiecesOffset

ยง

impl Freeze for AmbiguousOffset

ยง

impl Freeze for Disambiguation

ยง

impl Freeze for Dst

ยง

impl Freeze for OffsetConflict

ยง

impl Freeze for devela::_dep::kira::backend::cpal::Error

ยง

impl Freeze for ClockSpeed

ยง

impl Freeze for DistortionKind

ยง

impl Freeze for EqFilterKind

ยง

impl Freeze for devela::_dep::kira::effect::filter::FilterMode

ยง

impl Freeze for Easing

ยง

impl Freeze for StartTime

ยง

impl Freeze for WhenToStart

ยง

impl Freeze for Waveform

ยง

impl Freeze for EndPosition

ยง

impl Freeze for FromFileError

ยง

impl Freeze for PlaybackPosition

ยง

impl Freeze for PlaybackState

ยง

impl Freeze for TrackPlaybackState

ยง

impl Freeze for devela::_dep::log::Level

ยง

impl Freeze for devela::_dep::log::LevelFilter

ยง

impl Freeze for PrefilterConfig

ยง

impl Freeze for ConnectErrorKind

ยง

impl Freeze for Ignore

ยง

impl Freeze for PortInfoError

ยง

impl Freeze for devela::_dep::midir::SendError

ยง

impl Freeze for AppleGfxApi

ยง

impl Freeze for LinuxBackend

ยง

impl Freeze for LinuxX11Gl

ยง

impl Freeze for WebGLVersion

ยง

impl Freeze for Backend

ยง

impl Freeze for BlendFactor

ยง

impl Freeze for BlendValue

ยง

impl Freeze for BufferType

ยง

impl Freeze for BufferUsage

ยง

impl Freeze for CompareFunc

ยง

impl Freeze for Comparison

ยง

impl Freeze for CullFace

ยง

impl Freeze for CursorIcon

ยง

impl Freeze for Equation

ยง

impl Freeze for devela::_dep::miniquad::FilterMode

ยง

impl Freeze for FrontFaceOrder

ยง

impl Freeze for devela::_dep::miniquad::KeyCode

ยง

impl Freeze for MipmapFilterMode

ยง

impl Freeze for devela::_dep::miniquad::MouseButton

ยง

impl Freeze for PassAction

ยง

impl Freeze for PrimitiveType

ยง

impl Freeze for RawId

ยง

impl Freeze for ShaderError

ยง

impl Freeze for ShaderType

ยง

impl Freeze for StencilOp

ยง

impl Freeze for TextureAccess

ยง

impl Freeze for TextureFormat

ยง

impl Freeze for TextureKind

ยง

impl Freeze for TextureWrap

ยง

impl Freeze for TouchPhase

ยง

impl Freeze for UniformType

ยง

impl Freeze for VertexFormat

ยง

impl Freeze for VertexStep

ยง

impl Freeze for devela::_dep::miniquad::fs::Error

ยง

impl Freeze for IOURING_OP

ยง

impl Freeze for perf_bpf_event_type_t

ยง

impl Freeze for perf_branch_sample_type_shift_t

ยง

impl Freeze for perf_branch_sample_type_t

ยง

impl Freeze for perf_callchain_context_t

ยง

impl Freeze for perf_event_read_format_t

ยง

impl Freeze for perf_event_sample_format_t

ยง

impl Freeze for perf_event_type_t

ยง

impl Freeze for perf_hw_cache_id_t

ยง

impl Freeze for perf_hw_cache_op_id_t

ยง

impl Freeze for perf_hw_cache_op_result_id_t

ยง

impl Freeze for perf_hw_id_t

ยง

impl Freeze for perf_record_ksymbol_type_t

ยง

impl Freeze for perf_sample_regs_abi_t

ยง

impl Freeze for perf_sw_ids_t

ยง

impl Freeze for perf_type_id_t

ยง

impl Freeze for ElementType

ยง

impl Freeze for PyGILState_STATE

ยง

impl Freeze for PyMemAllocatorDomain

ยง

impl Freeze for PySendResult

ยง

impl Freeze for _PyStatus_TYPE

ยง

impl Freeze for CompareOp

ยง

impl Freeze for Associativity

ยง

impl Freeze for CacheInfoType

ยง

impl Freeze for CacheType

ยง

impl Freeze for DatType

ยง

impl Freeze for ExtendedRegisterStateLocation

ยง

impl Freeze for ExtendedRegisterType

ยง

impl Freeze for Hypervisor

ยง

impl Freeze for SgxSectionInfo

ยง

impl Freeze for TopologyType

ยง

impl Freeze for Yield

ยง

impl Freeze for Panic

ยง

impl Freeze for PoolingState

ยง

impl Freeze for ArchivedIpAddr

ยง

impl Freeze for ArchivedSocketAddr

ยง

impl Freeze for OptionBoxResolver

ยง

impl Freeze for SharingState

ยง

impl Freeze for ValidationState

ยง

impl Freeze for BufferSize

ยง

impl Freeze for BuildStreamError

ยง

impl Freeze for DefaultStreamConfigError

ยง

impl Freeze for DeviceNameError

ยง

impl Freeze for HostId

ยง

impl Freeze for PauseStreamError

ยง

impl Freeze for PlayStreamError

ยง

impl Freeze for devela::_dep::rodio::cpal::SampleFormat

ยง

impl Freeze for devela::_dep::rodio::cpal::StreamError

ยง

impl Freeze for SupportedBufferSize

ยง

impl Freeze for SupportedStreamConfigsError

ยง

impl Freeze for DeviceInner

ยง

impl Freeze for DevicesInner

ยง

impl Freeze for HostInner

ยง

impl Freeze for StreamInner

ยง

impl Freeze for DecoderError

ยง

impl Freeze for Mp4Type

ยง

impl Freeze for devela::_dep::rodio::decoder::symphonia::SeekError

ยง

impl Freeze for DevicesError

ยง

impl Freeze for PlayError

ยง

impl Freeze for devela::_dep::rodio::StreamError

ยง

impl Freeze for devela::_dep::rodio::source::Function

ยง

impl Freeze for devela::_dep::rodio::source::SeekError

ยง

impl Freeze for devela::_dep::rustix::fs::Advice

ยง

impl Freeze for devela::_dep::rustix::fs::FileType

ยง

impl Freeze for FlockOperation

ยง

impl Freeze for devela::_dep::rustix::fs::SeekFrom

ยง

impl Freeze for IoringMsgringCmds

ยง

impl Freeze for IoringOp

ยง

impl Freeze for IoringRegisterOp

ยง

impl Freeze for IoringRestrictionOp

ยง

impl Freeze for devela::_dep::rustix::ioctl::Direction

ยง

impl Freeze for devela::_dep::rustix::mm::Advice

ยง

impl Freeze for devela::_dep::rustix::net::Shutdown

ยง

impl Freeze for SocketAddrAny

ยง

impl Freeze for Timeout

ยง

impl Freeze for DumpableBehavior

ยง

impl Freeze for EndianMode

ยง

impl Freeze for FloatingPointMode

ยง

impl Freeze for MachineCheckMemoryCorruptionKillPolicy

ยง

impl Freeze for MembarrierCommand

ยง

impl Freeze for PTracer

ยง

impl Freeze for Resource

ยง

impl Freeze for devela::_dep::rustix::process::Signal

ยง

impl Freeze for SpeculationFeature

ยง

impl Freeze for TimeStampCounterReadability

ยง

impl Freeze for TimingMethod

ยง

impl Freeze for VirtualMemoryMapAddress

ยง

impl Freeze for RebootCommand

ยง

impl Freeze for Action

ยง

impl Freeze for OptionalActions

ยง

impl Freeze for QueueSelector

ยง

impl Freeze for Capability

ยง

impl Freeze for devela::_dep::rustix::thread::ClockId

ยง

impl Freeze for CoreSchedulingScope

ยง

impl Freeze for FutexOperation

ยง

impl Freeze for LinkNameSpaceType

ยง

impl Freeze for NanosleepRelativeResult

ยง

impl Freeze for SecureComputingMode

ยง

impl Freeze for SysCallUserDispatchFastSwitch

ยง

impl Freeze for WakeOp

ยง

impl Freeze for WakeOpCmp

ยง

impl Freeze for TimerfdClockId

ยง

impl Freeze for devela::_dep::symphonia::core::audio::Layout

ยง

impl Freeze for VerificationCheck

ยง

impl Freeze for DitherType

ยง

impl Freeze for devela::_dep::symphonia::core::errors::Error

ยง

impl Freeze for SeekErrorKind

ยง

impl Freeze for SeekMode

ยง

impl Freeze for SeekTo

ยง

impl Freeze for SeekSearchResult

ยง

impl Freeze for BitOrder

ยง

impl Freeze for ColorMode

ยง

impl Freeze for Limit

ยง

impl Freeze for StandardTagKey

ยง

impl Freeze for StandardVisualKey

ยง

impl Freeze for devela::_dep::symphonia::core::meta::Value

ยง

impl Freeze for Instantiate

ยง

impl Freeze for devela::_dep::symphonia::core::sample::SampleFormat

ยง

impl Freeze for DiskKind

ยง

impl Freeze for ProcessStatus

ยง

impl Freeze for devela::_dep::sysinfo::Signal

ยง

impl Freeze for ThreadKind

ยง

impl Freeze for UpdateKind

ยง

impl Freeze for GraphemeIncomplete

ยง

impl Freeze for Endianness

ยง

impl Freeze for devela::_dep::winnow::error::ErrorKind

ยง

impl Freeze for Needed

ยง

impl Freeze for StrContext

ยง

impl Freeze for StrContextValue

ยง

impl Freeze for CompareResult

ยง

impl Freeze for ExampleEnumIntU8

ยง

impl Freeze for AngleDirection

ยง

impl Freeze for AngleKind

ยง

impl Freeze for AudioError

ยง

impl Freeze for BacktraceStatus

ยง

impl Freeze for ColorError

ยง

impl Freeze for CompressionMode

ยง

impl Freeze for DrawError

ยง

impl Freeze for EncodingMode

ยง

impl Freeze for devela::all::FmtAlignment

ยง

impl Freeze for FontError

ยง

impl Freeze for ImageError

ยง

impl Freeze for devela::all::IoErrorKind

ยง

impl Freeze for MediaError

ยง

impl Freeze for MidiError

ยง

impl Freeze for NotAvailable

ยง

impl Freeze for WaveletUnitRole

ยง

impl Freeze for Infallible

ยง

impl Freeze for DataNotEnough

ยง

impl Freeze for MismatchedBounds

ยง

impl Freeze for PartialSpace

ยง

impl Freeze for c_void

ยง

impl Freeze for FpCategory

ยง

impl Freeze for NumError

ยง

impl Freeze for devela::num::Ordering

ยง

impl Freeze for devela::num::Sign

ยง

impl Freeze for UnitBi

ยง

impl Freeze for UnitSi

ยง

impl Freeze for Month

ยง

impl Freeze for devela::phys::Weekday

ยง

impl Freeze for devela::text::AsciiChar

ยง

impl Freeze for InvalidText

ยง

impl Freeze for IntErrorKind

ยง

impl Freeze for devela::ui::LayoutError

ยง

impl Freeze for UiError

ยง

impl Freeze for devela::work::AtomicOrdering

ยง

impl Freeze for devela::_core::ascii::Char

ยง

impl Freeze for DebugAsHex

ยง

impl Freeze for devela::_core::fmt::Sign

ยง

impl Freeze for BasicBlock

ยง

impl Freeze for UnwindTerminateReason

ยง

impl Freeze for IpAddr

ยง

impl Freeze for Ipv6MulticastScope

ยง

impl Freeze for devela::_core::net::SocketAddr

ยง

impl Freeze for GetManyMutError

ยง

impl Freeze for SearchStep

ยง

impl Freeze for devela::_dep::_alloc::alloc::Global

ยง

impl Freeze for UnorderedKeyError

ยง

impl Freeze for devela::_dep::_alloc::collections::TryReserveError

ยง

impl Freeze for FromVecWithNulError

ยง

impl Freeze for IntoStringError

ยง

impl Freeze for NulError

ยง

impl Freeze for devela::_dep::_alloc::string::FromUtf8Error

ยง

impl Freeze for devela::_dep::_alloc::string::FromUtf16Error

ยง

impl Freeze for IntoChars

ยง

impl Freeze for devela::_dep::_std::alloc::System

ยง

impl Freeze for BacktraceFrame

ยง

impl Freeze for Args

ยง

impl Freeze for ArgsOs

ยง

impl Freeze for JoinPathsError

ยง

impl Freeze for Vars

ยง

impl Freeze for VarsOs

ยง

impl Freeze for DirBuilder

ยง

impl Freeze for devela::_dep::_std::fs::DirEntry

ยง

impl Freeze for devela::_dep::_std::fs::File

ยง

impl Freeze for FileTimes

ยง

impl Freeze for devela::_dep::_std::fs::FileType

ยง

impl Freeze for devela::_dep::_std::fs::Metadata

ยง

impl Freeze for OpenOptions

ยง

impl Freeze for Permissions

ยง

impl Freeze for ReadDir

ยง

impl Freeze for DefaultHasher

ยง

impl Freeze for devela::_dep::_std::io::Empty

ยง

impl Freeze for devela::_dep::_std::io::Repeat

ยง

impl Freeze for devela::_dep::_std::io::Stderr

ยง

impl Freeze for devela::_dep::_std::io::Stdin

ยง

impl Freeze for devela::_dep::_std::io::Stdout

ยง

impl Freeze for WriterPanicked

ยง

impl Freeze for IntoIncoming

ยง

impl Freeze for TcpListener

ยง

impl Freeze for TcpStream

ยง

impl Freeze for UdpSocket

ยง

impl Freeze for PidFd

ยง

impl Freeze for stat

ยง

impl Freeze for devela::_dep::_std::os::unix::net::SocketAddr

ยง

impl Freeze for SocketCred

ยง

impl Freeze for devela::_dep::_std::os::unix::net::UCred

ยง

impl Freeze for UnixDatagram

ยง

impl Freeze for UnixListener

ยง

impl Freeze for UnixStream

ยง

impl Freeze for PipeReader

ยง

impl Freeze for PipeWriter

ยง

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 DefaultRandomSource

ยง

impl Freeze for RecvError

ยง

impl Freeze for devela::_dep::_std::time::SystemTimeError

ยง

impl Freeze for devela::_dep::bumpalo::collections::string::FromUtf16Error

ยง

impl Freeze for AllocErr

ยง

impl Freeze for BoxBytes

ยง

impl Freeze for DisableBlinking

ยง

impl Freeze for EnableBlinking

ยง

impl Freeze for Hide

ยง

impl Freeze for MoveDown

ยง

impl Freeze for MoveLeft

ยง

impl Freeze for MoveRight

ยง

impl Freeze for MoveTo

ยง

impl Freeze for MoveToColumn

ยง

impl Freeze for MoveToNextLine

ยง

impl Freeze for MoveToPreviousLine

ยง

impl Freeze for MoveToRow

ยง

impl Freeze for MoveUp

ยง

impl Freeze for RestorePosition

ยง

impl Freeze for SavePosition

ยง

impl Freeze for Show

ยง

impl Freeze for DisableBracketedPaste

ยง

impl Freeze for DisableFocusChange

ยง

impl Freeze for DisableMouseCapture

ยง

impl Freeze for EnableBracketedPaste

ยง

impl Freeze for EnableFocusChange

ยง

impl Freeze for EnableMouseCapture

ยง

impl Freeze for KeyEvent

ยง

impl Freeze for KeyEventState

ยง

impl Freeze for KeyModifiers

ยง

impl Freeze for KeyboardEnhancementFlags

ยง

impl Freeze for MouseEvent

ยง

impl Freeze for PopKeyboardEnhancementFlags

ยง

impl Freeze for PushKeyboardEnhancementFlags

ยง

impl Freeze for devela::_dep::crossterm::style::Attributes

ยง

impl Freeze for Colors

ยง

impl Freeze for ContentStyle

ยง

impl Freeze for ResetColor

ยง

impl Freeze for SetAttribute

ยง

impl Freeze for SetAttributes

ยง

impl Freeze for SetBackgroundColor

ยง

impl Freeze for SetColors

ยง

impl Freeze for SetForegroundColor

ยง

impl Freeze for SetStyle

ยง

impl Freeze for SetUnderlineColor

ยง

impl Freeze for BeginSynchronizedUpdate

ยง

impl Freeze for Clear

ยง

impl Freeze for DisableLineWrap

ยง

impl Freeze for EnableLineWrap

ยง

impl Freeze for EndSynchronizedUpdate

ยง

impl Freeze for EnterAlternateScreen

ยง

impl Freeze for LeaveAlternateScreen

ยง

impl Freeze for ScrollDown

ยง

impl Freeze for ScrollUp

ยง

impl Freeze for SetSize

ยง

impl Freeze for WindowSize

ยง

impl Freeze for devela::_dep::jiff::civil::Date

ยง

impl Freeze for DateArithmetic

ยง

impl Freeze for DateDifference

ยง

impl Freeze for DateSeries

ยง

impl Freeze for DateTime

ยง

impl Freeze for DateTimeArithmetic

ยง

impl Freeze for DateTimeDifference

ยง

impl Freeze for DateTimeRound

ยง

impl Freeze for DateTimeSeries

ยง

impl Freeze for DateTimeWith

ยง

impl Freeze for DateWith

ยง

impl Freeze for ISOWeekDate

ยง

impl Freeze for devela::_dep::jiff::civil::Time

ยง

impl Freeze for TimeArithmetic

ยง

impl Freeze for TimeDifference

ยง

impl Freeze for TimeRound

ยง

impl Freeze for TimeSeries

ยง

impl Freeze for TimeWith

ยง

impl Freeze for WeekdaysForward

ยง

impl Freeze for WeekdaysReverse

ยง

impl Freeze for devela::_dep::jiff::fmt::friendly::SpanParser

ยง

impl Freeze for devela::_dep::jiff::fmt::friendly::SpanPrinter

ยง

impl Freeze for devela::_dep::jiff::fmt::rfc2822::DateTimeParser

ยง

impl Freeze for devela::_dep::jiff::fmt::rfc2822::DateTimePrinter

ยง

impl Freeze for BrokenDownTime

ยง

impl Freeze for devela::_dep::jiff::fmt::temporal::DateTimeParser

ยง

impl Freeze for devela::_dep::jiff::fmt::temporal::DateTimePrinter

ยง

impl Freeze for PiecesNumericOffset

ยง

impl Freeze for devela::_dep::jiff::fmt::temporal::SpanParser

ยง

impl Freeze for devela::_dep::jiff::fmt::temporal::SpanPrinter

ยง

impl Freeze for devela::_dep::jiff::Error

ยง

impl Freeze for SignedDuration

ยง

impl Freeze for SignedDurationRound

ยง

impl Freeze for devela::_dep::jiff::Span

ยง

impl Freeze for Timestamp

ยง

impl Freeze for TimestampArithmetic

ยง

impl Freeze for TimestampDifference

ยง

impl Freeze for TimestampDisplayWithOffset

ยง

impl Freeze for TimestampRound

ยง

impl Freeze for TimestampSeries

ยง

impl Freeze for Zoned

ยง

impl Freeze for ZonedArithmetic

ยง

impl Freeze for ZonedRound

ยง

impl Freeze for ZonedWith

ยง

impl Freeze for AmbiguousTimestamp

ยง

impl Freeze for AmbiguousZoned

ยง

impl Freeze for Offset

ยง

impl Freeze for OffsetArithmetic

ยง

impl Freeze for TimeZone

ยง

impl Freeze for TimeZoneDatabase

ยง

impl Freeze for TimeZoneNameIter

ยง

impl Freeze for Collator

ยง

impl Freeze for DateTimeFormat

ยง

impl Freeze for NumberFormat

ยง

impl Freeze for PluralRules

ยง

impl Freeze for RelativeTimeFormat

ยง

impl Freeze for CompileError

ยง

impl Freeze for Exception

ยง

impl Freeze for devela::_dep::js_sys::WebAssembly::Global

ยง

impl Freeze for Instance

ยง

impl Freeze for LinkError

ยง

impl Freeze for Memory

ยง

impl Freeze for Module

ยง

impl Freeze for RuntimeError

ยง

impl Freeze for Table

ยง

impl Freeze for devela::_dep::js_sys::WebAssembly::Tag

ยง

impl Freeze for devela::_dep::js_sys::Array

ยง

impl Freeze for ArrayBuffer

ยง

impl Freeze for ArrayIntoIter

ยง

impl Freeze for AsyncIterator

ยง

impl Freeze for BigInt64Array

ยง

impl Freeze for BigInt

ยง

impl Freeze for BigUint64Array

ยง

impl Freeze for Boolean

ยง

impl Freeze for DataView

ยง

impl Freeze for devela::_dep::js_sys::Date

ยง

impl Freeze for devela::_dep::js_sys::Error

ยง

impl Freeze for EvalError

ยง

impl Freeze for Float32Array

ยง

impl Freeze for Float64Array

ยง

impl Freeze for devela::_dep::js_sys::Function

ยง

impl Freeze for Generator

ยง

impl Freeze for Int8Array

ยง

impl Freeze for Int16Array

ยง

impl Freeze for Int32Array

ยง

impl Freeze for devela::_dep::js_sys::IntoIter

ยง

impl Freeze for Iterator

ยง

impl Freeze for IteratorNext

ยง

impl Freeze for JsString

ยง

impl Freeze for devela::_dep::js_sys::Map

ยง

impl Freeze for devela::_dep::js_sys::Number

ยง

impl Freeze for Object

ยง

impl Freeze for Promise

ยง

impl Freeze for Proxy

ยง

impl Freeze for RangeError

ยง

impl Freeze for ReferenceError

ยง

impl Freeze for RegExp

ยง

impl Freeze for Set

ยง

impl Freeze for SharedArrayBuffer

ยง

impl Freeze for Symbol

ยง

impl Freeze for SyntaxError

ยง

impl Freeze for devela::_dep::js_sys::TryFromIntError

ยง

impl Freeze for TypeError

ยง

impl Freeze for Uint8Array

ยง

impl Freeze for Uint8ClampedArray

ยง

impl Freeze for Uint16Array

ยง

impl Freeze for Uint32Array

ยง

impl Freeze for UriError

ยง

impl Freeze for WeakMap

ยง

impl Freeze for WeakSet

ยง

impl Freeze for CpalBackendSettings

ยง

impl Freeze for MockBackendSettings

ยง

impl Freeze for ClockHandle

ยง

impl Freeze for devela::_dep::kira::clock::ClockId

ยง

impl Freeze for ClockTime

ยง

impl Freeze for CompressorBuilder

ยง

impl Freeze for CompressorHandle

ยง

impl Freeze for DelayBuilder

ยง

impl Freeze for DelayHandle

ยง

impl Freeze for DistortionBuilder

ยง

impl Freeze for DistortionHandle

ยง

impl Freeze for EqFilterBuilder

ยง

impl Freeze for EqFilterHandle

ยง

impl Freeze for FilterBuilder

ยง

impl Freeze for FilterHandle

ยง

impl Freeze for PanningControlBuilder

ยง

impl Freeze for PanningControlHandle

ยง

impl Freeze for ReverbBuilder

ยง

impl Freeze for ReverbHandle

ยง

impl Freeze for VolumeControlBuilder

ยง

impl Freeze for VolumeControlHandle

ยง

impl Freeze for ClockInfo

ยง

impl Freeze for ListenerInfo

ยง

impl Freeze for MockInfoBuilder

ยง

impl Freeze for ListenerHandle

ยง

impl Freeze for ListenerId

ยง

impl Freeze for LfoBuilder

ยง

impl Freeze for LfoHandle

ยง

impl Freeze for ModulatorId

ยง

impl Freeze for TweenerBuilder

ยง

impl Freeze for TweenerHandle

ยง

impl Freeze for StaticSoundData

ยง

impl Freeze for StaticSoundHandle

ยง

impl Freeze for StaticSoundSettings

ยง

impl Freeze for StreamingSoundSettings

ยง

impl Freeze for Region

ยง

impl Freeze for Capacities

ยง

impl Freeze for Decibels

ยง

impl Freeze for Frame

ยง

impl Freeze for devela::_dep::kira::Mix

ยง

impl Freeze for Panning

ยง

impl Freeze for PlaybackRate

ยง

impl Freeze for ResourceLimitReached

ยง

impl Freeze for Semitones

ยง

impl Freeze for Tween

ยง

impl Freeze for MainTrackBuilder

ยง

impl Freeze for NonexistentRoute

ยง

impl Freeze for SendTrackBuilder

ยง

impl Freeze for SendTrackHandle

ยง

impl Freeze for SendTrackId

ยง

impl Freeze for SpatialTrackBuilder

ยง

impl Freeze for SpatialTrackDistances

ยง

impl Freeze for TrackBuilder

ยง

impl Freeze for devela::_dep::log::ParseLevelError

ยง

impl Freeze for SetLoggerError

ยง

impl Freeze for devela::_dep::memchr::arch::all::memchr::One

ยง

impl Freeze for devela::_dep::memchr::arch::all::memchr::Three

ยง

impl Freeze for devela::_dep::memchr::arch::all::memchr::Two

ยง

impl Freeze for devela::_dep::memchr::arch::all::packedpair::Finder

ยง

impl Freeze for Pair

ยง

impl Freeze for devela::_dep::memchr::arch::all::rabinkarp::Finder

ยง

impl Freeze for devela::_dep::memchr::arch::all::rabinkarp::FinderRev

ยง

impl Freeze for devela::_dep::memchr::arch::all::shiftor::Finder

ยง

impl Freeze for devela::_dep::memchr::arch::all::twoway::Finder

ยง

impl Freeze for devela::_dep::memchr::arch::all::twoway::FinderRev

ยง

impl Freeze for devela::_dep::memchr::arch::x86_64::avx2::memchr::One

ยง

impl Freeze for devela::_dep::memchr::arch::x86_64::avx2::memchr::Three

ยง

impl Freeze for devela::_dep::memchr::arch::x86_64::avx2::memchr::Two

ยง

impl Freeze for devela::_dep::memchr::arch::x86_64::avx2::packedpair::Finder

ยง

impl Freeze for devela::_dep::memchr::arch::x86_64::sse2::memchr::One

ยง

impl Freeze for devela::_dep::memchr::arch::x86_64::sse2::memchr::Three

ยง

impl Freeze for devela::_dep::memchr::arch::x86_64::sse2::memchr::Two

ยง

impl Freeze for devela::_dep::memchr::arch::x86_64::sse2::packedpair::Finder

ยง

impl Freeze for FinderBuilder

ยง

impl Freeze for InitError

ยง

impl Freeze for MidiInputPort

ยง

impl Freeze for MidiOutputPort

ยง

impl Freeze for Conf

ยง

impl Freeze for Icon

ยง

impl Freeze for Platform

ยง

impl Freeze for Bindings

ยง

impl Freeze for BlendState

ยง

impl Freeze for BufferId

ยง

impl Freeze for BufferLayout

ยง

impl Freeze for ContextInfo

ยง

impl Freeze for ElapsedQuery

ยง

impl Freeze for Features

ยง

impl Freeze for GlContext

ยง

impl Freeze for GlslSupport

ยง

impl Freeze for KeyMods

ยง

impl Freeze for Pipeline

ยง

impl Freeze for PipelineLayout

ยง

impl Freeze for PipelineParams

ยง

impl Freeze for RenderPass

ยง

impl Freeze for ShaderId

ยง

impl Freeze for ShaderMeta

ยง

impl Freeze for StencilFaceState

ยง

impl Freeze for StencilState

ยง

impl Freeze for TextureId

ยง

impl Freeze for TextureParams

ยง

impl Freeze for Touch

ยง

impl Freeze for UniformBlockLayout

ยง

impl Freeze for UniformDesc

ยง

impl Freeze for VertexAttribute

ยง

impl Freeze for devela::_dep::nc::c_str::CStr

ยง

impl Freeze for devela::_dep::nc::c_str::CString

ยง

impl Freeze for devela::_dep::nc::path::Path

ยง

impl Freeze for __kernel_fsid_t

ยง

impl Freeze for aio_sigset_t

ยง

impl Freeze for blk_io_trace_remap_t

ยง

impl Freeze for blk_io_trace_t

ยง

impl Freeze for blk_user_trace_setup_t

ยง

impl Freeze for bpf_attr_btf_load_t

ยง

impl Freeze for bpf_attr_element_t

ยง

impl Freeze for bpf_attr_getid_t

ยง

impl Freeze for bpf_attr_info_t

ยง

impl Freeze for bpf_attr_map_create_t

ยง

impl Freeze for bpf_attr_obj_t

ยง

impl Freeze for bpf_attr_prog_attach_t

ยง

impl Freeze for bpf_attr_prog_load_t

ยง

impl Freeze for bpf_attr_prog_test_t

ยง

impl Freeze for bpf_attr_query_t

ยง

impl Freeze for bpf_attr_raw_tracepoint_t

ยง

impl Freeze for bpf_attr_task_fd_query_t

ยง

impl Freeze for bpf_btf_info_t

ยง

impl Freeze for bpf_cgroup_dev_ctx_t

ยง

impl Freeze for bpf_cgroup_storage_key_t

ยง

impl Freeze for bpf_fib_lookup_t

ยง

impl Freeze for bpf_flow_keys_ipv4_t

ยง

impl Freeze for bpf_flow_keys_ipv6_t

ยง

impl Freeze for bpf_flow_keys_t

ยง

impl Freeze for bpf_func_info_t

ยง

impl Freeze for bpf_insn_t

ยง

impl Freeze for bpf_line_info_t

ยง

impl Freeze for bpf_lpm_trie_key_t

ยง

impl Freeze for bpf_map_info_t

ยง

impl Freeze for bpf_perf_event_value_t

ยง

impl Freeze for bpf_prog_info_t

ยง

impl Freeze for bpf_raw_tracepoint_args_t

ยง

impl Freeze for bpf_sock_addr_t

ยง

impl Freeze for bpf_sock_ops_t

ยง

impl Freeze for bpf_sock_t

ยง

impl Freeze for bpf_sock_tuple_ipv4_t

ยง

impl Freeze for bpf_sock_tuple_ipv6_t

ยง

impl Freeze for bpf_spin_lock_t

ยง

impl Freeze for bpf_stack_build_id_t

ยง

impl Freeze for bpf_tcp_sock_t

ยง

impl Freeze for cachestat_range_t

ยง

impl Freeze for cachestat_t

ยง

impl Freeze for cap_user_data_t

ยง

impl Freeze for cap_user_header_t

ยง

impl Freeze for clone_args_t

ยง

impl Freeze for cmsghdr_t

ยง

impl Freeze for compat_statfs64_t

ยง

impl Freeze for cpu_set_t

ยง

impl Freeze for epoll_event_t

ยง

impl Freeze for f_owner_ex_t

ยง

impl Freeze for fd_set_t

ยง

impl Freeze for fiemap_extent_t

ยง

impl Freeze for fiemap_t

ยง

impl Freeze for file_clone_range_t

ยง

impl Freeze for file_dedupe_range_info_t

ยง

impl Freeze for file_dedupe_range_t

ยง

impl Freeze for file_handle_t

ยง

impl Freeze for files_stat_struct_t

ยง

impl Freeze for flock64_t

ยง

impl Freeze for flock_t

ยง

impl Freeze for fscrypt_policy_t

ยง

impl Freeze for fsid_t

ยง

impl Freeze for fstrim_range_t

ยง

impl Freeze for fsxattr_t

ยง

impl Freeze for futex_waitv_t

ยง

impl Freeze for getcpu_cache_t

ยง

impl Freeze for group_filter_t

ยง

impl Freeze for group_req_t

ยง

impl Freeze for group_source_req_t

ยง

impl Freeze for if_dqblk_t

ยง

impl Freeze for if_dqinfo_t

ยง

impl Freeze for if_nextdqblk_t

ยง

impl Freeze for in6_addr_t

ยง

impl Freeze for in6_flowlabel_req_t

ยง

impl Freeze for in_addr_t

ยง

impl Freeze for in_pktinfo_t

ยง

impl Freeze for inodes_stat_t

ยง

impl Freeze for inotify_event_t

ยง

impl Freeze for io_cqring_offsets_t

ยง

impl Freeze for io_event_t

ยง

impl Freeze for io_file_t

ยง

impl Freeze for io_sqring_offsets_t

ยง

impl Freeze for io_uring_cqe_t

ยง

impl Freeze for io_uring_files_update_t

ยง

impl Freeze for io_uring_params_t

ยง

impl Freeze for io_uring_probe_op_t

ยง

impl Freeze for io_uring_probe_t

ยง

impl Freeze for io_uring_sqe_buf_t

ยง

impl Freeze for io_uring_sqe_t

ยง

impl Freeze for iocb_t

ยง

impl Freeze for iovec_t

ยง

impl Freeze for ip_mreq_source_t

ยง

impl Freeze for ip_mreq_t

ยง

impl Freeze for ip_mreqn_t

ยง

impl Freeze for ip_msfilter_t

ยง

impl Freeze for ipc64_perm_t

ยง

impl Freeze for ipc_kludge_t

ยง

impl Freeze for ipc_perm_t

ยง

impl Freeze for ipv6_mreq_t

ยง

impl Freeze for itimerspec64_t

ยง

impl Freeze for itimerspec_t

ยง

impl Freeze for itimerval_t

ยง

impl Freeze for kcmp_epoll_slot_t

ยง

impl Freeze for kernel_itimerspec_t

ยง

impl Freeze for kernel_sock_timeval_t

ยง

impl Freeze for kernel_sockaddr_storage_t

ยง

impl Freeze for kernel_timespec_t

ยง

impl Freeze for kernel_timex_t

ยง

impl Freeze for kernel_timex_timeval_t

ยง

impl Freeze for kernle_old_timeval_t

ยง

impl Freeze for kexec_segment_t

ยง

impl Freeze for ktermios_t

ยง

impl Freeze for linger_t

ยง

impl Freeze for linux_dirent64_t

ยง

impl Freeze for linux_dirent_t

ยง

impl Freeze for mmsghdr_t

ยง

impl Freeze for mnt_id_req_t

ยง

impl Freeze for mount_attr_t

ยง

impl Freeze for mq_attr_t

ยง

impl Freeze for msgbuf_t

ยง

impl Freeze for msghdr_t

ยง

impl Freeze for msginfo_t

ยง

impl Freeze for msqid64_ds_t

ยง

impl Freeze for msqid_ds_t

ยง

impl Freeze for new_utsname_t

ยง

impl Freeze for open_how_t

ยง

impl Freeze for perf_branch_entry_t

ยง

impl Freeze for perf_event_attr_t

ยง

impl Freeze for perf_event_header_t

ยง

impl Freeze for perf_event_mmap_page_cap_detail_t

ยง

impl Freeze for perf_event_mmap_page_t

ยง

impl Freeze for perf_event_query_bpf_t

ยง

impl Freeze for perf_mem_data_mem_t

ยง

impl Freeze for pollfd_t

ยง

impl Freeze for prctl_mm_map_t

ยง

impl Freeze for pthread_barrierattr_t

ยง

impl Freeze for pthread_condattr_t

ยง

impl Freeze for pthread_mutexattr_t

ยง

impl Freeze for pthread_rwlockattr_t

ยง

impl Freeze for ptrace_peeksiginfo_args_t

ยง

impl Freeze for ptrace_syscall_info_seccomp_entry_t

ยง

impl Freeze for ptrace_syscall_info_seccomp_exit_t

ยง

impl Freeze for ptrace_syscall_info_seccomp_seccomp_t

ยง

impl Freeze for ptrace_syscall_info_t

ยง

impl Freeze for rlimit64_t

ยง

impl Freeze for rlimit_t

ยง

impl Freeze for robust_list_head_t

ยง

impl Freeze for robust_list_t

ยง

impl Freeze for rseq_cs_ptr_t

ยง

impl Freeze for rseq_cs_t

ยง

impl Freeze for rseq_t

ยง

impl Freeze for rusage_t

ยง

impl Freeze for sched_attr_t

ยง

impl Freeze for sched_param_t

ยง

impl Freeze for scm_timestamping_internal_t

ยง

impl Freeze for seccomp_data_t

ยง

impl Freeze for seccomp_metadata_t

ยง

impl Freeze for seccomp_notif_resp_t

ยง

impl Freeze for seccomp_notif_sizes_t

ยง

impl Freeze for seccomp_notif_t

ยง

impl Freeze for sembuf_t

ยง

impl Freeze for semid_ds_t

ยง

impl Freeze for seminfo_t

ยง

impl Freeze for serial_icounter_struct_t

ยง

impl Freeze for serial_iso7816_t

ยง

impl Freeze for serial_multiport_struct_t

ยง

impl Freeze for serial_rs485_t

ยง

impl Freeze for serial_struct_t

ยง

impl Freeze for shm_info_t

ยง

impl Freeze for shmid64_ds_t

ยง

impl Freeze for shmid_ds_t

ยง

impl Freeze for shminfo64_t

ยง

impl Freeze for shminfo_t

ยง

impl Freeze for si_kill_t

ยง

impl Freeze for si_rt_t

ยง

impl Freeze for si_sigchld_t

ยง

impl Freeze for si_sigpoll_t

ยง

impl Freeze for si_sigsys_t

ยง

impl Freeze for si_timer_t

ยง

impl Freeze for sigaction_t

ยง

impl Freeze for sigaltstack_t

ยง

impl Freeze for sigev_thread_t

ยง

impl Freeze for sigevent_t

ยง

impl Freeze for siginfo_intern_t

ยง

impl Freeze for sigset_t

ยง

impl Freeze for sk_msg_md_t

ยง

impl Freeze for sk_reuseport_md_t

ยง

impl Freeze for sockaddr_in6_t

ยง

impl Freeze for sockaddr_in_t

ยง

impl Freeze for sockaddr_t

ยง

impl Freeze for stat_t

ยง

impl Freeze for statfs64_t

ยง

impl Freeze for statfs_t

ยง

impl Freeze for statmount_t

ยง

impl Freeze for statx_t

ยง

impl Freeze for statx_timestamp_t

ยง

impl Freeze for sysctl_args_t

ยง

impl Freeze for sysinfo_t

ยง

impl Freeze for termio_t

ยง

impl Freeze for termios2_t

ยง

impl Freeze for termios_t

ยง

impl Freeze for timespec64_t

ยง

impl Freeze for timespec_t

ยง

impl Freeze for timeval_t

ยง

impl Freeze for timex_t

ยง

impl Freeze for timezone_t

ยง

impl Freeze for tms_t

ยง

impl Freeze for ucred_t

ยง

impl Freeze for user_desc_t

ยง

impl Freeze for ustat_t

ยง

impl Freeze for utimbuf_t

ยง

impl Freeze for winsize_t

ยง

impl Freeze for xdp_md_t

ยง

impl Freeze for devela::_dep::nc::util::File

ยง

impl Freeze for PyASCIIObject

ยง

impl Freeze for PyAsyncMethods

ยง

impl Freeze for PyBaseExceptionObject

ยง

impl Freeze for PyBufferProcs

ยง

impl Freeze for PyByteArrayObject

ยง

impl Freeze for PyBytesObject

ยง

impl Freeze for PyCFunctionObject

ยง

impl Freeze for PyCMethodObject

ยง

impl Freeze for PyCodeObject

ยง

impl Freeze for PyCompactUnicodeObject

ยง

impl Freeze for PyCompilerFlags

ยง

impl Freeze for PyComplexObject

ยง

impl Freeze for PyConfig

ยง

impl Freeze for PyDateTime_CAPI

ยง

impl Freeze for PyDateTime_Date

ยง

impl Freeze for PyDateTime_DateTime

ยง

impl Freeze for PyDateTime_Delta

ยง

impl Freeze for PyDateTime_Time

ยง

impl Freeze for PyDescrObject

ยง

impl Freeze for PyDictKeysObject

ยง

impl Freeze for PyDictObject

ยง

impl Freeze for PyFloatObject

ยง

impl Freeze for PyFrameObject

ยง

impl Freeze for PyFunctionObject

ยง

impl Freeze for PyFutureFeatures

ยง

impl Freeze for PyGenObject

ยง

impl Freeze for PyGetSetDef

ยง

impl Freeze for PyGetSetDescrObject

ยง

impl Freeze for PyHash_FuncDef

ยง

impl Freeze for PyHeapTypeObject

ยง

impl Freeze for PyImportErrorObject

ยง

impl Freeze for PyInterpreterState

ยง

impl Freeze for PyListObject

ยง

impl Freeze for PyLongObject

ยง

impl Freeze for PyMappingMethods

ยง

impl Freeze for PyMemAllocatorEx

ยง

impl Freeze for PyMemberDef

ยง

impl Freeze for PyMemberDescrObject

ยง

impl Freeze for devela::_dep::pyo3::ffi::PyMethodDef

ยง

impl Freeze for PyMethodDescrObject

ยง

impl Freeze for PyModuleDef

ยง

impl Freeze for PyModuleDef_Base

ยง

impl Freeze for PyModuleDef_Slot

ยง

impl Freeze for PyNumberMethods

ยง

impl Freeze for PyOSErrorObject

ยง

impl Freeze for PyObject

ยง

impl Freeze for PyObjectArenaAllocator

ยง

impl Freeze for PyPreConfig

ยง

impl Freeze for PySequenceMethods

ยง

impl Freeze for PySetObject

ยง

impl Freeze for PySliceObject

ยง

impl Freeze for PyStatus

ยง

impl Freeze for PyStopIterationObject

ยง

impl Freeze for PyStructSequence_Desc

ยง

impl Freeze for PyStructSequence_Field

ยง

impl Freeze for PySyntaxErrorObject

ยง

impl Freeze for PySystemExitObject

ยง

impl Freeze for PyThreadState

ยง

impl Freeze for PyTryBlock

ยง

impl Freeze for PyTupleObject

ยง

impl Freeze for PyTypeObject

ยง

impl Freeze for PyType_Slot

ยง

impl Freeze for PyType_Spec

ยง

impl Freeze for PyUnicodeErrorObject

ยง

impl Freeze for PyUnicodeObject

ยง

impl Freeze for PyVarObject

ยง

impl Freeze for PyWideStringList

ยง

impl Freeze for PyWrapperDescrObject

ยง

impl Freeze for Py_buffer

ยง

impl Freeze for Py_complex

ยง

impl Freeze for _PyDateTime_BaseDateTime

ยง

impl Freeze for _PyDateTime_BaseTime

ยง

impl Freeze for _PyErr_StackItem

ยง

impl Freeze for _PyOpcache

ยง

impl Freeze for _PyWeakReference

ยง

impl Freeze for _frozen

ยง

impl Freeze for _inittab

ยง

impl Freeze for setentry

ยง

impl Freeze for wrapperbase

ยง

impl Freeze for PyBackedBytes

ยง

impl Freeze for PyBackedStr

ยง

impl Freeze for PyBorrowError

ยง

impl Freeze for PyBorrowMutError

ยง

impl Freeze for PyTraverseError

ยง

impl Freeze for PySliceIndices

ยง

impl Freeze for devela::_dep::rand_core::Error

ยง

impl Freeze for OsRng

ยง

impl Freeze for ApmInfo

ยง

impl Freeze for CacheInfo

ยง

impl Freeze for CacheInfoIter

ยง

impl Freeze for CacheParameter

ยง

impl Freeze for CpuIdReaderNative

ยง

impl Freeze for CpuIdResult

ยง

impl Freeze for DatInfo

ยง

impl Freeze for DirectCacheAccessInfo

ยง

impl Freeze for EpcSection

ยง

impl Freeze for ExtendedFeatures

ยง

impl Freeze for ExtendedProcessorFeatureIdentifiers

ยง

impl Freeze for ExtendedState

ยง

impl Freeze for ExtendedTopologyLevel

ยง

impl Freeze for FeatureInfo

ยง

impl Freeze for L1CacheTlbInfo

ยง

impl Freeze for L2And3CacheTlbInfo

ยง

impl Freeze for L2CatInfo

ยง

impl Freeze for L3CatInfo

ยง

impl Freeze for L3MonitoringInfo

ยง

impl Freeze for MemBwAllocationInfo

ยง

impl Freeze for MemoryEncryptionInfo

ยง

impl Freeze for MonitorMwaitInfo

ยง

impl Freeze for PerformanceMonitoringInfo

ยง

impl Freeze for PerformanceOptimizationInfo

ยง

impl Freeze for ProcessorBrandString

ยง

impl Freeze for ProcessorCapacityAndFeatureInfo

ยง

impl Freeze for ProcessorFrequencyInfo

ยง

impl Freeze for ProcessorSerial

ยง

impl Freeze for ProcessorTopologyInfo

ยง

impl Freeze for ProcessorTraceInfo

ยง

impl Freeze for SoCVendorBrand

ยง

impl Freeze for SvmFeatures

ยง

impl Freeze for ThermalPowerInfo

ยง

impl Freeze for Tlb1gbPageInfo

ยง

impl Freeze for TscInfo

ยง

impl Freeze for VendorInfo

ยง

impl Freeze for FnContext

ยง

impl Freeze for ThreadPool

ยง

impl Freeze for ThreadPoolBuildError

ยง

impl Freeze for CaptureLocations

ยง

impl Freeze for devela::_dep::regex_lite::Error

ยง

impl Freeze for RegexBuilder

ยง

impl Freeze for BoxResolver

ยง

impl Freeze for BoxedError

ยง

impl Freeze for devela::_dep::rkyv::bytecheck::rancor::Error

ยง

impl Freeze for Failure

ยง

impl Freeze for NamedEnumVariantCheckContext

ยง

impl Freeze for StructCheckContext

ยง

impl Freeze for TupleStructCheckContext

ยง

impl Freeze for UnnamedEnumVariantCheckContext

ยง

impl Freeze for BTreeMapResolver

ยง

impl Freeze for BTreeSetResolver

ยง

impl Freeze for HashMapResolver

ยง

impl Freeze for HashSetResolver

ยง

impl Freeze for HashTableResolver

ยง

impl Freeze for IndexMapResolver

ยง

impl Freeze for IndexSetResolver

ยง

impl Freeze for IteratorLengthMismatch

ยง

impl Freeze for ErasedPtr

ยง

impl Freeze for Pool

ยง

impl Freeze for Unpool

ยง

impl Freeze for ArchivedCString

ยง

impl Freeze for CStringResolver

ยง

impl Freeze for FxHasher64

ยง

impl Freeze for Borrow

ยง

impl Freeze for Move

ยง

impl Freeze for ArchivedIpv4Addr

ยง

impl Freeze for ArchivedIpv6Addr

ยง

impl Freeze for ArchivedSocketAddrV4

ยง

impl Freeze for ArchivedSocketAddrV6

ยง

impl Freeze for Bool

ยง

impl Freeze for NaN

ยง

impl Freeze for Null

ยง

impl Freeze for devela::_dep::rkyv::niche::niching::Zero

ยง

impl Freeze for ArchivedOptionNonZeroI8

ยง

impl Freeze for ArchivedOptionNonZeroI16

ยง

impl Freeze for ArchivedOptionNonZeroI32

ยง

impl Freeze for ArchivedOptionNonZeroI64

ยง

impl Freeze for ArchivedOptionNonZeroI128

ยง

impl Freeze for ArchivedOptionNonZeroU8

ยง

impl Freeze for ArchivedOptionNonZeroU16

ยง

impl Freeze for ArchivedOptionNonZeroU32

ยง

impl Freeze for ArchivedOptionNonZeroU64

ยง

impl Freeze for ArchivedOptionNonZeroU128

ยง

impl Freeze for ArchivedRangeFull

ยง

impl Freeze for ArcFlavor

ยง

impl Freeze for RcFlavor

ยง

impl Freeze for RcResolver

ยง

impl Freeze for RcWeakResolver

ยง

impl Freeze for NonZeroI16_be

ยง

impl Freeze for NonZeroI16_le

ยง

impl Freeze for NonZeroI32_be

ยง

impl Freeze for NonZeroI32_le

ยง

impl Freeze for NonZeroI64_be

ยง

impl Freeze for NonZeroI64_le

ยง

impl Freeze for NonZeroI128_be

ยง

impl Freeze for NonZeroI128_le

ยง

impl Freeze for NonZeroU16_be

ยง

impl Freeze for NonZeroU16_le

ยง

impl Freeze for NonZeroU32_be

ยง

impl Freeze for NonZeroU32_le

ยง

impl Freeze for NonZeroU64_be

ยง

impl Freeze for NonZeroU64_le

ยง

impl Freeze for NonZeroU128_be

ยง

impl Freeze for NonZeroU128_le

ยง

impl Freeze for char_be

ยง

impl Freeze for char_le

ยง

impl Freeze for f32_be

ยง

impl Freeze for f32_le

ยง

impl Freeze for f64_be

ยง

impl Freeze for f64_le

ยง

impl Freeze for i16_be

ยง

impl Freeze for i16_le

ยง

impl Freeze for i32_be

ยง

impl Freeze for i32_le

ยง

impl Freeze for i64_be

ยง

impl Freeze for i64_le

ยง

impl Freeze for i128_be

ยง

impl Freeze for i128_le

ยง

impl Freeze for u16_be

ยง

impl Freeze for u16_le

ยง

impl Freeze for u32_be

ยง

impl Freeze for u32_le

ยง

impl Freeze for u64_be

ยง

impl Freeze for u64_le

ยง

impl Freeze for u128_be

ยง

impl Freeze for u128_le

ยง

impl Freeze for NonZeroI16_ube

ยง

impl Freeze for NonZeroI16_ule

ยง

impl Freeze for NonZeroI32_ube

ยง

impl Freeze for NonZeroI32_ule

ยง

impl Freeze for NonZeroI64_ube

ยง

impl Freeze for NonZeroI64_ule

ยง

impl Freeze for NonZeroI128_ube

ยง

impl Freeze for NonZeroI128_ule

ยง

impl Freeze for NonZeroU16_ube

ยง

impl Freeze for NonZeroU16_ule

ยง

impl Freeze for NonZeroU32_ube

ยง

impl Freeze for NonZeroU32_ule

ยง

impl Freeze for NonZeroU64_ube

ยง

impl Freeze for NonZeroU64_ule

ยง

impl Freeze for NonZeroU128_ube

ยง

impl Freeze for NonZeroU128_ule

ยง

impl Freeze for char_ube

ยง

impl Freeze for char_ule

ยง

impl Freeze for f32_ube

ยง

impl Freeze for f32_ule

ยง

impl Freeze for f64_ube

ยง

impl Freeze for f64_ule

ยง

impl Freeze for i16_ube

ยง

impl Freeze for i16_ule

ยง

impl Freeze for i32_ube

ยง

impl Freeze for i32_ule

ยง

impl Freeze for i64_ube

ยง

impl Freeze for i64_ule

ยง

impl Freeze for i128_ube

ยง

impl Freeze for i128_ule

ยง

impl Freeze for u16_ube

ยง

impl Freeze for u16_ule

ยง

impl Freeze for u32_ube

ยง

impl Freeze for u32_ule

ยง

impl Freeze for u64_ube

ยง

impl Freeze for u64_ule

ยง

impl Freeze for u128_ube

ยง

impl Freeze for u128_ule

ยง

impl Freeze for AllocationStats

ยง

impl Freeze for Arena

ยง

impl Freeze for Share

ยง

impl Freeze for devela::_dep::rkyv::ser::sharing::Unshare

ยง

impl Freeze for ArchivedString

ยง

impl Freeze for StringResolver

ยง

impl Freeze for ArchivedDuration

ยง

impl Freeze for SharedValidator

ยง

impl Freeze for VecResolver

ยง

impl Freeze for Acquire

ยง

impl Freeze for AsBox

ยง

impl Freeze for AsOwned

ยง

impl Freeze for AsString

ยง

impl Freeze for AsUnixTime

ยง

impl Freeze for AsVec

ยง

impl Freeze for DefaultNiche

ยง

impl Freeze for devela::_dep::rkyv::with::Identity

ยง

impl Freeze for Inline

ยง

impl Freeze for InlineAsBox

ยง

impl Freeze for Lock

ยง

impl Freeze for Niche

ยง

impl Freeze for Relaxed

ยง

impl Freeze for SeqCst

ยง

impl Freeze for devela::_dep::rkyv::with::Skip

ยง

impl Freeze for Unsafe

ยง

impl Freeze for devela::_dep::rkyv::with::Unshare

ยง

impl Freeze for devela::_dep::rodio::cpal::platform::AlsaDevice

ยง

impl Freeze for devela::_dep::rodio::cpal::platform::AlsaDevices

ยง

impl Freeze for devela::_dep::rodio::cpal::platform::AlsaHost

ยง

impl Freeze for devela::_dep::rodio::cpal::platform::AlsaStream

ยง

impl Freeze for BackendSpecificError

ยง

impl Freeze for Data

ยง

impl Freeze for devela::_dep::rodio::cpal::Host

ยง

impl Freeze for HostUnavailable

ยง

impl Freeze for I24

ยง

impl Freeze for I48

ยง

impl Freeze for InputCallbackInfo

ยง

impl Freeze for InputStreamTimestamp

ยง

impl Freeze for OutputCallbackInfo

ยง

impl Freeze for OutputStreamTimestamp

ยง

impl Freeze for SampleRate

ยง

impl Freeze for devela::_dep::rodio::cpal::Stream

ยง

impl Freeze for StreamConfig

ยง

impl Freeze for StreamInstant

ยง

impl Freeze for SupportedInputConfigs

ยง

impl Freeze for SupportedOutputConfigs

ยง

impl Freeze for SupportedStreamConfigRange

ยง

impl Freeze for U24

ยง

impl Freeze for U48

ยง

impl Freeze for Chirp

ยง

impl Freeze for SignalGenerator

ยง

impl Freeze for SineWave

ยง

impl Freeze for devela::_dep::rodio::Device

ยง

impl Freeze for devela::_dep::rodio::Devices

ยง

impl Freeze for OutputStream

ยง

impl Freeze for OutputStreamHandle

ยง

impl Freeze for SupportedStreamConfig

ยง

impl Freeze for devela::_dep::rustix::event::epoll::CreateFlags

ยง

impl Freeze for EventVec

ยง

impl Freeze for EventfdFlags

ยง

impl Freeze for FdSetElement

ยง

impl Freeze for PollFlags

ยง

impl Freeze for OwnedFd

ยง

impl Freeze for devela::_dep::rustix::fs::inotify::CreateFlags

ยง

impl Freeze for ReadFlags

ยง

impl Freeze for WatchFlags

ยง

impl Freeze for Access

ยง

impl Freeze for AtFlags

ยง

impl Freeze for Dir

ยง

impl Freeze for devela::_dep::rustix::fs::DirEntry

ยง

impl Freeze for FallocateFlags

ยง

impl Freeze for FdFlags

ยง

impl Freeze for devela::_dep::rustix::fs::Gid

ยง

impl Freeze for IFlags

ยง

impl Freeze for MemfdFlags

ยง

impl Freeze for Mode

ยง

impl Freeze for MountFlags

ยง

impl Freeze for MountPropagationFlags

ยง

impl Freeze for OFlags

ยง

impl Freeze for RenameFlags

ยง

impl Freeze for ResolveFlags

ยง

impl Freeze for SealFlags

ยง

impl Freeze for StatVfs

ยง

impl Freeze for StatVfsMountFlags

ยง

impl Freeze for StatxFlags

ยง

impl Freeze for Timestamps

ยง

impl Freeze for devela::_dep::rustix::fs::Uid

ยง

impl Freeze for UnmountFlags

ยง

impl Freeze for XattrFlags

ยง

impl Freeze for DupFlags

ยง

impl Freeze for Errno

ยง

impl Freeze for ReadWriteFlags

ยง

impl Freeze for devela::_dep::rustix::io_uring::EpollEvent

ยง

impl Freeze for EventFlags

ยง

impl Freeze for IoringAcceptFlags

ยง

impl Freeze for IoringAsyncCancelFlags

ยง

impl Freeze for IoringCqFlags

ยง

impl Freeze for IoringCqeFlags

ยง

impl Freeze for IoringEnterFlags

ยง

impl Freeze for IoringFeatureFlags

ยง

impl Freeze for IoringFsyncFlags

ยง

impl Freeze for IoringMsgringFlags

ยง

impl Freeze for IoringOpFlags

ยง

impl Freeze for IoringPollFlags

ยง

impl Freeze for IoringRecvFlags

ยง

impl Freeze for IoringRegisterFlags

ยง

impl Freeze for IoringRsrcFlags

ยง

impl Freeze for IoringSendFlags

ยง

impl Freeze for IoringSetupFlags

ยง

impl Freeze for IoringSqFlags

ยง

impl Freeze for IoringSqeFlags

ยง

impl Freeze for IoringTimeoutFlags

ยง

impl Freeze for RecvFlags

ยง

impl Freeze for RecvmsgOutFlags

ยง

impl Freeze for SendFlags

ยง

impl Freeze for SocketFlags

ยง

impl Freeze for devela::_dep::rustix::io_uring::SpliceFlags

ยง

impl Freeze for addr3_struct

ยง

impl Freeze for addr_len_struct

ยง

impl Freeze for buf_ring_bufs_struct

ยง

impl Freeze for buf_ring_tail_struct

ยง

impl Freeze for cmd_op_struct

ยง

impl Freeze for io_cqring_offsets

ยง

impl Freeze for io_sqring_offsets

ยง

impl Freeze for io_uring_buf

ยง

impl Freeze for io_uring_buf_reg

ยง

impl Freeze for io_uring_buf_ring

ยง

impl Freeze for io_uring_cqe

ยง

impl Freeze for io_uring_files_update

ยง

impl Freeze for io_uring_getevents_arg

ยง

impl Freeze for io_uring_params

ยง

impl Freeze for io_uring_probe

ยง

impl Freeze for io_uring_probe_op

ยง

impl Freeze for io_uring_ptr

ยง

impl Freeze for io_uring_recvmsg_out

ยง

impl Freeze for io_uring_restriction

ยง

impl Freeze for io_uring_rsrc_register

ยง

impl Freeze for io_uring_rsrc_update2

ยง

impl Freeze for io_uring_rsrc_update

ยง

impl Freeze for io_uring_sqe

ยง

impl Freeze for io_uring_sync_cancel_reg

ยง

impl Freeze for iovec

ยง

impl Freeze for msghdr

ยง

impl Freeze for open_how

ยง

impl Freeze for sockaddr

ยง

impl Freeze for __kernel_sockaddr_storage

ยง

impl Freeze for tail_or_bufs_struct

ยง

impl Freeze for Opcode

ยง

impl Freeze for MapFlags

ยง

impl Freeze for MlockAllFlags

ยง

impl Freeze for MlockFlags

ยง

impl Freeze for MprotectFlags

ยง

impl Freeze for MremapFlags

ยง

impl Freeze for MsyncFlags

ยง

impl Freeze for ProtFlags

ยง

impl Freeze for UserfaultfdFlags

ยง

impl Freeze for FsMountFlags

ยง

impl Freeze for FsOpenFlags

ยง

impl Freeze for FsPickFlags

ยง

impl Freeze for MountAttrFlags

ยง

impl Freeze for MoveMountFlags

ยง

impl Freeze for OpenTreeFlags

ยง

impl Freeze for AddressFamily

ยง

impl Freeze for Protocol

ยง

impl Freeze for RecvMsgReturn

ยง

impl Freeze for SocketAddrUnix

ยง

impl Freeze for SocketType

ยง

impl Freeze for devela::_dep::rustix::net::UCred

ยง

impl Freeze for SockaddrXdpFlags

ยง

impl Freeze for SocketAddrXdp

ยง

impl Freeze for XdpDesc

ยง

impl Freeze for XdpDescOptions

ยง

impl Freeze for XdpMmapOffsets

ยง

impl Freeze for XdpOptions

ยง

impl Freeze for XdpOptionsFlags

ยง

impl Freeze for XdpRingFlags

ยง

impl Freeze for XdpRingOffset

ยง

impl Freeze for XdpStatistics

ยง

impl Freeze for XdpUmemReg

ยง

impl Freeze for XdpUmemRegFlags

ยง

impl Freeze for DecInt

ยง

impl Freeze for PipeFlags

ยง

impl Freeze for devela::_dep::rustix::pipe::SpliceFlags

ยง

impl Freeze for CpuSet

ยง

impl Freeze for Cpuid

ยง

impl Freeze for FloatingPointEmulationControl

ยง

impl Freeze for FloatingPointExceptionMode

ยง

impl Freeze for MembarrierQuery

ยง

impl Freeze for devela::_dep::rustix::process::Pid

ยง

impl Freeze for PidfdFlags

ยง

impl Freeze for PidfdGetfdFlags

ยง

impl Freeze for PrctlMmMap

ยง

impl Freeze for Rlimit

ยง

impl Freeze for SpeculationFeatureControl

ยง

impl Freeze for SpeculationFeatureState

ยง

impl Freeze for UnalignedAccessControl

ยง

impl Freeze for WaitOptions

ยง

impl Freeze for WaitStatus

ยง

impl Freeze for WaitidOptions

ยง

impl Freeze for WaitidStatus

ยง

impl Freeze for OpenptFlags

ยง

impl Freeze for GetRandomFlags

ยง

impl Freeze for ShmOFlags

ยง

impl Freeze for Uname

ยง

impl Freeze for ControlModes

ยง

impl Freeze for InputModes

ยง

impl Freeze for LocalModes

ยง

impl Freeze for OutputModes

ยง

impl Freeze for SpecialCodeIndex

ยง

impl Freeze for SpecialCodes

ยง

impl Freeze for Termios

ยง

impl Freeze for CapabilitiesSecureBits

ยง

impl Freeze for CapabilityFlags

ยง

impl Freeze for CapabilitySets

ยง

impl Freeze for Flags

ยง

impl Freeze for SVEVectorLengthConfig

ยง

impl Freeze for TaggedAddressMode

ยง

impl Freeze for ThreadNameSpaceType

ยง

impl Freeze for UnshareFlags

ยง

impl Freeze for TimerfdFlags

ยง

impl Freeze for TimerfdTimerFlags

ยง

impl Freeze for IgnoredAny

ยง

impl Freeze for devela::_dep::serde::de::value::Error

ยง

impl Freeze for Channels

ยง

impl Freeze for ChannelsIter

ยง

impl Freeze for SignalSpec

ยง

impl Freeze for Crc8Ccitt

ยง

impl Freeze for Crc16Ansi

ยง

impl Freeze for Crc16AnsiLe

ยง

impl Freeze for Crc32

ยง

impl Freeze for Md5

ยง

impl Freeze for CodecDescriptor

ยง

impl Freeze for CodecParameters

ยง

impl Freeze for CodecRegistry

ยง

impl Freeze for CodecType

ยง

impl Freeze for DecoderOptions

ยง

impl Freeze for FinalizeResult

ยง

impl Freeze for RandomNoise

ยง

impl Freeze for Complex

ยง

impl Freeze for Fft

ยง

impl Freeze for Imdct

ยง

impl Freeze for Cue

ยง

impl Freeze for CuePoint

ยง

impl Freeze for FormatOptions

ยง

impl Freeze for Packet

ยง

impl Freeze for SeekedTo

ยง

impl Freeze for Track

ยง

impl Freeze for SeekIndex

ยง

impl Freeze for SeekPoint

ยง

impl Freeze for MediaSourceStream

ยง

impl Freeze for MediaSourceStreamOptions

ยง

impl Freeze for CodebookBuilder

ยง

impl Freeze for Entry8x8

ยง

impl Freeze for Entry8x16

ยง

impl Freeze for Entry8x32

ยง

impl Freeze for Entry16x8

ยง

impl Freeze for Entry16x16

ยง

impl Freeze for Entry16x32

ยง

impl Freeze for Entry32x8

ยง

impl Freeze for Entry32x16

ยง

impl Freeze for Entry32x32

ยง

impl Freeze for devela::_dep::symphonia::core::meta::MetadataBuilder

ยง

impl Freeze for MetadataLog

ยง

impl Freeze for MetadataOptions

ยง

impl Freeze for MetadataRevision

ยง

impl Freeze for Size

ยง

impl Freeze for devela::_dep::symphonia::core::meta::Tag

ยง

impl Freeze for VendorData

ยง

impl Freeze for Visual

ยง

impl Freeze for Descriptor

ยง

impl Freeze for Hint

ยง

impl Freeze for Probe

ยง

impl Freeze for ProbeResult

ยง

impl Freeze for ProbedMetadata

ยง

impl Freeze for i24

ยง

impl Freeze for u24

ยง

impl Freeze for devela::_dep::symphonia::core::units::Time

ยง

impl Freeze for TimeBase

ยง

impl Freeze for CGroupLimits

ยง

impl Freeze for devela::_dep::sysinfo::Component

ยง

impl Freeze for devela::_dep::sysinfo::Components

ยง

impl Freeze for Cpu

ยง

impl Freeze for CpuRefreshKind

ยง

impl Freeze for Disk

ยง

impl Freeze for DiskRefreshKind

ยง

impl Freeze for DiskUsage

ยง

impl Freeze for Disks

ยง

impl Freeze for devela::_dep::sysinfo::Gid

ยง

impl Freeze for Group

ยง

impl Freeze for Groups

ยง

impl Freeze for IpNetwork

ยง

impl Freeze for LoadAvg

ยง

impl Freeze for MacAddr

ยง

impl Freeze for MemoryRefreshKind

ยง

impl Freeze for NetworkData

ยง

impl Freeze for Networks

ยง

impl Freeze for devela::_dep::sysinfo::Pid

ยง

impl Freeze for Process

ยง

impl Freeze for ProcessRefreshKind

ยง

impl Freeze for RefreshKind

ยง

impl Freeze for devela::_dep::sysinfo::System

ยง

impl Freeze for devela::_dep::sysinfo::Uid

ยง

impl Freeze for User

ยง

impl Freeze for Users

ยง

impl Freeze for OutputDevice

ยง

impl Freeze for OutputDeviceParameters

ยง

impl Freeze for DuplexStream

ยง

impl Freeze for devela::_dep::tokio::io::Empty

ยง

impl Freeze for devela::_dep::tokio::io::Repeat

ยง

impl Freeze for SimplexStream

ยง

impl Freeze for devela::_dep::tokio::io::Sink

ยง

impl Freeze for devela::_dep::tokio::io::Stderr

ยง

impl Freeze for devela::_dep::tokio::io::Stdin

ยง

impl Freeze for devela::_dep::tokio::io::Stdout

ยง

impl Freeze for Identifier

ยง

impl Freeze for DefaultGuard

ยง

impl Freeze for SetGlobalDefaultError

ยง

impl Freeze for WeakDispatch

ยง

impl Freeze for devela::_dep::tracing::field::Empty

ยง

impl Freeze for Field

ยง

impl Freeze for FieldSet

ยง

impl Freeze for devela::_dep::tracing::field::Iter

ยง

impl Freeze for devela::_dep::tracing::level_filters::LevelFilter

ยง

impl Freeze for ParseLevelFilterError

ยง

impl Freeze for Kind

ยง

impl Freeze for devela::_dep::tracing::metadata::ParseLevelError

ยง

impl Freeze for EnteredSpan

ยง

impl Freeze for Dispatch

ยง

impl Freeze for Id

ยง

impl Freeze for devela::_dep::tracing::Level

ยง

impl Freeze for devela::_dep::tracing::Span

ยง

impl Freeze for Interest

ยง

impl Freeze for NoSubscriber

ยง

impl Freeze for GraphemeCursor

ยง

impl Freeze for WasmSlice

ยง

impl Freeze for JsError

ยง

impl Freeze for JsValue

ยง

impl Freeze for f32x4

ยง

impl Freeze for f32x8

ยง

impl Freeze for f64x2

ยง

impl Freeze for f64x4

ยง

impl Freeze for i8x16

ยง

impl Freeze for i8x32

ยง

impl Freeze for i16x8

ยง

impl Freeze for i16x16

ยง

impl Freeze for i32x4

ยง

impl Freeze for i32x8

ยง

impl Freeze for i64x2

ยง

impl Freeze for i64x4

ยง

impl Freeze for u8x16

ยง

impl Freeze for u16x8

ยง

impl Freeze for u16x16

ยง

impl Freeze for u32x4

ยง

impl Freeze for u32x8

ยง

impl Freeze for u64x2

ยง

impl Freeze for u64x4

ยง

impl Freeze for devela::_dep::winnow::stream::Range

ยง

impl Freeze for BStr

ยง

impl Freeze for devela::_dep::winnow::Bytes

ยง

impl Freeze for ExampleBitfield

ยง

impl Freeze for ExampleBitfieldCustom

ยง

impl Freeze for ExampleBitfieldExtra

ยง

impl Freeze for ExampleEnumSet

ยง

impl Freeze for ExampleIdSeqUsize

ยง

impl Freeze for Alloc

ยง

impl Freeze for Arch

ยง

impl Freeze for ArchivedBoxed

ยง

impl Freeze for Boxed

ยง

impl Freeze for BoxedResolver

ยง

impl Freeze for devela::all::Color

ยง

impl Freeze for FailedErrorConversion

ยง

impl Freeze for devela::all::False

ยง

impl Freeze for FatPtr

ยง

impl Freeze for devela::all::FmtError

ยง

impl Freeze for HasherPengy

ยง

impl Freeze for devela::all::IoError

ยง

impl Freeze for devela::all::IoSink

ยง

impl Freeze for LINUX_ERRNO

ยง

impl Freeze for LINUX_FILENO

ยง

impl Freeze for LINUX_IOCTL

ยง

impl Freeze for LINUX_SIGACTION

ยง

impl Freeze for LINUX_SIGNAL

ยง

impl Freeze for LINUX_SYS_AARCH64

ยง

impl Freeze for LINUX_SYS_ARM

ยง

impl Freeze for LINUX_SYS_RISCV

ยง

impl Freeze for LINUX_SYS_X86

ยง

impl Freeze for LINUX_SYS_X86_64

ยง

impl Freeze for LINUX_TERMIOS_CFLAG

ยง

impl Freeze for LINUX_TERMIOS_IFLAG

ยง

impl Freeze for LINUX_TERMIOS_LFLAG

ยง

impl Freeze for LINUX_TERMIOS_OFLAG

ยง

impl Freeze for devela::all::Layout

ยง

impl Freeze for devela::all::LayoutError

ยง

impl Freeze for Lgc16

ยง

impl Freeze for LinuxSigaction

ยง

impl Freeze for LinuxSigset

ยง

impl Freeze for LinuxTerminal

ยง

impl Freeze for LinuxTerminalSize

ยง

impl Freeze for LinuxTermios

ยง

impl Freeze for LinuxTimespec

ยง

impl Freeze for Mem

ยง

impl Freeze for NotImplemented

ยง

impl Freeze for NotSupported

ยง

impl Freeze for devela::all::Path

ยง

impl Freeze for PathBuf

ยง

impl Freeze for StripPrefixError

ยง

impl Freeze for PhantomPinned

ยง

impl Freeze for Pnm

ยง

impl Freeze for Ptr

ยง

impl Freeze for RandomState

ยง

impl Freeze for RangeFull

ยง

impl Freeze for Str

ยง

impl Freeze for devela::all::String

ยง

impl Freeze for devela::all::True

ยง

impl Freeze for devela::all::TryFromIntError

ยง

impl Freeze for WaveletHaar

ยง

impl Freeze for WaveletUnitVec

ยง

impl Freeze for Xabc

ยง

impl Freeze for XorShift8

ยง

impl Freeze for XorShift16

ยง

impl Freeze for XorShift32

ยง

impl Freeze for XorShift64

ยง

impl Freeze for XorShift128

ยง

impl Freeze for XorShift128p

ยง

impl Freeze for Xoroshiro128pp

ยง

impl Freeze for Xyza8a

ยง

impl Freeze for Xyza8b

ยง

impl Freeze for m128

ยง

impl Freeze for m128d

ยง

impl Freeze for m128i

ยง

impl Freeze for m256

ยง

impl Freeze for m256d

ยง

impl Freeze for m256i

ยง

impl Freeze for TypeId

ยง

impl Freeze for DataOverflow

ยง

impl Freeze for ElementNotFound

ยง

impl Freeze for IdPinBox

ยง

impl Freeze for IndexOutOfBounds

ยง

impl Freeze for InvalidAxisLength

ยง

impl Freeze for KeyAlreadyExists

ยง

impl Freeze for MismatchedCapacity

ยง

impl Freeze for MismatchedDimensions

ยง

impl Freeze for MismatchedIndices

ยง

impl Freeze for NodeEmpty

ยง

impl Freeze for NodeLinkNotSet

ยง

impl Freeze for NodeLinkNotUnique

ยง

impl Freeze for NotEnoughElements

ยง

impl Freeze for NotEnoughSpace

ยง

impl Freeze for PartiallyAdded

ยง

impl Freeze for devela::lang::CStr

ยง

impl Freeze for devela::lang::CString

ยง

impl Freeze for OsStr

ยง

impl Freeze for OsString

ยง

impl Freeze for Duration

ยง

impl Freeze for TryFromFloatSecsError

ยง

impl Freeze for Instant

ยง

impl Freeze for SystemTime

ยง

impl Freeze for devela::phys::SystemTimeError

ยง

impl Freeze for Timecode

ยง

impl Freeze for UnixTimeI64

ยง

impl Freeze for UnixTimeU32

ยง

impl Freeze for Env

ยง

impl Freeze for ByteSearch

ยง

impl Freeze for Char

ยง

impl Freeze for GraphemeString

ยง

impl Freeze for InvalidChar

ยง

impl Freeze for InvalidUtf8

ยง

impl Freeze for ParseFloatError

ยง

impl Freeze for ParseIntError

ยง

impl Freeze for char7

ยง

impl Freeze for char8

ยง

impl Freeze for char16

ยง

impl Freeze for BarrierWaitResult

ยง

impl Freeze for RawWaker

ยง

impl Freeze for RawWakerVTable

ยง

impl Freeze for Waker

ยง

impl Freeze for Thread

ยง

impl Freeze for AccessError

ยง

impl Freeze for Builder

ยง

impl Freeze for ThreadId

ยง

impl Freeze for WaitTimeoutResult

ยง

impl Freeze for AllocError

ยง

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 devela::_core::ascii::EscapeDefault

ยง

impl Freeze for BorrowError

ยง

impl Freeze for BorrowMutError

ยง

impl Freeze for CharTryFromError

ยง

impl Freeze for DecodeUtf16Error

ยง

impl Freeze for devela::_core::char::EscapeDebug

ยง

impl Freeze for devela::_core::char::EscapeDefault

ยง

impl Freeze for devela::_core::char::EscapeUnicode

ยง

impl Freeze for ParseCharError

ยง

impl Freeze for ToLowercase

ยง

impl Freeze for ToUppercase

ยง

impl Freeze for TryFromCharError

ยง

impl Freeze for FromBytesUntilNulError

ยง

impl Freeze for FromBytesWithNulError

ยง

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 devela::_core::ptr::Alignment

ยง

impl Freeze for ParseBoolError

ยง

impl Freeze for Utf8Error

ยง

impl Freeze for LocalWaker

ยง

impl Freeze for bpf_attr_getid_id_t

ยง

impl Freeze for bpf_attr_t

ยง

impl Freeze for bpf_fib_lookup_addr_t

ยง

impl Freeze for bpf_fib_lookup_inputs_t

ยง

impl Freeze for bpf_flow_keys_addr_t

ยง

impl Freeze for bpf_md_end_ptr_t

ยง

impl Freeze for bpf_md_ptr_t

ยง

impl Freeze for bpf_sock_ops_reply_t

ยง

impl Freeze for bpf_sock_tuple_t

ยง

impl Freeze for epoll_data_t

ยง

impl Freeze for in6_un_t

ยง

impl Freeze for io_uring_sqe_buf_addr_t

ยง

impl Freeze for io_uring_sqe_buf_group_t

ยง

impl Freeze for io_uring_sqe_file_off_t

ยง

impl Freeze for io_uring_sqe_opt_buf_t

ยง

impl Freeze for io_uring_sqe_other_flags_t

ยง

impl Freeze for perf_event_attr_config1_t

ยง

impl Freeze for perf_event_attr_config2_t

ยง

impl Freeze for perf_event_attr_sample_t

ยง

impl Freeze for perf_event_attr_wakeup_t

ยง

impl Freeze for perf_event_mmap_page_cap_t

ยง

impl Freeze for perf_mem_data_src_t

ยง

impl Freeze for ptrace_syscall_info_seccomp_t

ยง

impl Freeze for rseq_cs_union_t

ยง

impl Freeze for semun_t

ยง

impl Freeze for sifields_t

ยง

impl Freeze for sigev_un_t

ยง

impl Freeze for siginfo_t

ยง

impl Freeze for sigval_t

ยง

impl Freeze for PyMethodDefPointer

ยง

impl Freeze for PyUnicodeObjectData

ยง

impl Freeze for devela::_dep::rkyv::de::Metadata

ยง

impl Freeze for ArchivedStringRepr

ยง

impl Freeze for EventData

ยง

impl Freeze for addr3_or_cmd_union

ยง

impl Freeze for addr_or_splice_off_in_union

ยง

impl Freeze for buf_union

ยง

impl Freeze for io_uring_user_data

ยง

impl Freeze for ioprio_union

ยง

impl Freeze for len_union

ยง

impl Freeze for off_or_addr2_union

ยง

impl Freeze for op_flags_union

ยง

impl Freeze for register_or_sqe_op_or_sqe_flags_union

ยง

impl Freeze for splice_fd_in_or_file_index_union

ยง

impl Freeze for AdjacentlyTaggedEnumVariant

ยง

impl Freeze for AsciiCase

ยง

impl Freeze for AsyncIterBaseTag

ยง

impl Freeze for AsyncIterOptionTag

ยง

impl Freeze for AsyncIterResultOptionTag

ยง

impl Freeze for Big8x3

ยง

impl Freeze for Big32x40

ยง

impl Freeze for Decoded

ยง

impl Freeze for Deprecation

ยง

impl Freeze for DictVarkeywords

ยง

impl Freeze for False

ยง

impl Freeze for FmtSpec

ยง

impl Freeze for Fork

ยง

impl Freeze for FullDecoded

ยง

impl Freeze for FunctionDescription

ยง

impl Freeze for HashCallbackOutput

ยง

impl Freeze for How

ยง

impl Freeze for I32NotAllOnes

ยง

impl Freeze for I64NotAllOnes

ยง

impl Freeze for IPowModulo

ยง

impl Freeze for IterBaseTag

ยง

impl Freeze for IterOptionTag

ยง

impl Freeze for IterResultOptionTag

ยง

impl Freeze for KeywordOnlyParameterDescription

ยง

impl Freeze for MaybeRuntimePyMethodDef

ยง

impl Freeze for ModuleInitializer

ยง

impl Freeze for MustAbort

ยง

impl Freeze for Nanoseconds

ยง

impl Freeze for NoVarargs

ยง

impl Freeze for NoVarkeywords

ยง

impl Freeze for NonZeroI8Inner

ยง

impl Freeze for NonZeroI16Inner

ยง

impl Freeze for NonZeroI32Inner

ยง

impl Freeze for NonZeroI64Inner

ยง

impl Freeze for NonZeroI128Inner

ยง

impl Freeze for NonZeroIsizeInner

ยง

impl Freeze for NonZeroU8Inner

ยง

impl Freeze for NonZeroU16Inner

ยง

impl Freeze for NonZeroU32Inner

ยง

impl Freeze for NonZeroU64Inner

ยง

impl Freeze for NonZeroU128Inner

ยง

impl Freeze for NonZeroUsizeInner

ยง

impl Freeze for Number

ยง

impl Freeze for PanicTrap

ยง

impl Freeze for PyClassAttributeDef

ยง

impl Freeze for PyClassDictSlot

ยง

impl Freeze for PyClassDummySlot

ยง

impl Freeze for PyClassItems

ยง

impl Freeze for PyClassItemsIter

ยง

impl Freeze for PyClassWeakRefSlot

ยง

impl Freeze for PyGetterDef

ยง

impl Freeze for PyMethodDef

ยง

impl Freeze for PyMethodDefType

ยง

impl Freeze for PyMethodType

ยง

impl Freeze for PySetterDef

ยง

impl Freeze for Sign

ยง

impl Freeze for StartupTlsInfo

ยง

impl Freeze for TagContentOtherField

ยง

impl Freeze for TagContentOtherFieldVisitor

ยง

impl Freeze for TagOrContentField

ยง

impl Freeze for TagOrContentFieldVisitor

ยง

impl Freeze for True

ยง

impl Freeze for TryCaptureWithDebug

ยง

impl Freeze for TryCaptureWithoutDebug

ยง

impl Freeze for TupleVarargs

ยง

impl Freeze for U32NotAllOnes

ยง

impl Freeze for U64NotAllOnes

ยง

impl Freeze for UsizeNoHighBit

ยง

impl Freeze for Utf8Encoder

ยง

impl Freeze for Utf16Encoder

ยง

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

ยง

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

ยง

impl<'a> Freeze for BufferSource<'a>

ยง

impl<'a> Freeze for ShaderSource<'a>

ยง

impl<'a> Freeze for TextureSource<'a>

ยง

impl<'a> Freeze for PyStringData<'a>

ยง

impl<'a> Freeze for RecvAncillaryMessage<'a>

ยง

impl<'a> Freeze for WaitId<'a>

ยง

impl<'a> Freeze for DynamicClockId<'a>

ยง

impl<'a> Freeze for Unexpected<'a>

ยง

impl<'a> Freeze for MatcherType<'a>

ยง

impl<'a> Freeze for AudioBufferRef<'a>

ยง

impl<'a> Freeze for ProcessesToUpdate<'a>

ยง

impl<'a> Freeze for devela::all::PathComponent<'a>

ยง

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

ยง

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

ยง

impl<'a> Freeze for devela::_dep::_alloc::string::Drain<'a>

ยง

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

ยง

impl<'a> Freeze for devela::_dep::_std::ffi::os_str::Display<'a>

ยง

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

ยง

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

ยง

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

ยง

impl<'a> Freeze for devela::_dep::_std::net::Incoming<'a>

ยง

impl<'a> Freeze for devela::_dep::_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 PanicHookInfo<'a>

ยง

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

ยง

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

ยง

impl<'a> Freeze for ChunkIter<'a>

ยง

impl<'a> Freeze for ChunkRawIter<'a>

ยง

impl<'a> Freeze for SpanArithmetic<'a>

ยง

impl<'a> Freeze for SpanCompare<'a>

ยง

impl<'a> Freeze for SpanRelativeTo<'a>

ยง

impl<'a> Freeze for SpanRound<'a>

ยง

impl<'a> Freeze for SpanTotal<'a>

ยง

impl<'a> Freeze for ZonedDifference<'a>

ยง

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

ยง

impl<'a> Freeze for devela::_dep::js_sys::Iter<'a>

ยง

impl<'a> Freeze for Info<'a>

ยง

impl<'a> Freeze for devela::_dep::log::Metadata<'a>

ยง

impl<'a> Freeze for devela::_dep::log::MetadataBuilder<'a>

ยง

impl<'a> Freeze for devela::_dep::log::Record<'a>

ยง

impl<'a> Freeze for RecordBuilder<'a>

ยง

impl<'a> Freeze for Arg<'a>

ยง

impl<'a> Freeze for UniformsSource<'a>

ยง

impl<'a> Freeze for kernel_clone_args_t<'a>

ยง

impl<'a> Freeze for PyVisit<'a>

ยง

impl<'a> Freeze for PythonVersionInfo<'a>

ยง

impl<'a> Freeze for devela::_dep::rayon::string::Drain<'a>

ยง

impl<'a> Freeze for BroadcastContext<'a>

ยง

impl<'a> Freeze for ArenaHandle<'a>

ยง

impl<'a> Freeze for SubAllocator<'a>

ยง

impl<'a> Freeze for Buffer<'a>

ยง

impl<'a> Freeze for ArchiveValidator<'a>

ยง

impl<'a> Freeze for devela::_dep::rustix::event::epoll::Iter<'a>

ยง

impl<'a> Freeze for FdSetIter<'a>

ยง

impl<'a> Freeze for InotifyEvent<'a>

ยง

impl<'a> Freeze for RawDirEntry<'a>

ยง

impl<'a> Freeze for IoSliceRaw<'a>

ยง

impl<'a> Freeze for RangeMatches<'a>

ยง

impl<'a> Freeze for RangeRMatches<'a>

ยง

impl<'a> Freeze for RangeRSplits<'a>

ยง

impl<'a> Freeze for RangeSplits<'a>

ยง

impl<'a> Freeze for BitReaderLtr<'a>

ยง

impl<'a> Freeze for BitReaderRtl<'a>

ยง

impl<'a> Freeze for devela::_dep::symphonia::core::io::BufReader<'a>

ยง

impl<'a> Freeze for devela::_dep::symphonia::core::meta::Metadata<'a>

ยง

impl<'a> Freeze for ReadBuf<'a>

ยง

impl<'a> Freeze for ValueSet<'a>

ยง

impl<'a> Freeze for devela::_dep::tracing::span::Attributes<'a>

ยง

impl<'a> Freeze for Entered<'a>

ยง

impl<'a> Freeze for devela::_dep::tracing::span::Record<'a>

ยง

impl<'a> Freeze for devela::_dep::tracing::Event<'a>

ยง

impl<'a> Freeze for devela::_dep::tracing::Metadata<'a>

ยง

impl<'a> Freeze for GraphemeIndices<'a>

ยง

impl<'a> Freeze for Graphemes<'a>

ยง

impl<'a> Freeze for USentenceBoundIndices<'a>

ยง

impl<'a> Freeze for USentenceBounds<'a>

ยง

impl<'a> Freeze for UWordBoundIndices<'a>

ยง

impl<'a> Freeze for UWordBounds<'a>

ยง

impl<'a> Freeze for UnicodeSentences<'a>

ยง

impl<'a> Freeze for UnicodeWordIndices<'a>

ยง

impl<'a> Freeze for UnicodeWords<'a>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a> Freeze for devela::all::IterPath<'a>

ยง

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

ยง

impl<'a> Freeze for devela::all::IterPathComponents<'a>

ยง

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

ยง

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

ยง

impl<'a> Freeze for devela::all::PathDisplay<'a>

ยง

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

ยง

impl<'a> Freeze for IdPin<'a>

ยง

impl<'a> Freeze for devela::text::IterChars<'a>

ยง

impl<'a> Freeze for devela::work::TaskContext<'a>

ยง

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

ยง

impl<'a> Freeze for devela::_core::ffi::c_str::Bytes<'a>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a> Freeze for devela::_core::str::Bytes<'a>

ยง

impl<'a> Freeze for devela::_core::str::CharIndices<'a>

ยง

impl<'a> Freeze for devela::_core::str::EncodeUtf16<'a>

ยง

impl<'a> Freeze for devela::_core::str::EscapeDebug<'a>

ยง

impl<'a> Freeze for devela::_core::str::EscapeDefault<'a>

ยง

impl<'a> Freeze for devela::_core::str::EscapeUnicode<'a>

ยง

impl<'a> Freeze for devela::_core::str::Lines<'a>

ยง

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

ยง

impl<'a> Freeze for devela::_core::str::SplitAsciiWhitespace<'a>

ยง

impl<'a> Freeze for devela::_core::str::SplitWhitespace<'a>

ยง

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

ยง

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

ยง

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

ยง

impl<'a> Freeze for Concat<'a>

ยง

impl<'a> Freeze for ConcatBytes<'a>

ยง

impl<'a> Freeze for Formatted<'a>

ยง

impl<'a> Freeze for InternallyTaggedUnitVisitor<'a>

ยง

impl<'a> Freeze for Join<'a>

ยง

impl<'a> Freeze for Part<'a>

ยง

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

ยง

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

ยง

impl<'a, 'b, T> Freeze for ExampleEnum<'a, 'b, T>
where T: Freeze,

ยง

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

ยง

impl<'a, 'bump> Freeze for devela::_dep::bumpalo::collections::string::Drain<'a, 'bump>

ยง

impl<'a, 'bump, I> Freeze for devela::_dep::bumpalo::collections::vec::Splice<'a, 'bump, I>
where I: Freeze,

ยง

impl<'a, 'bump, T> Freeze for devela::_dep::bumpalo::collections::vec::Drain<'a, 'bump, T>

ยง

impl<'a, 'bump, T, F> Freeze for DrainFilter<'a, 'bump, T, F>
where F: Freeze,

ยง

impl<'a, 'de, E> Freeze for ContentRefDeserializer<'a, 'de, E>

ยง

impl<'a, 'de, E> Freeze for FlatMapDeserializer<'a, 'de, E>

ยง

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

ยง

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::all::memchr::OneIter<'a, 'h>

ยง

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::all::memchr::ThreeIter<'a, 'h>

ยง

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::all::memchr::TwoIter<'a, 'h>

ยง

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::x86_64::avx2::memchr::OneIter<'a, 'h>

ยง

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::x86_64::avx2::memchr::ThreeIter<'a, 'h>

ยง

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::x86_64::avx2::memchr::TwoIter<'a, 'h>

ยง

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::x86_64::sse2::memchr::OneIter<'a, 'h>

ยง

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::x86_64::sse2::memchr::ThreeIter<'a, 'h>

ยง

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::x86_64::sse2::memchr::TwoIter<'a, 'h>

ยง

impl<'a, 'py> Freeze for DowncastError<'a, 'py>

ยง

impl<'a, 'py> Freeze for BorrowedTupleIterator<'a, 'py>

ยง

impl<'a, 'py, T> Freeze for devela::_dep::pyo3::Borrowed<'a, 'py, T>

ยง

impl<'a, 'py, T> Freeze for BoundRef<'a, 'py, T>

ยง

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

ยง

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

ยง

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

ยง

impl<'a, B> Freeze for BitStreamLtr<'a, B>

ยง

impl<'a, B> Freeze for BitStreamRtl<'a, B>

ยง

impl<'a, DST, BUF> Freeze for DstQueueIter<'a, DST, BUF>
where DST: ?Sized,

ยง

impl<'a, DST, BUF> Freeze for DstQueueIterMut<'a, DST, BUF>
where DST: ?Sized,

ยง

impl<'a, DST, BUF> Freeze for DstQueuePopHandle<'a, DST, BUF>
where DST: ?Sized,

ยง

impl<'a, DST, BUF> Freeze for DstStackIter<'a, DST, BUF>
where DST: ?Sized,

ยง

impl<'a, DST, BUF> Freeze for DstStackIterMut<'a, DST, BUF>
where DST: ?Sized,

ยง

impl<'a, E> Freeze for BytesDeserializer<'a, E>

ยง

impl<'a, E> Freeze for CowStrDeserializer<'a, E>

ยง

impl<'a, E> Freeze for devela::_dep::serde::de::value::StrDeserializer<'a, E>

ยง

impl<'a, E> Freeze for StrDeserializer<'a, E>

ยง

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 devela::_dep::_alloc::vec::Splice<'a, I, A>
where I: Freeze,

ยง

impl<'a, K> Freeze for devela::_dep::_alloc::collections::btree_set::Cursor<'a, K>

ยง

impl<'a, K> Freeze for devela::_dep::_std::collections::hash_set::Drain<'a, K>

ยง

impl<'a, K> Freeze for devela::_dep::_std::collections::hash_set::Iter<'a, K>

ยง

impl<'a, K> Freeze for devela::_dep::hashbrown::hash_set::Iter<'a, K>

ยง

impl<'a, K, A> Freeze for devela::_dep::_alloc::collections::btree_set::CursorMut<'a, K, A>

ยง

impl<'a, K, A> Freeze for devela::_dep::_alloc::collections::btree_set::CursorMutKey<'a, K, A>

ยง

impl<'a, K, A> Freeze for devela::_dep::hashbrown::hash_set::Drain<'a, K, A>

ยง

impl<'a, K, F> Freeze for devela::_dep::_std::collections::hash_set::ExtractIf<'a, K, F>
where F: Freeze,

ยง

impl<'a, K, F, A> Freeze for devela::_dep::hashbrown::hash_set::ExtractIf<'a, K, F, A>
where F: Freeze,

ยง

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::Entry<'a, K, V>
where K: Freeze,

ยง

impl<'a, K, V> Freeze for devela::_dep::_alloc::collections::btree_map::Cursor<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::_alloc::collections::btree_map::Iter<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::_alloc::collections::btree_map::IterMut<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::_alloc::collections::btree_map::Keys<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::_alloc::collections::btree_map::Range<'a, K, V>

ยง

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

ยง

impl<'a, K, V> Freeze for devela::_dep::_alloc::collections::btree_map::Values<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::_alloc::collections::btree_map::ValuesMut<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::Drain<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::Iter<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::IterMut<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::Keys<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::OccupiedEntry<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::OccupiedError<'a, K, V>
where V: Freeze,

ยง

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::VacantEntry<'a, K, V>
where K: Freeze,

ยง

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::Values<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::ValuesMut<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::hashbrown::hash_map::Iter<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::hashbrown::hash_map::IterMut<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::hashbrown::hash_map::Keys<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::hashbrown::hash_map::Values<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::hashbrown::hash_map::ValuesMut<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::rayon::collections::btree_map::Iter<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::rayon::collections::btree_map::IterMut<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::rayon::collections::hash_map::Drain<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::rayon::collections::hash_map::Iter<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::rayon::collections::hash_map::IterMut<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::rkyv::collections::swiss_table::index_map::Iter<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::rkyv::collections::swiss_table::index_map::Keys<'a, K, V>

ยง

impl<'a, K, V> Freeze for devela::_dep::rkyv::collections::swiss_table::index_map::Values<'a, K, V>

ยง

impl<'a, K, V, A> Freeze for devela::all::BTreeMapEntry<'a, K, V, A>
where K: Freeze, A: Freeze,

ยง

impl<'a, K, V, A> Freeze for devela::_dep::_alloc::collections::btree_map::CursorMut<'a, K, V, A>

ยง

impl<'a, K, V, A> Freeze for devela::_dep::_alloc::collections::btree_map::CursorMutKey<'a, K, V, A>

ยง

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

ยง

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

ยง

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

ยง

impl<'a, K, V, A> Freeze for devela::_dep::hashbrown::hash_map::Drain<'a, K, V, A>

ยง

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

ยง

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

ยง

impl<'a, K, V, F, A> Freeze for devela::_dep::hashbrown::hash_map::ExtractIf<'a, K, V, F, A>
where F: Freeze,

ยง

impl<'a, K, V, H> Freeze for devela::_dep::rkyv::collections::swiss_table::map::Iter<'a, K, V, H>

ยง

impl<'a, K, V, H> Freeze for devela::_dep::rkyv::collections::swiss_table::map::IterMut<'a, K, V, H>

ยง

impl<'a, K, V, H> Freeze for devela::_dep::rkyv::collections::swiss_table::map::Keys<'a, K, V, H>

ยง

impl<'a, K, V, H> Freeze for devela::_dep::rkyv::collections::swiss_table::map::Values<'a, K, V, H>

ยง

impl<'a, K, V, H> Freeze for devela::_dep::rkyv::collections::swiss_table::map::ValuesMut<'a, K, V, H>

ยง

impl<'a, K, V, S> Freeze for devela::_dep::_std::collections::hash_map::RawEntryMut<'a, K, V, S>

ยง

impl<'a, K, V, S> Freeze for devela::_dep::_std::collections::hash_map::RawEntryBuilder<'a, K, V, S>

ยง

impl<'a, K, V, S> Freeze for devela::_dep::_std::collections::hash_map::RawEntryBuilderMut<'a, K, V, S>

ยง

impl<'a, K, V, S> Freeze for devela::_dep::_std::collections::hash_map::RawOccupiedEntryMut<'a, K, V, S>

ยง

impl<'a, K, V, S> Freeze for devela::_dep::_std::collections::hash_map::RawVacantEntryMut<'a, K, V, S>

ยง

impl<'a, K, V, S, A> Freeze for devela::_dep::hashbrown::hash_map::RawEntryMut<'a, K, V, S, A>

ยง

impl<'a, K, V, S, A> Freeze for devela::all::HashMapEntry<'a, K, V, S, A>
where K: Freeze,

ยง

impl<'a, K, V, S, A> Freeze for devela::_dep::hashbrown::hash_map::OccupiedEntry<'a, K, V, S, A>

ยง

impl<'a, K, V, S, A> Freeze for devela::_dep::hashbrown::hash_map::OccupiedError<'a, K, V, S, A>
where V: Freeze,

ยง

impl<'a, K, V, S, A> Freeze for devela::_dep::hashbrown::hash_map::RawEntryBuilder<'a, K, V, S, A>

ยง

impl<'a, K, V, S, A> Freeze for devela::_dep::hashbrown::hash_map::RawEntryBuilderMut<'a, K, V, S, A>

ยง

impl<'a, K, V, S, A> Freeze for devela::_dep::hashbrown::hash_map::RawOccupiedEntryMut<'a, K, V, S, A>

ยง

impl<'a, K, V, S, A> Freeze for devela::_dep::hashbrown::hash_map::RawVacantEntryMut<'a, K, V, S, A>

ยง

impl<'a, K, V, S, A> Freeze for devela::_dep::hashbrown::hash_map::VacantEntry<'a, K, V, S, A>
where K: Freeze,

ยง

impl<'a, M> Freeze for FlatMapSerializeMap<'a, M>

ยง

impl<'a, M> Freeze for FlatMapSerializeStruct<'a, M>

ยง

impl<'a, M> Freeze for FlatMapSerializeStructVariantAsMapValue<'a, M>

ยง

impl<'a, M> Freeze for FlatMapSerializeTupleVariantAsMapValue<'a, M>

ยง

impl<'a, M> Freeze for FlatMapSerializer<'a, M>

ยง

impl<'a, Opcode, Value> Freeze for Updater<'a, Opcode, Value>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, P> Freeze for Contains<'a, P>
where P: Freeze,

ยง

impl<'a, P> Freeze for EndsWith<'a, P>
where P: Freeze,

ยง

impl<'a, P> Freeze for StartsWith<'a, P>
where P: Freeze,

ยง

impl<'a, P> Freeze for StripPrefix<'a, P>
where P: Freeze,

ยง

impl<'a, P> Freeze for StripSuffix<'a, P>
where P: Freeze,

ยง

impl<'a, R> Freeze for ReplacerRef<'a, R>
where R: ?Sized,

ยง

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

ยง

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

ยง

impl<'a, T> Freeze for devela::_dep::_alloc::collections::binary_heap::Iter<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::_alloc::collections::btree_set::Iter<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::_alloc::collections::btree_set::Range<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::_alloc::collections::btree_set::SymmetricDifference<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::_alloc::collections::btree_set::Union<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::_alloc::collections::linked_list::Iter<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::_alloc::collections::linked_list::IterMut<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::_alloc::collections::vec_deque::Iter<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::_alloc::collections::vec_deque::IterMut<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::_std::sync::mpmc::Iter<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::_std::sync::mpmc::TryIter<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::_std::sync::mpsc::Iter<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::_std::sync::mpsc::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 ReentrantLockGuard<'a, T>
where T: ?Sized,

ยง

impl<'a, T> Freeze for devela::_dep::bumpalo::boxed::Box<'a, T>
where T: ?Sized,

ยง

impl<'a, T> Freeze for devela::_dep::hashbrown::hash_table::Iter<'a, T>

ยง

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

ยง

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

ยง

impl<'a, T> Freeze for devela::_dep::hashbrown::hash_table::IterMut<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::rayon::collections::binary_heap::Drain<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::rayon::collections::binary_heap::Iter<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::rayon::collections::btree_set::Iter<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::rayon::collections::hash_set::Drain<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::rayon::collections::hash_set::Iter<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::rayon::collections::linked_list::Iter<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::rayon::collections::linked_list::IterMut<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::rayon::collections::vec_deque::Drain<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::rayon::collections::vec_deque::Iter<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::rayon::collections::vec_deque::IterMut<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::rayon::option::Iter<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::rayon::option::IterMut<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::rayon::result::Iter<'a, T>

ยง

impl<'a, T> Freeze for devela::_dep::rayon::result::IterMut<'a, T>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T> Freeze for devela::_core::slice::Chunks<'a, T>

ยง

impl<'a, T> Freeze for devela::_core::slice::ChunksExact<'a, T>

ยง

impl<'a, T> Freeze for devela::_core::slice::ChunksExactMut<'a, T>

ยง

impl<'a, T> Freeze for devela::_core::slice::ChunksMut<'a, T>

ยง

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

ยง

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

ยง

impl<'a, T> Freeze for devela::_core::slice::RChunks<'a, T>

ยง

impl<'a, T> Freeze for devela::_core::slice::RChunksExact<'a, T>

ยง

impl<'a, T> Freeze for devela::_core::slice::RChunksExactMut<'a, T>

ยง

impl<'a, T> Freeze for devela::_core::slice::RChunksMut<'a, T>

ยง

impl<'a, T> Freeze for devela::_core::slice::Windows<'a, T>

ยง

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

ยง

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

ยง

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::btree_set::Entry<'a, T, A>
where A: Freeze, T: Freeze,

ยง

impl<'a, T, A> Freeze for devela::_dep::hashbrown::hash_table::Entry<'a, T, A>

ยง

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::binary_heap::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 devela::_dep::_alloc::collections::btree_set::Difference<'a, T, A>

ยง

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::btree_set::Intersection<'a, T, A>

ยง

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::btree_set::OccupiedEntry<'a, T, A>
where A: Freeze,

ยง

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::btree_set::VacantEntry<'a, T, A>
where T: Freeze, A: Freeze,

ยง

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::linked_list::Cursor<'a, T, A>

ยง

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::linked_list::CursorMut<'a, T, A>

ยง

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::vec_deque::Drain<'a, T, A>

ยง

impl<'a, T, A> Freeze for devela::_dep::_alloc::vec::Drain<'a, T, A>

ยง

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

ยง

impl<'a, T, A> Freeze for devela::_dep::hashbrown::hash_table::Drain<'a, T, A>

ยง

impl<'a, T, A> Freeze for devela::_dep::hashbrown::hash_table::OccupiedEntry<'a, T, A>

ยง

impl<'a, T, A> Freeze for devela::_dep::hashbrown::hash_table::VacantEntry<'a, T, A>

ยง

impl<'a, T, E> Freeze for CoroYield<'a, T, E>

ยง

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

ยง

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

ยง

impl<'a, T, F, A> Freeze for devela::_dep::_alloc::vec::ExtractIf<'a, T, F, A>
where F: Freeze,

ยง

impl<'a, T, F, A> Freeze for devela::_dep::hashbrown::hash_table::ExtractIf<'a, T, F, A>
where F: Freeze,

ยง

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

ยง

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

ยง

impl<'a, T, P> Freeze for devela::_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 devela::_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 devela::_core::slice::Split<'a, T, P>
where P: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T, P> Freeze for devela::_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, S> Freeze for devela::_dep::_std::collections::hash_set::Entry<'a, T, S>
where T: Freeze,

ยง

impl<'a, T, S> Freeze for devela::_dep::_std::collections::hash_set::Difference<'a, T, S>

ยง

impl<'a, T, S> Freeze for devela::_dep::_std::collections::hash_set::Intersection<'a, T, S>

ยง

impl<'a, T, S> Freeze for devela::_dep::_std::collections::hash_set::OccupiedEntry<'a, T, S>

ยง

impl<'a, T, S> Freeze for devela::_dep::_std::collections::hash_set::SymmetricDifference<'a, T, S>

ยง

impl<'a, T, S> Freeze for devela::_dep::_std::collections::hash_set::Union<'a, T, S>

ยง

impl<'a, T, S> Freeze for devela::_dep::_std::collections::hash_set::VacantEntry<'a, T, S>
where T: Freeze,

ยง

impl<'a, T, S, A> Freeze for devela::_dep::hashbrown::hash_set::Entry<'a, T, S, A>
where T: Freeze,

ยง

impl<'a, T, S, A> Freeze for devela::_dep::hashbrown::hash_set::Difference<'a, T, S, A>

ยง

impl<'a, T, S, A> Freeze for devela::_dep::hashbrown::hash_set::Intersection<'a, T, S, A>

ยง

impl<'a, T, S, A> Freeze for devela::_dep::hashbrown::hash_set::OccupiedEntry<'a, T, S, A>

ยง

impl<'a, T, S, A> Freeze for devela::_dep::hashbrown::hash_set::SymmetricDifference<'a, T, S, A>

ยง

impl<'a, T, S, A> Freeze for devela::_dep::hashbrown::hash_set::Union<'a, T, S, A>

ยง

impl<'a, T, S, A> Freeze for devela::_dep::hashbrown::hash_set::VacantEntry<'a, T, S, A>
where T: Freeze,

ยง

impl<'a, T, const N: usize> Freeze for devela::_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, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11> Freeze for TupleElementMut<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11>

ยง

impl<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11> Freeze for TupleElementRef<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11>

ยง

impl<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11> Freeze for TupleIterMut<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11>

ยง

impl<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11> Freeze for TupleIterRef<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'buf> Freeze for AncillaryDrain<'buf>

ยง

impl<'buf> Freeze for RecvAncillaryBuffer<'buf>

ยง

impl<'buf, 'slice, 'fd> Freeze for SendAncillaryBuffer<'buf, 'slice, 'fd>

ยง

impl<'buf, Fd> Freeze for Reader<'buf, Fd>
where Fd: Freeze,

ยง

impl<'buf, Fd> Freeze for RawDir<'buf, Fd>
where Fd: Freeze,

ยง

impl<'bump> Freeze for devela::_dep::bumpalo::collections::string::FromUtf8Error<'bump>

ยง

impl<'bump> Freeze for devela::_dep::bumpalo::collections::String<'bump>

ยง

impl<'bump, T> Freeze for devela::_dep::bumpalo::collections::Vec<'bump, T>

ยง

impl<'bump, T> Freeze for devela::_dep::bumpalo::collections::vec::IntoIter<'bump, T>

ยง

impl<'c, 'h> Freeze for SubCaptureMatches<'c, 'h>

ยง

impl<'ch> Freeze for devela::_dep::rayon::str::Bytes<'ch>

ยง

impl<'ch> Freeze for devela::_dep::rayon::str::CharIndices<'ch>

ยง

impl<'ch> Freeze for devela::_dep::rayon::str::Chars<'ch>

ยง

impl<'ch> Freeze for devela::_dep::rayon::str::EncodeUtf16<'ch>

ยง

impl<'ch> Freeze for devela::_dep::rayon::str::Lines<'ch>

ยง

impl<'ch> Freeze for devela::_dep::rayon::str::SplitAsciiWhitespace<'ch>

ยง

impl<'ch> Freeze for devela::_dep::rayon::str::SplitWhitespace<'ch>

ยง

impl<'ch, P> Freeze for devela::_dep::rayon::str::MatchIndices<'ch, P>
where P: Freeze,

ยง

impl<'ch, P> Freeze for devela::_dep::rayon::str::Matches<'ch, P>
where P: Freeze,

ยง

impl<'ch, P> Freeze for devela::_dep::rayon::str::Split<'ch, P>
where P: Freeze,

ยง

impl<'ch, P> Freeze for devela::_dep::rayon::str::SplitInclusive<'ch, P>
where P: Freeze,

ยง

impl<'ch, P> Freeze for devela::_dep::rayon::str::SplitTerminator<'ch, P>
where P: Freeze,

ยง

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

ยง

impl<'data, T> Freeze for devela::_dep::rayon::slice::Chunks<'data, T>

ยง

impl<'data, T> Freeze for devela::_dep::rayon::slice::ChunksExact<'data, T>

ยง

impl<'data, T> Freeze for devela::_dep::rayon::slice::ChunksExactMut<'data, T>

ยง

impl<'data, T> Freeze for devela::_dep::rayon::slice::ChunksMut<'data, T>

ยง

impl<'data, T> Freeze for devela::_dep::rayon::slice::Iter<'data, T>

ยง

impl<'data, T> Freeze for devela::_dep::rayon::slice::IterMut<'data, T>

ยง

impl<'data, T> Freeze for devela::_dep::rayon::slice::RChunks<'data, T>

ยง

impl<'data, T> Freeze for devela::_dep::rayon::slice::RChunksExact<'data, T>

ยง

impl<'data, T> Freeze for devela::_dep::rayon::slice::RChunksExactMut<'data, T>

ยง

impl<'data, T> Freeze for devela::_dep::rayon::slice::RChunksMut<'data, T>

ยง

impl<'data, T> Freeze for devela::_dep::rayon::slice::Windows<'data, T>

ยง

impl<'data, T> Freeze for devela::_dep::rayon::vec::Drain<'data, T>

ยง

impl<'data, T> Freeze for AncillaryIter<'data, T>

ยง

impl<'data, T, P> Freeze for devela::_dep::rayon::slice::ChunkBy<'data, T, P>
where P: Freeze,

ยง

impl<'data, T, P> Freeze for devela::_dep::rayon::slice::ChunkByMut<'data, T, P>
where P: Freeze,

ยง

impl<'data, T, P> Freeze for devela::_dep::rayon::slice::Split<'data, T, P>
where P: Freeze,

ยง

impl<'data, T, P> Freeze for devela::_dep::rayon::slice::SplitInclusive<'data, T, P>
where P: Freeze,

ยง

impl<'data, T, P> Freeze for devela::_dep::rayon::slice::SplitInclusiveMut<'data, T, P>
where P: Freeze,

ยง

impl<'data, T, P> Freeze for devela::_dep::rayon::slice::SplitMut<'data, T, P>
where P: Freeze,

ยง

impl<'de> Freeze for Content<'de>

ยง

impl<'de, E> Freeze for BorrowedBytesDeserializer<'de, E>

ยง

impl<'de, E> Freeze for devela::_dep::serde::de::value::BorrowedStrDeserializer<'de, E>

ยง

impl<'de, E> Freeze for BorrowedStrDeserializer<'de, E>

ยง

impl<'de, E> Freeze for ContentDeserializer<'de, E>

ยง

impl<'de, E> Freeze for EnumDeserializer<'de, E>

ยง

impl<'de, I, E> Freeze for MapDeserializer<'de, I, E>
where <<I as Iterator>::Item as Pair>::Second: Freeze, I: Freeze,

ยง

impl<'de, T> Freeze for Borrowed<'de, T>
where T: ?Sized,

ยง

impl<'f> Freeze for devela::_dep::jiff::fmt::strtime::Display<'f>

ยง

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

ยง

impl<'fd> Freeze for PollFd<'fd>

ยง

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

ยง

impl<'h> Freeze for Memchr2<'h>

ยง

impl<'h> Freeze for Memchr3<'h>

ยง

impl<'h> Freeze for Memchr<'h>

ยง

impl<'h> Freeze for Captures<'h>

ยง

impl<'h> Freeze for Match<'h>

ยง

impl<'h, 'n> Freeze for FindIter<'h, 'n>

ยง

impl<'h, 'n> Freeze for FindRevIter<'h, 'n>

ยง

impl<'n> Freeze for TimeZoneAnnotationKind<'n>

ยง

impl<'n> Freeze for Pieces<'n>

ยง

impl<'n> Freeze for TimeZoneAnnotation<'n>

ยง

impl<'n> Freeze for TimeZoneAnnotationName<'n>

ยง

impl<'n> Freeze for devela::_dep::memchr::memmem::Finder<'n>

ยง

impl<'n> Freeze for devela::_dep::memchr::memmem::FinderRev<'n>

ยง

impl<'p> Freeze for BoundFrozenSetIterator<'p>

ยง

impl<'p> Freeze for BoundSetIterator<'p>

ยง

impl<'p, P> Freeze for ByRef<'p, P>

ยง

impl<'p, T> Freeze for PyRef<'p, T>

ยง

impl<'p, T> Freeze for PyRefMut<'p, T>

ยง

impl<'py> Freeze for DowncastIntoError<'py>

ยง

impl<'py> Freeze for Python<'py>

ยง

impl<'py> Freeze for BoundDictIterator<'py>

ยง

impl<'py> Freeze for BoundListIterator<'py>

ยง

impl<'py> Freeze for BoundTupleIterator<'py>

ยง

impl<'py> Freeze for PyFrozenSetBuilder<'py>

ยง

impl<'py, T> Freeze for devela::_dep::pyo3::Bound<'py, T>

ยง

impl<'r> Freeze for CaptureNames<'r>

ยง

impl<'r, 'h> Freeze for CaptureMatches<'r, 'h>

ยง

impl<'r, 'h> Freeze for devela::_dep::regex_lite::Matches<'r, 'h>

ยง

impl<'r, 'h> Freeze for devela::_dep::regex_lite::Split<'r, 'h>

ยง

impl<'r, 'h> Freeze for devela::_dep::regex_lite::SplitN<'r, 'h>

ยง

impl<'s, T, const CAP: usize, IDX, S> Freeze for DestaqueIter<'s, T, CAP, IDX, S>

ยง

impl<'s, T, const CAP: usize, IDX, S> Freeze for StackIter<'s, T, CAP, IDX, S>

ยง

impl<'scope> !Freeze for devela::_dep::rayon::Scope<'scope>

ยง

impl<'scope> !Freeze for ScopeFifo<'scope>

ยง

impl<'scope, 'env> Freeze for devela::work::ThreadScope<'scope, 'env>

ยง

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

ยง

impl<'slice, 'fd> Freeze for SendAncillaryMessage<'slice, 'fd>

ยง

impl<'t> Freeze for TimeZoneFollowingTransitions<'t>

ยง

impl<'t> Freeze for TimeZonePrecedingTransitions<'t>

ยง

impl<'t> Freeze for TimeZoneTransition<'t>

ยง

impl<'t> Freeze for NoExpand<'t>

ยง

impl<'t, T> Freeze for OptionFmt<'t, T>

ยง

impl<'t, T, F> Freeze for OptionFmtOrElse<'t, T, F>
where F: Freeze,

ยง

impl<'t, T, U> Freeze for OptionFmtOr<'t, T, U>
where U: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<A> Freeze for devela::all::IterRepeat<A>
where A: Freeze,

ยง

impl<A> Freeze for devela::_core::iter::RepeatN<A>
where A: Freeze,

ยง

impl<A> Freeze for devela::_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 devela::_dep::rayon::iter::Chain<A, B>
where A: Freeze, B: Freeze,

ยง

impl<A, B> Freeze for devela::_dep::rayon::iter::Zip<A, B>
where A: Freeze, B: Freeze,

ยง

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

ยง

impl<A, B> Freeze for devela::all::IterChain<A, B>
where A: Freeze, B: Freeze,

ยง

impl<A, B> Freeze for devela::all::IterZip<A, B>
where A: Freeze, B: Freeze,

ยง

impl<A, B, C, D, E, F, G, H> Freeze for Pinned<A, B, C, D, E, F, G, H>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze,

ยง

impl<A, S> Freeze for Validator<A, S>
where A: Freeze, S: Freeze,

ยง

impl<B = CpalBackend> !Freeze for AudioManager<B>

ยง

impl<B> Freeze for AudioManagerSettings<B>
where <B as Backend>::Settings: Freeze,

ยง

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

ยง

impl<B> Freeze for devela::all::IoLines<B>
where B: Freeze,

ยง

impl<B> Freeze for devela::all::IoSplit<B>
where B: Freeze,

ยง

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

ยง

impl<B, M> Freeze for MonitorStream<B, M>
where B: Freeze, M: Freeze,

ยง

impl<BK, BV, K, V> Freeze for EntryAdapter<BK, BV, K, V>
where BK: Freeze, BV: Freeze,

ยง

impl<C> Freeze for ContextError<C>

ยง

impl<ClassT, FieldT, Offset, const IS_PY_T: bool, const IMPLEMENTS_TOPYOBJECT: bool, const IMPLEMENTS_INTOPY: bool, const IMPLEMENTS_INTOPYOBJECT_REF: bool, const IMPLEMENTS_INTOPYOBJECT: bool> Freeze for PyClassGetterGenerator<ClassT, FieldT, Offset, IS_PY_T, IMPLEMENTS_TOPYOBJECT, IMPLEMENTS_INTOPY, IMPLEMENTS_INTOPYOBJECT_REF, IMPLEMENTS_INTOPYOBJECT>

ยง

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

ยง

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

ยง

impl<D, S> Freeze for devela::_dep::rayon::iter::Split<D, S>
where D: Freeze, S: Freeze,

ยง

impl<DST, BUF> Freeze for DstQueue<DST, BUF>
where BUF: Freeze, DST: ?Sized,

ยง

impl<DST, BUF> Freeze for DstStack<DST, BUF>
where BUF: Freeze, DST: ?Sized,

ยง

impl<DST, BUF> Freeze for DstValue<DST, BUF>
where BUF: Freeze, DST: ?Sized,

ยง

impl<Dyn> Freeze for devela::_dep::rkyv::ptr_meta::DynMetadata<Dyn>
where Dyn: ?Sized,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<E> Freeze for BoolDeserializer<E>

ยง

impl<E> Freeze for CharDeserializer<E>

ยง

impl<E> Freeze for F32Deserializer<E>

ยง

impl<E> Freeze for F64Deserializer<E>

ยง

impl<E> Freeze for I8Deserializer<E>

ยง

impl<E> Freeze for I16Deserializer<E>

ยง

impl<E> Freeze for I32Deserializer<E>

ยง

impl<E> Freeze for I64Deserializer<E>

ยง

impl<E> Freeze for I128Deserializer<E>

ยง

impl<E> Freeze for IsizeDeserializer<E>

ยง

impl<E> Freeze for StringDeserializer<E>

ยง

impl<E> Freeze for U8Deserializer<E>

ยง

impl<E> Freeze for U16Deserializer<E>

ยง

impl<E> Freeze for U32Deserializer<E>

ยง

impl<E> Freeze for U64Deserializer<E>

ยง

impl<E> Freeze for U128Deserializer<E>

ยง

impl<E> Freeze for UnitDeserializer<E>

ยง

impl<E> Freeze for UsizeDeserializer<E>

ยง

impl<E> Freeze for Codebook<E>

ยง

impl<E, M> Freeze for Capture<E, M>
where E: Freeze,

ยง

impl<Error> !Freeze for StreamingSoundHandle<Error>

ยง

impl<Error> Freeze for StreamingSoundData<Error>

ยง

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

ยง

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

ยง

impl<F> Freeze for devela::all::IterFromFn<F>
where F: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<F> Freeze for devela::_core::fmt::FromFn<F>
where F: Freeze,

ยง

impl<F> Freeze for AdjacentlyTaggedEnumVariantSeed<F>

ยง

impl<F> Freeze for AdjacentlyTaggedEnumVariantVisitor<F>

ยง

impl<F, G, H, I, O, O2, E> Freeze for devela::_dep::winnow::combinator::FlatMap<F, G, H, I, O, O2, E>
where F: Freeze, G: Freeze,

ยง

impl<F, G, I, O, O2, E> Freeze for AndThen<F, G, I, O, O2, E>
where F: Freeze, G: Freeze,

ยง

impl<F, G, I, O, O2, E> Freeze for devela::_dep::winnow::combinator::Map<F, G, I, O, O2, E>
where F: Freeze, G: Freeze,

ยง

impl<F, G, I, O, O2, E> Freeze for Verify<F, G, I, O, O2, E>
where F: Freeze, G: Freeze, O2: ?Sized,

ยง

impl<F, G, I, O, O2, E> Freeze for VerifyMap<F, G, I, O, O2, E>
where F: Freeze, G: Freeze,

ยง

impl<F, G, I, O, O2, E, E2> Freeze for TryMap<F, G, I, O, O2, E, E2>
where F: Freeze, G: Freeze,

ยง

impl<F, I, O, E> Freeze for ParserIterator<F, I, O, E>
where F: Freeze, I: Freeze, E: Freeze,

ยง

impl<F, I, O, E> Freeze for devela::_dep::winnow::combinator::Span<F, I, O, E>
where F: Freeze,

ยง

impl<F, I, O, E> Freeze for devela::_dep::winnow::combinator::Take<F, I, O, E>
where F: Freeze,

ยง

impl<F, I, O, E> Freeze for Void<F, I, O, E>
where F: Freeze,

ยง

impl<F, I, O, E> Freeze for WithSpan<F, I, O, E>
where F: Freeze,

ยง

impl<F, I, O, E> Freeze for WithTaken<F, I, O, E>
where F: Freeze,

ยง

impl<F, I, O, E, C> Freeze for devela::_dep::winnow::combinator::Context<F, I, O, E, C>
where F: Freeze, C: Freeze,

ยง

impl<F, I, O, E, E2> Freeze for ErrInto<F, I, O, E, E2>
where F: Freeze,

ยง

impl<F, I, O, O2, E> Freeze for DefaultValue<F, I, O, O2, E>
where F: Freeze,

ยง

impl<F, I, O, O2, E> Freeze for OutputInto<F, I, O, O2, E>
where F: Freeze,

ยง

impl<F, I, O, O2, E> Freeze for devela::_dep::winnow::combinator::Value<F, I, O, O2, E>
where F: Freeze, O2: Freeze,

ยง

impl<F, T> Freeze for devela::_dep::symphonia::core::conv::dither::Identity<F, T>

ยง

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

ยง

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

ยง

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

ยง

impl<G, C> Freeze for GcdReturn<G, C>
where G: Freeze, C: Freeze,

ยง

impl<H> Freeze for BuildHasherDefault<H>

ยง

impl<I1, I2> Freeze for devela::_dep::rodio::source::Mix<I1, I2>
where <I2 as Iterator>::Item: Sized + Freeze, <I1 as Iterator>::Item: Sized + Freeze, I1: Freeze, I2: Freeze,

ยง

impl<I> Freeze for devela::_dep::rayon::iter::Chunks<I>
where I: Freeze,

ยง

impl<I> Freeze for devela::_dep::rayon::iter::Cloned<I>
where I: Freeze,

ยง

impl<I> Freeze for devela::_dep::rayon::iter::Copied<I>
where I: Freeze,

ยง

impl<I> Freeze for devela::_dep::rayon::iter::Enumerate<I>
where I: Freeze,

ยง

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

ยง

impl<I> Freeze for devela::_dep::rayon::iter::Flatten<I>
where I: Freeze,

ยง

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

ยง

impl<I> Freeze for devela::_dep::rayon::iter::Intersperse<I>
where <I as ParallelIterator>::Item: Sized + Freeze, I: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<I> Freeze for devela::_dep::rayon::iter::Rev<I>
where I: Freeze,

ยง

impl<I> Freeze for devela::_dep::rayon::iter::Skip<I>
where I: Freeze,

ยง

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

ยง

impl<I> Freeze for devela::_dep::rayon::iter::StepBy<I>
where I: Freeze,

ยง

impl<I> Freeze for devela::_dep::rayon::iter::Take<I>
where I: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<I> Freeze for devela::_dep::rodio::source::FromIter<I>
where I: Freeze, <I as Iterator>::Item: Freeze,

ยง

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

ยง

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

ยง

impl<I> Freeze for devela::_dep::rodio::source::Repeat<I>
where <I as Iterator>::Item: Sized,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<I> Freeze for devela::all::IterCloned<I>
where I: Freeze,

ยง

impl<I> Freeze for devela::all::IterCopied<I>
where I: Freeze,

ยง

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

ยง

impl<I> Freeze for devela::all::IterEnumerate<I>
where I: Freeze,

ยง

impl<I> Freeze for devela::all::IterFlatten<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 Peekable<I>
where I: Freeze, <I as Iterator>::Item: Freeze,

ยง

impl<I> Freeze for devela::all::IterSkip<I>
where I: Freeze,

ยง

impl<I> Freeze for devela::all::IterStepBy<I>
where I: Freeze,

ยง

impl<I> Freeze for devela::all::IterTake<I>
where I: Freeze,

ยง

impl<I> Freeze for devela::_core::async_iter::FromIter<I>
where I: Freeze,

ยง

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

ยง

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

ยง

impl<I, C> Freeze for TreeError<I, C>
where I: Freeze,

ยง

impl<I, C> Freeze for TreeErrorFrame<I, C>
where I: Freeze, C: Freeze,

ยง

impl<I, C> Freeze for TreeErrorContext<I, C>
where I: Freeze, C: Freeze,

ยง

impl<I, D> Freeze for SamplesConverter<I, D>
where I: Freeze,

ยง

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

ยง

impl<I, E> Freeze for SeqDeserializer<I, E>
where I: Freeze,

ยง

impl<I, E> Freeze for ParseError<I, E>
where I: Freeze, E: Freeze,

ยง

impl<I, F> Freeze for devela::_dep::rayon::iter::FlatMap<I, F>
where I: Freeze, F: Freeze,

ยง

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

ยง

impl<I, F> Freeze for devela::_dep::rayon::iter::Inspect<I, F>
where I: Freeze, F: Freeze,

ยง

impl<I, F> Freeze for devela::_dep::rayon::iter::Map<I, F>
where I: Freeze, F: Freeze,

ยง

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

ยง

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

ยง

impl<I, F> Freeze for devela::all::IterFilterMap<I, F>
where I: Freeze, F: Freeze,

ยง

impl<I, F> Freeze for devela::all::IterInspect<I, F>
where I: Freeze, F: Freeze,

ยง

impl<I, F> Freeze for devela::all::IterMap<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, ID, F> Freeze for Fold<I, ID, F>
where I: Freeze, ID: Freeze, F: Freeze,

ยง

impl<I, ID, F> Freeze for FoldChunks<I, ID, F>
where I: Freeze, F: Freeze, ID: Freeze,

ยง

impl<I, INIT, F> Freeze for MapInit<I, INIT, F>
where I: Freeze, INIT: Freeze, F: Freeze,

ยง

impl<I, J> Freeze for Interleave<I, J>
where I: Freeze, J: Freeze,

ยง

impl<I, J> Freeze for InterleaveShortest<I, J>
where I: Freeze, J: Freeze,

ยง

impl<I, P> Freeze for devela::_dep::rayon::iter::Filter<I, P>
where I: Freeze, P: Freeze,

ยง

impl<I, P> Freeze for devela::_dep::rayon::iter::FilterMap<I, P>
where I: Freeze, P: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<I, P> Freeze for devela::all::IterFilter<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, P, O> Freeze for Replace<I, P, O>
where I: Freeze, P: Freeze, O: Freeze,

ยง

impl<I, S> Freeze for Stateful<I, S>
where I: Freeze, S: Freeze,

ยง

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

ยง

impl<I, T, F> Freeze for MapWith<I, T, F>
where I: Freeze, T: Freeze, F: Freeze,

ยง

impl<I, U, F> Freeze for FoldChunksWith<I, U, F>
where I: Freeze, U: Freeze, F: Freeze,

ยง

impl<I, U, F> Freeze for FoldWith<I, U, F>
where I: Freeze, U: Freeze, F: Freeze,

ยง

impl<I, U, F> Freeze for TryFoldWith<I, U, F>
where I: Freeze, <U as Try>::Output: Freeze, F: Freeze,

ยง

impl<I, U, F> Freeze for devela::all::IterFlatMap<I, U, F>
where <U as IntoIterator>::IntoIter: Freeze, I: Freeze, F: Freeze,

ยง

impl<I, U, ID, F> Freeze for TryFold<I, U, ID, F>
where I: Freeze, ID: Freeze, F: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<Idx> Freeze for devela::all::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 devela::_core::range::Range<Idx>
where Idx: Freeze,

ยง

impl<Idx> Freeze for devela::_core::range::RangeFrom<Idx>
where Idx: Freeze,

ยง

impl<Idx> Freeze for devela::_core::range::RangeInclusive<Idx>
where Idx: Freeze,

ยง

impl<Iter> Freeze for IterBridge<Iter>
where Iter: Freeze,

ยง

impl<K> Freeze for devela::_dep::_std::collections::hash_set::IntoIter<K>

ยง

impl<K, A> Freeze for devela::_dep::hashbrown::hash_set::IntoIter<K, A>
where A: Freeze,

ยง

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

ยง

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

ยง

impl<K, V> Freeze for devela::_dep::_std::collections::hash_map::IntoIter<K, V>

ยง

impl<K, V> Freeze for devela::_dep::_std::collections::hash_map::IntoKeys<K, V>

ยง

impl<K, V> Freeze for devela::_dep::_std::collections::hash_map::IntoValues<K, V>

ยง

impl<K, V> Freeze for devela::_dep::rayon::collections::btree_map::IntoIter<K, V>

ยง

impl<K, V> Freeze for devela::_dep::rayon::collections::hash_map::IntoIter<K, V>

ยง

impl<K, V> Freeze for devela::_dep::rkyv::collections::util::Entry<K, V>
where K: Freeze, V: Freeze,

ยง

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

ยง

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

ยง

impl<K, V, A> Freeze for devela::_dep::_alloc::collections::btree_map::IntoIter<K, V, A>
where A: Freeze,

ยง

impl<K, V, A> Freeze for devela::_dep::_alloc::collections::btree_map::IntoKeys<K, V, A>
where A: Freeze,

ยง

impl<K, V, A> Freeze for devela::_dep::_alloc::collections::btree_map::IntoValues<K, V, A>
where A: Freeze,

ยง

impl<K, V, A> Freeze for devela::_dep::hashbrown::hash_map::IntoIter<K, V, A>
where A: Freeze,

ยง

impl<K, V, A> Freeze for devela::_dep::hashbrown::hash_map::IntoKeys<K, V, A>
where A: Freeze,

ยง

impl<K, V, A> Freeze for devela::_dep::hashbrown::hash_map::IntoValues<K, V, A>
where A: Freeze,

ยง

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

ยง

impl<K, V, H> Freeze for ArchivedHashMap<K, V, H>

ยง

impl<K, V, H> Freeze for ArchivedIndexMap<K, V, H>

ยง

impl<K, V, S> Freeze for devela::_dep::_std::collections::HashMap<K, V, S>
where S: Freeze,

ยง

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

ยง

impl<K, V, const E: usize> Freeze for ArchivedBTreeMap<K, V, E>

ยง

impl<K, const E: usize> Freeze for ArchivedBTreeSet<K, E>

ยง

impl<L, R> Freeze for Either<L, R>
where L: Freeze, R: Freeze,

ยง

impl<N> Freeze for NicheInto<N>
where N: ?Sized,

ยง

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

ยง

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

ยง

impl<Ok, Error> Freeze for Impossible<Ok, Error>

ยง

impl<Opcode> Freeze for IntegerSetter<Opcode>

ยง

impl<Opcode> Freeze for NoArg<Opcode>

ยง

impl<Opcode, Input> Freeze for Setter<Opcode, Input>
where Input: Freeze,

ยง

impl<Opcode, Output> Freeze for Getter<Opcode, Output>
where Output: Freeze,

ยง

impl<P> Freeze for devela::_dep::rkyv::option::Iter<P>
where P: Freeze,

ยง

impl<P, I, O, C, E> Freeze for devela::_dep::winnow::combinator::Repeat<P, I, O, C, E>
where P: Freeze,

ยง

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

ยง

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

ยง

impl<R> Freeze for BlockRng64<R>
where <R as BlockRngCore>::Results: Freeze, R: Freeze + ?Sized,

ยง

impl<R> Freeze for BlockRng<R>
where <R as BlockRngCore>::Results: Freeze, R: Freeze + ?Sized,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<R> Freeze for LoopedDecoder<R>

ยง

impl<R> Freeze for Decoder<R>

ยง

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

ยง

impl<R> Freeze for devela::_dep::tokio::io::BufReader<R>
where R: Freeze,

ยง

impl<R> Freeze for devela::_dep::tokio::io::Lines<R>
where R: Freeze,

ยง

impl<R> Freeze for devela::_dep::tokio::io::Split<R>
where R: Freeze,

ยง

impl<R> Freeze for devela::_dep::tokio::io::Take<R>
where R: Freeze,

ยง

impl<R> Freeze for devela::all::IoBufReader<R>
where R: Freeze + ?Sized,

ยง

impl<R> Freeze for devela::all::IoBytes<R>
where R: Freeze,

ยง

impl<R, W> Freeze for devela::_dep::tokio::io::Join<R, W>
where R: Freeze, W: Freeze,

ยง

impl<RW> Freeze for BufStream<RW>
where RW: Freeze,

ยง

impl<S> !Freeze for DynamicMixerController<S>

ยง

impl<S> !Freeze for SourcesQueueInput<S>

ยง

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

ยง

impl<S> Freeze for SamplesBuffer<S>

ยง

impl<S> Freeze for DynamicMixer<S>

ยง

impl<S> Freeze for SourcesQueueOutput<S>

ยง

impl<S> Freeze for devela::_dep::rodio::source::Empty<S>

ยง

impl<S> Freeze for EmptyCallback<S>

ยง

impl<S> Freeze for devela::_dep::rodio::source::Zero<S>

ยง

impl<S> Freeze for StaticSamplesBuffer<S>

ยง

impl<S> Freeze for AudioBuffer<S>

ยง

impl<S> Freeze for RawSampleBuffer<S>

ยง

impl<S> Freeze for SampleBuffer<S>

ยง

impl<S, B> Freeze for WalkTree<S, B>
where S: Freeze, B: Freeze,

ยง

impl<S, B> Freeze for WalkTreePostfix<S, B>
where S: Freeze, B: Freeze,

ยง

impl<S, B> Freeze for WalkTreePrefix<S, B>
where S: Freeze, B: Freeze,

ยง

impl<S, V> Freeze for Own<S, V>
where S: Freeze, V: Freeze,

ยง

impl<SO> Freeze for AtomicLoad<SO>

ยง

impl<T0> Freeze for ArchivedTuple1<T0>
where T0: Freeze,

ยง

impl<T0, T1> Freeze for ArchivedTuple2<T0, T1>
where T0: Freeze, T1: Freeze,

ยง

impl<T0, T1, T2> Freeze for ArchivedTuple3<T0, T1, T2>
where T0: Freeze, T1: Freeze, T2: Freeze,

ยง

impl<T0, T1, T2, T3> Freeze for ArchivedTuple4<T0, T1, T2, T3>
where T0: Freeze, T1: Freeze, T2: Freeze, T3: Freeze,

ยง

impl<T0, T1, T2, T3, T4> Freeze for ArchivedTuple5<T0, T1, T2, T3, T4>
where T0: Freeze, T1: Freeze, T2: Freeze, T3: Freeze, T4: Freeze,

ยง

impl<T0, T1, T2, T3, T4, T5> Freeze for ArchivedTuple6<T0, T1, T2, T3, T4, T5>
where T0: Freeze, T1: Freeze, T2: Freeze, T3: Freeze, T4: Freeze, T5: Freeze,

ยง

impl<T0, T1, T2, T3, T4, T5, T6> Freeze for ArchivedTuple7<T0, T1, T2, T3, T4, T5, T6>
where T0: Freeze, T1: Freeze, T2: Freeze, T3: Freeze, T4: Freeze, T5: Freeze, T6: Freeze,

ยง

impl<T0, T1, T2, T3, T4, T5, T6, T7> Freeze for ArchivedTuple8<T0, T1, T2, T3, T4, T5, T6, T7>
where T0: Freeze, T1: Freeze, T2: Freeze, T3: Freeze, T4: Freeze, T5: Freeze, T6: Freeze, T7: Freeze,

ยง

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> Freeze for ArchivedTuple9<T0, T1, T2, T3, T4, T5, T6, T7, T8>
where T0: Freeze, T1: Freeze, T2: Freeze, T3: Freeze, T4: Freeze, T5: Freeze, T6: Freeze, T7: Freeze, T8: Freeze,

ยง

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> Freeze for ArchivedTuple10<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9>
where T0: Freeze, T1: Freeze, T2: Freeze, T3: Freeze, T4: Freeze, T5: Freeze, T6: Freeze, T7: Freeze, T8: Freeze, T9: Freeze,

ยง

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Freeze for ArchivedTuple11<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
where T0: Freeze, T1: Freeze, T2: Freeze, T3: Freeze, T4: Freeze, T5: Freeze, T6: Freeze, T7: Freeze, T8: Freeze, T9: Freeze, T10: Freeze,

ยง

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Freeze for ArchivedTuple12<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
where T0: Freeze, T1: Freeze, T2: Freeze, T3: Freeze, T4: Freeze, T5: Freeze, T6: Freeze, T7: Freeze, T8: Freeze, T9: Freeze, T10: Freeze, T11: Freeze,

ยง

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Freeze for ArchivedTuple13<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
where T0: Freeze, T1: Freeze, T2: Freeze, T3: Freeze, T4: Freeze, T5: Freeze, T6: Freeze, T7: Freeze, T8: Freeze, T9: Freeze, T10: Freeze, T11: Freeze, T12: Freeze,

ยง

impl<T1, T2> Freeze for Compare<T1, T2>
where T1: Freeze, T2: Freeze,

ยง

impl<T1, T2> Freeze for EqIgnoreAsciiCase<T1, T2>
where T1: Freeze, T2: Freeze,

ยง

impl<T1, T2> Freeze for Equal<T1, T2>
where T1: Freeze, T2: Freeze,

ยง

impl<T> !Freeze for ReentrantLock<T>

ยง

impl<T> !Freeze for ReadOnlyCell<T>

ยง

impl<T> !Freeze for GILOnceCell<T>

ยง

impl<T> !Freeze for Cell<T>

ยง

impl<T> !Freeze for OnceCell<T>

ยง

impl<T> !Freeze for RefCell<T>

ยง

impl<T> !Freeze for Atomic<T>

ยง

impl<T> !Freeze for devela::work::AtomicPtr<T>

ยง

impl<T> !Freeze for Mutex<T>

ยง

impl<T> !Freeze for OnceLock<T>

ยง

impl<T> !Freeze for RwLock<T>

ยง

impl<T> !Freeze for SyncUnsafeCell<T>

ยง

impl<T> !Freeze for devela::_core::sync::atomic::AtomicPtr<T>

ยง

impl<T> !Freeze for PyClassObject<T>

ยง

impl<T> !Freeze for Storage<T>

ยง

impl<T> !Freeze for WasmRefCell<T>

ยง

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

ยง

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

ยง

impl<T> Freeze for devela::_dep::kira::Value<T>
where T: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for devela::_dep::_std::sync::mpmc::IntoIter<T>

ยง

impl<T> Freeze for devela::_dep::_std::sync::mpmc::Receiver<T>

ยง

impl<T> Freeze for devela::_dep::_std::sync::mpmc::SendError<T>
where T: Freeze,

ยง

impl<T> Freeze for devela::_dep::_std::sync::mpmc::Sender<T>

ยง

impl<T> Freeze for devela::_dep::_std::sync::mpsc::IntoIter<T>

ยง

impl<T> Freeze for devela::_dep::_std::sync::mpsc::Receiver<T>

ยง

impl<T> Freeze for devela::_dep::_std::sync::mpsc::Sender<T>

ยง

impl<T> Freeze for SyncSender<T>

ยง

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

ยง

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

ยง

impl<T> Freeze for CommandReader<T>

ยง

impl<T> Freeze for CommandWriter<T>

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for Libm<T>

ยง

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

ยง

impl<T> Freeze for MidiInputConnection<T>

ยง

impl<T> Freeze for PyBuffer<T>

ยง

impl<T> Freeze for Py<T>

ยง

impl<T> Freeze for PyClassInitializer<T>
where T: Freeze, <<T as PyClassImpl>::BaseType as PyClassBaseType>::Initializer: Freeze,

ยง

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

ยง

impl<T> Freeze for devela::_dep::rayon::collections::binary_heap::IntoIter<T>

ยง

impl<T> Freeze for devela::_dep::rayon::collections::btree_set::IntoIter<T>

ยง

impl<T> Freeze for devela::_dep::rayon::collections::hash_set::IntoIter<T>

ยง

impl<T> Freeze for devela::_dep::rayon::collections::linked_list::IntoIter<T>

ยง

impl<T> Freeze for devela::_dep::rayon::collections::vec_deque::IntoIter<T>

ยง

impl<T> Freeze for devela::_dep::rayon::iter::Empty<T>

ยง

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

ยง

impl<T> Freeze for devela::_dep::rayon::iter::Once<T>
where T: Freeze,

ยง

impl<T> Freeze for devela::_dep::rayon::iter::Repeat<T>
where T: Freeze,

ยง

impl<T> Freeze for devela::_dep::rayon::iter::RepeatN<T>
where T: Freeze,

ยง

impl<T> Freeze for devela::_dep::rayon::option::IntoIter<T>
where T: Freeze,

ยง

impl<T> Freeze for devela::_dep::rayon::range::Iter<T>
where T: Freeze,

ยง

impl<T> Freeze for devela::_dep::rayon::range_inclusive::Iter<T>
where T: Freeze,

ยง

impl<T> Freeze for devela::_dep::rayon::result::IntoIter<T>
where T: Freeze,

ยง

impl<T> Freeze for devela::_dep::rayon::vec::IntoIter<T>

ยง

impl<T> Freeze for ArchivedBox<T>

ยง

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

ยง

impl<T> Freeze for ArchivedHashTable<T>

ยง

impl<T> Freeze for RawIter<T>

ยง

impl<T> Freeze for ArchivedOptionBox<T>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for SerVec<T>

ยง

impl<T> Freeze for ArchivedVec<T>

ยง

impl<T> Freeze for devela::_dep::rkyv::with::Map<T>

ยง

impl<T> Freeze for ReadHalf<T>

ยง

impl<T> Freeze for WriteHalf<T>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for WasmRet<T>
where <T as WasmAbi>::Prim1: Freeze, <T as WasmAbi>::Prim2: Freeze, <T as WasmAbi>::Prim3: Freeze, <T as WasmAbi>::Prim4: Freeze,

ยง

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

ยง

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

ยง

impl<T> Freeze for JsStatic<T>

ยง

impl<T> Freeze for JsThreadLocal<T>

ยง

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

ยง

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

ยง

impl<T> Freeze for ArchivedBareBox<T>
where <T as Archive>::Archived: Freeze,

ยง

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

ยง

impl<T> Freeze for BareBoxResolver<T>
where <T as Archive>::Resolver: Freeze,

ยง

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

ยง

impl<T> Freeze for Discriminant<T>

ยง

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

ยง

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

ยง

impl<T> Freeze for devela::all::IoCursor<T>
where T: Freeze,

ยง

impl<T> Freeze for devela::all::IoTake<T>
where T: Freeze,

ยง

impl<T> Freeze for devela::all::IterEmpty<T>

ยง

impl<T> Freeze for devela::all::IterOnce<T>
where T: Freeze,

ยง

impl<T> Freeze for devela::all::IterRev<T>
where T: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for Slice<T>

ยง

impl<T> Freeze for TypeResource<T>
where <T as TypeResourced>::TypeData: Freeze,

ยง

impl<T> Freeze for VecVector<T>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for devela::num::Compare<T>
where T: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for Pending<T>

ยง

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

ยง

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 AsyncDropInPlace<T>
where <T as AsyncDestruct>::AsyncDestructor: Freeze, T: ?Sized,

ยง

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

ยง

impl<T> Freeze for devela::_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> Freeze for AddClassToModule<T>

ยง

impl<T> Freeze for AddTypeToModule<T>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for Converter<T>

ยง

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

ยง

impl<T> Freeze for DeprecationTest<T>

ยง

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

ยง

impl<T> Freeze for EmptyTupleConverter<T>

ยง

impl<T> Freeze for FreeList<T>

ยง

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

ยง

impl<T> Freeze for IntoPyConverter<T>

ยง

impl<T> Freeze for IntoPyObjectConverter<T>

ยง

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

ยง

impl<T> Freeze for IsIntoPy<T>

ยง

impl<T> Freeze for IsIntoPyObject<T>

ยง

impl<T> Freeze for IsIntoPyObjectRef<T>

ยง

impl<T> Freeze for IsPyT<T>

ยง

impl<T> Freeze for IsSync<T>

ยง

impl<T> Freeze for IsToPyObject<T>

ยง

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

ยง

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

ยง

impl<T> Freeze for PyClassImplCollector<T>

ยง

impl<T> Freeze for PyNativeTypeInitializer<T>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for TaggedContentVisitor<T>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for UnknownReturnResultType<T>

ยง

impl<T> Freeze for UnknownReturnType<T>

ยง

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

ยง

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

ยง

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

ยง

impl<T, A> Freeze for devela::_dep::_alloc::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 devela::_dep::_alloc::collections::btree_set::IntoIter<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for devela::_dep::_alloc::collections::linked_list::IntoIter<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for devela::_dep::_alloc::collections::vec_deque::IntoIter<T, A>
where A: Freeze,

ยง

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

ยง

impl<T, A> Freeze for devela::_dep::_alloc::vec::IntoIter<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for devela::_dep::hashbrown::hash_table::IntoIter<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for HashTable<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 devela::all::Box<T, A>
where A: Freeze, T: ?Sized,

ยง

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

ยง

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

ยง

impl<T, A> Freeze for devela::all::RcWeak<T, A>
where A: Freeze, T: ?Sized,

ยง

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

ยง

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

ยง

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

ยง

impl<T, A> Freeze for devela::work::ArcWeak<T, A>
where A: Freeze, T: ?Sized,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T, E> Freeze for CoroRun<T, E>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T, N> Freeze for NichedOption<T, N>
where T: Freeze, N: ?Sized,

ยง

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

ยง

impl<T, P> Freeze for Split<T, P>
where T: Freeze, P: Freeze,

ยง

impl<T, S> Freeze for devela::_dep::_std::collections::HashSet<T, S>
where S: Freeze,

ยง

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

ยง

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

ยง

impl<T, U> Freeze for devela::all::IoChain<T, U>
where T: Freeze, U: Freeze,

ยง

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

ยง

impl<T, const C: usize, const R: usize, const CR: usize, const RMAJ: bool = true, S = ()> !Freeze for ArchivedArray2d<T, C, R, CR, RMAJ, S>

ยง

impl<T, const C: usize, const R: usize, const CR: usize, const RMAJ: bool = true, S = ()> !Freeze for Array2dResolver<T, C, R, CR, RMAJ, S>

ยง

impl<T, const C: usize, const R: usize, const CR: usize, const RMAJ: bool, S> Freeze for Array2d<T, C, R, CR, RMAJ, S>
where <S as Storage>::Stored<[T; CR]>: Freeze,

ยง

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

ยง

impl<T, const CAP: usize, IDX, S = ()> !Freeze for ArchivedDestaque<T, CAP, IDX, S>

ยง

impl<T, const CAP: usize, IDX, S = ()> !Freeze for ArchivedStack<T, CAP, IDX, S>

ยง

impl<T, const CAP: usize, IDX, S = ()> !Freeze for DestaqueResolver<T, CAP, IDX, S>

ยง

impl<T, const CAP: usize, IDX, S = ()> !Freeze for StackResolver<T, CAP, IDX, S>

ยง

impl<T, const CAP: usize, IDX, S> Freeze for Destaque<T, CAP, IDX, S>
where IDX: Freeze, <S as Storage>::Stored<[T; CAP]>: Freeze,

ยง

impl<T, const CAP: usize, IDX, S> Freeze for Stack<T, CAP, IDX, S>
where IDX: Freeze, <S as Storage>::Stored<[T; CAP]>: Freeze,

ยง

impl<T, const CAP: usize, S> Freeze for ArchivedArray<T, CAP, S>
where <<S as Storage>::Stored<[T; CAP]> as Archive>::Archived: Freeze,

ยง

impl<T, const CAP: usize, S> Freeze for devela::all::Array<T, CAP, S>
where <S as Storage>::Stored<[T; CAP]>: Freeze,

ยง

impl<T, const CAP: usize, S> Freeze for ArrayResolver<T, CAP, S>
where <<S as Storage>::Stored<[T; CAP]> as Archive>::Resolver: Freeze,

ยง

impl<T, const CAP: usize, S> Freeze for ArrayUninit<T, CAP, S>
where <S as Storage>::Stored<[MaybeUninit<T>; CAP]>: Freeze,

ยง

impl<T, const D: usize> Freeze for Extent<T, D>
where T: Freeze,

ยง

impl<T, const D: usize> Freeze for Point<T, D>
where T: Freeze,

ยง

impl<T, const D: usize> Freeze for VecPoints<T, D>

ยง

impl<T, const D: usize> Freeze for Vector<T, D>
where T: Freeze,

ยง

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

ยง

impl<T, const N: usize> Freeze for devela::_dep::rayon::array::IntoIter<T, N>
where T: Freeze,

ยง

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

ยง

impl<T, const N: usize> Freeze for devela::all::ArrayIntoIter<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<V, Q> Freeze for ValueQuant<V, Q>
where V: Freeze, Q: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<W> Freeze for devela::_dep::tokio::io::BufWriter<W>
where W: Freeze,

ยง

impl<W> Freeze for devela::all::IoBufWriter<W>
where W: Freeze + ?Sized,

ยง

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

ยง

impl<W, A, S> Freeze for Serializer<W, A, S>
where W: Freeze, A: Freeze, S: Freeze,

ยง

impl<W, N> Freeze for MapNiche<W, N>
where W: ?Sized, N: ?Sized,

ยง

impl<Y, MO, D, H, M, S, MS, US, NS> Freeze for TimeSplit<Y, MO, D, H, M, S, MS, US, NS>
where Y: Freeze, MO: Freeze, D: Freeze, H: Freeze, M: Freeze, S: Freeze, MS: Freeze, US: Freeze, NS: Freeze,

ยง

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

ยง

impl<_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11> Freeze for TupleElement<_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11>
where _0: Freeze, _1: Freeze, _2: Freeze, _3: Freeze, _4: Freeze, _5: Freeze, _6: Freeze, _7: Freeze, _8: Freeze, _9: Freeze, _10: Freeze, _11: Freeze,

ยง

impl<_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11> Freeze for TupleIter<_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11>
where _0: Freeze, _1: Freeze, _2: Freeze, _3: Freeze, _4: Freeze, _5: Freeze, _6: Freeze, _7: Freeze, _8: Freeze, _9: Freeze, _10: Freeze, _11: Freeze,

ยง

impl<const ALIGNMENT: usize> Freeze for AlignedVec<ALIGNMENT>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<const GROUP: u8, const NUM: u8, Data> Freeze for NoneOpcode<GROUP, NUM, Data>
where Data: Freeze,

ยง

impl<const GROUP: u8, const NUM: u8, Data> Freeze for ReadOpcode<GROUP, NUM, Data>
where Data: Freeze,

ยง

impl<const GROUP: u8, const NUM: u8, Data> Freeze for ReadWriteOpcode<GROUP, NUM, Data>
where Data: Freeze,

ยง

impl<const GROUP: u8, const NUM: u8, Data> Freeze for WriteOpcode<GROUP, NUM, Data>
where Data: Freeze,

ยง

impl<const IMPLEMENTS_INTOPYOBJECT_REF: bool, const IMPLEMENTS_INTOPYOBJECT: bool> Freeze for ConvertField<IMPLEMENTS_INTOPYOBJECT_REF, IMPLEMENTS_INTOPYOBJECT>

ยง

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

ยง

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

ยง

impl<const OPCODE: u32> Freeze for BadOpcode<OPCODE>

ยง

impl<const SH1: usize, const SH2: usize, const SH3: usize> Freeze for XorShift8Custom<SH1, SH2, SH3>

ยง

impl<const V: i8> Freeze for devela::_info::examples::niche::NonValueI8<V>

ยง

impl<const V: i8> Freeze for devela::all::NonValueI8<V>

ยง

impl<const V: u8> Freeze for NonValueU8<V>

ยง

impl<const V: u16> Freeze for NonValueU16<V>