rustmax::cxx_build::core::panic

Trait RefUnwindSafe

1.41.0 · Source
pub auto trait RefUnwindSafe { }
Expand description

A marker trait representing types where a shared reference is considered unwind safe.

This trait is namely not implemented by UnsafeCell, the root of all interior mutability.

This is a “helper marker trait” used to provide impl blocks for the UnwindSafe trait, for more information see that documentation.

Implementors§

Source§

impl RefUnwindSafe for CancellationToken

Source§

impl RefUnwindSafe for rustmax::anyhow::Error

1.9.0 · Source§

impl RefUnwindSafe for rustmax::std::io::Stderr

1.9.0 · Source§

impl RefUnwindSafe for StderrLock<'_>

1.9.0 · Source§

impl RefUnwindSafe for rustmax::std::io::Stdout

1.9.0 · Source§

impl RefUnwindSafe for StdoutLock<'_>

1.14.0 · Source§

impl RefUnwindSafe for AtomicBool

1.34.0 · Source§

impl RefUnwindSafe for AtomicI8

1.34.0 · Source§

impl RefUnwindSafe for AtomicI16

1.34.0 · Source§

impl RefUnwindSafe for AtomicI32

1.34.0 · Source§

impl RefUnwindSafe for AtomicI64

1.14.0 · Source§

impl RefUnwindSafe for AtomicIsize

1.34.0 · Source§

impl RefUnwindSafe for AtomicU8

1.34.0 · Source§

impl RefUnwindSafe for AtomicU16

1.34.0 · Source§

impl RefUnwindSafe for AtomicU32

1.34.0 · Source§

impl RefUnwindSafe for AtomicU64

1.14.0 · Source§

impl RefUnwindSafe for AtomicUsize

1.12.0 · Source§

impl RefUnwindSafe for Condvar

1.59.0 · Source§

impl RefUnwindSafe for rustmax::std::sync::Once

Source§

impl RefUnwindSafe for Runtime

Source§

impl RefUnwindSafe for Notify

Source§

impl RefUnwindSafe for rustmax::tokio::task::AbortHandle

Source§

impl RefUnwindSafe for Shell

Source§

impl<'a> RefUnwindSafe for ParseBuffer<'a>

1.9.0 · Source§

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

Source§

impl<T> RefUnwindSafe for once_cell::unsync::OnceCell<T>

Source§

impl<T> RefUnwindSafe for AtomicCell<T>

Source§

impl<T> RefUnwindSafe for rustmax::crossbeam::channel::Receiver<T>

Source§

impl<T> RefUnwindSafe for rustmax::crossbeam::channel::Sender<T>

Source§

impl<T> RefUnwindSafe for ArrayQueue<T>

Source§

impl<T> RefUnwindSafe for SegQueue<T>

Source§

impl<T> RefUnwindSafe for ShardedLock<T>
where T: ?Sized,

1.28.0 · Source§

impl<T> RefUnwindSafe for NonZero<T>

1.9.0 · Source§

impl<T> RefUnwindSafe for AssertUnwindSafe<T>

1.14.0 · Source§

impl<T> RefUnwindSafe for AtomicPtr<T>

Source§

impl<T> RefUnwindSafe for rustmax::std::sync::mpmc::Receiver<T>

Source§

impl<T> RefUnwindSafe for rustmax::std::sync::mpmc::Sender<T>

1.12.0 · Source§

impl<T> RefUnwindSafe for rustmax::std::sync::Mutex<T>
where T: ?Sized,

1.70.0 · Source§

impl<T> RefUnwindSafe for OnceLock<T>

Source§

impl<T> RefUnwindSafe for ReentrantLock<T>
where T: RefUnwindSafe + ?Sized,

1.12.0 · Source§

impl<T> RefUnwindSafe for rustmax::std::sync::RwLock<T>
where T: ?Sized,

Source§

impl<T> RefUnwindSafe for rustmax::tokio::task::JoinHandle<T>

1.58.0 · Source§

impl<T, A> RefUnwindSafe for Rc<T, A>

Source§

impl<T, F> RefUnwindSafe for once_cell::sync::Lazy<T, F>

Source§

impl<T, F> RefUnwindSafe for once_cell::unsync::Lazy<T, F>

1.80.0 · Source§

impl<T, F> RefUnwindSafe for LazyLock<T, F>

Auto implementors§

§

impl !RefUnwindSafe for BytesRejection

§

impl !RefUnwindSafe for ExtensionRejection

§

impl !RefUnwindSafe for FailedToBufferBody

§

impl !RefUnwindSafe for FormRejection

§

impl !RefUnwindSafe for JsonRejection

§

impl !RefUnwindSafe for QueryRejection

§

impl !RefUnwindSafe for RawFormRejection

§

impl !RefUnwindSafe for StringRejection

§

impl !RefUnwindSafe for rustmax::ctrlc::Error

§

impl !RefUnwindSafe for Target

§

impl !RefUnwindSafe for EventHandler

§

impl !RefUnwindSafe for ReadlineError

§

impl !RefUnwindSafe for rustmax::tera::ErrorKind

§

impl !RefUnwindSafe for rustmax::axum::body::Body

§

impl !RefUnwindSafe for BodyDataStream

§

impl !RefUnwindSafe for HandleErrorFuture

§

impl !RefUnwindSafe for FailedToDeserializeForm

§

impl !RefUnwindSafe for FailedToDeserializeFormBody

§

impl !RefUnwindSafe for FailedToDeserializeQueryString

§

impl !RefUnwindSafe for InvalidUtf8

§

impl !RefUnwindSafe for JsonDataError

§

impl !RefUnwindSafe for JsonSyntaxError

§

impl !RefUnwindSafe for LengthLimitError

§

impl !RefUnwindSafe for MissingExtension

§

impl !RefUnwindSafe for UnknownBodyError

§

impl !RefUnwindSafe for rustmax::axum::middleware::future::FromFnResponseFuture

§

impl !RefUnwindSafe for rustmax::axum::middleware::future::MapRequestResponseFuture

§

impl !RefUnwindSafe for rustmax::axum::middleware::future::MapResponseResponseFuture

§

impl !RefUnwindSafe for rustmax::axum::middleware::Next

§

impl !RefUnwindSafe for ErrorResponse

§

impl !RefUnwindSafe for ResponseParts

§

impl !RefUnwindSafe for InfallibleRouteFuture

§

impl !RefUnwindSafe for rustmax::axum::Error

§

impl !RefUnwindSafe for Bindings

§

impl !RefUnwindSafe for rustmax::bindgen::Builder

§

impl !RefUnwindSafe for ValueParser

§

impl !RefUnwindSafe for Arg

§

impl !RefUnwindSafe for ArgMatches

§

impl !RefUnwindSafe for rustmax::clap::Command

§

impl !RefUnwindSafe for Collector

§

impl !RefUnwindSafe for Guard

§

impl !RefUnwindSafe for LocalHandle

§

impl !RefUnwindSafe for Backoff

§

impl !RefUnwindSafe for rustmax::env_logger::fmt::Formatter

§

impl !RefUnwindSafe for rustmax::env_logger::Builder

§

impl !RefUnwindSafe for Logger

§

impl !RefUnwindSafe for LocalPool

§

impl !RefUnwindSafe for LocalSpawner

§

impl !RefUnwindSafe for rustmax::futures::prelude::stream::AbortHandle

§

impl !RefUnwindSafe for AbortRegistration

§

impl !RefUnwindSafe for AtomicWaker

§

impl !RefUnwindSafe for rustmax::hyper::body::Incoming

§

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

§

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

§

impl !RefUnwindSafe for rustmax::hyper::http::response::Builder

§

impl !RefUnwindSafe for rustmax::hyper::http::response::Parts

§

impl !RefUnwindSafe for Extensions

§

impl !RefUnwindSafe for rustmax::hyper::server::conn::http1::Builder

§

impl !RefUnwindSafe for rustmax::hyper::Error

§

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

§

impl !RefUnwindSafe for rustmax::jiff::Error

§

impl !RefUnwindSafe for rustmax::proptest::prelude::ProptestConfig

§

impl !RefUnwindSafe for TestRunner

§

impl !RefUnwindSafe for ThreadRng

§

impl !RefUnwindSafe for ThreadBuilder

§

impl !RefUnwindSafe for ThreadPool

§

impl !RefUnwindSafe for ThreadPoolBuildError

§

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

§

impl !RefUnwindSafe for rustmax::reqwest::blocking::Client

§

impl !RefUnwindSafe for rustmax::reqwest::blocking::ClientBuilder

§

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

§

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

§

impl !RefUnwindSafe for rustmax::reqwest::blocking::Response

§

impl !RefUnwindSafe for Action

§

impl !RefUnwindSafe for Policy

§

impl !RefUnwindSafe for rustmax::reqwest::Body

§

impl !RefUnwindSafe for rustmax::reqwest::Client

§

impl !RefUnwindSafe for rustmax::reqwest::ClientBuilder

§

impl !RefUnwindSafe for rustmax::reqwest::Error

§

impl !RefUnwindSafe for Proxy

§

impl !RefUnwindSafe for rustmax::reqwest::Request

§

impl !RefUnwindSafe for rustmax::reqwest::RequestBuilder

§

impl !RefUnwindSafe for rustmax::reqwest::Response

§

impl !RefUnwindSafe for rustmax::reqwest::Upgraded

§

impl !RefUnwindSafe for MatchingBracketHighlighter

§

impl !RefUnwindSafe for rustmax::serde_json::Error

§

impl !RefUnwindSafe for rustmax::std::io::Error

§

impl !RefUnwindSafe for rustmax::std::process::Command

§

impl !RefUnwindSafe for OnceState

§

impl !RefUnwindSafe for PathPersistError

§

impl !RefUnwindSafe for rustmax::tera::Error

§

impl !RefUnwindSafe for Tera

§

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

§

impl !RefUnwindSafe for rustmax::tokio::fs::ReadDir

§

impl !RefUnwindSafe for DuplexStream

§

impl !RefUnwindSafe for rustmax::tokio::process::Child

§

impl !RefUnwindSafe for rustmax::tokio::process::Command

§

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

§

impl !RefUnwindSafe for rustmax::tokio::runtime::Handle

§

impl !RefUnwindSafe for RuntimeMetrics

§

impl !RefUnwindSafe for Signal

§

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

§

impl !RefUnwindSafe for OwnedSemaphorePermit

§

impl !RefUnwindSafe for Semaphore

§

impl !RefUnwindSafe for JoinError

§

impl !RefUnwindSafe for LocalEnterGuard

§

impl !RefUnwindSafe for LocalSet

§

impl !RefUnwindSafe for Interval

§

impl !RefUnwindSafe for Sleep

§

impl !RefUnwindSafe for Discover

§

impl !RefUnwindSafe for ServiceError

§

impl !RefUnwindSafe for GlobalConcurrencyLimitLayer

§

impl !RefUnwindSafe for rustmax::walkdir::Error

§

impl !RefUnwindSafe for rustmax::walkdir::IntoIter

§

impl !RefUnwindSafe for WalkDir

§

impl !RefUnwindSafe for rustmax::xshell::Error

§

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

§

impl RefUnwindSafe for MatchedPathRejection

§

impl RefUnwindSafe for PathRejection

§

impl RefUnwindSafe for RawPathParamsRejection

§

impl RefUnwindSafe for PrintFmt

§

impl RefUnwindSafe for ParseAlphabetError

§

impl RefUnwindSafe for DecodePaddingMode

§

impl RefUnwindSafe for DecodeError

§

impl RefUnwindSafe for DecodeSliceError

§

impl RefUnwindSafe for EncodeSliceError

§

impl RefUnwindSafe for DeriveTrait

§

impl RefUnwindSafe for DiscoveredItem

§

impl RefUnwindSafe for EnumVariantCustomBehavior

§

impl RefUnwindSafe for EnumVariantValue

§

impl RefUnwindSafe for CanDerive

§

impl RefUnwindSafe for IntKind

§

impl RefUnwindSafe for ItemKind

§

impl RefUnwindSafe for MacroParsingBehavior

§

impl RefUnwindSafe for TypeKind

§

impl RefUnwindSafe for rustmax::bindgen::Abi

§

impl RefUnwindSafe for AliasVariation

§

impl RefUnwindSafe for BindgenError

§

impl RefUnwindSafe for EnumVariation

§

impl RefUnwindSafe for FieldVisibilityKind

§

impl RefUnwindSafe for rustmax::bindgen::Formatter

§

impl RefUnwindSafe for MacroTypeVariation

§

impl RefUnwindSafe for NonCopyUnionStyle

§

impl RefUnwindSafe for RustEdition

§

impl RefUnwindSafe for BigEndian

§

impl RefUnwindSafe for LittleEndian

§

impl RefUnwindSafe for VsVers

§

impl RefUnwindSafe for Month

§

impl RefUnwindSafe for RoundingError

§

impl RefUnwindSafe for SecondsFormat

§

impl RefUnwindSafe for rustmax::chrono::Weekday

§

impl RefUnwindSafe for Colons

§

impl RefUnwindSafe for Fixed

§

impl RefUnwindSafe for Numeric

§

impl RefUnwindSafe for OffsetPrecision

§

impl RefUnwindSafe for Pad

§

impl RefUnwindSafe for ParseErrorKind

§

impl RefUnwindSafe for ArgPredicate

§

impl RefUnwindSafe for ArgAction

§

impl RefUnwindSafe for rustmax::clap::ColorChoice

§

impl RefUnwindSafe for ValueHint

§

impl RefUnwindSafe for ContextKind

§

impl RefUnwindSafe for ContextValue

§

impl RefUnwindSafe for rustmax::clap::error::ErrorKind

§

impl RefUnwindSafe for MatchesError

§

impl RefUnwindSafe for ValueSource

§

impl RefUnwindSafe for rustmax::crossbeam::channel::RecvTimeoutError

§

impl RefUnwindSafe for rustmax::crossbeam::channel::TryRecvError

§

impl RefUnwindSafe for SignalType

§

impl RefUnwindSafe for BinaryError

§

impl RefUnwindSafe for TimestampPrecision

§

impl RefUnwindSafe for WriteStyle

§

impl RefUnwindSafe for AnsiColor

§

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

§

impl RefUnwindSafe for PollNext

§

impl RefUnwindSafe for FromHexError

§

impl RefUnwindSafe for rustmax::itertools::Position

§

impl RefUnwindSafe for Era

§

impl RefUnwindSafe for rustmax::jiff::civil::Weekday

§

impl RefUnwindSafe for RoundMode

§

impl RefUnwindSafe for Unit

§

impl RefUnwindSafe for Designator

§

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

§

impl RefUnwindSafe for FractionalUnit

§

impl RefUnwindSafe for rustmax::jiff::fmt::friendly::Spacing

§

impl RefUnwindSafe for Meridiem

§

impl RefUnwindSafe for PiecesOffset

§

impl RefUnwindSafe for AmbiguousOffset

§

impl RefUnwindSafe for Disambiguation

§

impl RefUnwindSafe for Dst

§

impl RefUnwindSafe for OffsetConflict

§

impl RefUnwindSafe for rustmax::json5::Error

§

impl RefUnwindSafe for DIR

§

impl RefUnwindSafe for FILE

§

impl RefUnwindSafe for fpos64_t

§

impl RefUnwindSafe for fpos_t

§

impl RefUnwindSafe for timezone

§

impl RefUnwindSafe for tpacket_versions

§

impl RefUnwindSafe for rustmax::log::Level

§

impl RefUnwindSafe for LevelFilter

§

impl RefUnwindSafe for CompareResult

§

impl RefUnwindSafe for Needed

§

impl RefUnwindSafe for rustmax::nom::error::ErrorKind

§

impl RefUnwindSafe for Endianness

§

impl RefUnwindSafe for rustmax::num_bigint::Sign

§

impl RefUnwindSafe for rustmax::proc_macro2::Delimiter

§

impl RefUnwindSafe for rustmax::proc_macro2::Spacing

§

impl RefUnwindSafe for rustmax::proc_macro2::TokenTree

§

impl RefUnwindSafe for rustmax::proc_macro::Delimiter

§

impl RefUnwindSafe for rustmax::proc_macro::Level

§

impl RefUnwindSafe for rustmax::proc_macro::Spacing

§

impl RefUnwindSafe for rustmax::proc_macro::TokenTree

§

impl RefUnwindSafe for TestCaseError

§

impl RefUnwindSafe for rustmax::proptest::string::Error

§

impl RefUnwindSafe for FileFailurePersistence

§

impl RefUnwindSafe for RngAlgorithm

§

impl RefUnwindSafe for BernoulliError

§

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

§

impl RefUnwindSafe for rustmax::rand::seq::WeightError

§

impl RefUnwindSafe for IndexVec

§

impl RefUnwindSafe for IndexVecIntoIter

§

impl RefUnwindSafe for rustmax::rayon::Yield

§

impl RefUnwindSafe for rustmax::regex::Error

§

impl RefUnwindSafe for Quote

§

impl RefUnwindSafe for BellStyle

§

impl RefUnwindSafe for Anchor

§

impl RefUnwindSafe for rustmax::rustyline::At

§

impl RefUnwindSafe for Behavior

§

impl RefUnwindSafe for CharSearch

§

impl RefUnwindSafe for rustmax::rustyline::Cmd

§

impl RefUnwindSafe for ColorMode

§

impl RefUnwindSafe for CompletionType

§

impl RefUnwindSafe for EditMode

§

impl RefUnwindSafe for rustmax::rustyline::Event

§

impl RefUnwindSafe for HistoryDuplicates

§

impl RefUnwindSafe for InputMode

§

impl RefUnwindSafe for KeyCode

§

impl RefUnwindSafe for Movement

§

impl RefUnwindSafe for Word

§

impl RefUnwindSafe for CmdKind

§

impl RefUnwindSafe for SearchDirection

§

impl RefUnwindSafe for rustmax::rustyline::line_buffer::Direction

§

impl RefUnwindSafe for WordAction

§

impl RefUnwindSafe for ValidationResult

§

impl RefUnwindSafe for Op

§

impl RefUnwindSafe for Category

§

impl RefUnwindSafe for CharEscape

§

impl RefUnwindSafe for TruncSide

§

impl RefUnwindSafe for InterfaceIndexOrAddress

§

impl RefUnwindSafe for AsciiChar

§

impl RefUnwindSafe for BacktraceStatus

§

impl RefUnwindSafe for rustmax::std::cmp::Ordering

§

impl RefUnwindSafe for TryReserveErrorKind

§

impl RefUnwindSafe for Infallible

§

impl RefUnwindSafe for VarError

§

impl RefUnwindSafe for c_void

§

impl RefUnwindSafe for rustmax::std::fmt::Alignment

§

impl RefUnwindSafe for BasicBlock

§

impl RefUnwindSafe for UnwindTerminateReason

§

impl RefUnwindSafe for rustmax::std::io::ErrorKind

§

impl RefUnwindSafe for SeekFrom

§

impl RefUnwindSafe for IpAddr

§

impl RefUnwindSafe for Ipv6MulticastScope

§

impl RefUnwindSafe for Shutdown

§

impl RefUnwindSafe for rustmax::std::net::SocketAddr

§

impl RefUnwindSafe for FpCategory

§

impl RefUnwindSafe for IntErrorKind

§

impl RefUnwindSafe for AncillaryError

§

impl RefUnwindSafe for BacktraceStyle

§

impl RefUnwindSafe for SearchStep

§

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

§

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

§

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

§

impl RefUnwindSafe for AttrStyle

§

impl RefUnwindSafe for BinOp

§

impl RefUnwindSafe for CapturedParam

§

impl RefUnwindSafe for Data

§

impl RefUnwindSafe for rustmax::syn::Expr

§

impl RefUnwindSafe for FieldMutability

§

impl RefUnwindSafe for Fields

§

impl RefUnwindSafe for FnArg

§

impl RefUnwindSafe for ForeignItem

§

impl RefUnwindSafe for GenericArgument

§

impl RefUnwindSafe for GenericParam

§

impl RefUnwindSafe for ImplItem

§

impl RefUnwindSafe for ImplRestriction

§

impl RefUnwindSafe for rustmax::syn::Item

§

impl RefUnwindSafe for Lit

§

impl RefUnwindSafe for MacroDelimiter

§

impl RefUnwindSafe for Member

§

impl RefUnwindSafe for Meta

§

impl RefUnwindSafe for Pat

§

impl RefUnwindSafe for PathArguments

§

impl RefUnwindSafe for PointerMutability

§

impl RefUnwindSafe for RangeLimits

§

impl RefUnwindSafe for ReturnType

§

impl RefUnwindSafe for StaticMutability

§

impl RefUnwindSafe for Stmt

§

impl RefUnwindSafe for TraitBoundModifier

§

impl RefUnwindSafe for TraitItem

§

impl RefUnwindSafe for rustmax::syn::Type

§

impl RefUnwindSafe for TypeParamBound

§

impl RefUnwindSafe for UnOp

§

impl RefUnwindSafe for UseTree

§

impl RefUnwindSafe for Visibility

§

impl RefUnwindSafe for WherePredicate

§

impl RefUnwindSafe for SpooledData

§

impl RefUnwindSafe for ExprVal

§

impl RefUnwindSafe for LogicOperator

§

impl RefUnwindSafe for MathOperator

§

impl RefUnwindSafe for Node

§

impl RefUnwindSafe for rustmax::tera::Value

§

impl RefUnwindSafe for rustmax::termcolor::Color

§

impl RefUnwindSafe for rustmax::termcolor::ColorChoice

§

impl RefUnwindSafe for RuntimeFlavor

§

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

§

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

§

impl RefUnwindSafe for TryAcquireError

§

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

§

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

§

impl RefUnwindSafe for MissedTickBehavior

§

impl RefUnwindSafe for rustmax::toml::Value

§

impl RefUnwindSafe for rustmax::toml::value::Offset

§

impl RefUnwindSafe for GraphemeIncomplete

§

impl RefUnwindSafe for Origin

§

impl RefUnwindSafe for rustmax::url::ParseError

§

impl RefUnwindSafe for rustmax::url::Position

§

impl RefUnwindSafe for SyntaxViolation

§

impl RefUnwindSafe for Opaque

§

impl RefUnwindSafe for Trivial

§

impl RefUnwindSafe for AHasher

§

impl RefUnwindSafe for rustmax::ahash::RandomState

§

impl RefUnwindSafe for FailedToDeserializePathParams

§

impl RefUnwindSafe for InvalidFormContentType

§

impl RefUnwindSafe for InvalidUtf8InPathParam

§

impl RefUnwindSafe for MatchedPathMissing

§

impl RefUnwindSafe for MissingJsonContentType

§

impl RefUnwindSafe for MissingPathParams

§

impl RefUnwindSafe for NestedPathRejection

§

impl RefUnwindSafe for DefaultBodyLimit

§

impl RefUnwindSafe for MatchedPath

§

impl RefUnwindSafe for NestedPath

§

impl RefUnwindSafe for OriginalUri

§

impl RefUnwindSafe for RawForm

§

impl RefUnwindSafe for RawPathParams

§

impl RefUnwindSafe for RawQuery

§

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

§

impl RefUnwindSafe for KeepAlive

§

impl RefUnwindSafe for NoContent

§

impl RefUnwindSafe for Redirect

§

impl RefUnwindSafe for MethodFilter

§

impl RefUnwindSafe for rustmax::backtrace::Backtrace

§

impl RefUnwindSafe for rustmax::backtrace::BacktraceFrame

§

impl RefUnwindSafe for BacktraceSymbol

§

impl RefUnwindSafe for rustmax::backtrace::Frame

§

impl RefUnwindSafe for Symbol

§

impl RefUnwindSafe for Alphabet

§

impl RefUnwindSafe for DecodeMetadata

§

impl RefUnwindSafe for GeneralPurpose

§

impl RefUnwindSafe for GeneralPurposeConfig

§

impl RefUnwindSafe for DiscoveredItemId

§

impl RefUnwindSafe for CargoCallbacks

§

impl RefUnwindSafe for ClangVersion

§

impl RefUnwindSafe for CodegenConfig

§

impl RefUnwindSafe for RustTarget

§

impl RefUnwindSafe for rustmax::bitflags::parser::ParseError

§

impl RefUnwindSafe for Hash

§

impl RefUnwindSafe for Hasher

§

impl RefUnwindSafe for HexError

§

impl RefUnwindSafe for OutputReader

§

impl RefUnwindSafe for UninitSlice

§

impl RefUnwindSafe for BytesMut

§

impl RefUnwindSafe for Build

§

impl RefUnwindSafe for rustmax::cc::Error

§

impl RefUnwindSafe for Tool

§

impl RefUnwindSafe for InternalFixed

§

impl RefUnwindSafe for InternalNumeric

§

impl RefUnwindSafe for OffsetFormat

§

impl RefUnwindSafe for Parsed

§

impl RefUnwindSafe for NaiveDateDaysIterator

§

impl RefUnwindSafe for NaiveDateWeeksIterator

§

impl RefUnwindSafe for Days

§

impl RefUnwindSafe for FixedOffset

§

impl RefUnwindSafe for IsoWeek

§

impl RefUnwindSafe for rustmax::chrono::Local

§

impl RefUnwindSafe for Months

§

impl RefUnwindSafe for NaiveDate

§

impl RefUnwindSafe for NaiveDateTime

§

impl RefUnwindSafe for NaiveTime

§

impl RefUnwindSafe for NaiveWeek

§

impl RefUnwindSafe for OutOfRange

§

impl RefUnwindSafe for OutOfRangeError

§

impl RefUnwindSafe for rustmax::chrono::ParseError

§

impl RefUnwindSafe for ParseMonthError

§

impl RefUnwindSafe for ParseWeekdayError

§

impl RefUnwindSafe for TimeDelta

§

impl RefUnwindSafe for Utc

§

impl RefUnwindSafe for BoolValueParser

§

impl RefUnwindSafe for BoolishValueParser

§

impl RefUnwindSafe for FalseyValueParser

§

impl RefUnwindSafe for NonEmptyStringValueParser

§

impl RefUnwindSafe for rustmax::clap::builder::OsStr

§

impl RefUnwindSafe for OsStringValueParser

§

impl RefUnwindSafe for PathBufValueParser

§

impl RefUnwindSafe for PossibleValue

§

impl RefUnwindSafe for PossibleValuesParser

§

impl RefUnwindSafe for Str

§

impl RefUnwindSafe for StringValueParser

§

impl RefUnwindSafe for StyledStr

§

impl RefUnwindSafe for Styles

§

impl RefUnwindSafe for UnknownArgumentValueParser

§

impl RefUnwindSafe for ValueRange

§

impl RefUnwindSafe for RichFormatter

§

impl RefUnwindSafe for KindFormatter

§

impl RefUnwindSafe for ArgGroup

§

impl RefUnwindSafe for rustmax::clap::Id

§

impl RefUnwindSafe for ReadyTimeoutError

§

impl RefUnwindSafe for rustmax::crossbeam::channel::RecvError

§

impl RefUnwindSafe for SelectTimeoutError

§

impl RefUnwindSafe for TryReadyError

§

impl RefUnwindSafe for TrySelectError

§

impl RefUnwindSafe for Parker

§

impl RefUnwindSafe for Unparker

§

impl RefUnwindSafe for WaitGroup

§

impl RefUnwindSafe for rustmax::derive_more::FromStrError

§

impl RefUnwindSafe for rustmax::derive_more::UnitError

§

impl RefUnwindSafe for WrongVariantError

§

impl RefUnwindSafe for rustmax::env_logger::fmt::Timestamp

§

impl RefUnwindSafe for Ansi256Color

§

impl RefUnwindSafe for EffectIter

§

impl RefUnwindSafe for Effects

§

impl RefUnwindSafe for Reset

§

impl RefUnwindSafe for RgbColor

§

impl RefUnwindSafe for Style

§

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

§

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

§

impl RefUnwindSafe for Canceled

§

impl RefUnwindSafe for Enter

§

impl RefUnwindSafe for EnterError

§

impl RefUnwindSafe for rustmax::futures::io::Empty

§

impl RefUnwindSafe for rustmax::futures::io::Repeat

§

impl RefUnwindSafe for rustmax::futures::io::Sink

§

impl RefUnwindSafe for Aborted

§

impl RefUnwindSafe for SpawnError

§

impl RefUnwindSafe for rustmax::hyper::body::Bytes

§

impl RefUnwindSafe for SizeHint

§

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

§

impl RefUnwindSafe for rustmax::hyper::ext::Protocol

§

impl RefUnwindSafe for ReasonPhrase

§

impl RefUnwindSafe for InvalidMethod

§

impl RefUnwindSafe for InvalidStatusCode

§

impl RefUnwindSafe for rustmax::hyper::http::Error

§

impl RefUnwindSafe for Authority

§

impl RefUnwindSafe for rustmax::hyper::http::uri::Builder

§

impl RefUnwindSafe for InvalidUri

§

impl RefUnwindSafe for InvalidUriParts

§

impl RefUnwindSafe for rustmax::hyper::http::uri::Parts

§

impl RefUnwindSafe for PathAndQuery

§

impl RefUnwindSafe for Scheme

§

impl RefUnwindSafe for Uri

§

impl RefUnwindSafe for OnUpgrade

§

impl RefUnwindSafe for rustmax::jiff::civil::Date

§

impl RefUnwindSafe for DateArithmetic

§

impl RefUnwindSafe for DateDifference

§

impl RefUnwindSafe for DateSeries

§

impl RefUnwindSafe for rustmax::jiff::civil::DateTime

§

impl RefUnwindSafe for DateTimeArithmetic

§

impl RefUnwindSafe for DateTimeDifference

§

impl RefUnwindSafe for DateTimeRound

§

impl RefUnwindSafe for DateTimeSeries

§

impl RefUnwindSafe for DateTimeWith

§

impl RefUnwindSafe for DateWith

§

impl RefUnwindSafe for ISOWeekDate

§

impl RefUnwindSafe for rustmax::jiff::civil::Time

§

impl RefUnwindSafe for TimeArithmetic

§

impl RefUnwindSafe for TimeDifference

§

impl RefUnwindSafe for TimeRound

§

impl RefUnwindSafe for TimeSeries

§

impl RefUnwindSafe for TimeWith

§

impl RefUnwindSafe for WeekdaysForward

§

impl RefUnwindSafe for WeekdaysReverse

§

impl RefUnwindSafe for rustmax::jiff::fmt::friendly::SpanParser

§

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

§

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

§

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

§

impl RefUnwindSafe for BrokenDownTime

§

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

§

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

§

impl RefUnwindSafe for PiecesNumericOffset

§

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

§

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

§

impl RefUnwindSafe for SignedDuration

§

impl RefUnwindSafe for SignedDurationRound

§

impl RefUnwindSafe for rustmax::jiff::Span

§

impl RefUnwindSafe for SpanFieldwise

§

impl RefUnwindSafe for rustmax::jiff::Timestamp

§

impl RefUnwindSafe for TimestampArithmetic

§

impl RefUnwindSafe for TimestampDifference

§

impl RefUnwindSafe for TimestampDisplayWithOffset

§

impl RefUnwindSafe for TimestampRound

§

impl RefUnwindSafe for TimestampSeries

§

impl RefUnwindSafe for Zoned

§

impl RefUnwindSafe for ZonedArithmetic

§

impl RefUnwindSafe for ZonedRound

§

impl RefUnwindSafe for ZonedWith

§

impl RefUnwindSafe for AmbiguousTimestamp

§

impl RefUnwindSafe for AmbiguousZoned

§

impl RefUnwindSafe for rustmax::jiff::tz::Offset

§

impl RefUnwindSafe for OffsetArithmetic

§

impl RefUnwindSafe for OffsetRound

§

impl RefUnwindSafe for TimeZone

§

impl RefUnwindSafe for TimeZoneDatabase

§

impl RefUnwindSafe for rustmax::json5::Location

§

impl RefUnwindSafe for Dl_info

§

impl RefUnwindSafe for Elf32_Chdr

§

impl RefUnwindSafe for Elf32_Ehdr

§

impl RefUnwindSafe for Elf32_Phdr

§

impl RefUnwindSafe for Elf32_Shdr

§

impl RefUnwindSafe for Elf32_Sym

§

impl RefUnwindSafe for Elf64_Chdr

§

impl RefUnwindSafe for Elf64_Ehdr

§

impl RefUnwindSafe for Elf64_Phdr

§

impl RefUnwindSafe for Elf64_Shdr

§

impl RefUnwindSafe for Elf64_Sym

§

impl RefUnwindSafe for __c_anonymous__kernel_fsid_t

§

impl RefUnwindSafe for __c_anonymous_elf32_rel

§

impl RefUnwindSafe for __c_anonymous_elf32_rela

§

impl RefUnwindSafe for __c_anonymous_elf64_rel

§

impl RefUnwindSafe for __c_anonymous_elf64_rela

§

impl RefUnwindSafe for __c_anonymous_ifru_map

§

impl RefUnwindSafe for __c_anonymous_ptrace_syscall_info_entry

§

impl RefUnwindSafe for __c_anonymous_ptrace_syscall_info_exit

§

impl RefUnwindSafe for __c_anonymous_ptrace_syscall_info_seccomp

§

impl RefUnwindSafe for __c_anonymous_sockaddr_can_j1939

§

impl RefUnwindSafe for __c_anonymous_sockaddr_can_tp

§

impl RefUnwindSafe for __exit_status

§

impl RefUnwindSafe for __timeval

§

impl RefUnwindSafe for _libc_fpstate

§

impl RefUnwindSafe for _libc_fpxreg

§

impl RefUnwindSafe for _libc_xmmreg

§

impl RefUnwindSafe for addrinfo

§

impl RefUnwindSafe for af_alg_iv

§

impl RefUnwindSafe for aiocb

§

impl RefUnwindSafe for arpd_request

§

impl RefUnwindSafe for arphdr

§

impl RefUnwindSafe for arpreq

§

impl RefUnwindSafe for arpreq_old

§

impl RefUnwindSafe for can_filter

§

impl RefUnwindSafe for can_frame

§

impl RefUnwindSafe for canfd_frame

§

impl RefUnwindSafe for canxl_frame

§

impl RefUnwindSafe for clone_args

§

impl RefUnwindSafe for cmsghdr

§

impl RefUnwindSafe for cpu_set_t

§

impl RefUnwindSafe for dirent64

§

impl RefUnwindSafe for dirent

§

impl RefUnwindSafe for dl_phdr_info

§

impl RefUnwindSafe for dqblk

§

impl RefUnwindSafe for epoll_event

§

impl RefUnwindSafe for epoll_params

§

impl RefUnwindSafe for fanotify_event_info_error

§

impl RefUnwindSafe for fanotify_event_info_fid

§

impl RefUnwindSafe for fanotify_event_info_header

§

impl RefUnwindSafe for fanotify_event_info_pidfd

§

impl RefUnwindSafe for fanotify_event_metadata

§

impl RefUnwindSafe for fanotify_response

§

impl RefUnwindSafe for fanout_args

§

impl RefUnwindSafe for fd_set

§

impl RefUnwindSafe for ff_condition_effect

§

impl RefUnwindSafe for ff_constant_effect

§

impl RefUnwindSafe for ff_effect

§

impl RefUnwindSafe for ff_envelope

§

impl RefUnwindSafe for ff_periodic_effect

§

impl RefUnwindSafe for ff_ramp_effect

§

impl RefUnwindSafe for ff_replay

§

impl RefUnwindSafe for ff_rumble_effect

§

impl RefUnwindSafe for ff_trigger

§

impl RefUnwindSafe for file_clone_range

§

impl RefUnwindSafe for flock64

§

impl RefUnwindSafe for flock

§

impl RefUnwindSafe for fsid_t

§

impl RefUnwindSafe for genlmsghdr

§

impl RefUnwindSafe for glob64_t

§

impl RefUnwindSafe for glob_t

§

impl RefUnwindSafe for group

§

impl RefUnwindSafe for hostent

§

impl RefUnwindSafe for hwtstamp_config

§

impl RefUnwindSafe for if_nameindex

§

impl RefUnwindSafe for ifaddrs

§

impl RefUnwindSafe for ifconf

§

impl RefUnwindSafe for ifreq

§

impl RefUnwindSafe for in6_addr

§

impl RefUnwindSafe for in6_ifreq

§

impl RefUnwindSafe for in6_pktinfo

§

impl RefUnwindSafe for in6_rtmsg

§

impl RefUnwindSafe for in_addr

§

impl RefUnwindSafe for in_pktinfo

§

impl RefUnwindSafe for inotify_event

§

impl RefUnwindSafe for input_absinfo

§

impl RefUnwindSafe for input_event

§

impl RefUnwindSafe for input_id

§

impl RefUnwindSafe for input_keymap_entry

§

impl RefUnwindSafe for input_mask

§

impl RefUnwindSafe for iocb

§

impl RefUnwindSafe for iovec

§

impl RefUnwindSafe for ip_mreq

§

impl RefUnwindSafe for ip_mreq_source

§

impl RefUnwindSafe for ip_mreqn

§

impl RefUnwindSafe for ipc_perm

§

impl RefUnwindSafe for ipv6_mreq

§

impl RefUnwindSafe for itimerspec

§

impl RefUnwindSafe for itimerval

§

impl RefUnwindSafe for iw_discarded

§

impl RefUnwindSafe for iw_encode_ext

§

impl RefUnwindSafe for iw_event

§

impl RefUnwindSafe for iw_freq

§

impl RefUnwindSafe for iw_michaelmicfailure

§

impl RefUnwindSafe for iw_missed

§

impl RefUnwindSafe for iw_mlme

§

impl RefUnwindSafe for iw_param

§

impl RefUnwindSafe for iw_pmkid_cand

§

impl RefUnwindSafe for iw_pmksa

§

impl RefUnwindSafe for iw_point

§

impl RefUnwindSafe for iw_priv_args

§

impl RefUnwindSafe for iw_quality

§

impl RefUnwindSafe for iw_range

§

impl RefUnwindSafe for iw_scan_req

§

impl RefUnwindSafe for iw_statistics

§

impl RefUnwindSafe for iw_thrspy

§

impl RefUnwindSafe for iwreq

§

impl RefUnwindSafe for j1939_filter

§

impl RefUnwindSafe for lconv

§

impl RefUnwindSafe for linger

§

impl RefUnwindSafe for mallinfo2

§

impl RefUnwindSafe for mallinfo

§

impl RefUnwindSafe for max_align_t

§

impl RefUnwindSafe for mcontext_t

§

impl RefUnwindSafe for mmsghdr

§

impl RefUnwindSafe for mntent

§

impl RefUnwindSafe for mount_attr

§

impl RefUnwindSafe for mq_attr

§

impl RefUnwindSafe for msghdr

§

impl RefUnwindSafe for msginfo

§

impl RefUnwindSafe for msqid_ds

§

impl RefUnwindSafe for nl_mmap_hdr

§

impl RefUnwindSafe for nl_mmap_req

§

impl RefUnwindSafe for nl_pktinfo

§

impl RefUnwindSafe for nlattr

§

impl RefUnwindSafe for nlmsgerr

§

impl RefUnwindSafe for nlmsghdr

§

impl RefUnwindSafe for ntptimeval

§

impl RefUnwindSafe for open_how

§

impl RefUnwindSafe for option

§

impl RefUnwindSafe for packet_mreq

§

impl RefUnwindSafe for passwd

§

impl RefUnwindSafe for pollfd

§

impl RefUnwindSafe for posix_spawn_file_actions_t

§

impl RefUnwindSafe for posix_spawnattr_t

§

impl RefUnwindSafe for protoent

§

impl RefUnwindSafe for pthread_attr_t

§

impl RefUnwindSafe for pthread_barrier_t

§

impl RefUnwindSafe for pthread_barrierattr_t

§

impl RefUnwindSafe for pthread_cond_t

§

impl RefUnwindSafe for pthread_condattr_t

§

impl RefUnwindSafe for pthread_mutex_t

§

impl RefUnwindSafe for pthread_mutexattr_t

§

impl RefUnwindSafe for pthread_rwlock_t

§

impl RefUnwindSafe for pthread_rwlockattr_t

§

impl RefUnwindSafe for ptp_clock_caps

§

impl RefUnwindSafe for ptp_clock_time

§

impl RefUnwindSafe for ptp_extts_event

§

impl RefUnwindSafe for ptp_extts_request

§

impl RefUnwindSafe for ptp_perout_request

§

impl RefUnwindSafe for ptp_pin_desc

§

impl RefUnwindSafe for ptp_sys_offset

§

impl RefUnwindSafe for ptp_sys_offset_extended

§

impl RefUnwindSafe for ptp_sys_offset_precise

§

impl RefUnwindSafe for ptrace_peeksiginfo_args

§

impl RefUnwindSafe for ptrace_rseq_configuration

§

impl RefUnwindSafe for ptrace_syscall_info

§

impl RefUnwindSafe for regex_t

§

impl RefUnwindSafe for regmatch_t

§

impl RefUnwindSafe for rlimit64

§

impl RefUnwindSafe for rlimit

§

impl RefUnwindSafe for rtentry

§

impl RefUnwindSafe for rusage

§

impl RefUnwindSafe for sched_attr

§

impl RefUnwindSafe for sched_param

§

impl RefUnwindSafe for sctp_authinfo

§

impl RefUnwindSafe for sctp_initmsg

§

impl RefUnwindSafe for sctp_nxtinfo

§

impl RefUnwindSafe for sctp_prinfo

§

impl RefUnwindSafe for sctp_rcvinfo

§

impl RefUnwindSafe for sctp_sndinfo

§

impl RefUnwindSafe for sctp_sndrcvinfo

§

impl RefUnwindSafe for seccomp_data

§

impl RefUnwindSafe for seccomp_notif

§

impl RefUnwindSafe for seccomp_notif_addfd

§

impl RefUnwindSafe for seccomp_notif_resp

§

impl RefUnwindSafe for seccomp_notif_sizes

§

impl RefUnwindSafe for sem_t

§

impl RefUnwindSafe for sembuf

§

impl RefUnwindSafe for semid_ds

§

impl RefUnwindSafe for seminfo

§

impl RefUnwindSafe for servent

§

impl RefUnwindSafe for shmid_ds

§

impl RefUnwindSafe for sigaction

§

impl RefUnwindSafe for sigevent

§

impl RefUnwindSafe for siginfo_t

§

impl RefUnwindSafe for signalfd_siginfo

§

impl RefUnwindSafe for sigset_t

§

impl RefUnwindSafe for sigval

§

impl RefUnwindSafe for sock_extended_err

§

impl RefUnwindSafe for sock_filter

§

impl RefUnwindSafe for sock_fprog

§

impl RefUnwindSafe for sock_txtime

§

impl RefUnwindSafe for sockaddr

§

impl RefUnwindSafe for sockaddr_alg

§

impl RefUnwindSafe for sockaddr_can

§

impl RefUnwindSafe for sockaddr_in6

§

impl RefUnwindSafe for sockaddr_in

§

impl RefUnwindSafe for sockaddr_ll

§

impl RefUnwindSafe for sockaddr_nl

§

impl RefUnwindSafe for sockaddr_pkt

§

impl RefUnwindSafe for sockaddr_storage

§

impl RefUnwindSafe for sockaddr_un

§

impl RefUnwindSafe for sockaddr_vm

§

impl RefUnwindSafe for sockaddr_xdp

§

impl RefUnwindSafe for spwd

§

impl RefUnwindSafe for stack_t

§

impl RefUnwindSafe for stat64

§

impl RefUnwindSafe for rustmax::libc::stat

§

impl RefUnwindSafe for statfs64

§

impl RefUnwindSafe for statfs

§

impl RefUnwindSafe for statvfs64

§

impl RefUnwindSafe for statvfs

§

impl RefUnwindSafe for statx

§

impl RefUnwindSafe for statx_timestamp

§

impl RefUnwindSafe for sysinfo

§

impl RefUnwindSafe for tcp_info

§

impl RefUnwindSafe for termios2

§

impl RefUnwindSafe for termios

§

impl RefUnwindSafe for timespec

§

impl RefUnwindSafe for timeval

§

impl RefUnwindSafe for timex

§

impl RefUnwindSafe for tls12_crypto_info_aes_gcm_128

§

impl RefUnwindSafe for tls12_crypto_info_aes_gcm_256

§

impl RefUnwindSafe for tls12_crypto_info_chacha20_poly1305

§

impl RefUnwindSafe for tls_crypto_info

§

impl RefUnwindSafe for tm

§

impl RefUnwindSafe for tms

§

impl RefUnwindSafe for tpacket2_hdr

§

impl RefUnwindSafe for tpacket3_hdr

§

impl RefUnwindSafe for tpacket_auxdata

§

impl RefUnwindSafe for tpacket_bd_ts

§

impl RefUnwindSafe for tpacket_block_desc

§

impl RefUnwindSafe for tpacket_hdr

§

impl RefUnwindSafe for tpacket_hdr_v1

§

impl RefUnwindSafe for tpacket_hdr_variant1

§

impl RefUnwindSafe for tpacket_req3

§

impl RefUnwindSafe for tpacket_req

§

impl RefUnwindSafe for tpacket_rollover_stats

§

impl RefUnwindSafe for tpacket_stats

§

impl RefUnwindSafe for tpacket_stats_v3

§

impl RefUnwindSafe for ucontext_t

§

impl RefUnwindSafe for ucred

§

impl RefUnwindSafe for uinput_abs_setup

§

impl RefUnwindSafe for uinput_ff_erase

§

impl RefUnwindSafe for uinput_ff_upload

§

impl RefUnwindSafe for uinput_setup

§

impl RefUnwindSafe for uinput_user_dev

§

impl RefUnwindSafe for user

§

impl RefUnwindSafe for user_fpregs_struct

§

impl RefUnwindSafe for user_regs_struct

§

impl RefUnwindSafe for utimbuf

§

impl RefUnwindSafe for utmpx

§

impl RefUnwindSafe for utsname

§

impl RefUnwindSafe for winsize

§

impl RefUnwindSafe for xdp_desc

§

impl RefUnwindSafe for xdp_mmap_offsets

§

impl RefUnwindSafe for xdp_mmap_offsets_v1

§

impl RefUnwindSafe for xdp_options

§

impl RefUnwindSafe for xdp_ring_offset

§

impl RefUnwindSafe for xdp_ring_offset_v1

§

impl RefUnwindSafe for xdp_statistics

§

impl RefUnwindSafe for xdp_statistics_v1

§

impl RefUnwindSafe for xdp_umem_reg

§

impl RefUnwindSafe for xdp_umem_reg_v1

§

impl RefUnwindSafe for xsk_tx_metadata

§

impl RefUnwindSafe for xsk_tx_metadata_completion

§

impl RefUnwindSafe for xsk_tx_metadata_request

§

impl RefUnwindSafe for ParseLevelError

§

impl RefUnwindSafe for SetLoggerError

§

impl RefUnwindSafe for rustmax::mime::FromStrError

§

impl RefUnwindSafe for Mime

§

impl RefUnwindSafe for Check

§

impl RefUnwindSafe for Complete

§

impl RefUnwindSafe for Emit

§

impl RefUnwindSafe for SaturatingIterator

§

impl RefUnwindSafe for Streaming

§

impl RefUnwindSafe for BigInt

§

impl RefUnwindSafe for BigUint

§

impl RefUnwindSafe for ParseBigIntError

§

impl RefUnwindSafe for rustmax::proc_macro2::extra::DelimSpan

§

impl RefUnwindSafe for rustmax::proc_macro2::Group

§

impl RefUnwindSafe for rustmax::proc_macro2::LexError

§

impl RefUnwindSafe for LineColumn

§

impl RefUnwindSafe for rustmax::proc_macro2::Literal

§

impl RefUnwindSafe for rustmax::proc_macro2::Punct

§

impl RefUnwindSafe for rustmax::proc_macro2::Span

§

impl RefUnwindSafe for rustmax::proc_macro2::TokenStream

§

impl RefUnwindSafe for rustmax::proc_macro2::token_stream::IntoIter

§

impl RefUnwindSafe for rustmax::proc_macro::Diagnostic

§

impl RefUnwindSafe for ExpandError

§

impl RefUnwindSafe for rustmax::proc_macro::Group

§

impl RefUnwindSafe for rustmax::proc_macro::Ident

§

impl RefUnwindSafe for rustmax::proc_macro::LexError

§

impl RefUnwindSafe for rustmax::proc_macro::Literal

§

impl RefUnwindSafe for rustmax::proc_macro::Punct

§

impl RefUnwindSafe for SourceFile

§

impl RefUnwindSafe for rustmax::proc_macro::Span

§

impl RefUnwindSafe for rustmax::proc_macro::TokenStream

§

impl RefUnwindSafe for rustmax::proc_macro::token_stream::IntoIter

§

impl RefUnwindSafe for VarBitSet

§

impl RefUnwindSafe for rustmax::proptest::bool::Any

§

impl RefUnwindSafe for BoolValueTree

§

impl RefUnwindSafe for Weighted

§

impl RefUnwindSafe for CharValueTree

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl RefUnwindSafe for PathParams

§

impl RefUnwindSafe for Probability

§

impl RefUnwindSafe for rustmax::proptest::sample::Index

§

impl RefUnwindSafe for IndexStrategy

§

impl RefUnwindSafe for IndexValueTree

§

impl RefUnwindSafe for Selector

§

impl RefUnwindSafe for SelectorStrategy

§

impl RefUnwindSafe for SelectorValueTree

§

impl RefUnwindSafe for SizeRange

§

impl RefUnwindSafe for CheckStrategySanityOptions

§

impl RefUnwindSafe for StringParam

§

impl RefUnwindSafe for MapFailurePersistence

§

impl RefUnwindSafe for PersistedSeed

§

impl RefUnwindSafe for Reason

§

impl RefUnwindSafe for TestRng

§

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

§

impl RefUnwindSafe for Alphanumeric

§

impl RefUnwindSafe for Bernoulli

§

impl RefUnwindSafe for Open01

§

impl RefUnwindSafe for OpenClosed01

§

impl RefUnwindSafe for StandardUniform

§

impl RefUnwindSafe for UniformChar

§

impl RefUnwindSafe for UniformDuration

§

impl RefUnwindSafe for UniformUsize

§

impl RefUnwindSafe for StepRng

§

impl RefUnwindSafe for StdRng

§

impl RefUnwindSafe for ChaCha8Core

§

impl RefUnwindSafe for ChaCha8Rng

§

impl RefUnwindSafe for ChaCha12Core

§

impl RefUnwindSafe for ChaCha12Rng

§

impl RefUnwindSafe for ChaCha20Core

§

impl RefUnwindSafe for ChaCha20Rng

§

impl RefUnwindSafe for OsError

§

impl RefUnwindSafe for OsRng

§

impl RefUnwindSafe for Lcg64Xsh32

§

impl RefUnwindSafe for Lcg128CmDxsm64

§

impl RefUnwindSafe for Lcg128Xsl64

§

impl RefUnwindSafe for Mcg128Xsl64

§

impl RefUnwindSafe for FnContext

§

impl RefUnwindSafe for rustmax::regex::bytes::CaptureLocations

§

impl RefUnwindSafe for rustmax::regex::bytes::Regex

§

impl RefUnwindSafe for rustmax::regex::bytes::RegexBuilder

§

impl RefUnwindSafe for rustmax::regex::bytes::RegexSet

§

impl RefUnwindSafe for rustmax::regex::bytes::RegexSetBuilder

§

impl RefUnwindSafe for rustmax::regex::bytes::SetMatches

§

impl RefUnwindSafe for rustmax::regex::bytes::SetMatchesIntoIter

§

impl RefUnwindSafe for rustmax::regex::CaptureLocations

§

impl RefUnwindSafe for rustmax::regex::Regex

§

impl RefUnwindSafe for rustmax::regex::RegexBuilder

§

impl RefUnwindSafe for rustmax::regex::RegexSet

§

impl RefUnwindSafe for rustmax::regex::RegexSetBuilder

§

impl RefUnwindSafe for rustmax::regex::SetMatches

§

impl RefUnwindSafe for rustmax::regex::SetMatchesIntoIter

§

impl RefUnwindSafe for rustmax::reqwest::dns::Name

§

impl RefUnwindSafe for HeaderName

§

impl RefUnwindSafe for HeaderValue

§

impl RefUnwindSafe for InvalidHeaderName

§

impl RefUnwindSafe for InvalidHeaderValue

§

impl RefUnwindSafe for MaxSizeReached

§

impl RefUnwindSafe for ToStrError

§

impl RefUnwindSafe for Certificate

§

impl RefUnwindSafe for rustmax::reqwest::Identity

§

impl RefUnwindSafe for Method

§

impl RefUnwindSafe for NoProxy

§

impl RefUnwindSafe for StatusCode

§

impl RefUnwindSafe for rustmax::reqwest::Version

§

impl RefUnwindSafe for TlsInfo

§

impl RefUnwindSafe for rustmax::reqwest::tls::Version

§

impl RefUnwindSafe for FilenameCompleter

§

impl RefUnwindSafe for rustmax::rustyline::completion::Pair

§

impl RefUnwindSafe for rustmax::rustyline::config::Builder

§

impl RefUnwindSafe for HistoryHinter

§

impl RefUnwindSafe for FileHistory

§

impl RefUnwindSafe for MemHistory

§

impl RefUnwindSafe for LineBuffer

§

impl RefUnwindSafe for Changeset

§

impl RefUnwindSafe for rustmax::rustyline::Config

§

impl RefUnwindSafe for KeyEvent

§

impl RefUnwindSafe for Modifiers

§

impl RefUnwindSafe for MatchingBracketValidator

§

impl RefUnwindSafe for BuildMetadata

§

impl RefUnwindSafe for Comparator

§

impl RefUnwindSafe for rustmax::semver::Error

§

impl RefUnwindSafe for Prerelease

§

impl RefUnwindSafe for rustmax::semver::Version

§

impl RefUnwindSafe for VersionReq

§

impl RefUnwindSafe for IgnoredAny

§

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

§

impl RefUnwindSafe for rustmax::serde_json::map::IntoIter

§

impl RefUnwindSafe for CompactFormatter

§

impl RefUnwindSafe for RawValue

§

impl RefUnwindSafe for rustmax::serde_json::value::Serializer

§

impl RefUnwindSafe for ATerm

§

impl RefUnwindSafe for B0

§

impl RefUnwindSafe for B1

§

impl RefUnwindSafe for Equal

§

impl RefUnwindSafe for Greater

§

impl RefUnwindSafe for Less

§

impl RefUnwindSafe for UTerm

§

impl RefUnwindSafe for Z0

§

impl RefUnwindSafe for Eager

§

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

§

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

§

impl RefUnwindSafe for InvalidLength

§

impl RefUnwindSafe for InvalidBufferSize

§

impl RefUnwindSafe for InvalidOutputSize

§

impl RefUnwindSafe for Sha256VarCore

§

impl RefUnwindSafe for Sha512VarCore

§

impl RefUnwindSafe for Domain

§

impl RefUnwindSafe for rustmax::socket2::Protocol

§

impl RefUnwindSafe for RecvFlags

§

impl RefUnwindSafe for SockAddr

§

impl RefUnwindSafe for Socket

§

impl RefUnwindSafe for TcpKeepalive

§

impl RefUnwindSafe for rustmax::socket2::Type

§

impl RefUnwindSafe for AllocError

§

impl RefUnwindSafe for Global

§

impl RefUnwindSafe for Layout

§

impl RefUnwindSafe for LayoutError

§

impl RefUnwindSafe for System

§

impl RefUnwindSafe for TypeId

§

impl RefUnwindSafe for CpuidResult

§

impl RefUnwindSafe for __m128

§

impl RefUnwindSafe for __m128bh

§

impl RefUnwindSafe for __m128d

§

impl RefUnwindSafe for __m128h

§

impl RefUnwindSafe for __m128i

§

impl RefUnwindSafe for __m256

§

impl RefUnwindSafe for __m256bh

§

impl RefUnwindSafe for __m256d

§

impl RefUnwindSafe for __m256h

§

impl RefUnwindSafe for __m256i

§

impl RefUnwindSafe for __m512

§

impl RefUnwindSafe for __m512bh

§

impl RefUnwindSafe for __m512d

§

impl RefUnwindSafe for __m512h

§

impl RefUnwindSafe for __m512i

§

impl RefUnwindSafe for bf16

§

impl RefUnwindSafe for TryFromSliceError

§

impl RefUnwindSafe for rustmax::std::ascii::EscapeDefault

§

impl RefUnwindSafe for rustmax::std::backtrace::Backtrace

§

impl RefUnwindSafe for rustmax::std::backtrace::BacktraceFrame

§

impl RefUnwindSafe for BorrowError

§

impl RefUnwindSafe for BorrowMutError

§

impl RefUnwindSafe for CharTryFromError

§

impl RefUnwindSafe for DecodeUtf16Error

§

impl RefUnwindSafe for rustmax::std::char::EscapeDebug

§

impl RefUnwindSafe for rustmax::std::char::EscapeDefault

§

impl RefUnwindSafe for rustmax::std::char::EscapeUnicode

§

impl RefUnwindSafe for ParseCharError

§

impl RefUnwindSafe for ToLowercase

§

impl RefUnwindSafe for ToUppercase

§

impl RefUnwindSafe for TryFromCharError

§

impl RefUnwindSafe for UnorderedKeyError

§

impl RefUnwindSafe for TryReserveError

§

impl RefUnwindSafe for Args

§

impl RefUnwindSafe for ArgsOs

§

impl RefUnwindSafe for JoinPathsError

§

impl RefUnwindSafe for Vars

§

impl RefUnwindSafe for VarsOs

§

impl RefUnwindSafe for CStr

§

impl RefUnwindSafe for CString

§

impl RefUnwindSafe for FromBytesUntilNulError

§

impl RefUnwindSafe for FromBytesWithNulError

§

impl RefUnwindSafe for FromVecWithNulError

§

impl RefUnwindSafe for IntoStringError

§

impl RefUnwindSafe for NulError

§

impl RefUnwindSafe for rustmax::std::ffi::OsStr

§

impl RefUnwindSafe for OsString

§

impl RefUnwindSafe for rustmax::std::fmt::Error

§

impl RefUnwindSafe for rustmax::std::fs::DirBuilder

§

impl RefUnwindSafe for rustmax::std::fs::DirEntry

§

impl RefUnwindSafe for rustmax::std::fs::File

§

impl RefUnwindSafe for FileTimes

§

impl RefUnwindSafe for FileType

§

impl RefUnwindSafe for rustmax::std::fs::Metadata

§

impl RefUnwindSafe for rustmax::std::fs::OpenOptions

§

impl RefUnwindSafe for Permissions

§

impl RefUnwindSafe for rustmax::std::fs::ReadDir

§

impl RefUnwindSafe for DefaultHasher

§

impl RefUnwindSafe for rustmax::std::hash::RandomState

§

impl RefUnwindSafe for SipHasher

§

impl RefUnwindSafe for ReturnToArg

§

impl RefUnwindSafe for UnwindActionArg

§

impl RefUnwindSafe for rustmax::std::io::Empty

§

impl RefUnwindSafe for rustmax::std::io::Repeat

§

impl RefUnwindSafe for rustmax::std::io::Sink

§

impl RefUnwindSafe for rustmax::std::io::Stdin

§

impl RefUnwindSafe for WriterPanicked

§

impl RefUnwindSafe for PhantomPinned

§

impl RefUnwindSafe for Assume

§

impl RefUnwindSafe for AddrParseError

§

impl RefUnwindSafe for IntoIncoming

§

impl RefUnwindSafe for Ipv4Addr

§

impl RefUnwindSafe for Ipv6Addr

§

impl RefUnwindSafe for SocketAddrV4

§

impl RefUnwindSafe for SocketAddrV6

§

impl RefUnwindSafe for rustmax::std::net::TcpListener

§

impl RefUnwindSafe for rustmax::std::net::TcpStream

§

impl RefUnwindSafe for rustmax::std::net::UdpSocket

§

impl RefUnwindSafe for ParseFloatError

§

impl RefUnwindSafe for ParseIntError

§

impl RefUnwindSafe for TryFromIntError

§

impl RefUnwindSafe for RangeFull

§

impl RefUnwindSafe for OwnedFd

§

impl RefUnwindSafe for PidFd

§

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

§

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

§

impl RefUnwindSafe for SocketCred

§

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

§

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

§

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

§

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

§

impl RefUnwindSafe for rustmax::std::path::Path

§

impl RefUnwindSafe for PathBuf

§

impl RefUnwindSafe for StripPrefixError

§

impl RefUnwindSafe for PipeReader

§

impl RefUnwindSafe for PipeWriter

§

impl RefUnwindSafe for rustmax::std::process::Child

§

impl RefUnwindSafe for rustmax::std::process::ChildStderr

§

impl RefUnwindSafe for rustmax::std::process::ChildStdin

§

impl RefUnwindSafe for rustmax::std::process::ChildStdout

§

impl RefUnwindSafe for ExitCode

§

impl RefUnwindSafe for ExitStatus

§

impl RefUnwindSafe for ExitStatusError

§

impl RefUnwindSafe for Output

§

impl RefUnwindSafe for Stdio

§

impl RefUnwindSafe for rustmax::std::ptr::Alignment

§

impl RefUnwindSafe for DefaultRandomSource

§

impl RefUnwindSafe for ParseBoolError

§

impl RefUnwindSafe for Utf8Error

§

impl RefUnwindSafe for FromUtf8Error

§

impl RefUnwindSafe for FromUtf16Error

§

impl RefUnwindSafe for String

§

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

§

impl RefUnwindSafe for rustmax::std::sync::Barrier

§

impl RefUnwindSafe for rustmax::std::sync::BarrierWaitResult

§

impl RefUnwindSafe for WaitTimeoutResult

§

impl RefUnwindSafe for LocalWaker

§

impl RefUnwindSafe for RawWaker

§

impl RefUnwindSafe for RawWakerVTable

§

impl RefUnwindSafe for Waker

§

impl RefUnwindSafe for AccessError

§

impl RefUnwindSafe for rustmax::std::thread::Builder

§

impl RefUnwindSafe for Thread

§

impl RefUnwindSafe for ThreadId

§

impl RefUnwindSafe for Duration

§

impl RefUnwindSafe for rustmax::std::time::Instant

§

impl RefUnwindSafe for SystemTime

§

impl RefUnwindSafe for SystemTimeError

§

impl RefUnwindSafe for TryFromFloatSecsError

§

impl RefUnwindSafe for TokenBuffer

§

impl RefUnwindSafe for End

§

impl RefUnwindSafe for Nothing

§

impl RefUnwindSafe for rustmax::syn::Abi

§

impl RefUnwindSafe for AngleBracketedGenericArguments

§

impl RefUnwindSafe for Arm

§

impl RefUnwindSafe for AssocConst

§

impl RefUnwindSafe for AssocType

§

impl RefUnwindSafe for Attribute

§

impl RefUnwindSafe for BareFnArg

§

impl RefUnwindSafe for BareVariadic

§

impl RefUnwindSafe for rustmax::syn::Block

§

impl RefUnwindSafe for BoundLifetimes

§

impl RefUnwindSafe for ConstParam

§

impl RefUnwindSafe for Constraint

§

impl RefUnwindSafe for DataEnum

§

impl RefUnwindSafe for DataStruct

§

impl RefUnwindSafe for DataUnion

§

impl RefUnwindSafe for DeriveInput

§

impl RefUnwindSafe for rustmax::syn::Error

§

impl RefUnwindSafe for ExprArray

§

impl RefUnwindSafe for ExprAssign

§

impl RefUnwindSafe for ExprAsync

§

impl RefUnwindSafe for ExprAwait

§

impl RefUnwindSafe for ExprBinary

§

impl RefUnwindSafe for ExprBlock

§

impl RefUnwindSafe for ExprBreak

§

impl RefUnwindSafe for ExprCall

§

impl RefUnwindSafe for ExprCast

§

impl RefUnwindSafe for ExprClosure

§

impl RefUnwindSafe for ExprContinue

§

impl RefUnwindSafe for ExprField

§

impl RefUnwindSafe for ExprForLoop

§

impl RefUnwindSafe for ExprGroup

§

impl RefUnwindSafe for ExprIf

§

impl RefUnwindSafe for ExprIndex

§

impl RefUnwindSafe for ExprInfer

§

impl RefUnwindSafe for ExprLet

§

impl RefUnwindSafe for ExprLoop

§

impl RefUnwindSafe for ExprMatch

§

impl RefUnwindSafe for ExprMethodCall

§

impl RefUnwindSafe for ExprParen

§

impl RefUnwindSafe for ExprRawAddr

§

impl RefUnwindSafe for ExprReference

§

impl RefUnwindSafe for ExprRepeat

§

impl RefUnwindSafe for ExprReturn

§

impl RefUnwindSafe for ExprStruct

§

impl RefUnwindSafe for ExprTry

§

impl RefUnwindSafe for ExprTryBlock

§

impl RefUnwindSafe for ExprTuple

§

impl RefUnwindSafe for ExprUnary

§

impl RefUnwindSafe for ExprUnsafe

§

impl RefUnwindSafe for ExprWhile

§

impl RefUnwindSafe for ExprYield

§

impl RefUnwindSafe for Field

§

impl RefUnwindSafe for FieldPat

§

impl RefUnwindSafe for FieldValue

§

impl RefUnwindSafe for FieldsNamed

§

impl RefUnwindSafe for FieldsUnnamed

§

impl RefUnwindSafe for rustmax::syn::File

§

impl RefUnwindSafe for ForeignItemFn

§

impl RefUnwindSafe for ForeignItemMacro

§

impl RefUnwindSafe for ForeignItemStatic

§

impl RefUnwindSafe for ForeignItemType

§

impl RefUnwindSafe for Generics

§

impl RefUnwindSafe for rustmax::syn::Ident

§

impl RefUnwindSafe for ImplItemConst

§

impl RefUnwindSafe for ImplItemFn

§

impl RefUnwindSafe for ImplItemMacro

§

impl RefUnwindSafe for ImplItemType

§

impl RefUnwindSafe for rustmax::syn::Index

§

impl RefUnwindSafe for ItemConst

§

impl RefUnwindSafe for ItemEnum

§

impl RefUnwindSafe for ItemExternCrate

§

impl RefUnwindSafe for ItemFn

§

impl RefUnwindSafe for ItemForeignMod

§

impl RefUnwindSafe for ItemImpl

§

impl RefUnwindSafe for ItemMacro

§

impl RefUnwindSafe for ItemMod

§

impl RefUnwindSafe for ItemStatic

§

impl RefUnwindSafe for ItemStruct

§

impl RefUnwindSafe for ItemTrait

§

impl RefUnwindSafe for ItemTraitAlias

§

impl RefUnwindSafe for ItemType

§

impl RefUnwindSafe for ItemUnion

§

impl RefUnwindSafe for ItemUse

§

impl RefUnwindSafe for Label

§

impl RefUnwindSafe for Lifetime

§

impl RefUnwindSafe for LifetimeParam

§

impl RefUnwindSafe for LitBool

§

impl RefUnwindSafe for LitByte

§

impl RefUnwindSafe for LitByteStr

§

impl RefUnwindSafe for LitCStr

§

impl RefUnwindSafe for LitChar

§

impl RefUnwindSafe for LitFloat

§

impl RefUnwindSafe for LitInt

§

impl RefUnwindSafe for LitStr

§

impl RefUnwindSafe for rustmax::syn::Local

§

impl RefUnwindSafe for LocalInit

§

impl RefUnwindSafe for rustmax::syn::Macro

§

impl RefUnwindSafe for MetaList

§

impl RefUnwindSafe for MetaNameValue

§

impl RefUnwindSafe for ParenthesizedGenericArguments

§

impl RefUnwindSafe for ExprConst

§

impl RefUnwindSafe for PatIdent

§

impl RefUnwindSafe for ExprLit

§

impl RefUnwindSafe for ExprMacro

§

impl RefUnwindSafe for PatOr

§

impl RefUnwindSafe for PatParen

§

impl RefUnwindSafe for ExprPath

§

impl RefUnwindSafe for ExprRange

§

impl RefUnwindSafe for PatReference

§

impl RefUnwindSafe for PatRest

§

impl RefUnwindSafe for PatSlice

§

impl RefUnwindSafe for PatStruct

§

impl RefUnwindSafe for PatTuple

§

impl RefUnwindSafe for PatTupleStruct

§

impl RefUnwindSafe for PatType

§

impl RefUnwindSafe for PatWild

§

impl RefUnwindSafe for rustmax::syn::Path

§

impl RefUnwindSafe for PathSegment

§

impl RefUnwindSafe for PreciseCapture

§

impl RefUnwindSafe for PredicateLifetime

§

impl RefUnwindSafe for PredicateType

§

impl RefUnwindSafe for QSelf

§

impl RefUnwindSafe for rustmax::syn::Receiver

§

impl RefUnwindSafe for Signature

§

impl RefUnwindSafe for StmtMacro

§

impl RefUnwindSafe for TraitBound

§

impl RefUnwindSafe for TraitItemConst

§

impl RefUnwindSafe for TraitItemFn

§

impl RefUnwindSafe for TraitItemMacro

§

impl RefUnwindSafe for TraitItemType

§

impl RefUnwindSafe for TypeArray

§

impl RefUnwindSafe for TypeBareFn

§

impl RefUnwindSafe for TypeGroup

§

impl RefUnwindSafe for TypeImplTrait

§

impl RefUnwindSafe for TypeInfer

§

impl RefUnwindSafe for TypeMacro

§

impl RefUnwindSafe for TypeNever

§

impl RefUnwindSafe for TypeParam

§

impl RefUnwindSafe for TypeParen

§

impl RefUnwindSafe for TypePath

§

impl RefUnwindSafe for TypePtr

§

impl RefUnwindSafe for TypeReference

§

impl RefUnwindSafe for TypeSlice

§

impl RefUnwindSafe for TypeTraitObject

§

impl RefUnwindSafe for TypeTuple

§

impl RefUnwindSafe for UseGlob

§

impl RefUnwindSafe for UseGroup

§

impl RefUnwindSafe for UseName

§

impl RefUnwindSafe for UsePath

§

impl RefUnwindSafe for UseRename

§

impl RefUnwindSafe for Variadic

§

impl RefUnwindSafe for Variant

§

impl RefUnwindSafe for VisRestricted

§

impl RefUnwindSafe for WhereClause

§

impl RefUnwindSafe for Abstract

§

impl RefUnwindSafe for rustmax::syn::token::And

§

impl RefUnwindSafe for AndAnd

§

impl RefUnwindSafe for AndEq

§

impl RefUnwindSafe for As

§

impl RefUnwindSafe for Async

§

impl RefUnwindSafe for rustmax::syn::token::At

§

impl RefUnwindSafe for Auto

§

impl RefUnwindSafe for Await

§

impl RefUnwindSafe for Become

§

impl RefUnwindSafe for rustmax::syn::token::Box

§

impl RefUnwindSafe for Brace

§

impl RefUnwindSafe for Bracket

§

impl RefUnwindSafe for Break

§

impl RefUnwindSafe for Caret

§

impl RefUnwindSafe for CaretEq

§

impl RefUnwindSafe for Colon

§

impl RefUnwindSafe for Comma

§

impl RefUnwindSafe for Const

§

impl RefUnwindSafe for Continue

§

impl RefUnwindSafe for Crate

§

impl RefUnwindSafe for Default

§

impl RefUnwindSafe for Do

§

impl RefUnwindSafe for Dollar

§

impl RefUnwindSafe for Dot

§

impl RefUnwindSafe for DotDot

§

impl RefUnwindSafe for DotDotDot

§

impl RefUnwindSafe for DotDotEq

§

impl RefUnwindSafe for Dyn

§

impl RefUnwindSafe for Else

§

impl RefUnwindSafe for Enum

§

impl RefUnwindSafe for Eq

§

impl RefUnwindSafe for EqEq

§

impl RefUnwindSafe for Extern

§

impl RefUnwindSafe for FatArrow

§

impl RefUnwindSafe for Final

§

impl RefUnwindSafe for Fn

§

impl RefUnwindSafe for For

§

impl RefUnwindSafe for Ge

§

impl RefUnwindSafe for rustmax::syn::token::Group

§

impl RefUnwindSafe for Gt

§

impl RefUnwindSafe for rustmax::syn::token::If

§

impl RefUnwindSafe for Impl

§

impl RefUnwindSafe for rustmax::syn::token::In

§

impl RefUnwindSafe for LArrow

§

impl RefUnwindSafe for Le

§

impl RefUnwindSafe for Let

§

impl RefUnwindSafe for Loop

§

impl RefUnwindSafe for Lt

§

impl RefUnwindSafe for rustmax::syn::token::Macro

§

impl RefUnwindSafe for rustmax::syn::token::Match

§

impl RefUnwindSafe for Minus

§

impl RefUnwindSafe for MinusEq

§

impl RefUnwindSafe for Mod

§

impl RefUnwindSafe for Move

§

impl RefUnwindSafe for Mut

§

impl RefUnwindSafe for Ne

§

impl RefUnwindSafe for rustmax::syn::token::Not

§

impl RefUnwindSafe for rustmax::syn::token::Or

§

impl RefUnwindSafe for OrEq

§

impl RefUnwindSafe for OrOr

§

impl RefUnwindSafe for Override

§

impl RefUnwindSafe for Paren

§

impl RefUnwindSafe for PathSep

§

impl RefUnwindSafe for Percent

§

impl RefUnwindSafe for PercentEq

§

impl RefUnwindSafe for Plus

§

impl RefUnwindSafe for PlusEq

§

impl RefUnwindSafe for Pound

§

impl RefUnwindSafe for Priv

§

impl RefUnwindSafe for Pub

§

impl RefUnwindSafe for Question

§

impl RefUnwindSafe for RArrow

§

impl RefUnwindSafe for Raw

§

impl RefUnwindSafe for rustmax::syn::token::Ref

§

impl RefUnwindSafe for Return

§

impl RefUnwindSafe for SelfType

§

impl RefUnwindSafe for SelfValue

§

impl RefUnwindSafe for Semi

§

impl RefUnwindSafe for Shl

§

impl RefUnwindSafe for ShlEq

§

impl RefUnwindSafe for Shr

§

impl RefUnwindSafe for ShrEq

§

impl RefUnwindSafe for Slash

§

impl RefUnwindSafe for SlashEq

§

impl RefUnwindSafe for Star

§

impl RefUnwindSafe for StarEq

§

impl RefUnwindSafe for Static

§

impl RefUnwindSafe for Struct

§

impl RefUnwindSafe for Super

§

impl RefUnwindSafe for Tilde

§

impl RefUnwindSafe for Trait

§

impl RefUnwindSafe for Try

§

impl RefUnwindSafe for rustmax::syn::token::Type

§

impl RefUnwindSafe for Typeof

§

impl RefUnwindSafe for Underscore

§

impl RefUnwindSafe for rustmax::syn::token::Union

§

impl RefUnwindSafe for Unsafe

§

impl RefUnwindSafe for Unsized

§

impl RefUnwindSafe for Use

§

impl RefUnwindSafe for Virtual

§

impl RefUnwindSafe for Where

§

impl RefUnwindSafe for While

§

impl RefUnwindSafe for rustmax::syn::token::Yield

§

impl RefUnwindSafe for SpooledTempFile

§

impl RefUnwindSafe for rustmax::tempfile::TempDir

§

impl RefUnwindSafe for TempPath

§

impl RefUnwindSafe for rustmax::tera::ast::Block

§

impl RefUnwindSafe for rustmax::tera::ast::Expr

§

impl RefUnwindSafe for FilterSection

§

impl RefUnwindSafe for Forloop

§

impl RefUnwindSafe for FunctionCall

§

impl RefUnwindSafe for rustmax::tera::ast::If

§

impl RefUnwindSafe for rustmax::tera::ast::In

§

impl RefUnwindSafe for LogicExpr

§

impl RefUnwindSafe for MacroCall

§

impl RefUnwindSafe for MacroDefinition

§

impl RefUnwindSafe for MathExpr

§

impl RefUnwindSafe for Set

§

impl RefUnwindSafe for StringConcat

§

impl RefUnwindSafe for Test

§

impl RefUnwindSafe for WS

§

impl RefUnwindSafe for rustmax::tera::Context

§

impl RefUnwindSafe for rustmax::tera::Number

§

impl RefUnwindSafe for Template

§

impl RefUnwindSafe for rustmax::termcolor::Buffer

§

impl RefUnwindSafe for BufferWriter

§

impl RefUnwindSafe for BufferedStandardStream

§

impl RefUnwindSafe for ColorChoiceParseError

§

impl RefUnwindSafe for ColorSpec

§

impl RefUnwindSafe for ParseColorError

§

impl RefUnwindSafe for StandardStream

§

impl RefUnwindSafe for rustmax::tokio::fs::DirBuilder

§

impl RefUnwindSafe for rustmax::tokio::fs::DirEntry

§

impl RefUnwindSafe for rustmax::tokio::fs::OpenOptions

§

impl RefUnwindSafe for rustmax::tokio::io::Empty

§

impl RefUnwindSafe for Interest

§

impl RefUnwindSafe for rustmax::tokio::io::Ready

§

impl RefUnwindSafe for rustmax::tokio::io::Repeat

§

impl RefUnwindSafe for SimplexStream

§

impl RefUnwindSafe for rustmax::tokio::io::Sink

§

impl RefUnwindSafe for rustmax::tokio::io::Stderr

§

impl RefUnwindSafe for rustmax::tokio::io::Stdin

§

impl RefUnwindSafe for rustmax::tokio::io::Stdout

§

impl RefUnwindSafe for TryIoError

§

impl RefUnwindSafe for rustmax::tokio::net::TcpListener

§

impl RefUnwindSafe for TcpSocket

§

impl RefUnwindSafe for rustmax::tokio::net::TcpStream

§

impl RefUnwindSafe for rustmax::tokio::net::UdpSocket

§

impl RefUnwindSafe for rustmax::tokio::net::UnixDatagram

§

impl RefUnwindSafe for rustmax::tokio::net::UnixListener

§

impl RefUnwindSafe for UnixSocket

§

impl RefUnwindSafe for rustmax::tokio::net::UnixStream

§

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

§

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

§

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

§

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

§

impl RefUnwindSafe for rustmax::tokio::net::unix::pipe::Receiver

§

impl RefUnwindSafe for rustmax::tokio::net::unix::pipe::Sender

§

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

§

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

§

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

§

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

§

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

§

impl RefUnwindSafe for rustmax::tokio::process::ChildStderr

§

impl RefUnwindSafe for rustmax::tokio::process::ChildStdin

§

impl RefUnwindSafe for rustmax::tokio::process::ChildStdout

§

impl RefUnwindSafe for TryCurrentError

§

impl RefUnwindSafe for SignalKind

§

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

§

impl RefUnwindSafe for AcquireError

§

impl RefUnwindSafe for rustmax::tokio::sync::BarrierWaitResult

§

impl RefUnwindSafe for rustmax::tokio::sync::TryLockError

§

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

§

impl RefUnwindSafe for rustmax::tokio::task::Id

§

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

§

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

§

impl RefUnwindSafe for rustmax::tokio::time::Instant

§

impl RefUnwindSafe for rustmax::toml::de::Error

§

impl RefUnwindSafe for rustmax::toml::map::IntoIter

§

impl RefUnwindSafe for rustmax::toml::ser::Error

§

impl RefUnwindSafe for rustmax::toml::value::Date

§

impl RefUnwindSafe for Datetime

§

impl RefUnwindSafe for DatetimeParseError

§

impl RefUnwindSafe for rustmax::toml::value::Time

§

impl RefUnwindSafe for Closed

§

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

§

impl RefUnwindSafe for Rate

§

impl RefUnwindSafe for ConcurrencyLimitLayer

§

impl RefUnwindSafe for RateLimitLayer

§

impl RefUnwindSafe for Cost

§

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

§

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

§

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

§

impl RefUnwindSafe for CompleteOnResponse

§

impl RefUnwindSafe for Overloaded

§

impl RefUnwindSafe for LoadShedLayer

§

impl RefUnwindSafe for InvalidBackoff

§

impl RefUnwindSafe for TpsBudget

§

impl RefUnwindSafe for SpawnReadyLayer

§

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

§

impl RefUnwindSafe for TimeoutLayer

§

impl RefUnwindSafe for None

§

impl RefUnwindSafe for GraphemeCursor

§

impl RefUnwindSafe for OpaqueOrigin

§

impl RefUnwindSafe for Url

§

impl RefUnwindSafe for rustmax::walkdir::DirEntry

§

impl RefUnwindSafe for rustmax::xshell::TempDir

§

impl RefUnwindSafe for CxxString

§

impl RefUnwindSafe for Exception

§

impl RefUnwindSafe for __c_anonymous_ifc_ifcu

§

impl RefUnwindSafe for __c_anonymous_ifr_ifru

§

impl RefUnwindSafe for __c_anonymous_iwreq

§

impl RefUnwindSafe for __c_anonymous_ptp_perout_request_1

§

impl RefUnwindSafe for __c_anonymous_ptp_perout_request_2

§

impl RefUnwindSafe for __c_anonymous_ptrace_syscall_info_data

§

impl RefUnwindSafe for __c_anonymous_sockaddr_can_can_addr

§

impl RefUnwindSafe for __c_anonymous_xsk_tx_metadata_union

§

impl RefUnwindSafe for iwreq_data

§

impl RefUnwindSafe for tpacket_bd_header_u

§

impl RefUnwindSafe for tpacket_req_u

§

impl RefUnwindSafe for Big8x3

§

impl RefUnwindSafe for Big32x40

§

impl RefUnwindSafe for Decoded

§

impl RefUnwindSafe for FullDecoded

§

impl RefUnwindSafe for InvertedUTerm

§

impl RefUnwindSafe for LitKind

§

impl RefUnwindSafe for MustAbort

§

impl RefUnwindSafe for Number

§

impl RefUnwindSafe for PanicMessage

§

impl RefUnwindSafe for ProcMacro

§

impl RefUnwindSafe for SameThread

§

impl RefUnwindSafe for Sign

§

impl RefUnwindSafe for TryCaptureWithDebug

§

impl RefUnwindSafe for TryCaptureWithoutDebug

§

impl<'a> !RefUnwindSafe for rustmax::anyhow::Chain<'a>

§

impl<'a> !RefUnwindSafe for Source<'a>

§

impl<'a> !RefUnwindSafe for rustmax::crossbeam::channel::Select<'a>

§

impl<'a> !RefUnwindSafe for ResultCacheKey<'a>

§

impl<'a> !RefUnwindSafe for BroadcastContext<'a>

§

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

§

impl<'a> !RefUnwindSafe for rustmax::std::fmt::Formatter<'a>

§

impl<'a> !RefUnwindSafe for PanicHookInfo<'a>

§

impl<'a> !RefUnwindSafe for ContextBuilder<'a>

§

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

§

impl<'a> !RefUnwindSafe for EnterGuard<'a>

§

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

§

impl<'a> !RefUnwindSafe for SemaphorePermit<'a>

§

impl<'a> !RefUnwindSafe for ParseOptions<'a>

§

impl<'a> RefUnwindSafe for BytesOrWideString<'a>

§

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

§

impl<'a> RefUnwindSafe for IndexVecIter<'a>

§

impl<'a> RefUnwindSafe for Unexpected<'a>

§

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

§

impl<'a> RefUnwindSafe for AncillaryData<'a>

§

impl<'a> RefUnwindSafe for Component<'a>

§

impl<'a> RefUnwindSafe for Prefix<'a>

§

impl<'a> RefUnwindSafe for Utf8Pattern<'a>

§

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

§

impl<'a> RefUnwindSafe for RawPathParamsIter<'a>

§

impl<'a> RefUnwindSafe for SymbolName<'a>

§

impl<'a> RefUnwindSafe for AttributeInfo<'a>

§

impl<'a> RefUnwindSafe for DeriveInfo<'a>

§

impl<'a> RefUnwindSafe for FieldInfo<'a>

§

impl<'a> RefUnwindSafe for ItemInfo<'a>

§

impl<'a> RefUnwindSafe for StrftimeItems<'a>

§

impl<'a> RefUnwindSafe for IdsRef<'a>

§

impl<'a> RefUnwindSafe for Indices<'a>

§

impl<'a> RefUnwindSafe for RawValues<'a>

§

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

§

impl<'a> RefUnwindSafe for PanicInfo<'a>

§

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

§

impl<'a> RefUnwindSafe for SelectedOperation<'a>

§

impl<'a> RefUnwindSafe for Env<'a>

§

impl<'a> RefUnwindSafe for WakerRef<'a>

§

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

§

impl<'a> RefUnwindSafe for ReadBufCursor<'a>

§

impl<'a> RefUnwindSafe for SpanArithmetic<'a>

§

impl<'a> RefUnwindSafe for SpanCompare<'a>

§

impl<'a> RefUnwindSafe for SpanRelativeTo<'a>

§

impl<'a> RefUnwindSafe for SpanRound<'a>

§

impl<'a> RefUnwindSafe for SpanTotal<'a>

§

impl<'a> RefUnwindSafe for ZonedDifference<'a>

§

impl<'a> RefUnwindSafe for rustmax::log::Metadata<'a>

§

impl<'a> RefUnwindSafe for MetadataBuilder<'a>

§

impl<'a> RefUnwindSafe for Record<'a>

§

impl<'a> RefUnwindSafe for RecordBuilder<'a>

§

impl<'a> RefUnwindSafe for MimeIter<'a>

§

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

§

impl<'a> RefUnwindSafe for Params<'a>

§

impl<'a> RefUnwindSafe for U32Digits<'a>

§

impl<'a> RefUnwindSafe for U64Digits<'a>

§

impl<'a> RefUnwindSafe for CharStrategy<'a>

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for Attempt<'a>

§

impl<'a> RefUnwindSafe for SearchResult<'a>

§

impl<'a> RefUnwindSafe for SliceRead<'a>

§

impl<'a> RefUnwindSafe for StrRead<'a>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for PrettyFormatter<'a>

§

impl<'a> RefUnwindSafe for MaybeUninitSlice<'a>

§

impl<'a> RefUnwindSafe for SplitPaths<'a>

§

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

§

impl<'a> RefUnwindSafe for Arguments<'a>

§

impl<'a> RefUnwindSafe for BorrowedCursor<'a>

§

impl<'a> RefUnwindSafe for IoSlice<'a>

§

impl<'a> RefUnwindSafe for IoSliceMut<'a>

§

impl<'a> RefUnwindSafe for StdinLock<'a>

§

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

§

impl<'a> RefUnwindSafe for rustmax::std::os::unix::net::Incoming<'a>

§

impl<'a> RefUnwindSafe for Messages<'a>

§

impl<'a> RefUnwindSafe for ScmCredentials<'a>

§

impl<'a> RefUnwindSafe for ScmRights<'a>

§

impl<'a> RefUnwindSafe for SocketAncillary<'a>

§

impl<'a> RefUnwindSafe for rustmax::std::panic::Location<'a>

§

impl<'a> RefUnwindSafe for Ancestors<'a>

§

impl<'a> RefUnwindSafe for Components<'a>

§

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

§

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

§

impl<'a> RefUnwindSafe for PrefixComponent<'a>

§

impl<'a> RefUnwindSafe for CommandArgs<'a>

§

impl<'a> RefUnwindSafe for CommandEnvs<'a>

§

impl<'a> RefUnwindSafe for EscapeAscii<'a>

§

impl<'a> RefUnwindSafe for CharSearcher<'a>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for LinesAny<'a>

§

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

§

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

§

impl<'a> RefUnwindSafe for Utf8Chunk<'a>

§

impl<'a> RefUnwindSafe for Utf8Chunks<'a>

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for ParseNestedMeta<'a>

§

impl<'a> RefUnwindSafe for ImplGenerics<'a>

§

impl<'a> RefUnwindSafe for Turbofish<'a>

§

impl<'a> RefUnwindSafe for TypeGenerics<'a>

§

impl<'a> RefUnwindSafe for HyperlinkSpec<'a>

§

impl<'a> RefUnwindSafe for StandardStreamLock<'a>

§

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

§

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

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for ValueDeserializer<'a>

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for rustmax::toml::Deserializer<'a>

§

impl<'a> RefUnwindSafe for GraphemeIndices<'a>

§

impl<'a> RefUnwindSafe for Graphemes<'a>

§

impl<'a> RefUnwindSafe for USentenceBoundIndices<'a>

§

impl<'a> RefUnwindSafe for USentenceBounds<'a>

§

impl<'a> RefUnwindSafe for UWordBoundIndices<'a>

§

impl<'a> RefUnwindSafe for UWordBounds<'a>

§

impl<'a> RefUnwindSafe for UnicodeSentences<'a>

§

impl<'a> RefUnwindSafe for UnicodeWordIndices<'a>

§

impl<'a> RefUnwindSafe for UnicodeWords<'a>

§

impl<'a> RefUnwindSafe for ByteSerialize<'a>

§

impl<'a> RefUnwindSafe for Parse<'a>

§

impl<'a> RefUnwindSafe for ParseIntoOwned<'a>

§

impl<'a> RefUnwindSafe for PathSegmentsMut<'a>

§

impl<'a> RefUnwindSafe for UrlQuery<'a>

§

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

§

impl<'a> RefUnwindSafe for PushDir<'a>

§

impl<'a> RefUnwindSafe for PushEnv<'a>

§

impl<'a> RefUnwindSafe for BridgeConfig<'a>

§

impl<'a> RefUnwindSafe for Formatted<'a>

§

impl<'a> RefUnwindSafe for Part<'a>

§

impl<'a, 'b> !RefUnwindSafe for BacktraceFmt<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugList<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugMap<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugSet<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugStruct<'a, 'b>

§

impl<'a, 'b> !RefUnwindSafe for DebugTuple<'a, 'b>

§

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

§

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

§

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

§

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

§

impl<'a, 'e, E> RefUnwindSafe for Base64Display<'a, 'e, E>
where E: RefUnwindSafe,

§

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

§

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

§

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

§

impl<'a, B> RefUnwindSafe for Cow<'a, B>

§

impl<'a, B, S = ()> !RefUnwindSafe for RouterAsService<'a, B, S>

§

impl<'a, E> RefUnwindSafe for BytesDeserializer<'a, E>
where E: RefUnwindSafe,

§

impl<'a, E> RefUnwindSafe for CowStrDeserializer<'a, E>
where E: RefUnwindSafe,

§

impl<'a, E> RefUnwindSafe for StrDeserializer<'a, E>
where E: RefUnwindSafe,

§

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

§

impl<'a, F, O> RefUnwindSafe for Fill<'a, F, O>

§

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

§

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

§

impl<'a, Fut> !RefUnwindSafe for IterPinMut<'a, Fut>

§

impl<'a, Fut> !RefUnwindSafe for IterPinRef<'a, Fut>

§

impl<'a, I> !RefUnwindSafe for Chunk<'a, I>

§

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

§

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

§

impl<'a, I> RefUnwindSafe for ByRefSized<'a, I>
where I: RefUnwindSafe,

§

impl<'a, I, A> RefUnwindSafe for Splice<'a, I, A>

§

impl<'a, I, E> RefUnwindSafe for ProcessResults<'a, I, E>

§

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

§

impl<'a, I, F> RefUnwindSafe for PeekingTakeWhile<'a, I, F>

§

impl<'a, I, F> RefUnwindSafe for TakeWhileRef<'a, I, F>

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, K, I, F> !RefUnwindSafe for rustmax::itertools::Group<'a, K, I, F>

§

impl<'a, K, I, F> !RefUnwindSafe for Groups<'a, K, I, F>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, L> RefUnwindSafe for IncomingStream<'a, L>

§

impl<'a, M, Request> RefUnwindSafe for AsService<'a, M, Request>
where M: RefUnwindSafe, Request: RefUnwindSafe,

§

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

§

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

§

impl<'a, P> RefUnwindSafe for RMatchIndices<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

impl<'a, P> RefUnwindSafe for RMatches<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, R> RefUnwindSafe for SeeKRelative<'a, R>
where R: RefUnwindSafe,

§

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

§

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

§

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

§

impl<'a, R, W> !RefUnwindSafe for CopyBufAbortable<'a, R, W>

§

impl<'a, R, W> RefUnwindSafe for Copy<'a, R, W>

§

impl<'a, R, W> RefUnwindSafe for CopyBuf<'a, R, W>

§

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

§

impl<'a, S, T> RefUnwindSafe for SliceChooseIter<'a, S, T>

§

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

§

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

§

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

§

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

§

impl<'a, Si, St> RefUnwindSafe for SendAll<'a, Si, St>

§

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

§

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

§

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

§

impl<'a, St> RefUnwindSafe for rustmax::futures::prelude::stream::Peek<'a, St>
where St: RefUnwindSafe, <St as Stream>::Item: RefUnwindSafe,

§

impl<'a, St> RefUnwindSafe for rustmax::futures::prelude::stream::PeekMut<'a, St>
where St: RefUnwindSafe, <St as Stream>::Item: RefUnwindSafe,

§

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

§

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

§

impl<'a, St, F> RefUnwindSafe for NextIf<'a, St, F>

§

impl<'a, St, T> RefUnwindSafe for NextIfEq<'a, St, T>

§

impl<'a, T> !RefUnwindSafe for ValuesRef<'a, T>

§

impl<'a, T> !RefUnwindSafe for Cancellation<'a, T>

§

impl<'a, T> !RefUnwindSafe for rustmax::futures::lock::MutexGuard<'a, T>

§

impl<'a, T> !RefUnwindSafe for MutexLockFuture<'a, T>

§

impl<'a, T> !RefUnwindSafe for FutureObj<'a, T>

§

impl<'a, T> !RefUnwindSafe for LocalFutureObj<'a, T>

§

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

§

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

§

impl<'a, T> !RefUnwindSafe for AsyncFdReadyGuard<'a, T>

§

impl<'a, T> !RefUnwindSafe for AsyncFdReadyMutGuard<'a, T>

§

impl<'a, T> !RefUnwindSafe for rustmax::tokio::sync::MappedMutexGuard<'a, T>

§

impl<'a, T> !RefUnwindSafe for rustmax::tokio::sync::MutexGuard<'a, T>

§

impl<'a, T> !RefUnwindSafe for RwLockMappedWriteGuard<'a, T>

§

impl<'a, T> !RefUnwindSafe for rustmax::tokio::sync::RwLockReadGuard<'a, T>

§

impl<'a, T> !RefUnwindSafe for rustmax::tokio::sync::RwLockWriteGuard<'a, T>

§

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

§

impl<'a, T> !RefUnwindSafe for rustmax::url::form_urlencoded::Serializer<'a, T>

§

impl<'a, T> RefUnwindSafe for rustmax::reqwest::header::Entry<'a, T>
where T: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

impl<'a, T> RefUnwindSafe for Choose<'a, T>
where T: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T> RefUnwindSafe for GetAll<'a, T>
where T: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

impl<'a, T> RefUnwindSafe for rustmax::reqwest::header::VacantEntry<'a, T>
where T: RefUnwindSafe,

§

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

§

impl<'a, T> RefUnwindSafe for ValueIter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for ValueIterMut<'a, T>
where T: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T> RefUnwindSafe for rustmax::std::sync::MappedMutexGuard<'a, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'a, T> RefUnwindSafe for MappedRwLockReadGuard<'a, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'a, T> RefUnwindSafe for MappedRwLockWriteGuard<'a, T>
where T: RefUnwindSafe + ?Sized,

§

impl<'a, T> RefUnwindSafe for rustmax::std::sync::MutexGuard<'a, T>
where T: ?Sized,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, P> RefUnwindSafe for RSplitMut<'a, T, P>

§

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

§

impl<'a, T, P> RefUnwindSafe for RSplitNMut<'a, T, P>

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, P> RefUnwindSafe for SplitNMut<'a, T, P>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, U> !RefUnwindSafe for rustmax::futures::lock::MappedMutexGuard<'a, T, U>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'b, T> !RefUnwindSafe for rustmax::std::cell::Ref<'b, T>

§

impl<'b, T> !RefUnwindSafe for RefMut<'b, T>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'d> RefUnwindSafe for TimeZoneName<'d>

§

impl<'d> RefUnwindSafe for TimeZoneNameIter<'d>

§

impl<'d> RefUnwindSafe for ValueSerializer<'d>

§

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

§

impl<'data> RefUnwindSafe for BorrowedBuf<'data>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'de, E> RefUnwindSafe for BorrowedBytesDeserializer<'de, E>
where E: RefUnwindSafe,

§

impl<'de, E> RefUnwindSafe for BorrowedStrDeserializer<'de, E>
where E: RefUnwindSafe,

§

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

§

impl<'de, R, T> RefUnwindSafe for StreamDeserializer<'de, R, T>

§

impl<'e, E, R> RefUnwindSafe for DecoderReader<'e, E, R>

§

impl<'e, E, S> RefUnwindSafe for EncoderStringWriter<'e, E, S>

§

impl<'e, E, W> RefUnwindSafe for EncoderWriter<'e, E, W>

§

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

§

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

§

impl<'f> RefUnwindSafe for VaListImpl<'f>

§

impl<'fd> RefUnwindSafe for BorrowedFd<'fd>

§

impl<'fmt, 'a, 'b> !RefUnwindSafe for BacktraceFrameFmt<'fmt, 'a, 'b>

§

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

§

impl<'g, T, P> RefUnwindSafe for CompareExchangeError<'g, T, P>

§

impl<'h> !RefUnwindSafe for rustmax::rustyline::Context<'h>

§

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

§

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

§

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

§

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

§

impl<'i> !RefUnwindSafe for ValidationContext<'i>

§

impl<'n> RefUnwindSafe for TimeZoneAnnotationKind<'n>

§

impl<'n> RefUnwindSafe for Pieces<'n>

§

impl<'n> RefUnwindSafe for TimeZoneAnnotation<'n>

§

impl<'n> RefUnwindSafe for TimeZoneAnnotationName<'n>

§

impl<'r> !RefUnwindSafe for EventContext<'r>

§

impl<'r> RefUnwindSafe for rustmax::regex::bytes::CaptureNames<'r>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'s> RefUnwindSafe for SockRef<'s>

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'t> RefUnwindSafe for TimeZoneFollowingTransitions<'t>

§

impl<'t> RefUnwindSafe for TimeZoneOffsetInfo<'t>

§

impl<'t> RefUnwindSafe for TimeZonePrecedingTransitions<'t>

§

impl<'t> RefUnwindSafe for TimeZoneTransition<'t>

§

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

§

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

§

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

§

impl<A> RefUnwindSafe for rustmax::itertools::RepeatN<A>
where A: RefUnwindSafe,

§

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

§

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

§

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

§

impl<A> RefUnwindSafe for rustmax::std::iter::Repeat<A>
where A: RefUnwindSafe,

§

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

§

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

§

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

§

impl<A, B> RefUnwindSafe for EitherOrBoth<A, B>

§

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

§

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

§

impl<A, B> RefUnwindSafe for TrySelect<A, B>

§

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

§

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

§

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

§

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

§

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

§

impl<A, B> RefUnwindSafe for EitherResponseFuture<A, B>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<B, C> RefUnwindSafe for ControlFlow<B, C>

§

impl<B, S = ()> !RefUnwindSafe for RouterIntoService<B, S>

§

impl<B, T, E, S> !RefUnwindSafe for rustmax::axum::middleware::future::FromExtractorResponseFuture<B, T, E, S>

§

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

§

impl<D, C> RefUnwindSafe for PeakEwmaDiscover<D, C>

§

impl<D, C> RefUnwindSafe for PendingRequestsDiscover<D, C>

§

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

§

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

§

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

§

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

§

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

§

impl<Dyn> !RefUnwindSafe for DynMetadata<Dyn>

§

impl<E = Infallible> !RefUnwindSafe for Route<E>

§

impl<E> !RefUnwindSafe for RouteFuture<E>

§

impl<E> !RefUnwindSafe for rustmax::hyper::server::conn::http2::Builder<E>

§

impl<E> RefUnwindSafe for EnumValueParser<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for rustmax::nom::bytes::Take<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for AnyChar<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for Char<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for Digit1<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for MultiSpace0<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for BoolDeserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for CharDeserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for F32Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for F64Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for I8Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for I16Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for I32Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for I64Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for I128Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for IsizeDeserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for StringDeserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for U8Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for U16Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for U32Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for U64Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for U128Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for UnitDeserializer<E>
where E: RefUnwindSafe,

§

impl<E> RefUnwindSafe for UsizeDeserializer<E>
where E: RefUnwindSafe,

§

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

§

impl<E, M> RefUnwindSafe for Capture<E, M>

§

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

§

impl<Enum> RefUnwindSafe for TryFromPrimitiveError<Enum>

§

impl<Ex> !RefUnwindSafe for rustmax::hyper::client::conn::http2::Builder<Ex>

§

impl<F1, F2, N> RefUnwindSafe for AndThenFuture<F1, F2, N>

§

impl<F1, F2, N> RefUnwindSafe for ThenFuture<F1, F2, N>

§

impl<F = RichFormatter> !RefUnwindSafe for rustmax::clap::error::Error<F>

§

impl<F = File> !RefUnwindSafe for PersistError<F>

§

impl<F> !RefUnwindSafe for JoinAll<F>

§

impl<F> !RefUnwindSafe for TryJoinAll<F>

§

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

§

impl<F> RefUnwindSafe for rustmax::futures::prelude::future::Flatten<F>

§

impl<F> RefUnwindSafe for FlattenStream<F>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<F, C, H> RefUnwindSafe for TrackCompletionFuture<F, C, H>

§

impl<F, E> RefUnwindSafe for SplitPosition1<F, E>

§

impl<F, E> RefUnwindSafe for SplitPosition<F, E>

§

impl<F, E> RefUnwindSafe for TakeWhileMN<F, E>

§

impl<F, E> RefUnwindSafe for rustmax::tower::reconnect::ResponseFuture<F, E>

§

impl<F, E> RefUnwindSafe for rustmax::tower::spawn_ready::future::ResponseFuture<F, E>
where F: RefUnwindSafe,

§

impl<F, G> RefUnwindSafe for SeparatedList0<F, G>

§

impl<F, G> RefUnwindSafe for SeparatedList1<F, G>

§

impl<F, G> RefUnwindSafe for Preceded<F, G>

§

impl<F, G> RefUnwindSafe for Terminated<F, G>

§

impl<F, G> RefUnwindSafe for rustmax::nom::And<F, G>

§

impl<F, G> RefUnwindSafe for rustmax::nom::AndThen<F, G>

§

impl<F, G> RefUnwindSafe for rustmax::nom::FlatMap<F, G>

§

impl<F, G> RefUnwindSafe for rustmax::nom::Map<F, G>

§

impl<F, G> RefUnwindSafe for MapOpt<F, G>

§

impl<F, G> RefUnwindSafe for MapRes<F, G>

§

impl<F, G> RefUnwindSafe for rustmax::nom::Or<F, G>

§

impl<F, G, E> RefUnwindSafe for Escaped<F, G, E>

§

impl<F, G, E> RefUnwindSafe for LengthCount<F, G, E>

§

impl<F, G, E> RefUnwindSafe for LengthValue<F, G, E>

§

impl<F, G, E> RefUnwindSafe for ManyTill<F, G, E>

§

impl<F, G, E, ExtendItem, Output> RefUnwindSafe for EscapedTransform<F, G, E, ExtendItem, Output>
where F: RefUnwindSafe, G: RefUnwindSafe, E: RefUnwindSafe, ExtendItem: RefUnwindSafe, Output: RefUnwindSafe,

§

impl<F, G, H, Range> RefUnwindSafe for rustmax::nom::multi::Fold<F, G, H, Range>

§

impl<F, G, Init, R> RefUnwindSafe for FoldMany0<F, G, Init, R>

§

impl<F, G, Init, R> RefUnwindSafe for FoldMany1<F, G, Init, R>

§

impl<F, G, Init, R> RefUnwindSafe for FoldManyMN<F, G, Init, R>

§

impl<F, G, O2> RefUnwindSafe for Verify<F, G, O2>

§

impl<F, MakeError> RefUnwindSafe for Satisfy<F, MakeError>
where F: RefUnwindSafe, MakeError: RefUnwindSafe,

§

impl<F, N> RefUnwindSafe for MapErrFuture<F, N>

§

impl<F, N> RefUnwindSafe for MapResponseFuture<F, N>

§

impl<F, N> RefUnwindSafe for MapResultFuture<F, N>

§

impl<F, O2, E2> RefUnwindSafe for Into<F, O2, E2>

§

impl<F, R, Collection> RefUnwindSafe for Many<F, R, Collection>
where F: RefUnwindSafe, R: RefUnwindSafe, Collection: RefUnwindSafe,

§

impl<F, Req> RefUnwindSafe for MakeFuture<F, Req>
where F: RefUnwindSafe,

§

impl<F, S> RefUnwindSafe for FutureService<F, S>

§

impl<F, S, I, T> RefUnwindSafe for rustmax::axum::middleware::FromFn<F, S, I, T>

§

impl<F, S, I, T> RefUnwindSafe for rustmax::axum::middleware::MapRequest<F, S, I, T>

§

impl<F, S, I, T> RefUnwindSafe for rustmax::axum::middleware::MapResponse<F, S, I, T>

§

impl<F, S, T> RefUnwindSafe for FromFnLayer<F, S, T>

§

impl<F, S, T> RefUnwindSafe for rustmax::axum::middleware::MapRequestLayer<F, S, T>

§

impl<F, S, T> RefUnwindSafe for rustmax::axum::middleware::MapResponseLayer<F, S, T>

§

impl<F, T> RefUnwindSafe for HandleErrorLayer<F, T>
where F: RefUnwindSafe,

§

impl<Failure, Error> RefUnwindSafe for Err<Failure, Error>
where Error: RefUnwindSafe, Failure: RefUnwindSafe,

§

impl<Fut1, Fut2> RefUnwindSafe for rustmax::futures::prelude::future::Join<Fut1, Fut2>
where Fut1: RefUnwindSafe, <Fut1 as Future>::Output: RefUnwindSafe, Fut2: RefUnwindSafe, <Fut2 as Future>::Output: RefUnwindSafe,

§

impl<Fut1, Fut2> RefUnwindSafe for rustmax::futures::prelude::future::TryFlatten<Fut1, Fut2>
where Fut1: RefUnwindSafe, Fut2: RefUnwindSafe,

§

impl<Fut1, Fut2> RefUnwindSafe for TryJoin<Fut1, Fut2>
where Fut1: RefUnwindSafe, <Fut1 as TryFuture>::Ok: RefUnwindSafe, Fut2: RefUnwindSafe, <Fut2 as TryFuture>::Ok: RefUnwindSafe,

§

impl<Fut1, Fut2, F> RefUnwindSafe for rustmax::futures::prelude::future::AndThen<Fut1, Fut2, F>
where Fut2: RefUnwindSafe, Fut1: RefUnwindSafe, F: RefUnwindSafe,

§

impl<Fut1, Fut2, F> RefUnwindSafe for rustmax::futures::prelude::future::OrElse<Fut1, Fut2, F>
where Fut2: RefUnwindSafe, Fut1: RefUnwindSafe, F: RefUnwindSafe,

§

impl<Fut1, Fut2, F> RefUnwindSafe for rustmax::futures::prelude::future::Then<Fut1, Fut2, F>
where Fut2: RefUnwindSafe, Fut1: RefUnwindSafe, F: RefUnwindSafe,

§

impl<Fut1, Fut2, Fut3> RefUnwindSafe for Join3<Fut1, Fut2, Fut3>
where Fut1: RefUnwindSafe, <Fut1 as Future>::Output: RefUnwindSafe, Fut2: RefUnwindSafe, <Fut2 as Future>::Output: RefUnwindSafe, Fut3: RefUnwindSafe, <Fut3 as Future>::Output: RefUnwindSafe,

§

impl<Fut1, Fut2, Fut3> RefUnwindSafe for TryJoin3<Fut1, Fut2, Fut3>
where Fut1: RefUnwindSafe, <Fut1 as TryFuture>::Ok: RefUnwindSafe, Fut2: RefUnwindSafe, <Fut2 as TryFuture>::Ok: RefUnwindSafe, Fut3: RefUnwindSafe, <Fut3 as TryFuture>::Ok: RefUnwindSafe,

§

impl<Fut1, Fut2, Fut3, Fut4> RefUnwindSafe for Join4<Fut1, Fut2, Fut3, Fut4>

§

impl<Fut1, Fut2, Fut3, Fut4> RefUnwindSafe for TryJoin4<Fut1, Fut2, Fut3, Fut4>
where Fut1: RefUnwindSafe, <Fut1 as TryFuture>::Ok: RefUnwindSafe, Fut2: RefUnwindSafe, <Fut2 as TryFuture>::Ok: RefUnwindSafe, Fut3: RefUnwindSafe, <Fut3 as TryFuture>::Ok: RefUnwindSafe, Fut4: RefUnwindSafe, <Fut4 as TryFuture>::Ok: RefUnwindSafe,

§

impl<Fut1, Fut2, Fut3, Fut4, Fut5> RefUnwindSafe for Join5<Fut1, Fut2, Fut3, Fut4, Fut5>

§

impl<Fut1, Fut2, Fut3, Fut4, Fut5> RefUnwindSafe for TryJoin5<Fut1, Fut2, Fut3, Fut4, Fut5>
where Fut1: RefUnwindSafe, <Fut1 as TryFuture>::Ok: RefUnwindSafe, Fut2: RefUnwindSafe, <Fut2 as TryFuture>::Ok: RefUnwindSafe, Fut3: RefUnwindSafe, <Fut3 as TryFuture>::Ok: RefUnwindSafe, Fut4: RefUnwindSafe, <Fut4 as TryFuture>::Ok: RefUnwindSafe, Fut5: RefUnwindSafe, <Fut5 as TryFuture>::Ok: RefUnwindSafe,

§

impl<Fut> !RefUnwindSafe for Remote<Fut>

§

impl<Fut> !RefUnwindSafe for rustmax::futures::prelude::future::Shared<Fut>

§

impl<Fut> !RefUnwindSafe for WeakShared<Fut>

§

impl<Fut> !RefUnwindSafe for rustmax::futures::prelude::stream::futures_unordered::IntoIter<Fut>

§

impl<Fut> !RefUnwindSafe for FuturesUnordered<Fut>

§

impl<Fut> RefUnwindSafe for MaybeDone<Fut>
where Fut: RefUnwindSafe, <Fut as Future>::Output: RefUnwindSafe,

§

impl<Fut> RefUnwindSafe for TryMaybeDone<Fut>
where Fut: RefUnwindSafe, <Fut as TryFuture>::Ok: RefUnwindSafe,

§

impl<Fut> RefUnwindSafe for rustmax::futures::prelude::future::CatchUnwind<Fut>
where Fut: RefUnwindSafe,

§

impl<Fut> RefUnwindSafe for rustmax::futures::prelude::future::Fuse<Fut>
where Fut: RefUnwindSafe,

§

impl<Fut> RefUnwindSafe for IntoFuture<Fut>
where Fut: RefUnwindSafe,

§

impl<Fut> RefUnwindSafe for NeverError<Fut>
where Fut: RefUnwindSafe,

§

impl<Fut> RefUnwindSafe for rustmax::futures::prelude::future::SelectAll<Fut>
where Fut: RefUnwindSafe,

§

impl<Fut> RefUnwindSafe for SelectOk<Fut>
where Fut: RefUnwindSafe,

§

impl<Fut> RefUnwindSafe for TryFlattenStream<Fut>
where Fut: RefUnwindSafe, <Fut as TryFuture>::Ok: RefUnwindSafe,

§

impl<Fut> RefUnwindSafe for rustmax::futures::prelude::future::UnitError<Fut>
where Fut: RefUnwindSafe,

§

impl<Fut> RefUnwindSafe for rustmax::futures::prelude::stream::Once<Fut>
where Fut: RefUnwindSafe,

§

impl<Fut, E> RefUnwindSafe for rustmax::futures::prelude::future::ErrInto<Fut, E>
where Fut: RefUnwindSafe,

§

impl<Fut, E> RefUnwindSafe for OkInto<Fut, E>
where Fut: RefUnwindSafe,

§

impl<Fut, F> RefUnwindSafe for rustmax::futures::prelude::future::Inspect<Fut, F>

§

impl<Fut, F> RefUnwindSafe for rustmax::futures::prelude::future::InspectErr<Fut, F>

§

impl<Fut, F> RefUnwindSafe for rustmax::futures::prelude::future::InspectOk<Fut, F>

§

impl<Fut, F> RefUnwindSafe for rustmax::futures::prelude::future::Map<Fut, F>

§

impl<Fut, F> RefUnwindSafe for rustmax::futures::prelude::future::MapErr<Fut, F>

§

impl<Fut, F> RefUnwindSafe for rustmax::futures::prelude::future::MapOk<Fut, F>

§

impl<Fut, F> RefUnwindSafe for UnwrapOrElse<Fut, F>

§

impl<Fut, F, G> RefUnwindSafe for MapOkOrElse<Fut, F, G>

§

impl<Fut, Si> RefUnwindSafe for FlattenSink<Fut, Si>
where Fut: RefUnwindSafe, Si: RefUnwindSafe,

§

impl<Fut, T> RefUnwindSafe for rustmax::futures::prelude::future::MapInto<Fut, T>
where Fut: RefUnwindSafe,

§

impl<H> RefUnwindSafe for BuildHasherDefault<H>

§

impl<H> RefUnwindSafe for HasherRng<H>
where H: RefUnwindSafe,

§

impl<H, I> !RefUnwindSafe for Editor<H, I>

§

impl<H, T, S> RefUnwindSafe for HandlerService<H, T, S>

§

impl<I> !RefUnwindSafe for IntoChunks<I>

§

impl<I> !RefUnwindSafe for RcIter<I>

§

impl<I> !RefUnwindSafe for Tee<I>

§

impl<I> RefUnwindSafe for AppendHeaders<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for DelayedFormat<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::futures::prelude::stream::Iter<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for CombinationsWithReplacement<I>

§

impl<I> RefUnwindSafe for ExactlyOneError<I>

§

impl<I> RefUnwindSafe for GroupingMap<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for MultiPeek<I>

§

impl<I> RefUnwindSafe for MultiProduct<I>

§

impl<I> RefUnwindSafe for PeekNth<I>

§

impl<I> RefUnwindSafe for Permutations<I>

§

impl<I> RefUnwindSafe for Powerset<I>

§

impl<I> RefUnwindSafe for PutBack<I>

§

impl<I> RefUnwindSafe for PutBackN<I>

§

impl<I> RefUnwindSafe for Unique<I>

§

impl<I> RefUnwindSafe for rustmax::itertools::WhileSome<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for WithPosition<I>

§

impl<I> RefUnwindSafe for rustmax::nom::error::Error<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::rayon::iter::Chunks<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::rayon::iter::Cloned<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::rayon::iter::Copied<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::rayon::iter::Enumerate<I>
where I: RefUnwindSafe,

§

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

§

impl<I> RefUnwindSafe for rustmax::rayon::iter::Flatten<I>
where I: RefUnwindSafe,

§

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

§

impl<I> RefUnwindSafe for rustmax::rayon::iter::Intersperse<I>

§

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

§

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

§

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

§

impl<I> RefUnwindSafe for rustmax::rayon::iter::Rev<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::rayon::iter::Skip<I>
where I: RefUnwindSafe,

§

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

§

impl<I> RefUnwindSafe for rustmax::rayon::iter::StepBy<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::rayon::iter::Take<I>
where I: RefUnwindSafe,

§

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

§

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

§

impl<I> RefUnwindSafe for rustmax::rayon::iter::WhileSome<I>
where I: RefUnwindSafe,

§

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

§

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

§

impl<I> RefUnwindSafe for rustmax::std::iter::Cloned<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::std::iter::Copied<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::std::iter::Cycle<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::std::iter::Enumerate<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::std::iter::Flatten<I>

§

impl<I> RefUnwindSafe for rustmax::std::iter::Fuse<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::std::iter::Intersperse<I>

§

impl<I> RefUnwindSafe for rustmax::std::iter::Peekable<I>

§

impl<I> RefUnwindSafe for rustmax::std::iter::Skip<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::std::iter::StepBy<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::std::iter::Take<I>
where I: RefUnwindSafe,

§

impl<I, E> RefUnwindSafe for SeqDeserializer<I, E>

§

impl<I, E, F> RefUnwindSafe for ParserIterator<I, E, F>

§

impl<I, ElemF> RefUnwindSafe for rustmax::itertools::IntersperseWith<I, ElemF>

§

impl<I, F> RefUnwindSafe for Batching<I, F>

§

impl<I, F> RefUnwindSafe for FilterMapOk<I, F>

§

impl<I, F> RefUnwindSafe for FilterOk<I, F>

§

impl<I, F> RefUnwindSafe for KMergeBy<I, F>

§

impl<I, F> RefUnwindSafe for PadUsing<I, F>

§

impl<I, F> RefUnwindSafe for rustmax::itertools::Positions<I, F>

§

impl<I, F> RefUnwindSafe for TakeWhileInclusive<I, F>

§

impl<I, F> RefUnwindSafe for rustmax::itertools::Update<I, F>

§

impl<I, F> RefUnwindSafe for rustmax::rayon::iter::FlatMap<I, F>

§

impl<I, F> RefUnwindSafe for FlatMapIter<I, F>

§

impl<I, F> RefUnwindSafe for rustmax::rayon::iter::Inspect<I, F>

§

impl<I, F> RefUnwindSafe for rustmax::rayon::iter::Map<I, F>

§

impl<I, F> RefUnwindSafe for rustmax::rayon::iter::Update<I, F>

§

impl<I, F> RefUnwindSafe for rustmax::std::iter::FilterMap<I, F>

§

impl<I, F> RefUnwindSafe for rustmax::std::iter::Inspect<I, F>

§

impl<I, F> RefUnwindSafe for rustmax::std::iter::Map<I, F>

§

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

§

impl<I, G> RefUnwindSafe for rustmax::std::iter::IntersperseWith<I, G>

§

impl<I, ID, F> RefUnwindSafe for rustmax::rayon::iter::Fold<I, ID, F>

§

impl<I, ID, F> RefUnwindSafe for FoldChunks<I, ID, F>

§

impl<I, INIT, F> RefUnwindSafe for MapInit<I, INIT, F>

§

impl<I, J> RefUnwindSafe for Diff<I, J>

§

impl<I, J> RefUnwindSafe for rustmax::itertools::Interleave<I, J>

§

impl<I, J> RefUnwindSafe for rustmax::itertools::InterleaveShortest<I, J>

§

impl<I, J> RefUnwindSafe for Product<I, J>

§

impl<I, J> RefUnwindSafe for rustmax::itertools::ZipEq<I, J>

§

impl<I, J> RefUnwindSafe for rustmax::rayon::iter::Interleave<I, J>

§

impl<I, J> RefUnwindSafe for rustmax::rayon::iter::InterleaveShortest<I, J>

§

impl<I, J, F> RefUnwindSafe for MergeBy<I, J, F>

§

impl<I, O> RefUnwindSafe for Client<I, O>

§

impl<I, P> RefUnwindSafe for rustmax::rayon::iter::Filter<I, P>

§

impl<I, P> RefUnwindSafe for rustmax::rayon::iter::FilterMap<I, P>

§

impl<I, P> RefUnwindSafe for rustmax::rayon::iter::Positions<I, P>

§

impl<I, P> RefUnwindSafe for SkipAnyWhile<I, P>

§

impl<I, P> RefUnwindSafe for TakeAnyWhile<I, P>

§

impl<I, P> RefUnwindSafe for rustmax::std::iter::Filter<I, P>

§

impl<I, P> RefUnwindSafe for MapWhile<I, P>

§

impl<I, P> RefUnwindSafe for rustmax::std::iter::SkipWhile<I, P>

§

impl<I, P> RefUnwindSafe for rustmax::std::iter::TakeWhile<I, P>

§

impl<I, P> RefUnwindSafe for FilterEntry<I, P>

§

impl<I, St, F> RefUnwindSafe for rustmax::std::iter::Scan<I, St, F>

§

impl<I, T> RefUnwindSafe for CircularTupleWindows<I, T>

§

impl<I, T> RefUnwindSafe for TupleCombinations<I, T>
where <T as HasCombination<I>>::Combination: RefUnwindSafe, I: RefUnwindSafe,

§

impl<I, T> RefUnwindSafe for TupleWindows<I, T>

§

impl<I, T> RefUnwindSafe for Tuples<I, T>
where <T as TupleCollect>::Buffer: RefUnwindSafe, I: RefUnwindSafe,

§

impl<I, T, E> RefUnwindSafe for FlattenOk<I, T, E>

§

impl<I, T, F> RefUnwindSafe for MapWith<I, T, F>

§

impl<I, U, F> RefUnwindSafe for FoldChunksWith<I, U, F>

§

impl<I, U, F> RefUnwindSafe for FoldWith<I, U, F>

§

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

§

impl<I, U, F> RefUnwindSafe for rustmax::std::iter::FlatMap<I, U, F>

§

impl<I, U, ID, F> RefUnwindSafe for rustmax::rayon::iter::TryFold<I, U, ID, F>

§

impl<I, V, F> RefUnwindSafe for UniqueBy<I, V, F>

§

impl<I, const N: usize> RefUnwindSafe for rustmax::std::iter::ArrayChunks<I, N>

§

impl<IU, B> RefUnwindSafe for InvertedUInt<IU, B>

§

impl<Idx> RefUnwindSafe for rustmax::core::range::Range<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for rustmax::core::range::RangeFrom<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for rustmax::core::range::RangeInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for rustmax::std::ops::Range<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for rustmax::std::ops::RangeFrom<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for rustmax::std::ops::RangeInclusive<Idx>
where Idx: RefUnwindSafe,

§

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

§

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

§

impl<In, T, U, E> !RefUnwindSafe for BoxCloneServiceLayer<In, T, U, E>

§

impl<In, T, U, E> !RefUnwindSafe for BoxCloneSyncServiceLayer<In, T, U, E>

§

impl<In, T, U, E> !RefUnwindSafe for BoxLayer<In, T, U, E>

§

impl<Inner, Outer> RefUnwindSafe for Stack<Inner, Outer>
where Inner: RefUnwindSafe, Outer: RefUnwindSafe,

§

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

§

impl<K> !RefUnwindSafe for Failed<K>

§

impl<K> RefUnwindSafe for rustmax::std::collections::hash_set::IntoIter<K>
where K: RefUnwindSafe,

§

impl<K, I, F> !RefUnwindSafe for rustmax::itertools::ChunkBy<K, I, F>

§

impl<K, S, Req> !RefUnwindSafe for ReadyCache<K, S, Req>

§

impl<K, V> RefUnwindSafe for Change<K, V>

§

impl<K, V> RefUnwindSafe for BTreeMapStrategy<K, V>

§

impl<K, V> RefUnwindSafe for BTreeMapValueTree<K, V>

§

impl<K, V> RefUnwindSafe for HashMapStrategy<K, V>

§

impl<K, V> RefUnwindSafe for HashMapValueTree<K, V>

§

impl<K, V> RefUnwindSafe for rustmax::rayon::collections::btree_map::IntoIter<K, V>

§

impl<K, V> RefUnwindSafe for rustmax::rayon::collections::hash_map::IntoIter<K, V>

§

impl<K, V> RefUnwindSafe for rustmax::std::collections::hash_map::IntoIter<K, V>

§

impl<K, V> RefUnwindSafe for rustmax::std::collections::hash_map::IntoKeys<K, V>

§

impl<K, V> RefUnwindSafe for rustmax::std::collections::hash_map::IntoValues<K, V>

§

impl<K, V> RefUnwindSafe for rustmax::tera::Map<K, V>

§

impl<K, V> RefUnwindSafe for rustmax::toml::map::Map<K, V>

§

impl<K, V, A> RefUnwindSafe for BTreeMap<K, V, A>

§

impl<K, V, A> RefUnwindSafe for rustmax::std::collections::btree_map::IntoIter<K, V, A>

§

impl<K, V, A> RefUnwindSafe for rustmax::std::collections::btree_map::IntoKeys<K, V, A>

§

impl<K, V, A> RefUnwindSafe for rustmax::std::collections::btree_map::IntoValues<K, V, A>

§

impl<K, V, S> RefUnwindSafe for AHashMap<K, V, S>

§

impl<K, V, S> RefUnwindSafe for HashMap<K, V, S>

§

impl<L> RefUnwindSafe for ServiceBuilder<L>
where L: RefUnwindSafe,

§

impl<L, F> RefUnwindSafe for TapIo<L, F>

§

impl<L, H, T, S> RefUnwindSafe for Layered<L, H, T, S>

§

impl<L, M, S> RefUnwindSafe for Serve<L, M, S>

§

impl<L, M, S, F> RefUnwindSafe for WithGracefulShutdown<L, M, S, F>

§

impl<L, R> RefUnwindSafe for rustmax::rayon::iter::Either<L, R>

§

impl<M, EM, S> RefUnwindSafe for OutputM<M, EM, S>

§

impl<M, Request> RefUnwindSafe for IntoService<M, Request>
where M: RefUnwindSafe, Request: RefUnwindSafe,

§

impl<M, Target> RefUnwindSafe for Reconnect<M, Target>
where M: RefUnwindSafe, Target: RefUnwindSafe, <M as Service<Target>>::Future: RefUnwindSafe, <M as Service<Target>>::Response: RefUnwindSafe, <M as Service<Target>>::Error: RefUnwindSafe,

§

impl<O, E> RefUnwindSafe for Fail<O, E>

§

impl<O, E> RefUnwindSafe for Success<O, E>

§

impl<Ok, Error> RefUnwindSafe for Impossible<Ok, Error>
where Ok: RefUnwindSafe, Error: RefUnwindSafe,

§

impl<P> RefUnwindSafe for RetryLayer<P>
where P: RefUnwindSafe,

§

impl<P> RefUnwindSafe for CrossThread<P>
where P: RefUnwindSafe,

§

impl<P> RefUnwindSafe for MaybeCrossThread<P>
where P: RefUnwindSafe,

§

impl<P, F> RefUnwindSafe for MapValueParser<P, F>

§

impl<P, F> RefUnwindSafe for TryMapValueParser<P, F>

§

impl<P, S> RefUnwindSafe for Retry<P, S>

§

impl<P, S, Request> RefUnwindSafe for AsyncResponseFuture<P, S, Request>
where S: RefUnwindSafe, <P as AsyncPredicate<Request>>::Future: RefUnwindSafe, <S as Service<<P as AsyncPredicate<Request>>::Request>>::Future: RefUnwindSafe,

§

impl<P, S, Request> RefUnwindSafe for rustmax::tower::retry::future::ResponseFuture<P, S, Request>
where Request: RefUnwindSafe, P: RefUnwindSafe, S: RefUnwindSafe, <S as Service<Request>>::Future: RefUnwindSafe, <P as Policy<Request, <S as Service<Request>>::Response, <S as Service<Request>>::Error>>::Future: RefUnwindSafe,

§

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

§

impl<R> RefUnwindSafe for rustmax::futures::io::BufReader<R>
where R: RefUnwindSafe,

§

impl<R> RefUnwindSafe for rustmax::futures::io::Lines<R>
where R: RefUnwindSafe,

§

impl<R> RefUnwindSafe for rustmax::futures::io::Take<R>
where R: RefUnwindSafe,

§

impl<R> RefUnwindSafe for BlockRng64<R>

§

impl<R> RefUnwindSafe for BlockRng<R>

§

impl<R> RefUnwindSafe for UnwrapErr<R>
where R: RefUnwindSafe,

§

impl<R> RefUnwindSafe for IoRead<R>
where R: RefUnwindSafe,

§

impl<R> RefUnwindSafe for rustmax::serde_json::Deserializer<R>
where R: RefUnwindSafe,

§

impl<R> RefUnwindSafe for rustmax::std::io::BufReader<R>
where R: RefUnwindSafe + ?Sized,

§

impl<R> RefUnwindSafe for rustmax::std::io::Bytes<R>
where R: RefUnwindSafe,

§

impl<R> RefUnwindSafe for rustmax::tokio::io::BufReader<R>
where R: RefUnwindSafe,

§

impl<R> RefUnwindSafe for rustmax::tokio::io::Lines<R>
where R: RefUnwindSafe,

§

impl<R> RefUnwindSafe for rustmax::tokio::io::Split<R>
where R: RefUnwindSafe,

§

impl<R> RefUnwindSafe for rustmax::tokio::io::Take<R>
where R: RefUnwindSafe,

§

impl<R> RefUnwindSafe for ExponentialBackoff<R>
where R: RefUnwindSafe,

§

impl<R> RefUnwindSafe for ExponentialBackoffMaker<R>
where R: RefUnwindSafe,

§

impl<R, F> !RefUnwindSafe for rustmax::tower::filter::future::ResponseFuture<R, F>

§

impl<R, Rsdr> RefUnwindSafe for ReseedingRng<R, Rsdr>

§

impl<R, W> RefUnwindSafe for rustmax::tokio::io::Join<R, W>

§

impl<RW> RefUnwindSafe for BufStream<RW>
where RW: RefUnwindSafe,

§

impl<Req, F> !RefUnwindSafe for rustmax::tower::buffer::Buffer<Req, F>

§

impl<Request> RefUnwindSafe for BufferLayer<Request>

§

impl<S = ()> !RefUnwindSafe for Router<S>

§

impl<S = (), E = Infallible> !RefUnwindSafe for MethodRouter<S, E>

§

impl<S = DefaultSpawn> !RefUnwindSafe for ThreadPoolBuilder<S>

§

impl<S> !RefUnwindSafe for LayeredFuture<S>

§

impl<S> !RefUnwindSafe for SplitStream<S>

§

impl<S> !RefUnwindSafe for FlattenValueTree<S>

§

impl<S> !RefUnwindSafe for LazyValueTree<S>

§

impl<S> RefUnwindSafe for Host<S>
where S: RefUnwindSafe,

§

impl<S> RefUnwindSafe for State<S>
where S: RefUnwindSafe,

§

impl<S> RefUnwindSafe for Sse<S>
where S: RefUnwindSafe,

§

impl<S> RefUnwindSafe for IntoMakeServiceFuture<S>
where S: RefUnwindSafe,

§

impl<S> RefUnwindSafe for IntoMakeService<S>
where S: RefUnwindSafe,

§

impl<S> RefUnwindSafe for BlockingStream<S>
where S: RefUnwindSafe,

§

impl<S> RefUnwindSafe for rustmax::futures::prelude::stream::PollImmediate<S>
where S: RefUnwindSafe,

§

impl<S> RefUnwindSafe for rustmax::proptest::strategy::Flatten<S>
where S: RefUnwindSafe,

§

impl<S> RefUnwindSafe for IndFlatten<S>
where S: RefUnwindSafe,

§

impl<S> RefUnwindSafe for Shuffle<S>
where S: RefUnwindSafe,

§

impl<S> RefUnwindSafe for LoadShed<S>
where S: RefUnwindSafe,

§

impl<S> RefUnwindSafe for SharedFuture<S>
where S: RefUnwindSafe,

§

impl<S> RefUnwindSafe for rustmax::tower::make::Shared<S>
where S: RefUnwindSafe,

§

impl<S> RefUnwindSafe for SpawnReady<S>
where S: RefUnwindSafe,

§

impl<S, B> RefUnwindSafe for WalkTree<S, B>

§

impl<S, B> RefUnwindSafe for WalkTreePostfix<S, B>

§

impl<S, B> RefUnwindSafe for WalkTreePrefix<S, B>

§

impl<S, C> RefUnwindSafe for IntoMakeServiceWithConnectInfo<S, C>
where S: RefUnwindSafe,

§

impl<S, C> RefUnwindSafe for rustmax::axum::extract::connect_info::ResponseFuture<S, C>

§

impl<S, C> RefUnwindSafe for PeakEwma<S, C>

§

impl<S, C> RefUnwindSafe for PendingRequests<S, C>

§

impl<S, F> RefUnwindSafe for rustmax::proptest::strategy::statics::Filter<S, F>

§

impl<S, F> RefUnwindSafe for rustmax::proptest::strategy::statics::Map<S, F>

§

impl<S, F> RefUnwindSafe for rustmax::proptest::strategy::Filter<S, F>

§

impl<S, F> RefUnwindSafe for rustmax::proptest::strategy::FilterMap<S, F>

§

impl<S, F> RefUnwindSafe for IndFlattenMap<S, F>

§

impl<S, F> RefUnwindSafe for rustmax::proptest::strategy::Map<S, F>

§

impl<S, F> RefUnwindSafe for Perturb<S, F>

§

impl<S, F> RefUnwindSafe for PerturbValueTree<S, F>

§

impl<S, F> RefUnwindSafe for rustmax::tower::util::AndThen<S, F>

§

impl<S, F> RefUnwindSafe for rustmax::tower::util::MapErr<S, F>

§

impl<S, F> RefUnwindSafe for MapFuture<S, F>

§

impl<S, F> RefUnwindSafe for rustmax::tower::util::MapRequest<S, F>

§

impl<S, F> RefUnwindSafe for rustmax::tower::util::MapResponse<S, F>

§

impl<S, F> RefUnwindSafe for MapResult<S, F>

§

impl<S, F> RefUnwindSafe for rustmax::tower::util::Then<S, F>

§

impl<S, F, Req> RefUnwindSafe for Steer<S, F, Req>

§

impl<S, F, T> RefUnwindSafe for HandleError<S, F, T>

§

impl<S, Item> !RefUnwindSafe for SplitSink<S, Item>

§

impl<S, O> RefUnwindSafe for rustmax::proptest::strategy::MapInto<S, O>

§

impl<S, P> RefUnwindSafe for Hedge<S, P>

§

impl<S, Req> RefUnwindSafe for MakeBalance<S, Req>
where S: RefUnwindSafe,

§

impl<S, Req> RefUnwindSafe for Oneshot<S, Req>
where S: RefUnwindSafe, <S as Service<Req>>::Future: RefUnwindSafe, Req: RefUnwindSafe,

§

impl<S, Request> RefUnwindSafe for Future<S, Request>
where <S as Service<Request>>::Future: RefUnwindSafe,

§

impl<S, T> RefUnwindSafe for AddExtension<S, T>

§

impl<S, T> RefUnwindSafe for UniformArrayStrategy<S, T>

§

impl<Si1, Si2> RefUnwindSafe for Fanout<Si1, Si2>
where Si1: RefUnwindSafe, Si2: RefUnwindSafe,

§

impl<Si, F> RefUnwindSafe for SinkMapErr<Si, F>

§

impl<Si, Item> RefUnwindSafe for rustmax::futures::prelude::sink::Buffer<Si, Item>
where Si: RefUnwindSafe, Item: RefUnwindSafe,

§

impl<Si, Item, E> RefUnwindSafe for SinkErrInto<Si, Item, E>
where Si: RefUnwindSafe,

§

impl<Si, Item, U, Fut, F> RefUnwindSafe for With<Si, Item, U, Fut, F>

§

impl<Si, Item, U, St, F> RefUnwindSafe for WithFlatMap<Si, Item, U, St, F>

§

impl<Span> RefUnwindSafe for DelimSpan<Span>
where Span: RefUnwindSafe,

§

impl<Span> RefUnwindSafe for Diagnostic<Span>
where Span: RefUnwindSafe,

§

impl<Span> RefUnwindSafe for ExpnGlobals<Span>
where Span: RefUnwindSafe,

§

impl<Span> RefUnwindSafe for Punct<Span>
where Span: RefUnwindSafe,

§

impl<Span, Symbol> RefUnwindSafe for Ident<Span, Symbol>
where Symbol: RefUnwindSafe, Span: RefUnwindSafe,

§

impl<Span, Symbol> RefUnwindSafe for Literal<Span, Symbol>
where Symbol: RefUnwindSafe, Span: RefUnwindSafe,

§

impl<St1, St2> RefUnwindSafe for rustmax::futures::prelude::stream::Chain<St1, St2>
where St2: RefUnwindSafe, St1: RefUnwindSafe,

§

impl<St1, St2> RefUnwindSafe for rustmax::futures::prelude::stream::Select<St1, St2>
where St1: RefUnwindSafe, St2: RefUnwindSafe,

§

impl<St1, St2> RefUnwindSafe for rustmax::futures::prelude::stream::Zip<St1, St2>
where St1: RefUnwindSafe, St2: RefUnwindSafe, <St1 as Stream>::Item: RefUnwindSafe, <St2 as Stream>::Item: RefUnwindSafe,

§

impl<St1, St2, Clos, State> RefUnwindSafe for SelectWithStrategy<St1, St2, Clos, State>
where St1: RefUnwindSafe, St2: RefUnwindSafe, State: RefUnwindSafe, Clos: RefUnwindSafe,

§

impl<St> !RefUnwindSafe for rustmax::futures::prelude::stream::select_all::IntoIter<St>

§

impl<St> !RefUnwindSafe for BufferUnordered<St>

§

impl<St> !RefUnwindSafe for Buffered<St>

§

impl<St> !RefUnwindSafe for rustmax::futures::prelude::stream::SelectAll<St>

§

impl<St> !RefUnwindSafe for TryBufferUnordered<St>

§

impl<St> !RefUnwindSafe for TryBuffered<St>

§

impl<St> !RefUnwindSafe for TryFlattenUnordered<St>

§

impl<St> RefUnwindSafe for rustmax::futures::prelude::stream::CatchUnwind<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::futures::prelude::stream::Chunks<St>
where St: RefUnwindSafe, <St as Stream>::Item: RefUnwindSafe,

§

impl<St> RefUnwindSafe for Concat<St>
where St: RefUnwindSafe, <St as Stream>::Item: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::futures::prelude::stream::Count<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::futures::prelude::stream::Cycle<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::futures::prelude::stream::Enumerate<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::futures::prelude::stream::Flatten<St>
where St: RefUnwindSafe, <St as Stream>::Item: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::futures::prelude::stream::Fuse<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for IntoAsyncRead<St>
where St: RefUnwindSafe, <St as TryStream>::Ok: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::futures::prelude::stream::IntoStream<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::futures::prelude::stream::Peekable<St>
where St: RefUnwindSafe, <St as Stream>::Item: RefUnwindSafe,

§

impl<St> RefUnwindSafe for ReadyChunks<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::futures::prelude::stream::Skip<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for StreamFuture<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::futures::prelude::stream::Take<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for TryChunks<St>
where St: RefUnwindSafe, <St as TryStream>::Ok: RefUnwindSafe,

§

impl<St> RefUnwindSafe for TryConcat<St>
where St: RefUnwindSafe, <St as TryStream>::Ok: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::futures::prelude::stream::TryFlatten<St>
where St: RefUnwindSafe, <St as TryStream>::Ok: RefUnwindSafe,

§

impl<St> RefUnwindSafe for TryReadyChunks<St>
where St: RefUnwindSafe,

§

impl<St, C> RefUnwindSafe for Collect<St, C>

§

impl<St, C> RefUnwindSafe for TryCollect<St, C>

§

impl<St, E> RefUnwindSafe for rustmax::futures::prelude::stream::ErrInto<St, E>
where St: RefUnwindSafe,

§

impl<St, F> RefUnwindSafe for rustmax::futures::prelude::stream::Inspect<St, F>

§

impl<St, F> RefUnwindSafe for rustmax::futures::prelude::stream::InspectErr<St, F>

§

impl<St, F> RefUnwindSafe for rustmax::futures::prelude::stream::InspectOk<St, F>

§

impl<St, F> RefUnwindSafe for rustmax::futures::prelude::stream::Map<St, F>

§

impl<St, F> RefUnwindSafe for rustmax::futures::prelude::stream::MapErr<St, F>

§

impl<St, F> RefUnwindSafe for rustmax::futures::prelude::stream::MapOk<St, F>

§

impl<St, F> RefUnwindSafe for Iterate<St, F>

§

impl<St, F> RefUnwindSafe for rustmax::itertools::Unfold<St, F>

§

impl<St, FromA, FromB> RefUnwindSafe for Unzip<St, FromA, FromB>
where St: RefUnwindSafe, FromA: RefUnwindSafe, FromB: RefUnwindSafe,

§

impl<St, Fut> RefUnwindSafe for rustmax::futures::prelude::stream::TakeUntil<St, Fut>

§

impl<St, Fut, F> !RefUnwindSafe for ForEachConcurrent<St, Fut, F>

§

impl<St, Fut, F> !RefUnwindSafe for TryForEachConcurrent<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for All<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::futures::prelude::stream::AndThen<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::futures::prelude::stream::Any<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::futures::prelude::stream::Filter<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::futures::prelude::stream::FilterMap<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for ForEach<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::futures::prelude::stream::OrElse<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::futures::prelude::stream::SkipWhile<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::futures::prelude::stream::TakeWhile<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::futures::prelude::stream::Then<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for TryAll<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for TryAny<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for TryFilter<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for TryFilterMap<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for TryForEach<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for TrySkipWhile<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for TryTakeWhile<St, Fut, F>

§

impl<St, Fut, T, F> RefUnwindSafe for rustmax::futures::prelude::stream::Fold<St, Fut, T, F>

§

impl<St, Fut, T, F> RefUnwindSafe for rustmax::futures::prelude::stream::TryFold<St, Fut, T, F>

§

impl<St, S, Fut, F> RefUnwindSafe for rustmax::futures::prelude::stream::Scan<St, S, Fut, F>

§

impl<St, Si> RefUnwindSafe for Forward<St, Si>

§

impl<St, U, F> !RefUnwindSafe for FlatMapUnordered<St, U, F>

§

impl<St, U, F> RefUnwindSafe for rustmax::futures::prelude::stream::FlatMap<St, U, F>

§

impl<Svc, S> !RefUnwindSafe for CallAll<Svc, S>

§

impl<Svc, S> !RefUnwindSafe for CallAllUnordered<Svc, S>

§

impl<T> !RefUnwindSafe for rustmax::clap::parser::Values<T>

§

impl<T> !RefUnwindSafe for Worker<T>

§

impl<T> !RefUnwindSafe for rustmax::futures::channel::mpsc::Receiver<T>

§

impl<T> !RefUnwindSafe for rustmax::futures::channel::mpsc::Sender<T>

§

impl<T> !RefUnwindSafe for rustmax::futures::channel::mpsc::UnboundedReceiver<T>

§

impl<T> !RefUnwindSafe for rustmax::futures::channel::mpsc::UnboundedSender<T>

§

impl<T> !RefUnwindSafe for rustmax::futures::channel::oneshot::Receiver<T>

§

impl<T> !RefUnwindSafe for rustmax::futures::channel::oneshot::Sender<T>

§

impl<T> !RefUnwindSafe for rustmax::futures::io::ReadHalf<T>

§

impl<T> !RefUnwindSafe for rustmax::futures::io::ReuniteError<T>

§

impl<T> !RefUnwindSafe for rustmax::futures::io::WriteHalf<T>

§

impl<T> !RefUnwindSafe for rustmax::futures::lock::Mutex<T>

§

impl<T> !RefUnwindSafe for rustmax::futures::lock::OwnedMutexGuard<T>

§

impl<T> !RefUnwindSafe for OwnedMutexLockFuture<T>

§

impl<T> !RefUnwindSafe for RemoteHandle<T>

§

impl<T> !RefUnwindSafe for Abortable<T>

§

impl<T> !RefUnwindSafe for FuturesOrdered<T>

§

impl<T> !RefUnwindSafe for rustmax::hyper::client::conn::TrySendError<T>

§

impl<T> !RefUnwindSafe for rustmax::hyper::Request<T>

§

impl<T> !RefUnwindSafe for rustmax::hyper::Response<T>

§

impl<T> !RefUnwindSafe for OptionValueTree<T>

§

impl<T> !RefUnwindSafe for BoxedStrategy<T>

§

impl<T> !RefUnwindSafe for SBoxedStrategy<T>

§

impl<T> !RefUnwindSafe for UnionValueTree<T>

§

impl<T> !RefUnwindSafe for RegexGeneratorStrategy<T>

§

impl<T> !RefUnwindSafe for RegexGeneratorValueTree<T>

§

impl<T> !RefUnwindSafe for Cell<T>

§

impl<T> !RefUnwindSafe for rustmax::std::cell::OnceCell<T>

§

impl<T> !RefUnwindSafe for RefCell<T>

§

impl<T> !RefUnwindSafe for SyncUnsafeCell<T>

§

impl<T> !RefUnwindSafe for rustmax::std::thread::JoinHandle<T>

§

impl<T> !RefUnwindSafe for AsyncFd<T>

§

impl<T> !RefUnwindSafe for AsyncFdTryNewError<T>

§

impl<T> !RefUnwindSafe for rustmax::tokio::sync::broadcast::Receiver<T>

§

impl<T> !RefUnwindSafe for rustmax::tokio::sync::broadcast::Sender<T>

§

impl<T> !RefUnwindSafe for rustmax::tokio::sync::oneshot::Receiver<T>

§

impl<T> !RefUnwindSafe for rustmax::tokio::sync::oneshot::Sender<T>

§

impl<T> !RefUnwindSafe for rustmax::tokio::sync::Mutex<T>

§

impl<T> !RefUnwindSafe for rustmax::tokio::sync::OnceCell<T>

§

impl<T> !RefUnwindSafe for rustmax::tokio::sync::OwnedMutexGuard<T>

§

impl<T> !RefUnwindSafe for OwnedRwLockWriteGuard<T>

§

impl<T> !RefUnwindSafe for rustmax::tokio::sync::RwLock<T>

§

impl<T> !RefUnwindSafe for rustmax::tokio::sync::watch::Receiver<T>

§

impl<T> !RefUnwindSafe for rustmax::tokio::sync::watch::Sender<T>

§

impl<T> !RefUnwindSafe for JoinSet<T>

§

impl<T> !RefUnwindSafe for rustmax::tokio::time::Timeout<T>

§

impl<T> !RefUnwindSafe for rustmax::tower::buffer::future::ResponseFuture<T>

§

impl<T> !RefUnwindSafe for rustmax::tower::limit::concurrency::future::ResponseFuture<T>

§

impl<T> !RefUnwindSafe for ConcurrencyLimit<T>

§

impl<T> !RefUnwindSafe for RateLimit<T>

§

impl<T> !RefUnwindSafe for rustmax::tower::timeout::future::ResponseFuture<T>

§

impl<T> !RefUnwindSafe for Storage<T>

§

impl<T> RefUnwindSafe for LocalResult<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Resettable<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::crossbeam::channel::SendTimeoutError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::crossbeam::channel::TrySendError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Steal<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for FoldWhile<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for MinMaxResult<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for TestError<T>
where T: RefUnwindSafe,

§

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

§

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

§

impl<T> RefUnwindSafe for rustmax::std::sync::TryLockError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::std::sync::mpmc::SendTimeoutError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::std::sync::mpsc::TrySendError<T>
where T: RefUnwindSafe,

§

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

§

impl<T> RefUnwindSafe for SetError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::tokio::sync::mpsc::error::SendTimeoutError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::tokio::sync::mpsc::error::TrySendError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for MockConnectInfo<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for ConnectInfo<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::axum::extract::Path<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Query<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Html<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Extension<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Form<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Json<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::bytes::buf::IntoIter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Limit<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::bytes::buf::Take<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for RangedI64ValueParser<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for RangedU64ValueParser<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::crossbeam::channel::IntoIter<T>

§

impl<T> RefUnwindSafe for rustmax::crossbeam::channel::SendError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Injector<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Stealer<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Atomic<T>
where T: RefUnwindSafe + ?Sized,

§

impl<T> RefUnwindSafe for Owned<T>
where T: RefUnwindSafe + ?Sized,

§

impl<T> RefUnwindSafe for CachePadded<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for TryFromReprError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for TryIntoError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for TryUnwrapError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::futures::channel::mpsc::TrySendError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for AllowStdIo<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::futures::io::Cursor<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Window<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::futures::prelude::future::Pending<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::futures::prelude::future::PollImmediate<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::futures::prelude::future::Ready<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::futures::prelude::sink::Drain<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::futures::prelude::stream::Empty<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::futures::prelude::stream::Pending<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::futures::prelude::stream::Repeat<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::hyper::body::Frame<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::hyper::client::conn::http1::Parts<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Port<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::hyper::upgrade::Parts<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for TupleBuffer<T>
where <T as TupleCollect>::Buffer: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::itertools::Zip<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Choice<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for TryFromBigIntError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for ArrayValueTree<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for BitSetStrategy<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for BitSetValueTree<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for SampledBitSetStrategy<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for BTreeSetStrategy<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for BTreeSetValueTree<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for BinaryHeapStrategy<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for BinaryHeapValueTree<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for HashSetStrategy<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for HashSetValueTree<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for LinkedListStrategy<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for LinkedListValueTree<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for VecDequeStrategy<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for VecDequeValueTree<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for VecStrategy<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for VecValueTree<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for OptionStrategy<T>

§

impl<T> RefUnwindSafe for Just<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::proptest::sample::Select<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for SelectValueTree<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Subsequence<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for SubsequenceValueTree<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::proptest::strategy::Fuse<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for NoShrink<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for TupleUnion<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for TupleUnionValueTree<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::proptest::strategy::Union<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for TupleValueTree<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::rayon::collections::binary_heap::IntoIter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::rayon::collections::btree_set::IntoIter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::rayon::collections::hash_set::IntoIter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::rayon::collections::linked_list::IntoIter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::rayon::collections::vec_deque::IntoIter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::rayon::iter::Empty<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for MultiZip<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::rayon::iter::Once<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::rayon::iter::Repeat<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::rayon::iter::RepeatN<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::rayon::option::IntoIter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::rayon::range::Iter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::rayon::range_inclusive::Iter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::rayon::result::IntoIter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::rayon::vec::IntoIter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for HeaderMap<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::reqwest::header::IntoIter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for CoreWrapper<T>

§

impl<T> RefUnwindSafe for RtVariableCoreWrapper<T>

§

impl<T> RefUnwindSafe for XofReaderCoreWrapper<T>

§

impl<T> RefUnwindSafe for ThinBox<T>
where T: RefUnwindSafe + ?Sized,

§

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

§

impl<T> RefUnwindSafe for AsyncDropInPlace<T>
where <T as AsyncDestruct>::AsyncDestructor: RefUnwindSafe, T: ?Sized,

§

impl<T> RefUnwindSafe for rustmax::std::future::Pending<T>

§

impl<T> RefUnwindSafe for rustmax::std::future::Ready<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::std::io::Cursor<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::std::io::Take<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::std::iter::Empty<T>

§

impl<T> RefUnwindSafe for rustmax::std::iter::Once<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::std::iter::Rev<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for PhantomData<T>
where T: RefUnwindSafe + ?Sized,

§

impl<T> RefUnwindSafe for Discriminant<T>

§

impl<T> RefUnwindSafe for ManuallyDrop<T>
where T: RefUnwindSafe + ?Sized,

§

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

§

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

§

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

§

impl<T> RefUnwindSafe for NonNull<T>
where T: RefUnwindSafe + ?Sized,

§

impl<T> RefUnwindSafe for rustmax::std::result::IntoIter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::std::sync::mpmc::IntoIter<T>

§

impl<T> RefUnwindSafe for rustmax::std::sync::mpsc::IntoIter<T>

§

impl<T> RefUnwindSafe for rustmax::std::sync::mpsc::Receiver<T>

§

impl<T> RefUnwindSafe for rustmax::std::sync::mpsc::SendError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::std::sync::mpsc::Sender<T>

§

impl<T> RefUnwindSafe for SyncSender<T>

§

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

§

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

§

impl<T> RefUnwindSafe for rustmax::std::thread::LocalKey<T>

§

impl<T> RefUnwindSafe for rustmax::syn::punctuated::IntoIter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::tokio::io::ReadHalf<T>

§

impl<T> RefUnwindSafe for rustmax::tokio::io::WriteHalf<T>

§

impl<T> RefUnwindSafe for rustmax::tokio::sync::broadcast::error::SendError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::tokio::sync::mpsc::error::SendError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for OwnedPermit<T>

§

impl<T> RefUnwindSafe for rustmax::tokio::sync::mpsc::Receiver<T>

§

impl<T> RefUnwindSafe for rustmax::tokio::sync::mpsc::Sender<T>

§

impl<T> RefUnwindSafe for rustmax::tokio::sync::mpsc::UnboundedReceiver<T>

§

impl<T> RefUnwindSafe for rustmax::tokio::sync::mpsc::UnboundedSender<T>

§

impl<T> RefUnwindSafe for WeakSender<T>

§

impl<T> RefUnwindSafe for WeakUnboundedSender<T>

§

impl<T> RefUnwindSafe for rustmax::tokio::sync::watch::error::SendError<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::tokio::task::LocalKey<T>

§

impl<T> RefUnwindSafe for Spanned<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for ServiceList<T>

§

impl<T> RefUnwindSafe for rustmax::tower::timeout::Timeout<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::tower::util::future::optional::ResponseFuture<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Optional<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for ServiceFn<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for CxxVector<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for SharedPtr<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for UniquePtr<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for WeakPtr<T>
where T: RefUnwindSafe,

§

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

§

impl<T> RefUnwindSafe for Wrapper<T>
where T: RefUnwindSafe,

§

impl<T, A = Global> !RefUnwindSafe for UniqueRc<T, A>

§

impl<T, A = Global> !RefUnwindSafe for rustmax::std::rc::Weak<T, A>

§

impl<T, A> RefUnwindSafe for rustmax::std::boxed::Box<T, A>

§

impl<T, A> RefUnwindSafe for BinaryHeap<T, A>

§

impl<T, A> RefUnwindSafe for rustmax::std::collections::binary_heap::IntoIter<T, A>

§

impl<T, A> RefUnwindSafe for IntoIterSorted<T, A>

§

impl<T, A> RefUnwindSafe for BTreeSet<T, A>

§

impl<T, A> RefUnwindSafe for rustmax::std::collections::btree_set::IntoIter<T, A>

§

impl<T, A> RefUnwindSafe for rustmax::std::collections::linked_list::IntoIter<T, A>

§

impl<T, A> RefUnwindSafe for LinkedList<T, A>

§

impl<T, A> RefUnwindSafe for rustmax::std::collections::vec_deque::IntoIter<T, A>

§

impl<T, A> RefUnwindSafe for VecDeque<T, A>

§

impl<T, A> RefUnwindSafe for Arc<T, A>

§

impl<T, A> RefUnwindSafe for rustmax::std::sync::Weak<T, A>

§

impl<T, A> RefUnwindSafe for rustmax::std::vec::IntoIter<T, A>

§

impl<T, A> RefUnwindSafe for Vec<T, A>

§

impl<T, B> !RefUnwindSafe for rustmax::hyper::client::conn::http1::Connection<T, B>

§

impl<T, B, E> !RefUnwindSafe for rustmax::hyper::client::conn::http2::Connection<T, B, E>

§

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

§

impl<T, E> !RefUnwindSafe for MaybeErrValueTree<T, E>

§

impl<T, E> !RefUnwindSafe for MaybeOkValueTree<T, E>

§

impl<T, E> RefUnwindSafe for Result<T, E>

§

impl<T, E> RefUnwindSafe for TryChunksError<T, E>

§

impl<T, E> RefUnwindSafe for TryReadyChunksError<T, E>

§

impl<T, E> RefUnwindSafe for Tag<T, E>

§

impl<T, E> RefUnwindSafe for TagNoCase<T, E>

§

impl<T, E> RefUnwindSafe for TakeUntil1<T, E>

§

impl<T, E> RefUnwindSafe for rustmax::nom::bytes::TakeUntil<T, E>

§

impl<T, E> RefUnwindSafe for MaybeErr<T, E>

§

impl<T, E> RefUnwindSafe for MaybeOk<T, E>

§

impl<T, E, S> RefUnwindSafe for FromExtractor<T, E, S>

§

impl<T, Error> RefUnwindSafe for Permutation<T, Error>
where T: RefUnwindSafe, Error: RefUnwindSafe,

§

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

§

impl<T, F> !RefUnwindSafe for Recursive<T, F>

§

impl<T, F> RefUnwindSafe for AlwaysReady<T, F>
where F: RefUnwindSafe,

§

impl<T, F> RefUnwindSafe for LazyJust<T, F>
where F: RefUnwindSafe,

§

impl<T, F> RefUnwindSafe for Successors<T, F>

§

impl<T, F> RefUnwindSafe for TaskLocalFuture<T, F>

§

impl<T, F, Fut> RefUnwindSafe for TryUnfold<T, F, Fut>

§

impl<T, F, Fut> RefUnwindSafe for rustmax::futures::prelude::stream::Unfold<T, F, Fut>

§

impl<T, F, R> RefUnwindSafe for rustmax::futures::prelude::sink::Unfold<T, F, R>

§

impl<T, Item> !RefUnwindSafe for rustmax::futures::prelude::stream::ReuniteError<T, Item>

§

impl<T, M> RefUnwindSafe for Constant<T, M>

§

impl<T, N> RefUnwindSafe for GenericArrayIter<T, N>

§

impl<T, OutSize, O> RefUnwindSafe for CtVariableCoreWrapper<T, OutSize, O>
where T: RefUnwindSafe, OutSize: RefUnwindSafe, O: RefUnwindSafe,

§

impl<T, P> RefUnwindSafe for rustmax::syn::punctuated::Pair<T, P>

§

impl<T, P> RefUnwindSafe for IntoPairs<T, P>

§

impl<T, P> RefUnwindSafe for Punctuated<T, P>

§

impl<T, Request> RefUnwindSafe for ReadyOneshot<T, Request>
where T: RefUnwindSafe,

§

impl<T, S> !RefUnwindSafe for rustmax::hyper::server::conn::http1::Connection<T, S>

§

impl<T, S> !RefUnwindSafe for UpgradeableConnection<T, S>

§

impl<T, S> RefUnwindSafe for AHashSet<T, S>

§

impl<T, S> RefUnwindSafe for rustmax::hyper::server::conn::http1::Parts<T, S>

§

impl<T, S> RefUnwindSafe for HashSet<T, S>

§

impl<T, S, E> !RefUnwindSafe for rustmax::hyper::server::conn::http2::Connection<T, S, E>

§

impl<T, U = T> !RefUnwindSafe for OwnedMappedMutexGuard<T, U>

§

impl<T, U = T> !RefUnwindSafe for OwnedRwLockMappedWriteGuard<T, U>

§

impl<T, U = T> !RefUnwindSafe for OwnedRwLockReadGuard<T, U>

§

impl<T, U> RefUnwindSafe for rustmax::bytes::buf::Chain<T, U>

§

impl<T, U> RefUnwindSafe for rustmax::futures::io::Chain<T, U>

§

impl<T, U> RefUnwindSafe for ZipLongest<T, U>

§

impl<T, U> RefUnwindSafe for GenericArray<T, U>

§

impl<T, U> RefUnwindSafe for rustmax::std::io::Chain<T, U>

§

impl<T, U> RefUnwindSafe for AsyncFilter<T, U>

§

impl<T, U> RefUnwindSafe for rustmax::tower::filter::Filter<T, U>

§

impl<T, U, E> !RefUnwindSafe for BoxCloneService<T, U, E>

§

impl<T, U, E> !RefUnwindSafe for BoxCloneSyncService<T, U, E>

§

impl<T, U, E> !RefUnwindSafe for BoxService<T, U, E>

§

impl<T, U, E> !RefUnwindSafe for UnsyncBoxService<T, U, E>

§

impl<T, const N: usize> RefUnwindSafe for rustmax::rayon::array::IntoIter<T, N>
where T: RefUnwindSafe,

§

impl<T, const N: usize> RefUnwindSafe for rustmax::std::array::IntoIter<T, N>
where T: RefUnwindSafe,

§

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

§

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

§

impl<TokenStream, Span> RefUnwindSafe for Group<TokenStream, Span>
where TokenStream: RefUnwindSafe, Span: RefUnwindSafe,

§

impl<TokenStream, Span, Symbol> RefUnwindSafe for TokenTree<TokenStream, Span, Symbol>
where Span: RefUnwindSafe, Symbol: RefUnwindSafe, TokenStream: RefUnwindSafe,

§

impl<Tz> RefUnwindSafe for rustmax::chrono::Date<Tz>
where <Tz as TimeZone>::Offset: RefUnwindSafe,

§

impl<Tz> RefUnwindSafe for rustmax::chrono::DateTime<Tz>
where <Tz as TimeZone>::Offset: RefUnwindSafe,

§

impl<U> RefUnwindSafe for NInt<U>
where U: RefUnwindSafe,

§

impl<U> RefUnwindSafe for PInt<U>
where U: RefUnwindSafe,

§

impl<U> RefUnwindSafe for AsyncFilterLayer<U>
where U: RefUnwindSafe,

§

impl<U> RefUnwindSafe for FilterLayer<U>
where U: RefUnwindSafe,

§

impl<U, B> RefUnwindSafe for UInt<U, B>

§

impl<V> !RefUnwindSafe for ShuffleValueTree<V>

§

impl<V, A> RefUnwindSafe for TArr<V, A>

§

impl<V, F, O> !RefUnwindSafe for FilterMapValueTree<V, F, O>

§

impl<W> !RefUnwindSafe for IntoInnerError<W>

§

impl<W> RefUnwindSafe for rustmax::futures::io::BufWriter<W>
where W: RefUnwindSafe,

§

impl<W> RefUnwindSafe for rustmax::futures::io::LineWriter<W>
where W: RefUnwindSafe,

§

impl<W> RefUnwindSafe for StdFmtWrite<W>
where W: RefUnwindSafe,

§

impl<W> RefUnwindSafe for StdIoWrite<W>
where W: RefUnwindSafe,

§

impl<W> RefUnwindSafe for rustmax::std::io::BufWriter<W>
where W: RefUnwindSafe + ?Sized,

§

impl<W> RefUnwindSafe for rustmax::std::io::LineWriter<W>
where W: RefUnwindSafe + ?Sized,

§

impl<W> RefUnwindSafe for Ansi<W>
where W: RefUnwindSafe,

§

impl<W> RefUnwindSafe for NoColor<W>
where W: RefUnwindSafe,

§

impl<W> RefUnwindSafe for rustmax::tokio::io::BufWriter<W>
where W: RefUnwindSafe,

§

impl<W, F> RefUnwindSafe for rustmax::serde_json::Serializer<W, F>

§

impl<W, Item> RefUnwindSafe for IntoSink<W, Item>
where W: RefUnwindSafe, Item: RefUnwindSafe,

§

impl<X> RefUnwindSafe for Uniform<X>

§

impl<X> RefUnwindSafe for UniformFloat<X>
where X: RefUnwindSafe,

§

impl<X> RefUnwindSafe for UniformInt<X>
where X: RefUnwindSafe,

§

impl<X> RefUnwindSafe for WeightedIndex<X>

§

impl<Y, R> RefUnwindSafe for CoroutineState<Y, R>

§

impl<const N: usize> RefUnwindSafe for GetManyMutError<N>

§

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