rustmax::std::marker

Trait Freeze

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

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

ยงSafety

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

Implementorsยง

Sourceยง

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

Sourceยง

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

Sourceยง

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

Sourceยง

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

Sourceยง

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

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 OriginalUri

ยง

impl !Freeze for RawForm

ยง

impl !Freeze for KeepAlive

ยง

impl !Freeze for Redirect

ยง

impl !Freeze for InfallibleRouteFuture

ยง

impl !Freeze for Backoff

ยง

impl !Freeze for LocalPool

ยง

impl !Freeze for AtomicWaker

ยง

impl !Freeze for rustmax::hyper::body::Bytes

ยง

impl !Freeze for rustmax::hyper::ext::Protocol

ยง

impl !Freeze for ReasonPhrase

ยง

impl !Freeze for rustmax::hyper::http::request::Builder

ยง

impl !Freeze for rustmax::hyper::http::request::Parts

ยง

impl !Freeze for Authority

ยง

impl !Freeze for rustmax::hyper::http::uri::Builder

ยง

impl !Freeze for rustmax::hyper::http::uri::Parts

ยง

impl !Freeze for PathAndQuery

ยง

impl !Freeze for Uri

ยง

impl !Freeze for rustmax::hyper::upgrade::Upgraded

ยง

impl !Freeze for ThreadBuilder

ยง

impl !Freeze for rustmax::reqwest::blocking::Body

ยง

impl !Freeze for rustmax::reqwest::blocking::Request

ยง

impl !Freeze for rustmax::reqwest::blocking::RequestBuilder

ยง

impl !Freeze for HeaderName

ยง

impl !Freeze for HeaderValue

ยง

impl !Freeze for rustmax::reqwest::Body

ยง

impl !Freeze for Proxy

ยง

impl !Freeze for rustmax::reqwest::Request

ยง

impl !Freeze for rustmax::reqwest::RequestBuilder

ยง

impl !Freeze for rustmax::reqwest::Upgraded

ยง

impl !Freeze for MatchingBracketHighlighter

ยง

impl !Freeze for BufferWriter

ยง

impl !Freeze for rustmax::tokio::fs::File

ยง

impl !Freeze for rustmax::tokio::net::TcpListener

ยง

impl !Freeze for rustmax::tokio::net::TcpStream

ยง

impl !Freeze for rustmax::tokio::net::UdpSocket

ยง

impl !Freeze for rustmax::tokio::net::UnixDatagram

ยง

impl !Freeze for rustmax::tokio::net::UnixListener

ยง

impl !Freeze for rustmax::tokio::net::UnixStream

ยง

impl !Freeze for rustmax::tokio::net::unix::pipe::Receiver

ยง

impl !Freeze for rustmax::tokio::net::unix::pipe::Sender

ยง

impl !Freeze for rustmax::tokio::runtime::Builder

ยง

impl !Freeze for Runtime

ยง

impl !Freeze for rustmax::tokio::sync::Barrier

ยง

impl !Freeze for Notify

ยง

impl !Freeze for Semaphore

ยง

impl !Freeze for LocalSet

ยง

impl !Freeze for Sleep

ยง

impl !Freeze for TpsBudget

ยง

impl !Freeze for Shell

ยง

impl !Freeze for rustmax::std::backtrace::Backtrace

ยง

impl !Freeze for AtomicBool

ยง

impl !Freeze for AtomicI8

ยง

impl !Freeze for AtomicI16

ยง

impl !Freeze for AtomicI32

ยง

impl !Freeze for AtomicI64

ยง

impl !Freeze for AtomicIsize

ยง

impl !Freeze for AtomicU8

ยง

impl !Freeze for AtomicU16

ยง

impl !Freeze for AtomicU32

ยง

impl !Freeze for AtomicU64

ยง

impl !Freeze for AtomicUsize

ยง

impl !Freeze for rustmax::std::sync::Barrier

ยง

impl !Freeze for Condvar

ยง

impl !Freeze for rustmax::std::sync::Once

ยง

impl !Freeze for OnceState

ยง

impl Freeze for rustmax::axum::extract::path::ErrorKind

ยง

impl Freeze for BytesRejection

ยง

impl Freeze for ExtensionRejection

ยง

impl Freeze for FailedToBufferBody

ยง

impl Freeze for FormRejection

ยง

impl Freeze for JsonRejection

ยง

impl Freeze for MatchedPathRejection

ยง

impl Freeze for PathRejection

ยง

impl Freeze for QueryRejection

ยง

impl Freeze for RawFormRejection

ยง

impl Freeze for RawPathParamsRejection

ยง

impl Freeze for StringRejection

ยง

impl Freeze for PrintFmt

ยง

impl Freeze for ParseAlphabetError

ยง

impl Freeze for DecodePaddingMode

ยง

impl Freeze for DecodeError

ยง

impl Freeze for DecodeSliceError

ยง

impl Freeze for EncodeSliceError

ยง

impl Freeze for DeriveTrait

ยง

impl Freeze for DiscoveredItem

ยง

impl Freeze for EnumVariantCustomBehavior

ยง

impl Freeze for EnumVariantValue

ยง

impl Freeze for CanDerive

ยง

impl Freeze for IntKind

ยง

impl Freeze for ItemKind

ยง

impl Freeze for MacroParsingBehavior

ยง

impl Freeze for TypeKind

ยง

impl Freeze for rustmax::bindgen::Abi

ยง

impl Freeze for AliasVariation

ยง

impl Freeze for BindgenError

ยง

impl Freeze for EnumVariation

ยง

impl Freeze for FieldVisibilityKind

ยง

impl Freeze for rustmax::bindgen::Formatter

ยง

impl Freeze for MacroTypeVariation

ยง

impl Freeze for NonCopyUnionStyle

ยง

impl Freeze for RustEdition

ยง

impl Freeze for BigEndian

ยง

impl Freeze for LittleEndian

ยง

impl Freeze for VsVers

ยง

impl Freeze for Month

ยง

impl Freeze for RoundingError

ยง

impl Freeze for SecondsFormat

ยง

impl Freeze for rustmax::chrono::Weekday

ยง

impl Freeze for Colons

ยง

impl Freeze for Fixed

ยง

impl Freeze for Numeric

ยง

impl Freeze for OffsetPrecision

ยง

impl Freeze for Pad

ยง

impl Freeze for ParseErrorKind

ยง

impl Freeze for ArgPredicate

ยง

impl Freeze for ArgAction

ยง

impl Freeze for rustmax::clap::ColorChoice

ยง

impl Freeze for ValueHint

ยง

impl Freeze for ContextKind

ยง

impl Freeze for ContextValue

ยง

impl Freeze for rustmax::clap::error::ErrorKind

ยง

impl Freeze for MatchesError

ยง

impl Freeze for ValueSource

ยง

impl Freeze for rustmax::crossbeam::channel::RecvTimeoutError

ยง

impl Freeze for rustmax::crossbeam::channel::TryRecvError

ยง

impl Freeze for rustmax::ctrlc::Error

ยง

impl Freeze for SignalType

ยง

impl Freeze for Opaque

ยง

impl Freeze for Trivial

ยง

impl Freeze for BinaryError

ยง

impl Freeze for Target

ยง

impl Freeze for TimestampPrecision

ยง

impl Freeze for WriteStyle

ยง

impl Freeze for AnsiColor

ยง

impl Freeze for rustmax::env_logger::fmt::style::Color

ยง

impl Freeze for PollNext

ยง

impl Freeze for FromHexError

ยง

impl Freeze for rustmax::itertools::Position

ยง

impl Freeze for Era

ยง

impl Freeze for rustmax::jiff::civil::Weekday

ยง

impl Freeze for RoundMode

ยง

impl Freeze for Unit

ยง

impl Freeze for Designator

ยง

impl Freeze for rustmax::jiff::fmt::friendly::Direction

ยง

impl Freeze for FractionalUnit

ยง

impl Freeze for rustmax::jiff::fmt::friendly::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 rustmax::json5::Error

ยง

impl Freeze for DIR

ยง

impl Freeze for FILE

ยง

impl Freeze for fpos64_t

ยง

impl Freeze for fpos_t

ยง

impl Freeze for timezone

ยง

impl Freeze for tpacket_versions

ยง

impl Freeze for rustmax::log::Level

ยง

impl Freeze for LevelFilter

ยง

impl Freeze for CompareResult

ยง

impl Freeze for Needed

ยง

impl Freeze for rustmax::nom::error::ErrorKind

ยง

impl Freeze for Endianness

ยง

impl Freeze for rustmax::num_bigint::Sign

ยง

impl Freeze for rustmax::proc_macro2::Delimiter

ยง

impl Freeze for rustmax::proc_macro2::Spacing

ยง

impl Freeze for rustmax::proc_macro2::TokenTree

ยง

impl Freeze for rustmax::proc_macro::Delimiter

ยง

impl Freeze for rustmax::proc_macro::Level

ยง

impl Freeze for rustmax::proc_macro::Spacing

ยง

impl Freeze for rustmax::proc_macro::TokenTree

ยง

impl Freeze for TestCaseError

ยง

impl Freeze for rustmax::proptest::string::Error

ยง

impl Freeze for FileFailurePersistence

ยง

impl Freeze for RngAlgorithm

ยง

impl Freeze for BernoulliError

ยง

impl Freeze for rustmax::rand::distr::uniform::Error

ยง

impl Freeze for rustmax::rand::seq::WeightError

ยง

impl Freeze for IndexVec

ยง

impl Freeze for IndexVecIntoIter

ยง

impl Freeze for rustmax::rayon::Yield

ยง

impl Freeze for rustmax::regex::Error

ยง

impl Freeze for Quote

ยง

impl Freeze for BellStyle

ยง

impl Freeze for Anchor

ยง

impl Freeze for rustmax::rustyline::At

ยง

impl Freeze for Behavior

ยง

impl Freeze for CharSearch

ยง

impl Freeze for rustmax::rustyline::Cmd

ยง

impl Freeze for ColorMode

ยง

impl Freeze for CompletionType

ยง

impl Freeze for EditMode

ยง

impl Freeze for rustmax::rustyline::Event

ยง

impl Freeze for EventHandler

ยง

impl Freeze for HistoryDuplicates

ยง

impl Freeze for InputMode

ยง

impl Freeze for KeyCode

ยง

impl Freeze for Movement

ยง

impl Freeze for Word

ยง

impl Freeze for ReadlineError

ยง

impl Freeze for CmdKind

ยง

impl Freeze for SearchDirection

ยง

impl Freeze for rustmax::rustyline::line_buffer::Direction

ยง

impl Freeze for WordAction

ยง

impl Freeze for ValidationResult

ยง

impl Freeze for Op

ยง

impl Freeze for Category

ยง

impl Freeze for CharEscape

ยง

impl Freeze for TruncSide

ยง

impl Freeze for InterfaceIndexOrAddress

ยง

impl Freeze for AttrStyle

ยง

impl Freeze for BinOp

ยง

impl Freeze for CapturedParam

ยง

impl Freeze for Data

ยง

impl Freeze for rustmax::syn::Expr

ยง

impl Freeze for FieldMutability

ยง

impl Freeze for Fields

ยง

impl Freeze for FnArg

ยง

impl Freeze for ForeignItem

ยง

impl Freeze for GenericArgument

ยง

impl Freeze for GenericParam

ยง

impl Freeze for ImplItem

ยง

impl Freeze for ImplRestriction

ยง

impl Freeze for rustmax::syn::Item

ยง

impl Freeze for Lit

ยง

impl Freeze for MacroDelimiter

ยง

impl Freeze for Member

ยง

impl Freeze for Meta

ยง

impl Freeze for Pat

ยง

impl Freeze for PathArguments

ยง

impl Freeze for PointerMutability

ยง

impl Freeze for RangeLimits

ยง

impl Freeze for ReturnType

ยง

impl Freeze for StaticMutability

ยง

impl Freeze for Stmt

ยง

impl Freeze for TraitBoundModifier

ยง

impl Freeze for TraitItem

ยง

impl Freeze for rustmax::syn::Type

ยง

impl Freeze for TypeParamBound

ยง

impl Freeze for UnOp

ยง

impl Freeze for UseTree

ยง

impl Freeze for Visibility

ยง

impl Freeze for WherePredicate

ยง

impl Freeze for SpooledData

ยง

impl Freeze for ExprVal

ยง

impl Freeze for LogicOperator

ยง

impl Freeze for MathOperator

ยง

impl Freeze for Node

ยง

impl Freeze for rustmax::tera::ErrorKind

ยง

impl Freeze for rustmax::tera::Value

ยง

impl Freeze for rustmax::termcolor::Color

ยง

impl Freeze for rustmax::termcolor::ColorChoice

ยง

impl Freeze for RuntimeFlavor

ยง

impl Freeze for rustmax::tokio::sync::broadcast::error::RecvError

ยง

impl Freeze for rustmax::tokio::sync::broadcast::error::TryRecvError

ยง

impl Freeze for TryAcquireError

ยง

impl Freeze for rustmax::tokio::sync::mpsc::error::TryRecvError

ยง

impl Freeze for rustmax::tokio::sync::oneshot::error::TryRecvError

ยง

impl Freeze for MissedTickBehavior

ยง

impl Freeze for rustmax::toml::Value

ยง

impl Freeze for rustmax::toml::value::Offset

ยง

impl Freeze for GraphemeIncomplete

ยง

impl Freeze for Origin

ยง

impl Freeze for rustmax::url::ParseError

ยง

impl Freeze for rustmax::url::Position

ยง

impl Freeze for SyntaxViolation

ยง

impl Freeze for AsciiChar

ยง

impl Freeze for BacktraceStatus

ยง

impl Freeze for rustmax::std::cmp::Ordering

ยง

impl Freeze for TryReserveErrorKind

ยง

impl Freeze for Infallible

ยง

impl Freeze for VarError

ยง

impl Freeze for c_void

ยง

impl Freeze for rustmax::std::fmt::Alignment

ยง

impl Freeze for BasicBlock

ยง

impl Freeze for UnwindTerminateReason

ยง

impl Freeze for rustmax::std::io::ErrorKind

ยง

impl Freeze for SeekFrom

ยง

impl Freeze for IpAddr

ยง

impl Freeze for Ipv6MulticastScope

ยง

impl Freeze for Shutdown

ยง

impl Freeze for rustmax::std::net::SocketAddr

ยง

impl Freeze for FpCategory

ยง

impl Freeze for IntErrorKind

ยง

impl Freeze for AncillaryError

ยง

impl Freeze for BacktraceStyle

ยง

impl Freeze for SearchStep

ยง

impl Freeze for rustmax::std::sync::atomic::Ordering

ยง

impl Freeze for rustmax::std::sync::mpsc::RecvTimeoutError

ยง

impl Freeze for rustmax::std::sync::mpsc::TryRecvError

ยง

impl Freeze for AHasher

ยง

impl Freeze for rustmax::ahash::RandomState

ยง

impl Freeze for rustmax::anyhow::Error

ยง

impl Freeze for rustmax::axum::body::Body

ยง

impl Freeze for BodyDataStream

ยง

impl Freeze for HandleErrorFuture

ยง

impl Freeze for FailedToDeserializeForm

ยง

impl Freeze for FailedToDeserializeFormBody

ยง

impl Freeze for FailedToDeserializePathParams

ยง

impl Freeze for FailedToDeserializeQueryString

ยง

impl Freeze for InvalidFormContentType

ยง

impl Freeze for InvalidUtf8

ยง

impl Freeze for InvalidUtf8InPathParam

ยง

impl Freeze for JsonDataError

ยง

impl Freeze for JsonSyntaxError

ยง

impl Freeze for LengthLimitError

ยง

impl Freeze for MatchedPathMissing

ยง

impl Freeze for MissingExtension

ยง

impl Freeze for MissingJsonContentType

ยง

impl Freeze for MissingPathParams

ยง

impl Freeze for NestedPathRejection

ยง

impl Freeze for UnknownBodyError

ยง

impl Freeze for DefaultBodyLimit

ยง

impl Freeze for MatchedPath

ยง

impl Freeze for NestedPath

ยง

impl Freeze for RawPathParams

ยง

impl Freeze for RawQuery

ยง

impl Freeze for rustmax::axum::middleware::future::FromFnResponseFuture

ยง

impl Freeze for rustmax::axum::middleware::future::MapRequestResponseFuture

ยง

impl Freeze for rustmax::axum::middleware::future::MapResponseResponseFuture

ยง

impl Freeze for rustmax::axum::middleware::Next

ยง

impl Freeze for rustmax::axum::response::sse::Event

ยง

impl Freeze for ErrorResponse

ยง

impl Freeze for NoContent

ยง

impl Freeze for ResponseParts

ยง

impl Freeze for MethodFilter

ยง

impl Freeze for rustmax::axum::Error

ยง

impl Freeze for rustmax::backtrace::Backtrace

ยง

impl Freeze for rustmax::backtrace::BacktraceFrame

ยง

impl Freeze for BacktraceSymbol

ยง

impl Freeze for rustmax::backtrace::Frame

ยง

impl Freeze for Symbol

ยง

impl Freeze for Alphabet

ยง

impl Freeze for DecodeMetadata

ยง

impl Freeze for GeneralPurpose

ยง

impl Freeze for GeneralPurposeConfig

ยง

impl Freeze for DiscoveredItemId

ยง

impl Freeze for Bindings

ยง

impl Freeze for rustmax::bindgen::Builder

ยง

impl Freeze for CargoCallbacks

ยง

impl Freeze for ClangVersion

ยง

impl Freeze for CodegenConfig

ยง

impl Freeze for RustTarget

ยง

impl Freeze for rustmax::bitflags::parser::ParseError

ยง

impl Freeze for Hash

ยง

impl Freeze for Hasher

ยง

impl Freeze for HexError

ยง

impl Freeze for OutputReader

ยง

impl Freeze for UninitSlice

ยง

impl Freeze for BytesMut

ยง

impl Freeze for Build

ยง

impl Freeze for rustmax::cc::Error

ยง

impl Freeze for Tool

ยง

impl Freeze for InternalFixed

ยง

impl Freeze for InternalNumeric

ยง

impl Freeze for OffsetFormat

ยง

impl Freeze for Parsed

ยง

impl Freeze for NaiveDateDaysIterator

ยง

impl Freeze for NaiveDateWeeksIterator

ยง

impl Freeze for Days

ยง

impl Freeze for FixedOffset

ยง

impl Freeze for IsoWeek

ยง

impl Freeze for rustmax::chrono::Local

ยง

impl Freeze for Months

ยง

impl Freeze for NaiveDate

ยง

impl Freeze for NaiveDateTime

ยง

impl Freeze for NaiveTime

ยง

impl Freeze for NaiveWeek

ยง

impl Freeze for OutOfRange

ยง

impl Freeze for OutOfRangeError

ยง

impl Freeze for rustmax::chrono::ParseError

ยง

impl Freeze for ParseMonthError

ยง

impl Freeze for ParseWeekdayError

ยง

impl Freeze for TimeDelta

ยง

impl Freeze for Utc

ยง

impl Freeze for BoolValueParser

ยง

impl Freeze for BoolishValueParser

ยง

impl Freeze for FalseyValueParser

ยง

impl Freeze for NonEmptyStringValueParser

ยง

impl Freeze for rustmax::clap::builder::OsStr

ยง

impl Freeze for OsStringValueParser

ยง

impl Freeze for PathBufValueParser

ยง

impl Freeze for PossibleValue

ยง

impl Freeze for PossibleValuesParser

ยง

impl Freeze for Str

ยง

impl Freeze for StringValueParser

ยง

impl Freeze for StyledStr

ยง

impl Freeze for Styles

ยง

impl Freeze for UnknownArgumentValueParser

ยง

impl Freeze for ValueParser

ยง

impl Freeze for ValueRange

ยง

impl Freeze for RichFormatter

ยง

impl Freeze for KindFormatter

ยง

impl Freeze for Arg

ยง

impl Freeze for ArgGroup

ยง

impl Freeze for ArgMatches

ยง

impl Freeze for rustmax::clap::Command

ยง

impl Freeze for rustmax::clap::Id

ยง

impl Freeze for ReadyTimeoutError

ยง

impl Freeze for rustmax::crossbeam::channel::RecvError

ยง

impl Freeze for SelectTimeoutError

ยง

impl Freeze for TryReadyError

ยง

impl Freeze for TrySelectError

ยง

impl Freeze for Collector

ยง

impl Freeze for Guard

ยง

impl Freeze for LocalHandle

ยง

impl Freeze for Parker

ยง

impl Freeze for Unparker

ยง

impl Freeze for WaitGroup

ยง

impl Freeze for CxxString

ยง

impl Freeze for Exception

ยง

impl Freeze for rustmax::derive_more::FromStrError

ยง

impl Freeze for rustmax::derive_more::UnitError

ยง

impl Freeze for WrongVariantError

ยง

impl Freeze for rustmax::env_logger::fmt::Formatter

ยง

impl Freeze for rustmax::env_logger::fmt::Timestamp

ยง

impl Freeze for Ansi256Color

ยง

impl Freeze for EffectIter

ยง

impl Freeze for Effects

ยง

impl Freeze for Reset

ยง

impl Freeze for RgbColor

ยง

impl Freeze for Style

ยง

impl Freeze for rustmax::env_logger::Builder

ยง

impl Freeze for Logger

ยง

impl Freeze for rustmax::futures::channel::mpsc::SendError

ยง

impl Freeze for rustmax::futures::channel::mpsc::TryRecvError

ยง

impl Freeze for Canceled

ยง

impl Freeze for Enter

ยง

impl Freeze for EnterError

ยง

impl Freeze for LocalSpawner

ยง

impl Freeze for rustmax::futures::io::Empty

ยง

impl Freeze for rustmax::futures::io::Repeat

ยง

impl Freeze for rustmax::futures::io::Sink

ยง

impl Freeze for rustmax::futures::prelude::stream::AbortHandle

ยง

impl Freeze for AbortRegistration

ยง

impl Freeze for Aborted

ยง

impl Freeze for SpawnError

ยง

impl Freeze for rustmax::hyper::body::Incoming

ยง

impl Freeze for SizeHint

ยง

impl Freeze for rustmax::hyper::client::conn::http1::Builder

ยง

impl Freeze for InvalidMethod

ยง

impl Freeze for rustmax::hyper::http::response::Builder

ยง

impl Freeze for rustmax::hyper::http::response::Parts

ยง

impl Freeze for InvalidStatusCode

ยง

impl Freeze for rustmax::hyper::http::Error

ยง

impl Freeze for Extensions

ยง

impl Freeze for InvalidUri

ยง

impl Freeze for InvalidUriParts

ยง

impl Freeze for Scheme

ยง

impl Freeze for rustmax::hyper::server::conn::http1::Builder

ยง

impl Freeze for rustmax::hyper::Error

ยง

impl Freeze for OnUpgrade

ยง

impl Freeze for rustmax::jiff::civil::Date

ยง

impl Freeze for DateArithmetic

ยง

impl Freeze for DateDifference

ยง

impl Freeze for DateSeries

ยง

impl Freeze for rustmax::jiff::civil::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 rustmax::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 rustmax::jiff::fmt::friendly::SpanParser

ยง

impl Freeze for rustmax::jiff::fmt::friendly::SpanPrinter

ยง

impl Freeze for rustmax::jiff::fmt::rfc2822::DateTimeParser

ยง

impl Freeze for rustmax::jiff::fmt::rfc2822::DateTimePrinter

ยง

impl Freeze for BrokenDownTime

ยง

impl Freeze for rustmax::jiff::fmt::temporal::DateTimeParser

ยง

impl Freeze for rustmax::jiff::fmt::temporal::DateTimePrinter

ยง

impl Freeze for PiecesNumericOffset

ยง

impl Freeze for rustmax::jiff::fmt::temporal::SpanParser

ยง

impl Freeze for rustmax::jiff::fmt::temporal::SpanPrinter

ยง

impl Freeze for rustmax::jiff::Error

ยง

impl Freeze for SignedDuration

ยง

impl Freeze for SignedDurationRound

ยง

impl Freeze for rustmax::jiff::Span

ยง

impl Freeze for SpanFieldwise

ยง

impl Freeze for rustmax::jiff::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 rustmax::jiff::tz::Offset

ยง

impl Freeze for OffsetArithmetic

ยง

impl Freeze for OffsetRound

ยง

impl Freeze for TimeZone

ยง

impl Freeze for TimeZoneDatabase

ยง

impl Freeze for rustmax::json5::Location

ยง

impl Freeze for Dl_info

ยง

impl Freeze for Elf32_Chdr

ยง

impl Freeze for Elf32_Ehdr

ยง

impl Freeze for Elf32_Phdr

ยง

impl Freeze for Elf32_Shdr

ยง

impl Freeze for Elf32_Sym

ยง

impl Freeze for Elf64_Chdr

ยง

impl Freeze for Elf64_Ehdr

ยง

impl Freeze for Elf64_Phdr

ยง

impl Freeze for Elf64_Shdr

ยง

impl Freeze for Elf64_Sym

ยง

impl Freeze for __c_anonymous__kernel_fsid_t

ยง

impl Freeze for __c_anonymous_elf32_rel

ยง

impl Freeze for __c_anonymous_elf32_rela

ยง

impl Freeze for __c_anonymous_elf64_rel

ยง

impl Freeze for __c_anonymous_elf64_rela

ยง

impl Freeze for __c_anonymous_ifru_map

ยง

impl Freeze for __c_anonymous_ptrace_syscall_info_entry

ยง

impl Freeze for __c_anonymous_ptrace_syscall_info_exit

ยง

impl Freeze for __c_anonymous_ptrace_syscall_info_seccomp

ยง

impl Freeze for __c_anonymous_sockaddr_can_j1939

ยง

impl Freeze for __c_anonymous_sockaddr_can_tp

ยง

impl Freeze for __exit_status

ยง

impl Freeze for __timeval

ยง

impl Freeze for _libc_fpstate

ยง

impl Freeze for _libc_fpxreg

ยง

impl Freeze for _libc_xmmreg

ยง

impl Freeze for addrinfo

ยง

impl Freeze for af_alg_iv

ยง

impl Freeze for aiocb

ยง

impl Freeze for arpd_request

ยง

impl Freeze for arphdr

ยง

impl Freeze for arpreq

ยง

impl Freeze for arpreq_old

ยง

impl Freeze for can_filter

ยง

impl Freeze for can_frame

ยง

impl Freeze for canfd_frame

ยง

impl Freeze for canxl_frame

ยง

impl Freeze for clone_args

ยง

impl Freeze for cmsghdr

ยง

impl Freeze for cpu_set_t

ยง

impl Freeze for dirent64

ยง

impl Freeze for dirent

ยง

impl Freeze for dl_phdr_info

ยง

impl Freeze for dqblk

ยง

impl Freeze for epoll_event

ยง

impl Freeze for epoll_params

ยง

impl Freeze for fanotify_event_info_error

ยง

impl Freeze for fanotify_event_info_fid

ยง

impl Freeze for fanotify_event_info_header

ยง

impl Freeze for fanotify_event_info_pidfd

ยง

impl Freeze for fanotify_event_metadata

ยง

impl Freeze for fanotify_response

ยง

impl Freeze for fanout_args

ยง

impl Freeze for fd_set

ยง

impl Freeze for ff_condition_effect

ยง

impl Freeze for ff_constant_effect

ยง

impl Freeze for ff_effect

ยง

impl Freeze for ff_envelope

ยง

impl Freeze for ff_periodic_effect

ยง

impl Freeze for ff_ramp_effect

ยง

impl Freeze for ff_replay

ยง

impl Freeze for ff_rumble_effect

ยง

impl Freeze for ff_trigger

ยง

impl Freeze for file_clone_range

ยง

impl Freeze for flock64

ยง

impl Freeze for flock

ยง

impl Freeze for fsid_t

ยง

impl Freeze for genlmsghdr

ยง

impl Freeze for glob64_t

ยง

impl Freeze for glob_t

ยง

impl Freeze for group

ยง

impl Freeze for hostent

ยง

impl Freeze for hwtstamp_config

ยง

impl Freeze for if_nameindex

ยง

impl Freeze for ifaddrs

ยง

impl Freeze for ifconf

ยง

impl Freeze for ifreq

ยง

impl Freeze for in6_addr

ยง

impl Freeze for in6_ifreq

ยง

impl Freeze for in6_pktinfo

ยง

impl Freeze for in6_rtmsg

ยง

impl Freeze for in_addr

ยง

impl Freeze for in_pktinfo

ยง

impl Freeze for inotify_event

ยง

impl Freeze for input_absinfo

ยง

impl Freeze for input_event

ยง

impl Freeze for input_id

ยง

impl Freeze for input_keymap_entry

ยง

impl Freeze for input_mask

ยง

impl Freeze for iocb

ยง

impl Freeze for iovec

ยง

impl Freeze for ip_mreq

ยง

impl Freeze for ip_mreq_source

ยง

impl Freeze for ip_mreqn

ยง

impl Freeze for ipc_perm

ยง

impl Freeze for ipv6_mreq

ยง

impl Freeze for itimerspec

ยง

impl Freeze for itimerval

ยง

impl Freeze for iw_discarded

ยง

impl Freeze for iw_encode_ext

ยง

impl Freeze for iw_event

ยง

impl Freeze for iw_freq

ยง

impl Freeze for iw_michaelmicfailure

ยง

impl Freeze for iw_missed

ยง

impl Freeze for iw_mlme

ยง

impl Freeze for iw_param

ยง

impl Freeze for iw_pmkid_cand

ยง

impl Freeze for iw_pmksa

ยง

impl Freeze for iw_point

ยง

impl Freeze for iw_priv_args

ยง

impl Freeze for iw_quality

ยง

impl Freeze for iw_range

ยง

impl Freeze for iw_scan_req

ยง

impl Freeze for iw_statistics

ยง

impl Freeze for iw_thrspy

ยง

impl Freeze for iwreq

ยง

impl Freeze for j1939_filter

ยง

impl Freeze for lconv

ยง

impl Freeze for linger

ยง

impl Freeze for mallinfo2

ยง

impl Freeze for mallinfo

ยง

impl Freeze for max_align_t

ยง

impl Freeze for mcontext_t

ยง

impl Freeze for mmsghdr

ยง

impl Freeze for mntent

ยง

impl Freeze for mount_attr

ยง

impl Freeze for mq_attr

ยง

impl Freeze for msghdr

ยง

impl Freeze for msginfo

ยง

impl Freeze for msqid_ds

ยง

impl Freeze for nl_mmap_hdr

ยง

impl Freeze for nl_mmap_req

ยง

impl Freeze for nl_pktinfo

ยง

impl Freeze for nlattr

ยง

impl Freeze for nlmsgerr

ยง

impl Freeze for nlmsghdr

ยง

impl Freeze for ntptimeval

ยง

impl Freeze for open_how

ยง

impl Freeze for option

ยง

impl Freeze for packet_mreq

ยง

impl Freeze for passwd

ยง

impl Freeze for pollfd

ยง

impl Freeze for posix_spawn_file_actions_t

ยง

impl Freeze for posix_spawnattr_t

ยง

impl Freeze for protoent

ยง

impl Freeze for pthread_attr_t

ยง

impl Freeze for pthread_barrier_t

ยง

impl Freeze for pthread_barrierattr_t

ยง

impl Freeze for pthread_cond_t

ยง

impl Freeze for pthread_condattr_t

ยง

impl Freeze for pthread_mutex_t

ยง

impl Freeze for pthread_mutexattr_t

ยง

impl Freeze for pthread_rwlock_t

ยง

impl Freeze for pthread_rwlockattr_t

ยง

impl Freeze for ptp_clock_caps

ยง

impl Freeze for ptp_clock_time

ยง

impl Freeze for ptp_extts_event

ยง

impl Freeze for ptp_extts_request

ยง

impl Freeze for ptp_perout_request

ยง

impl Freeze for ptp_pin_desc

ยง

impl Freeze for ptp_sys_offset

ยง

impl Freeze for ptp_sys_offset_extended

ยง

impl Freeze for ptp_sys_offset_precise

ยง

impl Freeze for ptrace_peeksiginfo_args

ยง

impl Freeze for ptrace_rseq_configuration

ยง

impl Freeze for ptrace_syscall_info

ยง

impl Freeze for regex_t

ยง

impl Freeze for regmatch_t

ยง

impl Freeze for rlimit64

ยง

impl Freeze for rlimit

ยง

impl Freeze for rtentry

ยง

impl Freeze for rusage

ยง

impl Freeze for sched_attr

ยง

impl Freeze for sched_param

ยง

impl Freeze for sctp_authinfo

ยง

impl Freeze for sctp_initmsg

ยง

impl Freeze for sctp_nxtinfo

ยง

impl Freeze for sctp_prinfo

ยง

impl Freeze for sctp_rcvinfo

ยง

impl Freeze for sctp_sndinfo

ยง

impl Freeze for sctp_sndrcvinfo

ยง

impl Freeze for seccomp_data

ยง

impl Freeze for seccomp_notif

ยง

impl Freeze for seccomp_notif_addfd

ยง

impl Freeze for seccomp_notif_resp

ยง

impl Freeze for seccomp_notif_sizes

ยง

impl Freeze for sem_t

ยง

impl Freeze for sembuf

ยง

impl Freeze for semid_ds

ยง

impl Freeze for seminfo

ยง

impl Freeze for servent

ยง

impl Freeze for shmid_ds

ยง

impl Freeze for sigaction

ยง

impl Freeze for sigevent

ยง

impl Freeze for siginfo_t

ยง

impl Freeze for signalfd_siginfo

ยง

impl Freeze for sigset_t

ยง

impl Freeze for sigval

ยง

impl Freeze for sock_extended_err

ยง

impl Freeze for sock_filter

ยง

impl Freeze for sock_fprog

ยง

impl Freeze for sock_txtime

ยง

impl Freeze for sockaddr

ยง

impl Freeze for sockaddr_alg

ยง

impl Freeze for sockaddr_can

ยง

impl Freeze for sockaddr_in6

ยง

impl Freeze for sockaddr_in

ยง

impl Freeze for sockaddr_ll

ยง

impl Freeze for sockaddr_nl

ยง

impl Freeze for sockaddr_pkt

ยง

impl Freeze for sockaddr_storage

ยง

impl Freeze for sockaddr_un

ยง

impl Freeze for sockaddr_vm

ยง

impl Freeze for sockaddr_xdp

ยง

impl Freeze for spwd

ยง

impl Freeze for stack_t

ยง

impl Freeze for stat64

ยง

impl Freeze for rustmax::libc::stat

ยง

impl Freeze for statfs64

ยง

impl Freeze for statfs

ยง

impl Freeze for statvfs64

ยง

impl Freeze for statvfs

ยง

impl Freeze for statx

ยง

impl Freeze for statx_timestamp

ยง

impl Freeze for sysinfo

ยง

impl Freeze for tcp_info

ยง

impl Freeze for termios2

ยง

impl Freeze for termios

ยง

impl Freeze for timespec

ยง

impl Freeze for timeval

ยง

impl Freeze for timex

ยง

impl Freeze for tls12_crypto_info_aes_gcm_128

ยง

impl Freeze for tls12_crypto_info_aes_gcm_256

ยง

impl Freeze for tls12_crypto_info_chacha20_poly1305

ยง

impl Freeze for tls_crypto_info

ยง

impl Freeze for tm

ยง

impl Freeze for tms

ยง

impl Freeze for tpacket2_hdr

ยง

impl Freeze for tpacket3_hdr

ยง

impl Freeze for tpacket_auxdata

ยง

impl Freeze for tpacket_bd_ts

ยง

impl Freeze for tpacket_block_desc

ยง

impl Freeze for tpacket_hdr

ยง

impl Freeze for tpacket_hdr_v1

ยง

impl Freeze for tpacket_hdr_variant1

ยง

impl Freeze for tpacket_req3

ยง

impl Freeze for tpacket_req

ยง

impl Freeze for tpacket_rollover_stats

ยง

impl Freeze for tpacket_stats

ยง

impl Freeze for tpacket_stats_v3

ยง

impl Freeze for ucontext_t

ยง

impl Freeze for ucred

ยง

impl Freeze for uinput_abs_setup

ยง

impl Freeze for uinput_ff_erase

ยง

impl Freeze for uinput_ff_upload

ยง

impl Freeze for uinput_setup

ยง

impl Freeze for uinput_user_dev

ยง

impl Freeze for user

ยง

impl Freeze for user_fpregs_struct

ยง

impl Freeze for user_regs_struct

ยง

impl Freeze for utimbuf

ยง

impl Freeze for utmpx

ยง

impl Freeze for utsname

ยง

impl Freeze for winsize

ยง

impl Freeze for xdp_desc

ยง

impl Freeze for xdp_mmap_offsets

ยง

impl Freeze for xdp_mmap_offsets_v1

ยง

impl Freeze for xdp_options

ยง

impl Freeze for xdp_ring_offset

ยง

impl Freeze for xdp_ring_offset_v1

ยง

impl Freeze for xdp_statistics

ยง

impl Freeze for xdp_statistics_v1

ยง

impl Freeze for xdp_umem_reg

ยง

impl Freeze for xdp_umem_reg_v1

ยง

impl Freeze for xsk_tx_metadata

ยง

impl Freeze for xsk_tx_metadata_completion

ยง

impl Freeze for xsk_tx_metadata_request

ยง

impl Freeze for ParseLevelError

ยง

impl Freeze for SetLoggerError

ยง

impl Freeze for rustmax::mime::FromStrError

ยง

impl Freeze for Mime

ยง

impl Freeze for Check

ยง

impl Freeze for Complete

ยง

impl Freeze for Emit

ยง

impl Freeze for SaturatingIterator

ยง

impl Freeze for Streaming

ยง

impl Freeze for BigInt

ยง

impl Freeze for BigUint

ยง

impl Freeze for ParseBigIntError

ยง

impl Freeze for rustmax::proc_macro2::extra::DelimSpan

ยง

impl Freeze for rustmax::proc_macro2::Group

ยง

impl Freeze for rustmax::proc_macro2::LexError

ยง

impl Freeze for LineColumn

ยง

impl Freeze for rustmax::proc_macro2::Literal

ยง

impl Freeze for rustmax::proc_macro2::Punct

ยง

impl Freeze for rustmax::proc_macro2::Span

ยง

impl Freeze for rustmax::proc_macro2::TokenStream

ยง

impl Freeze for rustmax::proc_macro2::token_stream::IntoIter

ยง

impl Freeze for rustmax::proc_macro::Diagnostic

ยง

impl Freeze for ExpandError

ยง

impl Freeze for rustmax::proc_macro::Group

ยง

impl Freeze for rustmax::proc_macro::Ident

ยง

impl Freeze for rustmax::proc_macro::LexError

ยง

impl Freeze for rustmax::proc_macro::Literal

ยง

impl Freeze for rustmax::proc_macro::Punct

ยง

impl Freeze for SourceFile

ยง

impl Freeze for rustmax::proc_macro::Span

ยง

impl Freeze for rustmax::proc_macro::TokenStream

ยง

impl Freeze for rustmax::proc_macro::token_stream::IntoIter

ยง

impl Freeze for VarBitSet

ยง

impl Freeze for rustmax::proptest::bool::Any

ยง

impl Freeze for BoolValueTree

ยง

impl Freeze for Weighted

ยง

impl Freeze for CharValueTree

ยง

impl Freeze for rustmax::proptest::num::f32::Any

ยง

impl Freeze for rustmax::proptest::num::f32::BinarySearch

ยง

impl Freeze for rustmax::proptest::num::f64::Any

ยง

impl Freeze for rustmax::proptest::num::f64::BinarySearch

ยง

impl Freeze for rustmax::proptest::num::i8::Any

ยง

impl Freeze for rustmax::proptest::num::i8::BinarySearch

ยง

impl Freeze for rustmax::proptest::num::i16::Any

ยง

impl Freeze for rustmax::proptest::num::i16::BinarySearch

ยง

impl Freeze for rustmax::proptest::num::i32::Any

ยง

impl Freeze for rustmax::proptest::num::i32::BinarySearch

ยง

impl Freeze for rustmax::proptest::num::i64::Any

ยง

impl Freeze for rustmax::proptest::num::i64::BinarySearch

ยง

impl Freeze for rustmax::proptest::num::i128::Any

ยง

impl Freeze for rustmax::proptest::num::i128::BinarySearch

ยง

impl Freeze for rustmax::proptest::num::isize::Any

ยง

impl Freeze for rustmax::proptest::num::isize::BinarySearch

ยง

impl Freeze for rustmax::proptest::num::u8::Any

ยง

impl Freeze for rustmax::proptest::num::u8::BinarySearch

ยง

impl Freeze for rustmax::proptest::num::u16::Any

ยง

impl Freeze for rustmax::proptest::num::u16::BinarySearch

ยง

impl Freeze for rustmax::proptest::num::u32::Any

ยง

impl Freeze for rustmax::proptest::num::u32::BinarySearch

ยง

impl Freeze for rustmax::proptest::num::u64::Any

ยง

impl Freeze for rustmax::proptest::num::u64::BinarySearch

ยง

impl Freeze for rustmax::proptest::num::u128::Any

ยง

impl Freeze for rustmax::proptest::num::u128::BinarySearch

ยง

impl Freeze for rustmax::proptest::num::usize::Any

ยง

impl Freeze for rustmax::proptest::num::usize::BinarySearch

ยง

impl Freeze for PathParams

ยง

impl Freeze for rustmax::proptest::prelude::ProptestConfig

ยง

impl Freeze for Probability

ยง

impl Freeze for rustmax::proptest::sample::Index

ยง

impl Freeze for IndexStrategy

ยง

impl Freeze for IndexValueTree

ยง

impl Freeze for Selector

ยง

impl Freeze for SelectorStrategy

ยง

impl Freeze for SelectorValueTree

ยง

impl Freeze for SizeRange

ยง

impl Freeze for CheckStrategySanityOptions

ยง

impl Freeze for StringParam

ยง

impl Freeze for MapFailurePersistence

ยง

impl Freeze for PersistedSeed

ยง

impl Freeze for Reason

ยง

impl Freeze for TestRng

ยง

impl Freeze for TestRunner

ยง

impl Freeze for rustmax::rand::distr::slice::Empty

ยง

impl Freeze for Alphanumeric

ยง

impl Freeze for Bernoulli

ยง

impl Freeze for Open01

ยง

impl Freeze for OpenClosed01

ยง

impl Freeze for StandardUniform

ยง

impl Freeze for UniformChar

ยง

impl Freeze for UniformDuration

ยง

impl Freeze for UniformUsize

ยง

impl Freeze for StepRng

ยง

impl Freeze for StdRng

ยง

impl Freeze for ThreadRng

ยง

impl Freeze for ChaCha8Core

ยง

impl Freeze for ChaCha8Rng

ยง

impl Freeze for ChaCha12Core

ยง

impl Freeze for ChaCha12Rng

ยง

impl Freeze for ChaCha20Core

ยง

impl Freeze for ChaCha20Rng

ยง

impl Freeze for OsError

ยง

impl Freeze for OsRng

ยง

impl Freeze for Lcg64Xsh32

ยง

impl Freeze for Lcg128CmDxsm64

ยง

impl Freeze for Lcg128Xsl64

ยง

impl Freeze for Mcg128Xsl64

ยง

impl Freeze for FnContext

ยง

impl Freeze for ThreadPool

ยง

impl Freeze for ThreadPoolBuildError

ยง

impl Freeze for rustmax::regex::bytes::CaptureLocations

ยง

impl Freeze for rustmax::regex::bytes::Regex

ยง

impl Freeze for rustmax::regex::bytes::RegexBuilder

ยง

impl Freeze for rustmax::regex::bytes::RegexSet

ยง

impl Freeze for rustmax::regex::bytes::RegexSetBuilder

ยง

impl Freeze for rustmax::regex::bytes::SetMatches

ยง

impl Freeze for rustmax::regex::bytes::SetMatchesIntoIter

ยง

impl Freeze for rustmax::regex::CaptureLocations

ยง

impl Freeze for rustmax::regex::Regex

ยง

impl Freeze for rustmax::regex::RegexBuilder

ยง

impl Freeze for rustmax::regex::RegexSet

ยง

impl Freeze for rustmax::regex::RegexSetBuilder

ยง

impl Freeze for rustmax::regex::SetMatches

ยง

impl Freeze for rustmax::regex::SetMatchesIntoIter

ยง

impl Freeze for rustmax::reqwest::blocking::Client

ยง

impl Freeze for rustmax::reqwest::blocking::ClientBuilder

ยง

impl Freeze for rustmax::reqwest::blocking::Response

ยง

impl Freeze for rustmax::reqwest::dns::Name

ยง

impl Freeze for InvalidHeaderName

ยง

impl Freeze for InvalidHeaderValue

ยง

impl Freeze for MaxSizeReached

ยง

impl Freeze for ToStrError

ยง

impl Freeze for Action

ยง

impl Freeze for Policy

ยง

impl Freeze for Certificate

ยง

impl Freeze for rustmax::reqwest::Client

ยง

impl Freeze for rustmax::reqwest::ClientBuilder

ยง

impl Freeze for rustmax::reqwest::Error

ยง

impl Freeze for rustmax::reqwest::Identity

ยง

impl Freeze for Method

ยง

impl Freeze for NoProxy

ยง

impl Freeze for rustmax::reqwest::Response

ยง

impl Freeze for StatusCode

ยง

impl Freeze for rustmax::reqwest::Version

ยง

impl Freeze for TlsInfo

ยง

impl Freeze for rustmax::reqwest::tls::Version

ยง

impl Freeze for FilenameCompleter

ยง

impl Freeze for rustmax::rustyline::completion::Pair

ยง

impl Freeze for rustmax::rustyline::config::Builder

ยง

impl Freeze for HistoryHinter

ยง

impl Freeze for FileHistory

ยง

impl Freeze for MemHistory

ยง

impl Freeze for LineBuffer

ยง

impl Freeze for Changeset

ยง

impl Freeze for rustmax::rustyline::Config

ยง

impl Freeze for KeyEvent

ยง

impl Freeze for Modifiers

ยง

impl Freeze for MatchingBracketValidator

ยง

impl Freeze for BuildMetadata

ยง

impl Freeze for Comparator

ยง

impl Freeze for rustmax::semver::Error

ยง

impl Freeze for Prerelease

ยง

impl Freeze for rustmax::semver::Version

ยง

impl Freeze for VersionReq

ยง

impl Freeze for IgnoredAny

ยง

impl Freeze for rustmax::serde::de::value::Error

ยง

impl Freeze for rustmax::serde_json::map::IntoIter

ยง

impl Freeze for CompactFormatter

ยง

impl Freeze for rustmax::serde_json::Error

ยง

impl Freeze for RawValue

ยง

impl Freeze for rustmax::serde_json::value::Serializer

ยง

impl Freeze for ATerm

ยง

impl Freeze for B0

ยง

impl Freeze for B1

ยง

impl Freeze for Equal

ยง

impl Freeze for Greater

ยง

impl Freeze for Less

ยง

impl Freeze for UTerm

ยง

impl Freeze for Z0

ยง

impl Freeze for Eager

ยง

impl Freeze for rustmax::sha2::digest::block_buffer::Error

ยง

impl Freeze for rustmax::sha2::digest::block_buffer::Lazy

ยง

impl Freeze for InvalidLength

ยง

impl Freeze for InvalidBufferSize

ยง

impl Freeze for InvalidOutputSize

ยง

impl Freeze for Sha256VarCore

ยง

impl Freeze for Sha512VarCore

ยง

impl Freeze for Domain

ยง

impl Freeze for rustmax::socket2::Protocol

ยง

impl Freeze for RecvFlags

ยง

impl Freeze for SockAddr

ยง

impl Freeze for Socket

ยง

impl Freeze for TcpKeepalive

ยง

impl Freeze for rustmax::socket2::Type

ยง

impl Freeze for TokenBuffer

ยง

impl Freeze for End

ยง

impl Freeze for Nothing

ยง

impl Freeze for rustmax::syn::Abi

ยง

impl Freeze for AngleBracketedGenericArguments

ยง

impl Freeze for Arm

ยง

impl Freeze for AssocConst

ยง

impl Freeze for AssocType

ยง

impl Freeze for Attribute

ยง

impl Freeze for BareFnArg

ยง

impl Freeze for BareVariadic

ยง

impl Freeze for rustmax::syn::Block

ยง

impl Freeze for BoundLifetimes

ยง

impl Freeze for ConstParam

ยง

impl Freeze for Constraint

ยง

impl Freeze for DataEnum

ยง

impl Freeze for DataStruct

ยง

impl Freeze for DataUnion

ยง

impl Freeze for DeriveInput

ยง

impl Freeze for rustmax::syn::Error

ยง

impl Freeze for ExprArray

ยง

impl Freeze for ExprAssign

ยง

impl Freeze for ExprAsync

ยง

impl Freeze for ExprAwait

ยง

impl Freeze for ExprBinary

ยง

impl Freeze for ExprBlock

ยง

impl Freeze for ExprBreak

ยง

impl Freeze for ExprCall

ยง

impl Freeze for ExprCast

ยง

impl Freeze for ExprClosure

ยง

impl Freeze for ExprContinue

ยง

impl Freeze for ExprField

ยง

impl Freeze for ExprForLoop

ยง

impl Freeze for ExprGroup

ยง

impl Freeze for ExprIf

ยง

impl Freeze for ExprIndex

ยง

impl Freeze for ExprInfer

ยง

impl Freeze for ExprLet

ยง

impl Freeze for ExprLoop

ยง

impl Freeze for ExprMatch

ยง

impl Freeze for ExprMethodCall

ยง

impl Freeze for ExprParen

ยง

impl Freeze for ExprRawAddr

ยง

impl Freeze for ExprReference

ยง

impl Freeze for ExprRepeat

ยง

impl Freeze for ExprReturn

ยง

impl Freeze for ExprStruct

ยง

impl Freeze for ExprTry

ยง

impl Freeze for ExprTryBlock

ยง

impl Freeze for ExprTuple

ยง

impl Freeze for ExprUnary

ยง

impl Freeze for ExprUnsafe

ยง

impl Freeze for ExprWhile

ยง

impl Freeze for ExprYield

ยง

impl Freeze for Field

ยง

impl Freeze for FieldPat

ยง

impl Freeze for FieldValue

ยง

impl Freeze for FieldsNamed

ยง

impl Freeze for FieldsUnnamed

ยง

impl Freeze for rustmax::syn::File

ยง

impl Freeze for ForeignItemFn

ยง

impl Freeze for ForeignItemMacro

ยง

impl Freeze for ForeignItemStatic

ยง

impl Freeze for ForeignItemType

ยง

impl Freeze for Generics

ยง

impl Freeze for rustmax::syn::Ident

ยง

impl Freeze for ImplItemConst

ยง

impl Freeze for ImplItemFn

ยง

impl Freeze for ImplItemMacro

ยง

impl Freeze for ImplItemType

ยง

impl Freeze for rustmax::syn::Index

ยง

impl Freeze for ItemConst

ยง

impl Freeze for ItemEnum

ยง

impl Freeze for ItemExternCrate

ยง

impl Freeze for ItemFn

ยง

impl Freeze for ItemForeignMod

ยง

impl Freeze for ItemImpl

ยง

impl Freeze for ItemMacro

ยง

impl Freeze for ItemMod

ยง

impl Freeze for ItemStatic

ยง

impl Freeze for ItemStruct

ยง

impl Freeze for ItemTrait

ยง

impl Freeze for ItemTraitAlias

ยง

impl Freeze for ItemType

ยง

impl Freeze for ItemUnion

ยง

impl Freeze for ItemUse

ยง

impl Freeze for Label

ยง

impl Freeze for Lifetime

ยง

impl Freeze for LifetimeParam

ยง

impl Freeze for LitBool

ยง

impl Freeze for LitByte

ยง

impl Freeze for LitByteStr

ยง

impl Freeze for LitCStr

ยง

impl Freeze for LitChar

ยง

impl Freeze for LitFloat

ยง

impl Freeze for LitInt

ยง

impl Freeze for LitStr

ยง

impl Freeze for rustmax::syn::Local

ยง

impl Freeze for LocalInit

ยง

impl Freeze for rustmax::syn::Macro

ยง

impl Freeze for MetaList

ยง

impl Freeze for MetaNameValue

ยง

impl Freeze for ParenthesizedGenericArguments

ยง

impl Freeze for ExprConst

ยง

impl Freeze for PatIdent

ยง

impl Freeze for ExprLit

ยง

impl Freeze for ExprMacro

ยง

impl Freeze for PatOr

ยง

impl Freeze for PatParen

ยง

impl Freeze for ExprPath

ยง

impl Freeze for ExprRange

ยง

impl Freeze for PatReference

ยง

impl Freeze for PatRest

ยง

impl Freeze for PatSlice

ยง

impl Freeze for PatStruct

ยง

impl Freeze for PatTuple

ยง

impl Freeze for PatTupleStruct

ยง

impl Freeze for PatType

ยง

impl Freeze for PatWild

ยง

impl Freeze for rustmax::syn::Path

ยง

impl Freeze for PathSegment

ยง

impl Freeze for PreciseCapture

ยง

impl Freeze for PredicateLifetime

ยง

impl Freeze for PredicateType

ยง

impl Freeze for QSelf

ยง

impl Freeze for rustmax::syn::Receiver

ยง

impl Freeze for Signature

ยง

impl Freeze for StmtMacro

ยง

impl Freeze for TraitBound

ยง

impl Freeze for TraitItemConst

ยง

impl Freeze for TraitItemFn

ยง

impl Freeze for TraitItemMacro

ยง

impl Freeze for TraitItemType

ยง

impl Freeze for TypeArray

ยง

impl Freeze for TypeBareFn

ยง

impl Freeze for TypeGroup

ยง

impl Freeze for TypeImplTrait

ยง

impl Freeze for TypeInfer

ยง

impl Freeze for TypeMacro

ยง

impl Freeze for TypeNever

ยง

impl Freeze for TypeParam

ยง

impl Freeze for TypeParen

ยง

impl Freeze for TypePath

ยง

impl Freeze for TypePtr

ยง

impl Freeze for TypeReference

ยง

impl Freeze for TypeSlice

ยง

impl Freeze for TypeTraitObject

ยง

impl Freeze for TypeTuple

ยง

impl Freeze for UseGlob

ยง

impl Freeze for UseGroup

ยง

impl Freeze for UseName

ยง

impl Freeze for UsePath

ยง

impl Freeze for UseRename

ยง

impl Freeze for Variadic

ยง

impl Freeze for Variant

ยง

impl Freeze for VisRestricted

ยง

impl Freeze for WhereClause

ยง

impl Freeze for Abstract

ยง

impl Freeze for rustmax::syn::token::And

ยง

impl Freeze for AndAnd

ยง

impl Freeze for AndEq

ยง

impl Freeze for As

ยง

impl Freeze for Async

ยง

impl Freeze for rustmax::syn::token::At

ยง

impl Freeze for Auto

ยง

impl Freeze for Await

ยง

impl Freeze for Become

ยง

impl Freeze for rustmax::syn::token::Box

ยง

impl Freeze for Brace

ยง

impl Freeze for Bracket

ยง

impl Freeze for Break

ยง

impl Freeze for Caret

ยง

impl Freeze for CaretEq

ยง

impl Freeze for Colon

ยง

impl Freeze for Comma

ยง

impl Freeze for Const

ยง

impl Freeze for Continue

ยง

impl Freeze for Crate

ยง

impl Freeze for Default

ยง

impl Freeze for Do

ยง

impl Freeze for Dollar

ยง

impl Freeze for Dot

ยง

impl Freeze for DotDot

ยง

impl Freeze for DotDotDot

ยง

impl Freeze for DotDotEq

ยง

impl Freeze for Dyn

ยง

impl Freeze for Else

ยง

impl Freeze for Enum

ยง

impl Freeze for Eq

ยง

impl Freeze for EqEq

ยง

impl Freeze for Extern

ยง

impl Freeze for FatArrow

ยง

impl Freeze for Final

ยง

impl Freeze for Fn

ยง

impl Freeze for For

ยง

impl Freeze for Ge

ยง

impl Freeze for rustmax::syn::token::Group

ยง

impl Freeze for Gt

ยง

impl Freeze for rustmax::syn::token::If

ยง

impl Freeze for Impl

ยง

impl Freeze for rustmax::syn::token::In

ยง

impl Freeze for LArrow

ยง

impl Freeze for Le

ยง

impl Freeze for Let

ยง

impl Freeze for Loop

ยง

impl Freeze for Lt

ยง

impl Freeze for rustmax::syn::token::Macro

ยง

impl Freeze for rustmax::syn::token::Match

ยง

impl Freeze for Minus

ยง

impl Freeze for MinusEq

ยง

impl Freeze for Mod

ยง

impl Freeze for Move

ยง

impl Freeze for Mut

ยง

impl Freeze for Ne

ยง

impl Freeze for rustmax::syn::token::Not

ยง

impl Freeze for rustmax::syn::token::Or

ยง

impl Freeze for OrEq

ยง

impl Freeze for OrOr

ยง

impl Freeze for Override

ยง

impl Freeze for Paren

ยง

impl Freeze for PathSep

ยง

impl Freeze for Percent

ยง

impl Freeze for PercentEq

ยง

impl Freeze for Plus

ยง

impl Freeze for PlusEq

ยง

impl Freeze for Pound

ยง

impl Freeze for Priv

ยง

impl Freeze for Pub

ยง

impl Freeze for Question

ยง

impl Freeze for RArrow

ยง

impl Freeze for Raw

ยง

impl Freeze for rustmax::syn::token::Ref

ยง

impl Freeze for Return

ยง

impl Freeze for SelfType

ยง

impl Freeze for SelfValue

ยง

impl Freeze for Semi

ยง

impl Freeze for Shl

ยง

impl Freeze for ShlEq

ยง

impl Freeze for Shr

ยง

impl Freeze for ShrEq

ยง

impl Freeze for Slash

ยง

impl Freeze for SlashEq

ยง

impl Freeze for Star

ยง

impl Freeze for StarEq

ยง

impl Freeze for Static

ยง

impl Freeze for Struct

ยง

impl Freeze for Super

ยง

impl Freeze for Tilde

ยง

impl Freeze for Trait

ยง

impl Freeze for Try

ยง

impl Freeze for rustmax::syn::token::Type

ยง

impl Freeze for Typeof

ยง

impl Freeze for Underscore

ยง

impl Freeze for rustmax::syn::token::Union

ยง

impl Freeze for Unsafe

ยง

impl Freeze for Unsized

ยง

impl Freeze for Use

ยง

impl Freeze for Virtual

ยง

impl Freeze for Where

ยง

impl Freeze for While

ยง

impl Freeze for rustmax::syn::token::Yield

ยง

impl Freeze for PathPersistError

ยง

impl Freeze for SpooledTempFile

ยง

impl Freeze for rustmax::tempfile::TempDir

ยง

impl Freeze for TempPath

ยง

impl Freeze for rustmax::tera::ast::Block

ยง

impl Freeze for rustmax::tera::ast::Expr

ยง

impl Freeze for FilterSection

ยง

impl Freeze for Forloop

ยง

impl Freeze for FunctionCall

ยง

impl Freeze for rustmax::tera::ast::If

ยง

impl Freeze for rustmax::tera::ast::In

ยง

impl Freeze for LogicExpr

ยง

impl Freeze for MacroCall

ยง

impl Freeze for MacroDefinition

ยง

impl Freeze for MathExpr

ยง

impl Freeze for Set

ยง

impl Freeze for StringConcat

ยง

impl Freeze for Test

ยง

impl Freeze for WS

ยง

impl Freeze for rustmax::tera::Context

ยง

impl Freeze for rustmax::tera::Error

ยง

impl Freeze for rustmax::tera::Number

ยง

impl Freeze for Template

ยง

impl Freeze for Tera

ยง

impl Freeze for rustmax::termcolor::Buffer

ยง

impl Freeze for BufferedStandardStream

ยง

impl Freeze for ColorChoiceParseError

ยง

impl Freeze for ColorSpec

ยง

impl Freeze for ParseColorError

ยง

impl Freeze for StandardStream

ยง

impl Freeze for rustmax::tokio::fs::DirBuilder

ยง

impl Freeze for rustmax::tokio::fs::DirEntry

ยง

impl Freeze for rustmax::tokio::fs::OpenOptions

ยง

impl Freeze for rustmax::tokio::fs::ReadDir

ยง

impl Freeze for DuplexStream

ยง

impl Freeze for rustmax::tokio::io::Empty

ยง

impl Freeze for Interest

ยง

impl Freeze for rustmax::tokio::io::Ready

ยง

impl Freeze for rustmax::tokio::io::Repeat

ยง

impl Freeze for SimplexStream

ยง

impl Freeze for rustmax::tokio::io::Sink

ยง

impl Freeze for rustmax::tokio::io::Stderr

ยง

impl Freeze for rustmax::tokio::io::Stdin

ยง

impl Freeze for rustmax::tokio::io::Stdout

ยง

impl Freeze for TryIoError

ยง

impl Freeze for TcpSocket

ยง

impl Freeze for UnixSocket

ยง

impl Freeze for rustmax::tokio::net::tcp::OwnedReadHalf

ยง

impl Freeze for rustmax::tokio::net::tcp::OwnedWriteHalf

ยง

impl Freeze for rustmax::tokio::net::tcp::ReuniteError

ยง

impl Freeze for rustmax::tokio::net::unix::pipe::OpenOptions

ยง

impl Freeze for rustmax::tokio::net::unix::OwnedReadHalf

ยง

impl Freeze for rustmax::tokio::net::unix::OwnedWriteHalf

ยง

impl Freeze for rustmax::tokio::net::unix::ReuniteError

ยง

impl Freeze for rustmax::tokio::net::unix::SocketAddr

ยง

impl Freeze for rustmax::tokio::net::unix::UCred

ยง

impl Freeze for rustmax::tokio::process::Child

ยง

impl Freeze for rustmax::tokio::process::ChildStderr

ยง

impl Freeze for rustmax::tokio::process::ChildStdin

ยง

impl Freeze for rustmax::tokio::process::ChildStdout

ยง

impl Freeze for rustmax::tokio::process::Command

ยง

impl Freeze for rustmax::tokio::runtime::Handle

ยง

impl Freeze for RuntimeMetrics

ยง

impl Freeze for TryCurrentError

ยง

impl Freeze for Signal

ยง

impl Freeze for SignalKind

ยง

impl Freeze for rustmax::tokio::sync::oneshot::error::RecvError

ยง

impl Freeze for AcquireError

ยง

impl Freeze for rustmax::tokio::sync::BarrierWaitResult

ยง

impl Freeze for OwnedSemaphorePermit

ยง

impl Freeze for rustmax::tokio::sync::TryLockError

ยง

impl Freeze for rustmax::tokio::sync::watch::error::RecvError

ยง

impl Freeze for rustmax::tokio::task::AbortHandle

ยง

impl Freeze for rustmax::tokio::task::Id

ยง

impl Freeze for JoinError

ยง

impl Freeze for LocalEnterGuard

ยง

impl Freeze for rustmax::tokio::time::error::Elapsed

ยง

impl Freeze for rustmax::tokio::time::error::Error

ยง

impl Freeze for rustmax::tokio::time::Instant

ยง

impl Freeze for Interval

ยง

impl Freeze for rustmax::toml::de::Error

ยง

impl Freeze for rustmax::toml::map::IntoIter

ยง

impl Freeze for rustmax::toml::ser::Error

ยง

impl Freeze for rustmax::toml::value::Date

ยง

impl Freeze for Datetime

ยง

impl Freeze for DatetimeParseError

ยง

impl Freeze for rustmax::toml::value::Time

ยง

impl Freeze for Discover

ยง

impl Freeze for Closed

ยง

impl Freeze for ServiceError

ยง

impl Freeze for rustmax::tower::layer::util::Identity

ยง

impl Freeze for Rate

ยง

impl Freeze for ConcurrencyLimitLayer

ยง

impl Freeze for GlobalConcurrencyLimitLayer

ยง

impl Freeze for RateLimitLayer

ยง

impl Freeze for Cost

ยง

impl Freeze for rustmax::tower::load::peak_ewma::Handle

ยง

impl Freeze for rustmax::tower::load::pending_requests::Count

ยง

impl Freeze for rustmax::tower::load::pending_requests::Handle

ยง

impl Freeze for CompleteOnResponse

ยง

impl Freeze for Overloaded

ยง

impl Freeze for LoadShedLayer

ยง

impl Freeze for InvalidBackoff

ยง

impl Freeze for SpawnReadyLayer

ยง

impl Freeze for rustmax::tower::timeout::error::Elapsed

ยง

impl Freeze for TimeoutLayer

ยง

impl Freeze for None

ยง

impl Freeze for GraphemeCursor

ยง

impl Freeze for OpaqueOrigin

ยง

impl Freeze for Url

ยง

impl Freeze for rustmax::walkdir::DirEntry

ยง

impl Freeze for rustmax::walkdir::Error

ยง

impl Freeze for rustmax::walkdir::IntoIter

ยง

impl Freeze for WalkDir

ยง

impl Freeze for rustmax::xshell::Error

ยง

impl Freeze for rustmax::xshell::TempDir

ยง

impl Freeze for AllocError

ยง

impl Freeze for Global

ยง

impl Freeze for Layout

ยง

impl Freeze for LayoutError

ยง

impl Freeze for System

ยง

impl Freeze for TypeId

ยง

impl Freeze for CpuidResult

ยง

impl Freeze for __m128

ยง

impl Freeze for __m128bh

ยง

impl Freeze for __m128d

ยง

impl Freeze for __m128h

ยง

impl Freeze for __m128i

ยง

impl Freeze for __m256

ยง

impl Freeze for __m256bh

ยง

impl Freeze for __m256d

ยง

impl Freeze for __m256h

ยง

impl Freeze for __m256i

ยง

impl Freeze for __m512

ยง

impl Freeze for __m512bh

ยง

impl Freeze for __m512d

ยง

impl Freeze for __m512h

ยง

impl Freeze for __m512i

ยง

impl Freeze for bf16

ยง

impl Freeze for TryFromSliceError

ยง

impl Freeze for rustmax::std::ascii::EscapeDefault

ยง

impl Freeze for rustmax::std::backtrace::BacktraceFrame

ยง

impl Freeze for BorrowError

ยง

impl Freeze for BorrowMutError

ยง

impl Freeze for CharTryFromError

ยง

impl Freeze for DecodeUtf16Error

ยง

impl Freeze for rustmax::std::char::EscapeDebug

ยง

impl Freeze for rustmax::std::char::EscapeDefault

ยง

impl Freeze for rustmax::std::char::EscapeUnicode

ยง

impl Freeze for ParseCharError

ยง

impl Freeze for ToLowercase

ยง

impl Freeze for ToUppercase

ยง

impl Freeze for TryFromCharError

ยง

impl Freeze for UnorderedKeyError

ยง

impl Freeze for TryReserveError

ยง

impl Freeze for Args

ยง

impl Freeze for ArgsOs

ยง

impl Freeze for JoinPathsError

ยง

impl Freeze for Vars

ยง

impl Freeze for VarsOs

ยง

impl Freeze for CStr

ยง

impl Freeze for CString

ยง

impl Freeze for FromBytesUntilNulError

ยง

impl Freeze for FromBytesWithNulError

ยง

impl Freeze for FromVecWithNulError

ยง

impl Freeze for IntoStringError

ยง

impl Freeze for NulError

ยง

impl Freeze for rustmax::std::ffi::OsStr

ยง

impl Freeze for OsString

ยง

impl Freeze for rustmax::std::fmt::Error

ยง

impl Freeze for rustmax::std::fs::DirBuilder

ยง

impl Freeze for rustmax::std::fs::DirEntry

ยง

impl Freeze for rustmax::std::fs::File

ยง

impl Freeze for FileTimes

ยง

impl Freeze for FileType

ยง

impl Freeze for rustmax::std::fs::Metadata

ยง

impl Freeze for rustmax::std::fs::OpenOptions

ยง

impl Freeze for Permissions

ยง

impl Freeze for rustmax::std::fs::ReadDir

ยง

impl Freeze for DefaultHasher

ยง

impl Freeze for rustmax::std::hash::RandomState

ยง

impl Freeze for SipHasher

ยง

impl Freeze for ReturnToArg

ยง

impl Freeze for UnwindActionArg

ยง

impl Freeze for rustmax::std::io::Empty

ยง

impl Freeze for rustmax::std::io::Error

ยง

impl Freeze for rustmax::std::io::Repeat

ยง

impl Freeze for rustmax::std::io::Sink

ยง

impl Freeze for rustmax::std::io::Stderr

ยง

impl Freeze for rustmax::std::io::Stdin

ยง

impl Freeze for rustmax::std::io::Stdout

ยง

impl Freeze for WriterPanicked

ยง

impl Freeze for Assume

ยง

impl Freeze for AddrParseError

ยง

impl Freeze for IntoIncoming

ยง

impl Freeze for Ipv4Addr

ยง

impl Freeze for Ipv6Addr

ยง

impl Freeze for SocketAddrV4

ยง

impl Freeze for SocketAddrV6

ยง

impl Freeze for rustmax::std::net::TcpListener

ยง

impl Freeze for rustmax::std::net::TcpStream

ยง

impl Freeze for rustmax::std::net::UdpSocket

ยง

impl Freeze for ParseFloatError

ยง

impl Freeze for ParseIntError

ยง

impl Freeze for TryFromIntError

ยง

impl Freeze for RangeFull

ยง

impl Freeze for OwnedFd

ยง

impl Freeze for PidFd

ยง

impl Freeze for rustmax::std::os::linux::raw::stat

ยง

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

ยง

impl Freeze for SocketCred

ยง

impl Freeze for rustmax::std::os::unix::net::UCred

ยง

impl Freeze for rustmax::std::os::unix::net::UnixDatagram

ยง

impl Freeze for rustmax::std::os::unix::net::UnixListener

ยง

impl Freeze for rustmax::std::os::unix::net::UnixStream

ยง

impl Freeze for rustmax::std::path::Path

ยง

impl Freeze for PathBuf

ยง

impl Freeze for StripPrefixError

ยง

impl Freeze for PipeReader

ยง

impl Freeze for PipeWriter

ยง

impl Freeze for rustmax::std::process::Child

ยง

impl Freeze for rustmax::std::process::ChildStderr

ยง

impl Freeze for rustmax::std::process::ChildStdin

ยง

impl Freeze for rustmax::std::process::ChildStdout

ยง

impl Freeze for rustmax::std::process::Command

ยง

impl Freeze for ExitCode

ยง

impl Freeze for ExitStatus

ยง

impl Freeze for ExitStatusError

ยง

impl Freeze for Output

ยง

impl Freeze for Stdio

ยง

impl Freeze for rustmax::std::ptr::Alignment

ยง

impl Freeze for DefaultRandomSource

ยง

impl Freeze for ParseBoolError

ยง

impl Freeze for Utf8Error

ยง

impl Freeze for FromUtf8Error

ยง

impl Freeze for FromUtf16Error

ยง

impl Freeze for String

ยง

impl Freeze for rustmax::std::sync::mpsc::RecvError

ยง

impl Freeze for rustmax::std::sync::BarrierWaitResult

ยง

impl Freeze for WaitTimeoutResult

ยง

impl Freeze for LocalWaker

ยง

impl Freeze for RawWaker

ยง

impl Freeze for RawWakerVTable

ยง

impl Freeze for Waker

ยง

impl Freeze for AccessError

ยง

impl Freeze for rustmax::std::thread::Builder

ยง

impl Freeze for Thread

ยง

impl Freeze for ThreadId

ยง

impl Freeze for Duration

ยง

impl Freeze for rustmax::std::time::Instant

ยง

impl Freeze for SystemTime

ยง

impl Freeze for SystemTimeError

ยง

impl Freeze for TryFromFloatSecsError

ยง

impl Freeze for PhantomPinned

ยง

impl Freeze for __c_anonymous_ifc_ifcu

ยง

impl Freeze for __c_anonymous_ifr_ifru

ยง

impl Freeze for __c_anonymous_iwreq

ยง

impl Freeze for __c_anonymous_ptp_perout_request_1

ยง

impl Freeze for __c_anonymous_ptp_perout_request_2

ยง

impl Freeze for __c_anonymous_ptrace_syscall_info_data

ยง

impl Freeze for __c_anonymous_sockaddr_can_can_addr

ยง

impl Freeze for __c_anonymous_xsk_tx_metadata_union

ยง

impl Freeze for iwreq_data

ยง

impl Freeze for tpacket_bd_header_u

ยง

impl Freeze for tpacket_req_u

ยง

impl Freeze for Big8x3

ยง

impl Freeze for Big32x40

ยง

impl Freeze for Decoded

ยง

impl Freeze for FullDecoded

ยง

impl Freeze for InvertedUTerm

ยง

impl Freeze for LitKind

ยง

impl Freeze for MustAbort

ยง

impl Freeze for Number

ยง

impl Freeze for PanicMessage

ยง

impl Freeze for ProcMacro

ยง

impl Freeze for SameThread

ยง

impl Freeze for Sign

ยง

impl Freeze for TryCaptureWithDebug

ยง

impl Freeze for TryCaptureWithoutDebug

ยง

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

ยง

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

ยง

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

ยง

impl<'a> !Freeze for rustmax::std::error::Request<'a>

ยง

impl<'a> Freeze for BytesOrWideString<'a>

ยง

impl<'a> Freeze for rustmax::chrono::format::Item<'a>

ยง

impl<'a> Freeze for IndexVecIter<'a>

ยง

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

ยง

impl<'a> Freeze for rustmax::serde_json::map::Entry<'a>

ยง

impl<'a> Freeze for rustmax::toml::map::Entry<'a>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a> Freeze for rustmax::anyhow::Chain<'a>

ยง

impl<'a> Freeze for RawPathParamsIter<'a>

ยง

impl<'a> Freeze for SymbolName<'a>

ยง

impl<'a> Freeze for AttributeInfo<'a>

ยง

impl<'a> Freeze for DeriveInfo<'a>

ยง

impl<'a> Freeze for FieldInfo<'a>

ยง

impl<'a> Freeze for ItemInfo<'a>

ยง

impl<'a> Freeze for StrftimeItems<'a>

ยง

impl<'a> Freeze for IdsRef<'a>

ยง

impl<'a> Freeze for Indices<'a>

ยง

impl<'a> Freeze for RawValues<'a>

ยง

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

ยง

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

ยง

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

ยง

impl<'a> Freeze for rustmax::core::panic::PanicMessage<'a>

ยง

impl<'a> Freeze for rustmax::crossbeam::channel::Select<'a>

ยง

impl<'a> Freeze for SelectedOperation<'a>

ยง

impl<'a> Freeze for Env<'a>

ยง

impl<'a> Freeze for WakerRef<'a>

ยง

impl<'a> Freeze for rustmax::hyper::rt::ReadBuf<'a>

ยง

impl<'a> Freeze for ReadBufCursor<'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 rustmax::log::Metadata<'a>

ยง

impl<'a> Freeze for MetadataBuilder<'a>

ยง

impl<'a> Freeze for Record<'a>

ยง

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

ยง

impl<'a> Freeze for MimeIter<'a>

ยง

impl<'a> Freeze for rustmax::mime::Name<'a>

ยง

impl<'a> Freeze for Params<'a>

ยง

impl<'a> Freeze for U32Digits<'a>

ยง

impl<'a> Freeze for U64Digits<'a>

ยง

impl<'a> Freeze for CharStrategy<'a>

ยง

impl<'a> Freeze for ResultCacheKey<'a>

ยง

impl<'a> Freeze for rustmax::rayon::string::Drain<'a>

ยง

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

ยง

impl<'a> Freeze for rustmax::regex::bytes::SetMatchesIter<'a>

ยง

impl<'a> Freeze for rustmax::regex::SetMatchesIter<'a>

ยง

impl<'a> Freeze for Attempt<'a>

ยง

impl<'a> Freeze for SearchResult<'a>

ยง

impl<'a> Freeze for SliceRead<'a>

ยง

impl<'a> Freeze for StrRead<'a>

ยง

impl<'a> Freeze for rustmax::serde_json::map::Iter<'a>

ยง

impl<'a> Freeze for rustmax::serde_json::map::IterMut<'a>

ยง

impl<'a> Freeze for rustmax::serde_json::map::Keys<'a>

ยง

impl<'a> Freeze for rustmax::serde_json::map::OccupiedEntry<'a>

ยง

impl<'a> Freeze for rustmax::serde_json::map::VacantEntry<'a>

ยง

impl<'a> Freeze for rustmax::serde_json::map::Values<'a>

ยง

impl<'a> Freeze for rustmax::serde_json::map::ValuesMut<'a>

ยง

impl<'a> Freeze for PrettyFormatter<'a>

ยง

impl<'a> Freeze for MaybeUninitSlice<'a>

ยง

impl<'a> Freeze for rustmax::syn::buffer::Cursor<'a>

ยง

impl<'a> Freeze for ParseNestedMeta<'a>

ยง

impl<'a> Freeze for ImplGenerics<'a>

ยง

impl<'a> Freeze for Turbofish<'a>

ยง

impl<'a> Freeze for TypeGenerics<'a>

ยง

impl<'a> Freeze for HyperlinkSpec<'a>

ยง

impl<'a> Freeze for StandardStreamLock<'a>

ยง

impl<'a> Freeze for rustmax::tokio::io::ReadBuf<'a>

ยง

impl<'a> Freeze for rustmax::tokio::net::tcp::ReadHalf<'a>

ยง

impl<'a> Freeze for rustmax::tokio::net::tcp::WriteHalf<'a>

ยง

impl<'a> Freeze for rustmax::tokio::net::unix::ReadHalf<'a>

ยง

impl<'a> Freeze for rustmax::tokio::net::unix::WriteHalf<'a>

ยง

impl<'a> Freeze for EnterGuard<'a>

ยง

impl<'a> Freeze for SemaphorePermit<'a>

ยง

impl<'a> Freeze for ValueDeserializer<'a>

ยง

impl<'a> Freeze for rustmax::toml::map::Iter<'a>

ยง

impl<'a> Freeze for rustmax::toml::map::IterMut<'a>

ยง

impl<'a> Freeze for rustmax::toml::map::Keys<'a>

ยง

impl<'a> Freeze for rustmax::toml::map::OccupiedEntry<'a>

ยง

impl<'a> Freeze for rustmax::toml::map::VacantEntry<'a>

ยง

impl<'a> Freeze for rustmax::toml::map::Values<'a>

ยง

impl<'a> Freeze for rustmax::toml::Deserializer<'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 ByteSerialize<'a>

ยง

impl<'a> Freeze for Parse<'a>

ยง

impl<'a> Freeze for ParseIntoOwned<'a>

ยง

impl<'a> Freeze for ParseOptions<'a>

ยง

impl<'a> Freeze for PathSegmentsMut<'a>

ยง

impl<'a> Freeze for UrlQuery<'a>

ยง

impl<'a> Freeze for rustmax::xshell::Cmd<'a>

ยง

impl<'a> Freeze for PushDir<'a>

ยง

impl<'a> Freeze for PushEnv<'a>

ยง

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

ยง

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

ยง

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

ยง

impl<'a> Freeze for rustmax::std::fmt::Formatter<'a>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a> Freeze for rustmax::std::net::Incoming<'a>

ยง

impl<'a> Freeze for rustmax::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 rustmax::std::panic::Location<'a>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a> Freeze for rustmax::std::str::Bytes<'a>

ยง

impl<'a> Freeze for rustmax::std::str::CharIndices<'a>

ยง

impl<'a> Freeze for rustmax::std::str::Chars<'a>

ยง

impl<'a> Freeze for rustmax::std::str::EncodeUtf16<'a>

ยง

impl<'a> Freeze for rustmax::std::str::EscapeDebug<'a>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a> Freeze for rustmax::std::str::SplitAsciiWhitespace<'a>

ยง

impl<'a> Freeze for rustmax::std::str::SplitWhitespace<'a>

ยง

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

ยง

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

ยง

impl<'a> Freeze for rustmax::std::string::Drain<'a>

ยง

impl<'a> Freeze for rustmax::std::task::Context<'a>

ยง

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

ยง

impl<'a> Freeze for BridgeConfig<'a>

ยง

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

ยง

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

ยง

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

ยง

impl<'a, 'b> Freeze for rustmax::tempfile::Builder<'a, 'b>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, 'e, E> Freeze for Base64Display<'a, 'e, E>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, B, S> Freeze for RouterAsService<'a, B, S>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, F, O> Freeze for Fill<'a, F, O>
where F: Freeze,

ยง

impl<'a, Fut> Freeze for rustmax::futures::prelude::stream::futures_unordered::Iter<'a, Fut>

ยง

impl<'a, Fut> Freeze for rustmax::futures::prelude::stream::futures_unordered::IterMut<'a, Fut>

ยง

impl<'a, Fut> Freeze for IterPinMut<'a, Fut>

ยง

impl<'a, Fut> Freeze for IterPinRef<'a, Fut>

ยง

impl<'a, I> !Freeze for Format<'a, I>

ยง

impl<'a, I> Freeze for Chunk<'a, I>
where <I as Iterator>::Item: Freeze,

ยง

impl<'a, I> Freeze for rustmax::itertools::Chunks<'a, I>

ยง

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

ยง

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

ยง

impl<'a, I, E> Freeze for ProcessResults<'a, I, E>
where I: Freeze,

ยง

impl<'a, I, F> !Freeze for FormatWith<'a, I, F>

ยง

impl<'a, I, F> Freeze for PeekingTakeWhile<'a, I, F>
where F: Freeze,

ยง

impl<'a, I, F> Freeze for TakeWhileRef<'a, I, F>
where F: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, K, I, F> Freeze for rustmax::itertools::Group<'a, K, I, F>
where <I as Iterator>::Item: Freeze,

ยง

impl<'a, K, I, F> Freeze for Groups<'a, K, I, F>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, K, V, F, A> Freeze for rustmax::std::collections::btree_map::ExtractIf<'a, K, V, F, A>
where F: Freeze, A: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, L> Freeze for IncomingStream<'a, L>
where <L as Listener>::Addr: Freeze,

ยง

impl<'a, M, Request> Freeze for AsService<'a, M, Request>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, R> Freeze for SeeKRelative<'a, R>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, S> Freeze for Seek<'a, S>
where S: ?Sized,

ยง

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

ยง

impl<'a, Si, Item> Freeze for rustmax::futures::prelude::sink::Close<'a, Si, Item>
where Si: ?Sized,

ยง

impl<'a, Si, Item> Freeze for Feed<'a, Si, Item>
where Item: Freeze, Si: ?Sized,

ยง

impl<'a, Si, Item> Freeze for rustmax::futures::prelude::sink::Flush<'a, Si, Item>
where Si: ?Sized,

ยง

impl<'a, Si, Item> Freeze for Send<'a, Si, Item>
where Item: Freeze, Si: ?Sized,

ยง

impl<'a, Si, St> Freeze for SendAll<'a, Si, St>
where <St as TryStream>::Ok: Freeze, Si: ?Sized, St: ?Sized,

ยง

impl<'a, St> Freeze for rustmax::futures::prelude::stream::select_all::Iter<'a, St>

ยง

impl<'a, St> Freeze for rustmax::futures::prelude::stream::select_all::IterMut<'a, St>

ยง

impl<'a, St> Freeze for rustmax::futures::prelude::stream::Next<'a, St>
where St: ?Sized,

ยง

impl<'a, St> Freeze for rustmax::futures::prelude::stream::Peek<'a, St>

ยง

impl<'a, St> Freeze for rustmax::futures::prelude::stream::PeekMut<'a, St>

ยง

impl<'a, St> Freeze for SelectNextSome<'a, St>
where St: ?Sized,

ยง

impl<'a, St> Freeze for TryNext<'a, St>
where St: ?Sized,

ยง

impl<'a, St, F> Freeze for NextIf<'a, St, F>
where F: Freeze,

ยง

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

ยง

impl<'a, T> !Freeze for rustmax::reqwest::header::Entry<'a, T>

ยง

impl<'a, T> !Freeze for rustmax::reqwest::header::VacantEntry<'a, T>

ยง

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

ยง

impl<'a, T> Freeze for rustmax::crossbeam::channel::Iter<'a, T>

ยง

impl<'a, T> Freeze for rustmax::crossbeam::channel::TryIter<'a, T>

ยง

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

ยง

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

ยง

impl<'a, T> Freeze for rustmax::cxx_build::vector::Iter<'a, T>

ยง

impl<'a, T> Freeze for rustmax::cxx_build::vector::IterMut<'a, T>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T> Freeze for rustmax::reqwest::header::Drain<'a, T>

ยง

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

ยง

impl<'a, T> Freeze for rustmax::reqwest::header::Iter<'a, T>

ยง

impl<'a, T> Freeze for rustmax::reqwest::header::IterMut<'a, T>

ยง

impl<'a, T> Freeze for rustmax::reqwest::header::Keys<'a, T>

ยง

impl<'a, T> Freeze for rustmax::reqwest::header::OccupiedEntry<'a, T>

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T> Freeze for rustmax::reqwest::header::Values<'a, T>

ยง

impl<'a, T> Freeze for rustmax::reqwest::header::ValuesMut<'a, T>

ยง

impl<'a, T> Freeze for rustmax::syn::punctuated::Iter<'a, T>

ยง

impl<'a, T> Freeze for rustmax::syn::punctuated::IterMut<'a, T>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T> Freeze for rustmax::tokio::sync::MappedMutexGuard<'a, T>
where T: ?Sized,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T> Freeze for rustmax::tokio::sync::watch::Ref<'a, T>

ยง

impl<'a, T> Freeze for rustmax::url::form_urlencoded::Serializer<'a, T>
where T: Freeze,

ยง

impl<'a, T> Freeze for rustmax::std::collections::binary_heap::Iter<'a, T>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T> Freeze for rustmax::std::slice::Chunks<'a, T>

ยง

impl<'a, T> Freeze for rustmax::std::slice::ChunksExact<'a, T>

ยง

impl<'a, T> Freeze for rustmax::std::slice::ChunksExactMut<'a, T>

ยง

impl<'a, T> Freeze for rustmax::std::slice::ChunksMut<'a, T>

ยง

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

ยง

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

ยง

impl<'a, T> Freeze for rustmax::std::slice::RChunks<'a, T>

ยง

impl<'a, T> Freeze for rustmax::std::slice::RChunksExact<'a, T>

ยง

impl<'a, T> Freeze for rustmax::std::slice::RChunksExactMut<'a, T>

ยง

impl<'a, T> Freeze for rustmax::std::slice::RChunksMut<'a, T>

ยง

impl<'a, T> Freeze for rustmax::std::slice::Windows<'a, T>

ยง

impl<'a, T> Freeze for rustmax::std::sync::mpmc::Iter<'a, T>

ยง

impl<'a, T> Freeze for rustmax::std::sync::mpmc::TryIter<'a, T>

ยง

impl<'a, T> Freeze for rustmax::std::sync::mpsc::Iter<'a, T>

ยง

impl<'a, T> Freeze for rustmax::std::sync::mpsc::TryIter<'a, T>

ยง

impl<'a, T> Freeze for rustmax::std::sync::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 rustmax::std::sync::MutexGuard<'a, T>
where T: ?Sized,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T, A> Freeze for rustmax::std::vec::Drain<'a, T, A>

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T, P> Freeze for Pairs<'a, T, P>

ยง

impl<'a, T, P> Freeze for PairsMut<'a, T, P>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T, Request> Freeze for rustmax::tower::util::Ready<'a, T, Request>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T, U> Freeze for rustmax::futures::lock::MappedMutexGuard<'a, T, U>
where T: ?Sized, U: ?Sized,

ยง

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

ยง

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

ยง

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

ยง

impl<'a, W> Freeze for rustmax::futures::io::Close<'a, W>
where W: ?Sized,

ยง

impl<'a, W> Freeze for rustmax::futures::io::Flush<'a, W>
where W: ?Sized,

ยง

impl<'a, W> Freeze for Write<'a, W>
where W: ?Sized,

ยง

impl<'a, W> Freeze for WriteAll<'a, W>
where W: ?Sized,

ยง

impl<'a, W> Freeze for WriteVectored<'a, W>
where W: ?Sized,

ยง

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

ยง

impl<'addr, 'bufs, 'control> Freeze for MsgHdr<'addr, 'bufs, 'control>

ยง

impl<'addr, 'bufs, 'control> Freeze for MsgHdrMut<'addr, 'bufs, 'control>

ยง

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

ยง

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

ยง

impl<'c, 'a> Freeze for StepCursor<'c, 'a>

ยง

impl<'c, 'h> Freeze for rustmax::regex::bytes::SubCaptureMatches<'c, 'h>

ยง

impl<'c, 'h> Freeze for rustmax::regex::SubCaptureMatches<'c, 'h>

ยง

impl<'ch> Freeze for rustmax::rayon::str::Bytes<'ch>

ยง

impl<'ch> Freeze for rustmax::rayon::str::CharIndices<'ch>

ยง

impl<'ch> Freeze for rustmax::rayon::str::Chars<'ch>

ยง

impl<'ch> Freeze for rustmax::rayon::str::EncodeUtf16<'ch>

ยง

impl<'ch> Freeze for rustmax::rayon::str::Lines<'ch>

ยง

impl<'ch> Freeze for rustmax::rayon::str::SplitAsciiWhitespace<'ch>

ยง

impl<'ch> Freeze for rustmax::rayon::str::SplitWhitespace<'ch>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'d> Freeze for TimeZoneName<'d>

ยง

impl<'d> Freeze for TimeZoneNameIter<'d>

ยง

impl<'d> Freeze for ValueSerializer<'d>

ยง

impl<'d> Freeze for rustmax::toml::Serializer<'d>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'de> Freeze for rustmax::json5::Deserializer<'de>

ยง

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

ยง

impl<'de, E> Freeze for BorrowedStrDeserializer<'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, R, T> Freeze for StreamDeserializer<'de, R, T>
where R: Freeze,

ยง

impl<'e, E, R> Freeze for DecoderReader<'e, E, R>
where R: Freeze,

ยง

impl<'e, E, S> Freeze for EncoderStringWriter<'e, E, S>
where S: Freeze,

ยง

impl<'e, E, W> Freeze for EncoderWriter<'e, E, W>
where W: Freeze,

ยง

impl<'env> Freeze for rustmax::crossbeam::thread::Scope<'env>

ยง

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

ยง

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

ยง

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

ยง

impl<'fmt, 'a, 'b> Freeze for BacktraceFrameFmt<'fmt, 'a, 'b>

ยง

impl<'g, T> Freeze for rustmax::crossbeam::epoch::Shared<'g, T>
where T: ?Sized,

ยง

impl<'g, T, P> Freeze for CompareExchangeError<'g, T, P>
where P: Freeze, T: ?Sized,

ยง

impl<'h> Freeze for rustmax::regex::bytes::Captures<'h>

ยง

impl<'h> Freeze for rustmax::regex::bytes::Match<'h>

ยง

impl<'h> Freeze for rustmax::regex::Captures<'h>

ยง

impl<'h> Freeze for rustmax::regex::Match<'h>

ยง

impl<'h> Freeze for rustmax::rustyline::Context<'h>

ยง

impl<'i> Freeze for ValidationContext<'i>

ยง

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<'r> Freeze for rustmax::regex::bytes::CaptureNames<'r>

ยง

impl<'r> Freeze for rustmax::regex::CaptureNames<'r>

ยง

impl<'r> Freeze for EventContext<'r>

ยง

impl<'r, 'h> Freeze for rustmax::regex::bytes::CaptureMatches<'r, 'h>

ยง

impl<'r, 'h> Freeze for rustmax::regex::bytes::Matches<'r, 'h>

ยง

impl<'r, 'h> Freeze for rustmax::regex::bytes::Split<'r, 'h>

ยง

impl<'r, 'h> Freeze for rustmax::regex::bytes::SplitN<'r, 'h>

ยง

impl<'r, 'h> Freeze for rustmax::regex::CaptureMatches<'r, 'h>

ยง

impl<'r, 'h> Freeze for rustmax::regex::Matches<'r, 'h>

ยง

impl<'r, 'h> Freeze for rustmax::regex::Split<'r, 'h>

ยง

impl<'r, 'h> Freeze for rustmax::regex::SplitN<'r, 'h>

ยง

impl<'s> Freeze for rustmax::regex::bytes::NoExpand<'s>

ยง

impl<'s> Freeze for rustmax::regex::NoExpand<'s>

ยง

impl<'s> Freeze for SockRef<'s>

ยง

impl<'scope> !Freeze for rustmax::rayon::Scope<'scope>

ยง

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

ยง

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

ยง

impl<'scope, 'env> Freeze for rustmax::std::thread::Scope<'scope, 'env>

ยง

impl<'scope, T> Freeze for rustmax::crossbeam::thread::ScopedJoinHandle<'scope, T>

ยง

impl<'scope, T> Freeze for rustmax::std::thread::ScopedJoinHandle<'scope, T>

ยง

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

ยง

impl<'t> Freeze for TimeZoneOffsetInfo<'t>

ยง

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

ยง

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

ยง

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> Freeze for rustmax::itertools::RepeatN<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 rustmax::std::iter::Repeat<A>
where A: Freeze,

ยง

impl<A> Freeze for rustmax::std::iter::RepeatN<A>
where A: Freeze,

ยง

impl<A> Freeze for rustmax::std::option::IntoIter<A>
where A: Freeze,

ยง

impl<A, B> Freeze for rustmax::futures::prelude::future::Either<A, B>
where A: Freeze, B: Freeze,

ยง

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

ยง

impl<A, B> Freeze for rustmax::tower::util::Either<A, B>
where A: Freeze, B: Freeze,

ยง

impl<A, B> Freeze for rustmax::futures::prelude::future::Select<A, B>
where A: Freeze, B: Freeze,

ยง

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

ยง

impl<A, B> Freeze for rustmax::rayon::iter::Chain<A, B>
where A: Freeze, B: Freeze,

ยง

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

ยง

impl<A, B> Freeze for rustmax::rayon::iter::ZipEq<A, B>
where A: Freeze, B: Freeze,

ยง

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

ยง

impl<A, B> Freeze for rustmax::std::iter::Chain<A, B>
where A: Freeze, B: Freeze,

ยง

impl<A, B> Freeze for rustmax::std::iter::Zip<A, B>
where A: Freeze, B: Freeze,

ยง

impl<B> Freeze for rustmax::bitflags::iter::Iter<B>
where B: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<B> Freeze for rustmax::hyper::client::conn::http1::SendRequest<B>

ยง

impl<B> Freeze for rustmax::hyper::client::conn::http2::SendRequest<B>

ยง

impl<B> Freeze for rustmax::std::io::Lines<B>
where B: Freeze,

ยง

impl<B> Freeze for rustmax::std::io::Split<B>
where B: Freeze,

ยง

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

ยง

impl<B, S> Freeze for RouterIntoService<B, S>

ยง

impl<B, T, E, S> Freeze for rustmax::axum::middleware::future::FromExtractorResponseFuture<B, T, E, S>
where <T as Service<Request<B>>>::Future: Freeze, T: Freeze,

ยง

impl<BlockSize, Kind> Freeze for BlockBuffer<BlockSize, Kind>
where <BlockSize as ArrayLength<u8>>::ArrayType: Freeze,

ยง

impl<D, C> Freeze for PeakEwmaDiscover<D, C>
where D: Freeze, C: Freeze,

ยง

impl<D, C> Freeze for PendingRequestsDiscover<D, C>
where D: Freeze, C: Freeze,

ยง

impl<D, F, T, S> Freeze for rustmax::rand::distr::Map<D, F, T, S>
where D: Freeze, F: Freeze,

ยง

impl<D, R, T> Freeze for rustmax::rand::distr::Iter<D, R, T>
where D: Freeze, R: Freeze,

ยง

impl<D, Req> !Freeze for Balance<D, Req>

ยง

impl<D, Req> Freeze for MakeBalanceLayer<D, Req>

ยง

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

ยง

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

ยง

impl<E> !Freeze for RouteFuture<E>

ยง

impl<E> Freeze for Route<E>

ยง

impl<E> Freeze for EnumValueParser<E>

ยง

impl<E> Freeze for rustmax::hyper::server::conn::http2::Builder<E>
where E: Freeze,

ยง

impl<E> Freeze for rustmax::nom::bytes::Take<E>

ยง

impl<E> Freeze for AnyChar<E>

ยง

impl<E> Freeze for Char<E>

ยง

impl<E> Freeze for Digit1<E>

ยง

impl<E> Freeze for MultiSpace0<E>

ยง

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 Report<E>
where E: Freeze,

ยง

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

ยง

impl<E, S> Freeze for FromExtractorLayer<E, S>
where S: Freeze,

ยง

impl<Enum> Freeze for TryFromPrimitiveError<Enum>
where <Enum as TryFromPrimitive>::Primitive: Freeze,

ยง

impl<Ex> Freeze for rustmax::hyper::client::conn::http2::Builder<Ex>
where Ex: Freeze,

ยง

impl<F1, F2, N> Freeze for AndThenFuture<F1, F2, N>
where F2: Freeze, N: Freeze, F1: Freeze,

ยง

impl<F1, F2, N> Freeze for ThenFuture<F1, F2, N>
where F2: Freeze, F1: Freeze, N: Freeze,

ยง

impl<F> !Freeze for JoinAll<F>

ยง

impl<F> !Freeze for TryJoinAll<F>

ยง

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

ยง

impl<F> Freeze for rustmax::clap::error::Error<F>

ยง

impl<F> Freeze for rustmax::futures::prelude::future::Flatten<F>
where F: Freeze, <F as Future>::Output: Freeze,

ยง

impl<F> Freeze for FlattenStream<F>
where F: Freeze, <F as Future>::Output: Freeze,

ยง

impl<F> Freeze for rustmax::futures::prelude::future::IntoStream<F>
where F: Freeze,

ยง

impl<F> Freeze for rustmax::futures::prelude::future::Lazy<F>
where F: Freeze,

ยง

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

ยง

impl<F> Freeze for rustmax::futures::prelude::future::PollFn<F>
where F: Freeze,

ยง

impl<F> Freeze for rustmax::futures::prelude::stream::PollFn<F>
where F: Freeze,

ยง

impl<F> Freeze for rustmax::futures::prelude::stream::RepeatWith<F>
where F: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<F> Freeze for rustmax::nom::combinator::Not<F>
where F: Freeze,

ยง

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

ยง

impl<F> Freeze for rustmax::nom::combinator::Peek<F>
where F: Freeze,

ยง

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

ยง

impl<F> Freeze for rustmax::nom::error::Context<F>
where F: Freeze,

ยง

impl<F> Freeze for rustmax::nom::multi::Count<F>
where F: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<F> Freeze for rustmax::tower::load_shed::future::ResponseFuture<F>
where F: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<F> Freeze for rustmax::tower::util::MapRequestLayer<F>
where F: Freeze,

ยง

impl<F> Freeze for rustmax::tower::util::MapResponseLayer<F>
where F: Freeze,

ยง

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

ยง

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

ยง

impl<F> Freeze for rustmax::std::fmt::FromFn<F>
where F: Freeze,

ยง

impl<F> Freeze for rustmax::std::future::PollFn<F>
where F: Freeze,

ยง

impl<F> Freeze for rustmax::std::iter::FromFn<F>
where F: Freeze,

ยง

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

ยง

impl<F> Freeze for rustmax::std::iter::RepeatWith<F>
where F: Freeze,

ยง

impl<F, C, H> Freeze for TrackCompletionFuture<F, C, H>
where F: Freeze, C: Freeze, H: Freeze,

ยง

impl<F, E> Freeze for SplitPosition1<F, E>
where F: Freeze,

ยง

impl<F, E> Freeze for SplitPosition<F, E>
where F: Freeze,

ยง

impl<F, E> Freeze for TakeWhileMN<F, E>
where F: Freeze,

ยง

impl<F, E> Freeze for rustmax::tower::reconnect::ResponseFuture<F, E>
where F: Freeze, E: Freeze,

ยง

impl<F, E> Freeze for rustmax::tower::spawn_ready::future::ResponseFuture<F, E>
where F: Freeze,

ยง

impl<F, G> Freeze for SeparatedList0<F, G>
where F: Freeze, G: Freeze,

ยง

impl<F, G> Freeze for SeparatedList1<F, G>
where F: Freeze, G: Freeze,

ยง

impl<F, G> Freeze for Preceded<F, G>
where F: Freeze, G: Freeze,

ยง

impl<F, G> Freeze for Terminated<F, G>
where F: Freeze, G: Freeze,

ยง

impl<F, G> Freeze for rustmax::nom::And<F, G>
where F: Freeze, G: Freeze,

ยง

impl<F, G> Freeze for rustmax::nom::AndThen<F, G>
where F: Freeze, G: Freeze,

ยง

impl<F, G> Freeze for rustmax::nom::FlatMap<F, G>
where F: Freeze, G: Freeze,

ยง

impl<F, G> Freeze for rustmax::nom::Map<F, G>
where F: Freeze, G: Freeze,

ยง

impl<F, G> Freeze for MapOpt<F, G>
where F: Freeze, G: Freeze,

ยง

impl<F, G> Freeze for MapRes<F, G>
where F: Freeze, G: Freeze,

ยง

impl<F, G> Freeze for rustmax::nom::Or<F, G>
where F: Freeze, G: Freeze,

ยง

impl<F, G, E> Freeze for Escaped<F, G, E>
where F: Freeze, G: Freeze,

ยง

impl<F, G, E> Freeze for LengthCount<F, G, E>
where F: Freeze, G: Freeze,

ยง

impl<F, G, E> Freeze for LengthValue<F, G, E>
where F: Freeze, G: Freeze,

ยง

impl<F, G, E> Freeze for ManyTill<F, G, E>
where F: Freeze, G: Freeze,

ยง

impl<F, G, E, ExtendItem, Output> Freeze for EscapedTransform<F, G, E, ExtendItem, Output>
where F: Freeze, G: Freeze,

ยง

impl<F, G, H, Range> Freeze for rustmax::nom::multi::Fold<F, G, H, Range>
where F: Freeze, H: Freeze, G: Freeze, Range: Freeze,

ยง

impl<F, G, Init, R> Freeze for FoldMany0<F, G, Init, R>
where F: Freeze, G: Freeze, Init: Freeze,

ยง

impl<F, G, Init, R> Freeze for FoldMany1<F, G, Init, R>
where F: Freeze, G: Freeze, Init: Freeze,

ยง

impl<F, G, Init, R> Freeze for FoldManyMN<F, G, Init, R>
where F: Freeze, G: Freeze, Init: Freeze,

ยง

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

ยง

impl<F, MakeError> Freeze for Satisfy<F, MakeError>
where F: Freeze, MakeError: Freeze,

ยง

impl<F, N> Freeze for MapErrFuture<F, N>
where F: Freeze, N: Freeze,

ยง

impl<F, N> Freeze for MapResponseFuture<F, N>
where F: Freeze, N: Freeze,

ยง

impl<F, N> Freeze for MapResultFuture<F, N>
where F: Freeze, N: Freeze,

ยง

impl<F, O2, E2> Freeze for Into<F, O2, E2>
where F: Freeze,

ยง

impl<F, R, Collection> Freeze for Many<F, R, Collection>
where F: Freeze, R: Freeze,

ยง

impl<F, Req> Freeze for MakeFuture<F, Req>
where F: Freeze,

ยง

impl<F, S> Freeze for FutureService<F, S>
where F: Freeze, S: Freeze,

ยง

impl<F, S, I, T> Freeze for rustmax::axum::middleware::FromFn<F, S, I, T>
where F: Freeze, I: Freeze, S: Freeze,

ยง

impl<F, S, I, T> Freeze for rustmax::axum::middleware::MapRequest<F, S, I, T>
where F: Freeze, I: Freeze, S: Freeze,

ยง

impl<F, S, I, T> Freeze for rustmax::axum::middleware::MapResponse<F, S, I, T>
where F: Freeze, I: Freeze, S: Freeze,

ยง

impl<F, S, T> Freeze for FromFnLayer<F, S, T>
where F: Freeze, S: Freeze,

ยง

impl<F, S, T> Freeze for rustmax::axum::middleware::MapRequestLayer<F, S, T>
where F: Freeze, S: Freeze,

ยง

impl<F, S, T> Freeze for rustmax::axum::middleware::MapResponseLayer<F, S, T>
where F: Freeze, S: Freeze,

ยง

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

ยง

impl<Failure, Error> Freeze for Err<Failure, Error>
where Error: Freeze, Failure: Freeze,

ยง

impl<Fut1, Fut2> Freeze for rustmax::futures::prelude::future::Join<Fut1, Fut2>
where Fut1: Freeze, <Fut1 as Future>::Output: Freeze, Fut2: Freeze, <Fut2 as Future>::Output: Freeze,

ยง

impl<Fut1, Fut2> Freeze for rustmax::futures::prelude::future::TryFlatten<Fut1, Fut2>
where Fut1: Freeze, Fut2: Freeze,

ยง

impl<Fut1, Fut2> Freeze for TryJoin<Fut1, Fut2>
where Fut1: Freeze, <Fut1 as TryFuture>::Ok: Freeze, Fut2: Freeze, <Fut2 as TryFuture>::Ok: Freeze,

ยง

impl<Fut1, Fut2, F> Freeze for rustmax::futures::prelude::future::AndThen<Fut1, Fut2, F>
where Fut2: Freeze, Fut1: Freeze, F: Freeze,

ยง

impl<Fut1, Fut2, F> Freeze for rustmax::futures::prelude::future::OrElse<Fut1, Fut2, F>
where Fut2: Freeze, Fut1: Freeze, F: Freeze,

ยง

impl<Fut1, Fut2, F> Freeze for rustmax::futures::prelude::future::Then<Fut1, Fut2, F>
where Fut2: Freeze, Fut1: Freeze, F: Freeze,

ยง

impl<Fut1, Fut2, Fut3> Freeze for Join3<Fut1, Fut2, Fut3>
where Fut1: Freeze, <Fut1 as Future>::Output: Freeze, Fut2: Freeze, <Fut2 as Future>::Output: Freeze, Fut3: Freeze, <Fut3 as Future>::Output: Freeze,

ยง

impl<Fut1, Fut2, Fut3> Freeze for TryJoin3<Fut1, Fut2, Fut3>
where Fut1: Freeze, <Fut1 as TryFuture>::Ok: Freeze, Fut2: Freeze, <Fut2 as TryFuture>::Ok: Freeze, Fut3: Freeze, <Fut3 as TryFuture>::Ok: Freeze,

ยง

impl<Fut1, Fut2, Fut3, Fut4> Freeze for Join4<Fut1, Fut2, Fut3, Fut4>
where Fut1: Freeze, <Fut1 as Future>::Output: Freeze, Fut2: Freeze, <Fut2 as Future>::Output: Freeze, Fut3: Freeze, <Fut3 as Future>::Output: Freeze, Fut4: Freeze, <Fut4 as Future>::Output: Freeze,

ยง

impl<Fut1, Fut2, Fut3, Fut4> Freeze for TryJoin4<Fut1, Fut2, Fut3, Fut4>
where Fut1: Freeze, <Fut1 as TryFuture>::Ok: Freeze, Fut2: Freeze, <Fut2 as TryFuture>::Ok: Freeze, Fut3: Freeze, <Fut3 as TryFuture>::Ok: Freeze, Fut4: Freeze, <Fut4 as TryFuture>::Ok: Freeze,

ยง

impl<Fut1, Fut2, Fut3, Fut4, Fut5> Freeze for Join5<Fut1, Fut2, Fut3, Fut4, Fut5>
where Fut1: Freeze, <Fut1 as Future>::Output: Freeze, Fut2: Freeze, <Fut2 as Future>::Output: Freeze, Fut3: Freeze, <Fut3 as Future>::Output: Freeze, Fut4: Freeze, <Fut4 as Future>::Output: Freeze, Fut5: Freeze, <Fut5 as Future>::Output: Freeze,

ยง

impl<Fut1, Fut2, Fut3, Fut4, Fut5> Freeze for TryJoin5<Fut1, Fut2, Fut3, Fut4, Fut5>
where Fut1: Freeze, <Fut1 as TryFuture>::Ok: Freeze, Fut2: Freeze, <Fut2 as TryFuture>::Ok: Freeze, Fut3: Freeze, <Fut3 as TryFuture>::Ok: Freeze, Fut4: Freeze, <Fut4 as TryFuture>::Ok: Freeze, Fut5: Freeze, <Fut5 as TryFuture>::Ok: Freeze,

ยง

impl<Fut> !Freeze for rustmax::futures::prelude::stream::futures_unordered::IntoIter<Fut>

ยง

impl<Fut> !Freeze for FuturesUnordered<Fut>

ยง

impl<Fut> Freeze for MaybeDone<Fut>
where Fut: Freeze, <Fut as Future>::Output: Freeze,

ยง

impl<Fut> Freeze for TryMaybeDone<Fut>
where Fut: Freeze, <Fut as TryFuture>::Ok: Freeze,

ยง

impl<Fut> Freeze for rustmax::futures::prelude::future::CatchUnwind<Fut>
where Fut: Freeze,

ยง

impl<Fut> Freeze for rustmax::futures::prelude::future::Fuse<Fut>
where Fut: Freeze,

ยง

impl<Fut> Freeze for IntoFuture<Fut>
where Fut: Freeze,

ยง

impl<Fut> Freeze for NeverError<Fut>
where Fut: Freeze,

ยง

impl<Fut> Freeze for Remote<Fut>
where Fut: Freeze,

ยง

impl<Fut> Freeze for rustmax::futures::prelude::future::SelectAll<Fut>

ยง

impl<Fut> Freeze for SelectOk<Fut>

ยง

impl<Fut> Freeze for rustmax::futures::prelude::future::Shared<Fut>

ยง

impl<Fut> Freeze for TryFlattenStream<Fut>
where Fut: Freeze, <Fut as TryFuture>::Ok: Freeze,

ยง

impl<Fut> Freeze for rustmax::futures::prelude::future::UnitError<Fut>
where Fut: Freeze,

ยง

impl<Fut> Freeze for WeakShared<Fut>

ยง

impl<Fut> Freeze for rustmax::futures::prelude::stream::Once<Fut>
where Fut: Freeze,

ยง

impl<Fut, E> Freeze for rustmax::futures::prelude::future::ErrInto<Fut, E>
where Fut: Freeze,

ยง

impl<Fut, E> Freeze for OkInto<Fut, E>
where Fut: Freeze,

ยง

impl<Fut, F> Freeze for rustmax::futures::prelude::future::Inspect<Fut, F>
where Fut: Freeze, F: Freeze,

ยง

impl<Fut, F> Freeze for rustmax::futures::prelude::future::InspectErr<Fut, F>
where Fut: Freeze, F: Freeze,

ยง

impl<Fut, F> Freeze for rustmax::futures::prelude::future::InspectOk<Fut, F>
where Fut: Freeze, F: Freeze,

ยง

impl<Fut, F> Freeze for rustmax::futures::prelude::future::Map<Fut, F>
where Fut: Freeze, F: Freeze,

ยง

impl<Fut, F> Freeze for rustmax::futures::prelude::future::MapErr<Fut, F>
where Fut: Freeze, F: Freeze,

ยง

impl<Fut, F> Freeze for rustmax::futures::prelude::future::MapOk<Fut, F>
where Fut: Freeze, F: Freeze,

ยง

impl<Fut, F> Freeze for UnwrapOrElse<Fut, F>
where Fut: Freeze, F: Freeze,

ยง

impl<Fut, F, G> Freeze for MapOkOrElse<Fut, F, G>
where Fut: Freeze, F: Freeze, G: Freeze,

ยง

impl<Fut, Si> Freeze for FlattenSink<Fut, Si>
where Fut: Freeze, Si: Freeze,

ยง

impl<Fut, T> Freeze for rustmax::futures::prelude::future::MapInto<Fut, T>
where Fut: Freeze,

ยง

impl<H> Freeze for HasherRng<H>
where H: Freeze,

ยง

impl<H> Freeze for BuildHasherDefault<H>

ยง

impl<H, I> Freeze for Editor<H, I>
where I: Freeze, H: Freeze,

ยง

impl<H, T, S> Freeze for HandlerService<H, T, S>
where H: Freeze, S: Freeze,

ยง

impl<I> !Freeze for IntoChunks<I>

ยง

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

ยง

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

ยง

impl<I> Freeze for rustmax::futures::prelude::stream::Iter<I>
where I: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<I> Freeze for RcIter<I>

ยง

impl<I> Freeze for Tee<I>

ยง

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

ยง

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

ยง

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

ยง

impl<I> Freeze for rustmax::nom::error::Error<I>
where I: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<I> Freeze for rustmax::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 rustmax::rayon::iter::Rev<I>
where I: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<I> Freeze for rustmax::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 rustmax::rayon::iter::WhileSome<I>
where I: Freeze,

ยง

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

ยง

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

ยง

impl<I> Freeze for rustmax::std::iter::Cloned<I>
where I: Freeze,

ยง

impl<I> Freeze for rustmax::std::iter::Copied<I>
where I: Freeze,

ยง

impl<I> Freeze for rustmax::std::iter::Cycle<I>
where I: Freeze,

ยง

impl<I> Freeze for rustmax::std::iter::Enumerate<I>
where I: Freeze,

ยง

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

ยง

impl<I> Freeze for rustmax::std::iter::Fuse<I>
where I: Freeze,

ยง

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

ยง

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

ยง

impl<I> Freeze for rustmax::std::iter::Skip<I>
where I: Freeze,

ยง

impl<I> Freeze for rustmax::std::iter::StepBy<I>
where I: Freeze,

ยง

impl<I> Freeze for rustmax::std::iter::Take<I>
where I: Freeze,

ยง

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

ยง

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

ยง

impl<I, ElemF> Freeze for rustmax::itertools::IntersperseWith<I, ElemF>
where ElemF: Freeze, I: Freeze, <I as Iterator>::Item: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<I, F> Freeze for rustmax::itertools::Positions<I, F>
where F: Freeze, I: Freeze,

ยง

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

ยง

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

ยง

impl<I, F> Freeze for rustmax::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 rustmax::rayon::iter::Inspect<I, F>
where I: Freeze, F: Freeze,

ยง

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

ยง

impl<I, F> Freeze for rustmax::rayon::iter::Update<I, F>
where I: Freeze, F: Freeze,

ยง

impl<I, F> Freeze for rustmax::std::iter::FilterMap<I, F>
where I: Freeze, F: Freeze,

ยง

impl<I, F> Freeze for rustmax::std::iter::Inspect<I, F>
where I: Freeze, F: Freeze,

ยง

impl<I, F> Freeze for rustmax::std::iter::Map<I, F>
where I: Freeze, F: Freeze,

ยง

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

ยง

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

ยง

impl<I, ID, F> Freeze for rustmax::rayon::iter::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 Diff<I, J>
where I: Freeze, J: Freeze, <I as Iterator>::Item: Freeze, <J as Iterator>::Item: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<I, J> Freeze for rustmax::itertools::ZipEq<I, J>
where I: Freeze, J: Freeze,

ยง

impl<I, J> Freeze for rustmax::rayon::iter::Interleave<I, J>
where I: Freeze, J: Freeze,

ยง

impl<I, J> Freeze for rustmax::rayon::iter::InterleaveShortest<I, J>
where I: Freeze, J: Freeze,

ยง

impl<I, J, F> Freeze for MergeBy<I, J, F>
where F: Freeze, <I as Iterator>::Item: Freeze, <J as Iterator>::Item: Freeze, I: Freeze, J: Freeze,

ยง

impl<I, O> Freeze for Client<I, O>

ยง

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

ยง

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

ยง

impl<I, P> Freeze for rustmax::rayon::iter::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 FilterEntry<I, P>
where I: Freeze, P: Freeze,

ยง

impl<I, P> Freeze for rustmax::std::iter::Filter<I, P>
where I: Freeze, P: Freeze,

ยง

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

ยง

impl<I, P> Freeze for rustmax::std::iter::SkipWhile<I, P>
where I: Freeze, P: Freeze,

ยง

impl<I, P> Freeze for rustmax::std::iter::TakeWhile<I, P>
where I: Freeze, P: Freeze,

ยง

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

ยง

impl<I, T> Freeze for CircularTupleWindows<I, T>
where I: Freeze, T: Freeze,

ยง

impl<I, T> Freeze for TupleCombinations<I, T>
where <T as HasCombination<I>>::Combination: Freeze,

ยง

impl<I, T> Freeze for TupleWindows<I, T>
where I: Freeze, T: Freeze,

ยง

impl<I, T> Freeze for Tuples<I, T>
where <T as TupleCollect>::Buffer: Freeze, I: Freeze,

ยง

impl<I, T, E> Freeze for FlattenOk<I, T, E>
where I: Freeze, <T as IntoIterator>::IntoIter: 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 rustmax::std::iter::FlatMap<I, U, F>
where <U as IntoIterator>::IntoIter: Freeze, I: Freeze, F: Freeze,

ยง

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

ยง

impl<I, V, F> Freeze for UniqueBy<I, V, F>
where I: Freeze, F: Freeze,

ยง

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

ยง

impl<IU, B> Freeze for InvertedUInt<IU, B>
where IU: Freeze, B: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<Idx> Freeze for rustmax::std::ops::Range<Idx>
where Idx: Freeze,

ยง

impl<Idx> Freeze for rustmax::std::ops::RangeFrom<Idx>
where Idx: Freeze,

ยง

impl<Idx> Freeze for rustmax::std::ops::RangeInclusive<Idx>
where Idx: Freeze,

ยง

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

ยง

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

ยง

impl<In, T, U, E> Freeze for BoxCloneServiceLayer<In, T, U, E>

ยง

impl<In, T, U, E> Freeze for BoxCloneSyncServiceLayer<In, T, U, E>

ยง

impl<In, T, U, E> Freeze for BoxLayer<In, T, U, E>

ยง

impl<Inner, Outer> Freeze for Stack<Inner, Outer>
where Inner: Freeze, Outer: Freeze,

ยง

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

ยง

impl<K> Freeze for Failed<K>
where K: Freeze,

ยง

impl<K> Freeze for rustmax::std::collections::hash_set::IntoIter<K>

ยง

impl<K, I, F> !Freeze for rustmax::itertools::ChunkBy<K, I, F>

ยง

impl<K, S, Req> !Freeze for ReadyCache<K, S, Req>

ยง

impl<K, V> Freeze for Change<K, V>
where K: Freeze, V: Freeze,

ยง

impl<K, V> Freeze for BTreeMapStrategy<K, V>
where K: Freeze, V: Freeze,

ยง

impl<K, V> Freeze for BTreeMapValueTree<K, V>

ยง

impl<K, V> Freeze for HashMapStrategy<K, V>
where K: Freeze, V: Freeze,

ยง

impl<K, V> Freeze for HashMapValueTree<K, V>

ยง

impl<K, V> Freeze for rustmax::rayon::collections::btree_map::IntoIter<K, V>

ยง

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

ยง

impl<K, V> Freeze for rustmax::tera::Map<K, V>

ยง

impl<K, V> Freeze for rustmax::toml::map::Map<K, V>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<L> Freeze for ServiceBuilder<L>
where L: Freeze,

ยง

impl<L, F> Freeze for TapIo<L, F>
where L: Freeze, F: Freeze,

ยง

impl<L, H, T, S> Freeze for Layered<L, H, T, S>
where L: Freeze, H: Freeze,

ยง

impl<L, M, S> Freeze for Serve<L, M, S>
where L: Freeze, M: Freeze,

ยง

impl<L, M, S, F> Freeze for WithGracefulShutdown<L, M, S, F>
where L: Freeze, M: Freeze, F: Freeze,

ยง

impl<L, R> Freeze for rustmax::rayon::iter::Either<L, R>
where L: Freeze, R: Freeze,

ยง

impl<M, EM, S> Freeze for OutputM<M, EM, S>

ยง

impl<M, Request> Freeze for IntoService<M, Request>
where M: Freeze,

ยง

impl<M, Target> Freeze for Reconnect<M, Target>
where M: Freeze, Target: Freeze, <M as Service<Target>>::Future: Freeze, <M as Service<Target>>::Response: Freeze, <M as Service<Target>>::Error: Freeze,

ยง

impl<O, E> Freeze for Fail<O, E>

ยง

impl<O, E> Freeze for Success<O, E>
where O: Freeze,

ยง

impl<Ok, Error> Freeze for Impossible<Ok, Error>

ยง

impl<P> Freeze for RetryLayer<P>
where P: Freeze,

ยง

impl<P> Freeze for CrossThread<P>

ยง

impl<P> Freeze for MaybeCrossThread<P>

ยง

impl<P, F> Freeze for MapValueParser<P, F>
where P: Freeze, F: Freeze,

ยง

impl<P, F> Freeze for TryMapValueParser<P, F>
where P: Freeze, F: Freeze,

ยง

impl<P, S> Freeze for Retry<P, S>
where P: Freeze, S: Freeze,

ยง

impl<P, S, Request> Freeze for AsyncResponseFuture<P, S, Request>
where S: Freeze, <P as AsyncPredicate<Request>>::Future: Freeze, <S as Service<<P as AsyncPredicate<Request>>::Request>>::Future: Freeze,

ยง

impl<P, S, Request> Freeze for rustmax::tower::retry::future::ResponseFuture<P, S, Request>
where Request: Freeze, P: Freeze, S: Freeze, <S as Service<Request>>::Future: Freeze, <P as Policy<Request, <S as Service<Request>>::Response, <S as Service<Request>>::Error>>::Future: Freeze,

ยง

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

ยง

impl<R> Freeze for rustmax::futures::io::BufReader<R>
where R: Freeze,

ยง

impl<R> Freeze for rustmax::futures::io::Lines<R>
where R: Freeze,

ยง

impl<R> Freeze for rustmax::futures::io::Take<R>
where R: 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,

ยง

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

ยง

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

ยง

impl<R> Freeze for rustmax::serde_json::Deserializer<R>
where R: Freeze,

ยง

impl<R> Freeze for rustmax::tokio::io::BufReader<R>
where R: Freeze,

ยง

impl<R> Freeze for rustmax::tokio::io::Lines<R>
where R: Freeze,

ยง

impl<R> Freeze for rustmax::tokio::io::Split<R>
where R: Freeze,

ยง

impl<R> Freeze for rustmax::tokio::io::Take<R>
where R: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<R> Freeze for rustmax::std::io::Bytes<R>
where R: Freeze,

ยง

impl<R, F> Freeze for rustmax::tower::filter::future::ResponseFuture<R, F>
where R: Freeze, F: Freeze,

ยง

impl<R, Rsdr> Freeze for ReseedingRng<R, Rsdr>
where <R as BlockRngCore>::Results: Freeze, R: Freeze, Rsdr: Freeze,

ยง

impl<R, W> Freeze for rustmax::tokio::io::Join<R, W>
where R: Freeze, W: Freeze,

ยง

impl<RW> Freeze for BufStream<RW>
where RW: Freeze,

ยง

impl<Req, F> Freeze for rustmax::tower::buffer::Buffer<Req, F>

ยง

impl<Request> Freeze for BufferLayer<Request>

ยง

impl<S> !Freeze for LayeredFuture<S>

ยง

impl<S> !Freeze for Sse<S>

ยง

impl<S> Freeze for Host<S>
where S: Freeze,

ยง

impl<S> Freeze for State<S>
where S: Freeze,

ยง

impl<S> Freeze for IntoMakeServiceFuture<S>
where S: Freeze,

ยง

impl<S> Freeze for IntoMakeService<S>
where S: Freeze,

ยง

impl<S> Freeze for Router<S>

ยง

impl<S> Freeze for BlockingStream<S>
where S: Freeze,

ยง

impl<S> Freeze for rustmax::futures::prelude::stream::PollImmediate<S>
where S: Freeze,

ยง

impl<S> Freeze for SplitStream<S>

ยง

impl<S> Freeze for rustmax::proptest::strategy::Flatten<S>
where S: Freeze,

ยง

impl<S> Freeze for FlattenValueTree<S>
where S: Freeze, <<S as ValueTree>::Value as Strategy>::Tree: Freeze,

ยง

impl<S> Freeze for IndFlatten<S>
where S: Freeze,

ยง

impl<S> Freeze for LazyValueTree<S>
where <S as Strategy>::Tree: Freeze,

ยง

impl<S> Freeze for Shuffle<S>
where S: Freeze,

ยง

impl<S> Freeze for ThreadPoolBuilder<S>
where S: Freeze,

ยง

impl<S> Freeze for LoadShed<S>
where S: Freeze,

ยง

impl<S> Freeze for SharedFuture<S>
where S: Freeze,

ยง

impl<S> Freeze for rustmax::tower::make::Shared<S>
where S: Freeze,

ยง

impl<S> Freeze for SpawnReady<S>
where S: Freeze,

ยง

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, C> Freeze for IntoMakeServiceWithConnectInfo<S, C>
where S: Freeze,

ยง

impl<S, C> Freeze for rustmax::axum::extract::connect_info::ResponseFuture<S, C>
where S: Freeze, C: Freeze,

ยง

impl<S, C> Freeze for PeakEwma<S, C>
where S: Freeze, C: Freeze,

ยง

impl<S, C> Freeze for PendingRequests<S, C>
where S: Freeze, C: Freeze,

ยง

impl<S, E> Freeze for MethodRouter<S, E>

ยง

impl<S, F> Freeze for rustmax::proptest::strategy::statics::Filter<S, F>
where S: Freeze, F: Freeze,

ยง

impl<S, F> Freeze for rustmax::proptest::strategy::statics::Map<S, F>
where S: Freeze, F: Freeze,

ยง

impl<S, F> Freeze for rustmax::proptest::strategy::Filter<S, F>
where S: Freeze,

ยง

impl<S, F> Freeze for rustmax::proptest::strategy::FilterMap<S, F>
where S: Freeze,

ยง

impl<S, F> Freeze for IndFlattenMap<S, F>
where S: Freeze,

ยง

impl<S, F> Freeze for rustmax::proptest::strategy::Map<S, F>
where S: Freeze,

ยง

impl<S, F> Freeze for Perturb<S, F>
where S: Freeze,

ยง

impl<S, F> Freeze for PerturbValueTree<S, F>
where S: Freeze,

ยง

impl<S, F> Freeze for rustmax::tower::util::AndThen<S, F>
where S: Freeze, F: Freeze,

ยง

impl<S, F> Freeze for rustmax::tower::util::MapErr<S, F>
where S: Freeze, F: Freeze,

ยง

impl<S, F> Freeze for MapFuture<S, F>
where S: Freeze, F: Freeze,

ยง

impl<S, F> Freeze for rustmax::tower::util::MapRequest<S, F>
where S: Freeze, F: Freeze,

ยง

impl<S, F> Freeze for rustmax::tower::util::MapResponse<S, F>
where S: Freeze, F: Freeze,

ยง

impl<S, F> Freeze for MapResult<S, F>
where S: Freeze, F: Freeze,

ยง

impl<S, F> Freeze for rustmax::tower::util::Then<S, F>
where S: Freeze, F: Freeze,

ยง

impl<S, F, Req> Freeze for Steer<S, F, Req>
where F: Freeze,

ยง

impl<S, F, T> Freeze for HandleError<S, F, T>
where S: Freeze, F: Freeze,

ยง

impl<S, Item> Freeze for SplitSink<S, Item>
where Item: Freeze,

ยง

impl<S, O> Freeze for rustmax::proptest::strategy::MapInto<S, O>
where S: Freeze,

ยง

impl<S, P> Freeze for Hedge<S, P>
where P: Freeze, S: Freeze,

ยง

impl<S, Req> Freeze for MakeBalance<S, Req>
where S: Freeze,

ยง

impl<S, Req> Freeze for Oneshot<S, Req>
where S: Freeze, <S as Service<Req>>::Future: Freeze, Req: Freeze,

ยง

impl<S, Request> Freeze for Future<S, Request>
where <S as Service<Request>>::Future: Freeze,

ยง

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

ยง

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

ยง

impl<Si1, Si2> Freeze for Fanout<Si1, Si2>
where Si1: Freeze, Si2: Freeze,

ยง

impl<Si, F> Freeze for SinkMapErr<Si, F>
where Si: Freeze, F: Freeze,

ยง

impl<Si, Item> Freeze for rustmax::futures::prelude::sink::Buffer<Si, Item>
where Si: Freeze,

ยง

impl<Si, Item, E> Freeze for SinkErrInto<Si, Item, E>
where Si: Freeze,

ยง

impl<Si, Item, U, Fut, F> Freeze for With<Si, Item, U, Fut, F>
where Si: Freeze, F: Freeze, Fut: Freeze,

ยง

impl<Si, Item, U, St, F> Freeze for WithFlatMap<Si, Item, U, St, F>
where Si: Freeze, F: Freeze, St: Freeze, Item: Freeze,

ยง

impl<Span> Freeze for DelimSpan<Span>
where Span: Freeze,

ยง

impl<Span> Freeze for Diagnostic<Span>

ยง

impl<Span> Freeze for ExpnGlobals<Span>
where Span: Freeze,

ยง

impl<Span> Freeze for Punct<Span>
where Span: Freeze,

ยง

impl<Span, Symbol> Freeze for Ident<Span, Symbol>
where Symbol: Freeze, Span: Freeze,

ยง

impl<Span, Symbol> Freeze for Literal<Span, Symbol>
where Symbol: Freeze, Span: Freeze,

ยง

impl<St1, St2> Freeze for rustmax::futures::prelude::stream::Chain<St1, St2>
where St2: Freeze, St1: Freeze,

ยง

impl<St1, St2> Freeze for rustmax::futures::prelude::stream::Select<St1, St2>
where St1: Freeze, St2: Freeze,

ยง

impl<St1, St2> Freeze for rustmax::futures::prelude::stream::Zip<St1, St2>
where St1: Freeze, St2: Freeze, <St1 as Stream>::Item: Freeze, <St2 as Stream>::Item: Freeze,

ยง

impl<St1, St2, Clos, State> Freeze for SelectWithStrategy<St1, St2, Clos, State>
where St1: Freeze, St2: Freeze, State: Freeze, Clos: Freeze,

ยง

impl<St> !Freeze for rustmax::futures::prelude::stream::select_all::IntoIter<St>

ยง

impl<St> !Freeze for BufferUnordered<St>

ยง

impl<St> !Freeze for Buffered<St>

ยง

impl<St> !Freeze for rustmax::futures::prelude::stream::SelectAll<St>

ยง

impl<St> !Freeze for TryBufferUnordered<St>

ยง

impl<St> !Freeze for TryBuffered<St>

ยง

impl<St> !Freeze for TryFlattenUnordered<St>

ยง

impl<St> Freeze for rustmax::futures::prelude::stream::CatchUnwind<St>
where St: Freeze,

ยง

impl<St> Freeze for rustmax::futures::prelude::stream::Chunks<St>
where St: Freeze,

ยง

impl<St> Freeze for Concat<St>
where St: Freeze, <St as Stream>::Item: Freeze,

ยง

impl<St> Freeze for rustmax::futures::prelude::stream::Count<St>
where St: Freeze,

ยง

impl<St> Freeze for rustmax::futures::prelude::stream::Cycle<St>
where St: Freeze,

ยง

impl<St> Freeze for rustmax::futures::prelude::stream::Enumerate<St>
where St: Freeze,

ยง

impl<St> Freeze for rustmax::futures::prelude::stream::Flatten<St>
where St: Freeze, <St as Stream>::Item: Freeze,

ยง

impl<St> Freeze for rustmax::futures::prelude::stream::Fuse<St>
where St: Freeze,

ยง

impl<St> Freeze for IntoAsyncRead<St>
where St: Freeze, <St as TryStream>::Ok: Freeze,

ยง

impl<St> Freeze for rustmax::futures::prelude::stream::IntoStream<St>
where St: Freeze,

ยง

impl<St> Freeze for rustmax::futures::prelude::stream::Peekable<St>
where St: Freeze, <St as Stream>::Item: Freeze,

ยง

impl<St> Freeze for ReadyChunks<St>
where St: Freeze,

ยง

impl<St> Freeze for rustmax::futures::prelude::stream::Skip<St>
where St: Freeze,

ยง

impl<St> Freeze for StreamFuture<St>
where St: Freeze,

ยง

impl<St> Freeze for rustmax::futures::prelude::stream::Take<St>
where St: Freeze,

ยง

impl<St> Freeze for TryChunks<St>
where St: Freeze,

ยง

impl<St> Freeze for TryConcat<St>
where St: Freeze, <St as TryStream>::Ok: Freeze,

ยง

impl<St> Freeze for rustmax::futures::prelude::stream::TryFlatten<St>
where St: Freeze, <St as TryStream>::Ok: Freeze,

ยง

impl<St> Freeze for TryReadyChunks<St>
where St: Freeze,

ยง

impl<St, C> Freeze for Collect<St, C>
where St: Freeze, C: Freeze,

ยง

impl<St, C> Freeze for TryCollect<St, C>
where St: Freeze, C: Freeze,

ยง

impl<St, E> Freeze for rustmax::futures::prelude::stream::ErrInto<St, E>
where St: Freeze,

ยง

impl<St, F> Freeze for rustmax::futures::prelude::stream::Inspect<St, F>
where St: Freeze, F: Freeze,

ยง

impl<St, F> Freeze for rustmax::futures::prelude::stream::InspectErr<St, F>
where St: Freeze, F: Freeze,

ยง

impl<St, F> Freeze for rustmax::futures::prelude::stream::InspectOk<St, F>
where St: Freeze, F: Freeze,

ยง

impl<St, F> Freeze for rustmax::futures::prelude::stream::Map<St, F>
where St: Freeze, F: Freeze,

ยง

impl<St, F> Freeze for rustmax::futures::prelude::stream::MapErr<St, F>
where St: Freeze, F: Freeze,

ยง

impl<St, F> Freeze for rustmax::futures::prelude::stream::MapOk<St, F>
where St: Freeze, F: Freeze,

ยง

impl<St, F> Freeze for Iterate<St, F>
where St: Freeze, F: Freeze,

ยง

impl<St, F> Freeze for rustmax::itertools::Unfold<St, F>
where F: Freeze, St: Freeze,

ยง

impl<St, FromA, FromB> Freeze for Unzip<St, FromA, FromB>
where St: Freeze, FromA: Freeze, FromB: Freeze,

ยง

impl<St, Fut> Freeze for rustmax::futures::prelude::stream::TakeUntil<St, Fut>
where St: Freeze, Fut: Freeze, <Fut as Future>::Output: Freeze,

ยง

impl<St, Fut, F> !Freeze for ForEachConcurrent<St, Fut, F>

ยง

impl<St, Fut, F> !Freeze for TryForEachConcurrent<St, Fut, F>

ยง

impl<St, Fut, F> Freeze for All<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

ยง

impl<St, Fut, F> Freeze for rustmax::futures::prelude::stream::AndThen<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

ยง

impl<St, Fut, F> Freeze for rustmax::futures::prelude::stream::Any<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

ยง

impl<St, Fut, F> Freeze for rustmax::futures::prelude::stream::Filter<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze, <St as Stream>::Item: Freeze,

ยง

impl<St, Fut, F> Freeze for rustmax::futures::prelude::stream::FilterMap<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

ยง

impl<St, Fut, F> Freeze for ForEach<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

ยง

impl<St, Fut, F> Freeze for rustmax::futures::prelude::stream::OrElse<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

ยง

impl<St, Fut, F> Freeze for rustmax::futures::prelude::stream::SkipWhile<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze, <St as Stream>::Item: Freeze,

ยง

impl<St, Fut, F> Freeze for rustmax::futures::prelude::stream::TakeWhile<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze, <St as Stream>::Item: Freeze,

ยง

impl<St, Fut, F> Freeze for rustmax::futures::prelude::stream::Then<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

ยง

impl<St, Fut, F> Freeze for TryAll<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

ยง

impl<St, Fut, F> Freeze for TryAny<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

ยง

impl<St, Fut, F> Freeze for TryFilter<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze, <St as TryStream>::Ok: Freeze,

ยง

impl<St, Fut, F> Freeze for TryFilterMap<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

ยง

impl<St, Fut, F> Freeze for TryForEach<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze,

ยง

impl<St, Fut, F> Freeze for TrySkipWhile<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze, <St as TryStream>::Ok: Freeze,

ยง

impl<St, Fut, F> Freeze for TryTakeWhile<St, Fut, F>
where St: Freeze, F: Freeze, Fut: Freeze, <St as TryStream>::Ok: Freeze,

ยง

impl<St, Fut, T, F> Freeze for rustmax::futures::prelude::stream::Fold<St, Fut, T, F>
where St: Freeze, F: Freeze, T: Freeze, Fut: Freeze,

ยง

impl<St, Fut, T, F> Freeze for rustmax::futures::prelude::stream::TryFold<St, Fut, T, F>
where St: Freeze, F: Freeze, T: Freeze, Fut: Freeze,

ยง

impl<St, S, Fut, F> Freeze for rustmax::futures::prelude::stream::Scan<St, S, Fut, F>
where St: Freeze, Fut: Freeze, S: Freeze, F: Freeze,

ยง

impl<St, Si> Freeze for Forward<St, Si>
where Si: Freeze, St: Freeze, <St as TryStream>::Ok: Freeze,

ยง

impl<St, U, F> !Freeze for FlatMapUnordered<St, U, F>

ยง

impl<St, U, F> Freeze for rustmax::futures::prelude::stream::FlatMap<St, U, F>
where St: Freeze, F: Freeze, U: Freeze,

ยง

impl<Svc, S> !Freeze for CallAll<Svc, S>

ยง

impl<Svc, S> !Freeze for CallAllUnordered<Svc, S>

ยง

impl<T> !Freeze for AtomicCell<T>

ยง

impl<T> !Freeze for Injector<T>

ยง

impl<T> !Freeze for Worker<T>

ยง

impl<T> !Freeze for Atomic<T>

ยง

impl<T> !Freeze for ArrayQueue<T>

ยง

impl<T> !Freeze for SegQueue<T>

ยง

impl<T> !Freeze for ShardedLock<T>

ยง

impl<T> !Freeze for rustmax::futures::lock::Mutex<T>

ยง

impl<T> !Freeze for FuturesOrdered<T>

ยง

impl<T> !Freeze for rustmax::hyper::client::conn::http1::Parts<T>

ยง

impl<T> !Freeze for rustmax::hyper::Request<T>

ยง

impl<T> !Freeze for rustmax::hyper::upgrade::Parts<T>

ยง

impl<T> !Freeze for rustmax::tokio::sync::Mutex<T>

ยง

impl<T> !Freeze for rustmax::tokio::sync::OnceCell<T>

ยง

impl<T> !Freeze for rustmax::tokio::sync::RwLock<T>

ยง

impl<T> !Freeze for rustmax::tokio::time::Timeout<T>

ยง

impl<T> !Freeze for rustmax::tower::timeout::future::ResponseFuture<T>

ยง

impl<T> !Freeze for Cell<T>

ยง

impl<T> !Freeze for rustmax::std::cell::OnceCell<T>

ยง

impl<T> !Freeze for RefCell<T>

ยง

impl<T> !Freeze for SyncUnsafeCell<T>

ยง

impl<T> !Freeze for AtomicPtr<T>

ยง

impl<T> !Freeze for rustmax::std::sync::Mutex<T>

ยง

impl<T> !Freeze for OnceLock<T>

ยง

impl<T> !Freeze for ReentrantLock<T>

ยง

impl<T> !Freeze for rustmax::std::sync::RwLock<T>

ยง

impl<T> !Freeze for Storage<T>

ยง

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

ยง

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

ยง

impl<T> Freeze for rustmax::crossbeam::channel::SendTimeoutError<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::crossbeam::channel::TrySendError<T>
where T: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for rustmax::tokio::sync::mpsc::error::SendTimeoutError<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::tokio::sync::mpsc::error::TrySendError<T>
where T: Freeze,

ยง

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

ยง

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

ยง

impl<T> Freeze for rustmax::std::sync::TryLockError<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::std::sync::mpmc::SendTimeoutError<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::std::sync::mpsc::TrySendError<T>
where T: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for rustmax::axum::extract::Path<T>
where T: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for rustmax::bytes::buf::IntoIter<T>
where T: Freeze,

ยง

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

ยง

impl<T> Freeze for rustmax::bytes::buf::Take<T>
where T: Freeze,

ยง

impl<T> Freeze for RangedI64ValueParser<T>

ยง

impl<T> Freeze for RangedU64ValueParser<T>

ยง

impl<T> Freeze for rustmax::clap::parser::Values<T>

ยง

impl<T> Freeze for rustmax::crossbeam::channel::IntoIter<T>

ยง

impl<T> Freeze for rustmax::crossbeam::channel::Receiver<T>

ยง

impl<T> Freeze for rustmax::crossbeam::channel::SendError<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::crossbeam::channel::Sender<T>

ยง

impl<T> Freeze for Stealer<T>

ยง

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

ยง

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

ยง

impl<T> Freeze for CxxVector<T>

ยง

impl<T> Freeze for SharedPtr<T>

ยง

impl<T> Freeze for UniquePtr<T>

ยง

impl<T> Freeze for WeakPtr<T>

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for rustmax::futures::channel::mpsc::Receiver<T>

ยง

impl<T> Freeze for rustmax::futures::channel::mpsc::Sender<T>

ยง

impl<T> Freeze for rustmax::futures::channel::mpsc::TrySendError<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::futures::channel::mpsc::UnboundedReceiver<T>

ยง

impl<T> Freeze for rustmax::futures::channel::mpsc::UnboundedSender<T>

ยง

impl<T> Freeze for rustmax::futures::channel::oneshot::Receiver<T>

ยง

impl<T> Freeze for rustmax::futures::channel::oneshot::Sender<T>

ยง

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

ยง

impl<T> Freeze for rustmax::futures::io::Cursor<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::futures::io::ReadHalf<T>

ยง

impl<T> Freeze for rustmax::futures::io::ReuniteError<T>

ยง

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

ยง

impl<T> Freeze for rustmax::futures::io::WriteHalf<T>

ยง

impl<T> Freeze for rustmax::futures::lock::OwnedMutexGuard<T>
where T: ?Sized,

ยง

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

ยง

impl<T> Freeze for rustmax::futures::prelude::future::Pending<T>

ยง

impl<T> Freeze for rustmax::futures::prelude::future::PollImmediate<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::futures::prelude::future::Ready<T>
where T: Freeze,

ยง

impl<T> Freeze for RemoteHandle<T>

ยง

impl<T> Freeze for rustmax::futures::prelude::sink::Drain<T>

ยง

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

ยง

impl<T> Freeze for rustmax::futures::prelude::stream::Empty<T>

ยง

impl<T> Freeze for rustmax::futures::prelude::stream::Pending<T>

ยง

impl<T> Freeze for rustmax::futures::prelude::stream::Repeat<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::hyper::body::Frame<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::hyper::client::conn::TrySendError<T>
where T: Freeze,

ยง

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

ยง

impl<T> Freeze for rustmax::hyper::Response<T>
where T: Freeze,

ยง

impl<T> Freeze for TupleBuffer<T>
where <T as TupleCollect>::Buffer: Freeze,

ยง

impl<T> Freeze for rustmax::itertools::Zip<T>
where T: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for SampledBitSetStrategy<T>

ยง

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

ยง

impl<T> Freeze for BTreeSetValueTree<T>

ยง

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

ยง

impl<T> Freeze for BinaryHeapValueTree<T>

ยง

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

ยง

impl<T> Freeze for HashSetValueTree<T>

ยง

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

ยง

impl<T> Freeze for LinkedListValueTree<T>

ยง

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

ยง

impl<T> Freeze for VecDequeValueTree<T>

ยง

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

ยง

impl<T> Freeze for VecValueTree<T>

ยง

impl<T> Freeze for OptionStrategy<T>

ยง

impl<T> Freeze for OptionValueTree<T>
where <T as Strategy>::Tree: Freeze,

ยง

impl<T> Freeze for BoxedStrategy<T>

ยง

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

ยง

impl<T> Freeze for SBoxedStrategy<T>

ยง

impl<T> Freeze for rustmax::proptest::sample::Select<T>

ยง

impl<T> Freeze for SelectValueTree<T>

ยง

impl<T> Freeze for Subsequence<T>

ยง

impl<T> Freeze for SubsequenceValueTree<T>

ยง

impl<T> Freeze for rustmax::proptest::strategy::Fuse<T>
where T: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for rustmax::proptest::strategy::Union<T>

ยง

impl<T> Freeze for UnionValueTree<T>

ยง

impl<T> Freeze for RegexGeneratorStrategy<T>

ยง

impl<T> Freeze for RegexGeneratorValueTree<T>

ยง

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

ยง

impl<T> Freeze for rustmax::rayon::collections::binary_heap::IntoIter<T>

ยง

impl<T> Freeze for rustmax::rayon::collections::btree_set::IntoIter<T>

ยง

impl<T> Freeze for rustmax::rayon::collections::hash_set::IntoIter<T>

ยง

impl<T> Freeze for rustmax::rayon::collections::linked_list::IntoIter<T>

ยง

impl<T> Freeze for rustmax::rayon::collections::vec_deque::IntoIter<T>

ยง

impl<T> Freeze for rustmax::rayon::iter::Empty<T>

ยง

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

ยง

impl<T> Freeze for rustmax::rayon::iter::Once<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::rayon::iter::Repeat<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::rayon::iter::RepeatN<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::rayon::option::IntoIter<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::rayon::range::Iter<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::rayon::range_inclusive::Iter<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::rayon::result::IntoIter<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::rayon::vec::IntoIter<T>

ยง

impl<T> Freeze for HeaderMap<T>

ยง

impl<T> Freeze for rustmax::reqwest::header::IntoIter<T>

ยง

impl<T> Freeze for CoreWrapper<T>

ยง

impl<T> Freeze for RtVariableCoreWrapper<T>

ยง

impl<T> Freeze for XofReaderCoreWrapper<T>

ยง

impl<T> Freeze for rustmax::syn::punctuated::IntoIter<T>

ยง

impl<T> Freeze for rustmax::tokio::io::ReadHalf<T>

ยง

impl<T> Freeze for rustmax::tokio::io::WriteHalf<T>

ยง

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

ยง

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

ยง

impl<T> Freeze for rustmax::tokio::sync::broadcast::error::SendError<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::tokio::sync::broadcast::Receiver<T>

ยง

impl<T> Freeze for rustmax::tokio::sync::broadcast::Sender<T>

ยง

impl<T> Freeze for rustmax::tokio::sync::mpsc::error::SendError<T>
where T: Freeze,

ยง

impl<T> Freeze for OwnedPermit<T>

ยง

impl<T> Freeze for rustmax::tokio::sync::mpsc::Receiver<T>

ยง

impl<T> Freeze for rustmax::tokio::sync::mpsc::Sender<T>

ยง

impl<T> Freeze for rustmax::tokio::sync::mpsc::UnboundedReceiver<T>

ยง

impl<T> Freeze for rustmax::tokio::sync::mpsc::UnboundedSender<T>

ยง

impl<T> Freeze for WeakSender<T>

ยง

impl<T> Freeze for WeakUnboundedSender<T>

ยง

impl<T> Freeze for rustmax::tokio::sync::oneshot::Receiver<T>

ยง

impl<T> Freeze for rustmax::tokio::sync::oneshot::Sender<T>

ยง

impl<T> Freeze for rustmax::tokio::sync::OwnedMutexGuard<T>
where T: ?Sized,

ยง

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

ยง

impl<T> Freeze for rustmax::tokio::sync::watch::error::SendError<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::tokio::sync::watch::Receiver<T>

ยง

impl<T> Freeze for rustmax::tokio::sync::watch::Sender<T>

ยง

impl<T> Freeze for rustmax::tokio::task::JoinHandle<T>

ยง

impl<T> Freeze for JoinSet<T>

ยง

impl<T> Freeze for rustmax::tokio::task::LocalKey<T>

ยง

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

ยง

impl<T> Freeze for rustmax::tower::buffer::future::ResponseFuture<T>
where T: Freeze,

ยง

impl<T> Freeze for ServiceList<T>
where <T as IntoIterator>::IntoIter: Freeze,

ยง

impl<T> Freeze for rustmax::tower::limit::concurrency::future::ResponseFuture<T>
where T: Freeze,

ยง

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

ยง

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

ยง

impl<T> Freeze for rustmax::tower::timeout::Timeout<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::tower::util::future::optional::ResponseFuture<T>
where T: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for rustmax::std::future::Pending<T>

ยง

impl<T> Freeze for rustmax::std::future::Ready<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::std::io::Cursor<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::std::io::Take<T>
where T: Freeze,

ยง

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

ยง

impl<T> Freeze for rustmax::std::iter::Once<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::std::iter::Rev<T>
where T: Freeze,

ยง

impl<T> Freeze for Discriminant<T>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> Freeze for rustmax::std::result::IntoIter<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::std::sync::mpmc::IntoIter<T>

ยง

impl<T> Freeze for rustmax::std::sync::mpmc::Receiver<T>

ยง

impl<T> Freeze for rustmax::std::sync::mpmc::Sender<T>

ยง

impl<T> Freeze for rustmax::std::sync::mpsc::IntoIter<T>

ยง

impl<T> Freeze for rustmax::std::sync::mpsc::Receiver<T>

ยง

impl<T> Freeze for rustmax::std::sync::mpsc::SendError<T>
where T: Freeze,

ยง

impl<T> Freeze for rustmax::std::sync::mpsc::Sender<T>

ยง

impl<T> Freeze for SyncSender<T>

ยง

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

ยง

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

ยง

impl<T> Freeze for rustmax::std::thread::JoinHandle<T>

ยง

impl<T> Freeze for rustmax::std::thread::LocalKey<T>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T, A> Freeze for rustmax::std::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 BTreeSet<T, A>
where A: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T, A> Freeze for rustmax::std::rc::Weak<T, A>
where A: Freeze, T: ?Sized,

ยง

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

ยง

impl<T, A> Freeze for rustmax::std::sync::Weak<T, A>
where A: Freeze, T: ?Sized,

ยง

impl<T, A> Freeze for rustmax::std::vec::IntoIter<T, A>
where A: Freeze,

ยง

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

ยง

impl<T, B> Freeze for rustmax::hyper::client::conn::http1::Connection<T, B>
where T: Freeze,

ยง

impl<T, B, E> Freeze for rustmax::hyper::client::conn::http2::Connection<T, B, E>
where <B as Body>::Error: Sized, E: Freeze, B: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T, E> Freeze for rustmax::nom::bytes::TakeUntil<T, E>
where T: Freeze,

ยง

impl<T, E> Freeze for MaybeErr<T, E>

ยง

impl<T, E> Freeze for MaybeErrValueTree<T, E>
where <T as Strategy>::Tree: Freeze, <E as Strategy>::Tree: Freeze,

ยง

impl<T, E> Freeze for MaybeOk<T, E>

ยง

impl<T, E> Freeze for MaybeOkValueTree<T, E>
where <E as Strategy>::Tree: Freeze, <T as Strategy>::Tree: Freeze,

ยง

impl<T, E, S> Freeze for FromExtractor<T, E, S>
where T: Freeze, S: Freeze,

ยง

impl<T, Error> Freeze for Permutation<T, Error>
where T: Freeze,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T, F, Fut> Freeze for TryUnfold<T, F, Fut>
where F: Freeze, T: Freeze, Fut: Freeze,

ยง

impl<T, F, Fut> Freeze for rustmax::futures::prelude::stream::Unfold<T, F, Fut>
where F: Freeze, T: Freeze, Fut: Freeze,

ยง

impl<T, F, R> Freeze for rustmax::futures::prelude::sink::Unfold<T, F, R>
where F: Freeze, T: Freeze, R: Freeze,

ยง

impl<T, Item> Freeze for rustmax::futures::prelude::stream::ReuniteError<T, Item>
where Item: Freeze,

ยง

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

ยง

impl<T, N> Freeze for GenericArrayIter<T, N>
where <N as ArrayLength<T>>::ArrayType: Freeze,

ยง

impl<T, OutSize, O> Freeze for CtVariableCoreWrapper<T, OutSize, O>
where T: Freeze,

ยง

impl<T, P> Freeze for rustmax::syn::punctuated::Pair<T, P>
where T: Freeze, P: Freeze,

ยง

impl<T, P> Freeze for IntoPairs<T, P>
where T: Freeze,

ยง

impl<T, P> Freeze for Punctuated<T, P>

ยง

impl<T, Request> Freeze for ReadyOneshot<T, Request>
where T: Freeze,

ยง

impl<T, S> !Freeze for rustmax::hyper::server::conn::http1::Parts<T, S>

ยง

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

ยง

impl<T, S> Freeze for rustmax::hyper::server::conn::http1::Connection<T, S>
where S: Freeze, T: Freeze,

ยง

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

ยง

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

ยง

impl<T, S, E> !Freeze for rustmax::hyper::server::conn::http2::Connection<T, S, E>

ยง

impl<T, U> Freeze for rustmax::bytes::buf::Chain<T, U>
where T: Freeze, U: Freeze,

ยง

impl<T, U> Freeze for rustmax::futures::io::Chain<T, U>
where T: Freeze, U: Freeze,

ยง

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

ยง

impl<T, U> Freeze for GenericArray<T, U>
where <U as ArrayLength<T>>::ArrayType: Freeze,

ยง

impl<T, U> Freeze for OwnedMappedMutexGuard<T, U>
where T: ?Sized, U: ?Sized,

ยง

impl<T, U> Freeze for OwnedRwLockMappedWriteGuard<T, U>
where T: ?Sized, U: ?Sized,

ยง

impl<T, U> Freeze for OwnedRwLockReadGuard<T, U>
where T: ?Sized, U: ?Sized,

ยง

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

ยง

impl<T, U> Freeze for rustmax::tower::filter::Filter<T, U>
where T: Freeze, U: Freeze,

ยง

impl<T, U> Freeze for rustmax::std::io::Chain<T, U>
where T: Freeze, U: Freeze,

ยง

impl<T, U, E> Freeze for BoxCloneService<T, U, E>

ยง

impl<T, U, E> Freeze for BoxCloneSyncService<T, U, E>

ยง

impl<T, U, E> Freeze for BoxService<T, U, E>

ยง

impl<T, U, E> Freeze for UnsyncBoxService<T, U, E>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<TokenStream, Span> Freeze for Group<TokenStream, Span>
where TokenStream: Freeze, Span: Freeze,

ยง

impl<TokenStream, Span, Symbol> Freeze for TokenTree<TokenStream, Span, Symbol>
where Span: Freeze, Symbol: Freeze, TokenStream: Freeze,

ยง

impl<Tz> Freeze for rustmax::chrono::Date<Tz>
where <Tz as TimeZone>::Offset: Freeze,

ยง

impl<Tz> Freeze for rustmax::chrono::DateTime<Tz>
where <Tz as TimeZone>::Offset: Freeze,

ยง

impl<U> Freeze for NInt<U>
where U: Freeze,

ยง

impl<U> Freeze for PInt<U>
where U: Freeze,

ยง

impl<U> Freeze for AsyncFilterLayer<U>
where U: Freeze,

ยง

impl<U> Freeze for FilterLayer<U>
where U: Freeze,

ยง

impl<U, B> Freeze for UInt<U, B>
where U: Freeze, B: Freeze,

ยง

impl<V> !Freeze for ShuffleValueTree<V>

ยง

impl<V, A> Freeze for TArr<V, A>
where V: Freeze, A: Freeze,

ยง

impl<V, F, O> !Freeze for FilterMapValueTree<V, F, O>

ยง

impl<W> Freeze for rustmax::futures::io::BufWriter<W>
where W: Freeze,

ยง

impl<W> Freeze for rustmax::futures::io::LineWriter<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 Ansi<W>
where W: Freeze,

ยง

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

ยง

impl<W> Freeze for rustmax::tokio::io::BufWriter<W>
where W: Freeze,

ยง

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

ยง

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

ยง

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

ยง

impl<W, F> Freeze for rustmax::serde_json::Serializer<W, F>
where W: Freeze, F: Freeze,

ยง

impl<W, Item> Freeze for IntoSink<W, Item>
where W: Freeze, Item: Freeze,

ยง

impl<X> Freeze for Uniform<X>
where <X as SampleUniform>::Sampler: Freeze,

ยง

impl<X> Freeze for UniformFloat<X>
where X: Freeze,

ยง

impl<X> Freeze for UniformInt<X>
where X: Freeze,

ยง

impl<X> Freeze for WeightedIndex<X>
where X: Freeze, <X as SampleUniform>::Sampler: Freeze,

ยง

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

ยง

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

ยง

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