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

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

Source§

impl RefUnwindSafe for rustmax::prelude::AnyError

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.12.0 · Source§

impl RefUnwindSafe for Condvar

1.59.0 · Source§

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

Source§

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

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 crossbeam_channel::channel::Receiver<T>

Source§

impl<T> RefUnwindSafe for crossbeam_channel::channel::Sender<T>

Source§

impl<T> RefUnwindSafe for crossbeam_utils::atomic::atomic_cell::AtomicCell<T>

Source§

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

Source§

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

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::crossbeam::atomic::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 rustmax::crossbeam::sync::ShardedLock<T>
where T: ?Sized,

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::std::fs::TryLockError

§

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::io::Error

§

impl !RefUnwindSafe for AtomicWaker

§

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

§

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

§

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

§

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

§

impl !RefUnwindSafe for Extensions

§

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

§

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::prelude::future::AbortHandle

§

impl !RefUnwindSafe for AbortRegistration

§

impl !RefUnwindSafe for rustmax::proptest::test_runner::Config

§

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::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::signal::unix::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 TryReserveErrorKind

§

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 Kind

§

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 AnsiColor

§

impl RefUnwindSafe for rustmax::clap::builder::styling::Color

§

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 AsciiChar

§

impl RefUnwindSafe for Infallible

§

impl RefUnwindSafe for FromBytesWithNulError

§

impl RefUnwindSafe for rustmax::core::fmt::Alignment

§

impl RefUnwindSafe for DebugAsHex

§

impl RefUnwindSafe for rustmax::core::fmt::Sign

§

impl RefUnwindSafe for BasicBlock

§

impl RefUnwindSafe for UnwindTerminateReason

§

impl RefUnwindSafe for IpAddr

§

impl RefUnwindSafe for Ipv6MulticastScope

§

impl RefUnwindSafe for rustmax::core::net::SocketAddr

§

impl RefUnwindSafe for FpCategory

§

impl RefUnwindSafe for IntErrorKind

§

impl RefUnwindSafe for OneSidedRangeBound

§

impl RefUnwindSafe for GetDisjointMutError

§

impl RefUnwindSafe for SearchStep

§

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

§

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

§

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

§

impl RefUnwindSafe for SignalType

§

impl RefUnwindSafe for Opaque

§

impl RefUnwindSafe for Trivial

§

impl RefUnwindSafe for BinaryError

§

impl RefUnwindSafe for TimestampPrecision

§

impl RefUnwindSafe for WriteStyle

§

impl RefUnwindSafe for rustmax::futures::io::ErrorKind

§

impl RefUnwindSafe for SeekFrom

§

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 c_void

§

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::prelude::Ordering

§

impl RefUnwindSafe for PollNext

§

impl RefUnwindSafe for rustmax::proc_macro2::Delimiter

§

impl RefUnwindSafe for rustmax::proc_macro2::Spacing

§

impl RefUnwindSafe for rustmax::proc_macro2::TokenTree

§

impl RefUnwindSafe for ConversionErrorKind

§

impl RefUnwindSafe for rustmax::proc_macro::Delimiter

§

impl RefUnwindSafe for EscapeError

§

impl RefUnwindSafe for rustmax::proc_macro::Level

§

impl RefUnwindSafe for rustmax::proc_macro::Spacing

§

impl RefUnwindSafe for rustmax::proc_macro::TokenTree

§

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

§

impl RefUnwindSafe for FileFailurePersistence

§

impl RefUnwindSafe for RngAlgorithm

§

impl RefUnwindSafe for TestCaseError

§

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 GraphemeClusterMode

§

impl RefUnwindSafe for HistoryDuplicates

§

impl RefUnwindSafe for InputMode

§

impl RefUnwindSafe for KeyCode

§

impl RefUnwindSafe for Movement

§

impl RefUnwindSafe for Word

§

impl RefUnwindSafe for rustmax::rustyline::error::Signal

§

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 rustmax::serde_json::Value

§

impl RefUnwindSafe for Category

§

impl RefUnwindSafe for CharEscape

§

impl RefUnwindSafe for TruncSide

§

impl RefUnwindSafe for InterfaceIndexOrAddress

§

impl RefUnwindSafe for BacktraceStatus

§

impl RefUnwindSafe for VarError

§

impl RefUnwindSafe for Shutdown

§

impl RefUnwindSafe for AncillaryError

§

impl RefUnwindSafe for BacktraceStyle

§

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

§

impl RefUnwindSafe for rustmax::std::sync::mpmc::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::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 AHasher

§

impl RefUnwindSafe for rustmax::ahash::RandomState

§

impl RefUnwindSafe for Global

§

impl RefUnwindSafe for ByteString

§

impl RefUnwindSafe for UnorderedKeyError

§

impl RefUnwindSafe for TryReserveError

§

impl RefUnwindSafe for CString

§

impl RefUnwindSafe for FromVecWithNulError

§

impl RefUnwindSafe for IntoStringError

§

impl RefUnwindSafe for NulError

§

impl RefUnwindSafe for FromUtf8Error

§

impl RefUnwindSafe for FromUtf16Error

§

impl RefUnwindSafe for IntoChars

§

impl RefUnwindSafe for FailedToDeserializePathParams

§

impl RefUnwindSafe for InvalidUtf8InPathParam

§

impl RefUnwindSafe for InvalidFormContentType

§

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 Token

§

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 rustmax::bytes::Bytes

§

impl RefUnwindSafe for BytesMut

§

impl RefUnwindSafe for TryGetError

§

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 Ansi256Color

§

impl RefUnwindSafe for EffectIter

§

impl RefUnwindSafe for Effects

§

impl RefUnwindSafe for Reset

§

impl RefUnwindSafe for RgbColor

§

impl RefUnwindSafe for Style

§

impl RefUnwindSafe for KindFormatter

§

impl RefUnwindSafe for RichFormatter

§

impl RefUnwindSafe for ArgGroup

§

impl RefUnwindSafe for rustmax::clap::Id

§

impl RefUnwindSafe for AllocError

§

impl RefUnwindSafe for Layout

§

impl RefUnwindSafe for LayoutError

§

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::core::ascii::EscapeDefault

§

impl RefUnwindSafe for ByteStr

§

impl RefUnwindSafe for BorrowError

§

impl RefUnwindSafe for BorrowMutError

§

impl RefUnwindSafe for CharTryFromError

§

impl RefUnwindSafe for DecodeUtf16Error

§

impl RefUnwindSafe for rustmax::core::char::EscapeDebug

§

impl RefUnwindSafe for rustmax::core::char::EscapeDefault

§

impl RefUnwindSafe for rustmax::core::char::EscapeUnicode

§

impl RefUnwindSafe for ParseCharError

§

impl RefUnwindSafe for ToLowercase

§

impl RefUnwindSafe for ToUppercase

§

impl RefUnwindSafe for TryFromCharError

§

impl RefUnwindSafe for CStr

§

impl RefUnwindSafe for FromBytesUntilNulError

§

impl RefUnwindSafe for rustmax::core::fmt::Error

§

impl RefUnwindSafe for FormattingOptions

§

impl RefUnwindSafe for SipHasher

§

impl RefUnwindSafe for ReturnToArg

§

impl RefUnwindSafe for UnwindActionArg

§

impl RefUnwindSafe for PhantomPinned

§

impl RefUnwindSafe for Assume

§

impl RefUnwindSafe for AddrParseError

§

impl RefUnwindSafe for Ipv4Addr

§

impl RefUnwindSafe for Ipv6Addr

§

impl RefUnwindSafe for SocketAddrV4

§

impl RefUnwindSafe for SocketAddrV6

§

impl RefUnwindSafe for ParseFloatError

§

impl RefUnwindSafe for ParseIntError

§

impl RefUnwindSafe for TryFromIntError

§

impl RefUnwindSafe for RangeFull

§

impl RefUnwindSafe for rustmax::core::ptr::Alignment

§

impl RefUnwindSafe for ParseBoolError

§

impl RefUnwindSafe for Utf8Error

§

impl RefUnwindSafe for LocalWaker

§

impl RefUnwindSafe for TryFromFloatSecsError

§

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 CxxString

§

impl RefUnwindSafe for Exception

§

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 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 RawWaker

§

impl RefUnwindSafe for RawWakerVTable

§

impl RefUnwindSafe for SpawnError

§

impl RefUnwindSafe for Waker

§

impl RefUnwindSafe for InvalidHeaderName

§

impl RefUnwindSafe for InvalidHeaderValue

§

impl RefUnwindSafe for MaxSizeReached

§

impl RefUnwindSafe for ToStrError

§

impl RefUnwindSafe for InvalidMethod

§

impl RefUnwindSafe for InvalidStatusCode

§

impl RefUnwindSafe for rustmax::http::Error

§

impl RefUnwindSafe for HeaderName

§

impl RefUnwindSafe for HeaderValue

§

impl RefUnwindSafe for Method

§

impl RefUnwindSafe for StatusCode

§

impl RefUnwindSafe for Uri

§

impl RefUnwindSafe for rustmax::http::Version

§

impl RefUnwindSafe for Authority

§

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

§

impl RefUnwindSafe for InvalidUri

§

impl RefUnwindSafe for InvalidUriParts

§

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

§

impl RefUnwindSafe for PathAndQuery

§

impl RefUnwindSafe for Scheme

§

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 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 dmabuf_cmsg

§

impl RefUnwindSafe for dmabuf_token

§

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 fpos64_t

§

impl RefUnwindSafe for fpos_t

§

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 mbstate_t

§

impl RefUnwindSafe for mcontext_t

§

impl RefUnwindSafe for mmsghdr

§

impl RefUnwindSafe for mnt_ns_info

§

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 pidfd_info

§

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_sud_config

§

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_ccm_128

§

impl RefUnwindSafe for tls12_crypto_info_aes_gcm_128

§

impl RefUnwindSafe for tls12_crypto_info_aes_gcm_256

§

impl RefUnwindSafe for tls12_crypto_info_aria_gcm_128

§

impl RefUnwindSafe for tls12_crypto_info_aria_gcm_256

§

impl RefUnwindSafe for tls12_crypto_info_chacha20_poly1305

§

impl RefUnwindSafe for tls12_crypto_info_sm4_ccm

§

impl RefUnwindSafe for tls12_crypto_info_sm4_gcm

§

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 Aborted

§

impl RefUnwindSafe for String

§

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

§

impl RefUnwindSafe for rustmax::proc_macro2::Group

§

impl RefUnwindSafe for rustmax::proc_macro2::Ident

§

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 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 SizeRange

§

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 Probability

§

impl RefUnwindSafe for PathParams

§

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 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 StdRng

§

impl RefUnwindSafe for StepRng

§

impl RefUnwindSafe for OsRng

§

impl RefUnwindSafe for OsError

§

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 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 Certificate

§

impl RefUnwindSafe for rustmax::reqwest::Identity

§

impl RefUnwindSafe for NoProxy

§

impl RefUnwindSafe for Url

§

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 rustmax::serde_json::map::IntoValues

§

impl RefUnwindSafe for CompactFormatter

§

impl RefUnwindSafe for Number

§

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::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 SockAddrStorage

§

impl RefUnwindSafe for Socket

§

impl RefUnwindSafe for TcpKeepalive

§

impl RefUnwindSafe for rustmax::socket2::Type

§

impl RefUnwindSafe for System

§

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

§

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

§

impl RefUnwindSafe for Args

§

impl RefUnwindSafe for ArgsOs

§

impl RefUnwindSafe for JoinPathsError

§

impl RefUnwindSafe for Vars

§

impl RefUnwindSafe for VarsOs

§

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

§

impl RefUnwindSafe for OsString

§

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 rustmax::std::io::Empty

§

impl RefUnwindSafe for PipeReader

§

impl RefUnwindSafe for PipeWriter

§

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 IntoIncoming

§

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

§

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

§

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

§

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 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 DefaultRandomSource

§

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

§

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

§

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

§

impl RefUnwindSafe for WaitTimeoutResult

§

impl RefUnwindSafe for AccessError

§

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

§

impl RefUnwindSafe for Thread

§

impl RefUnwindSafe for ThreadId

§

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

§

impl RefUnwindSafe for SystemTime

§

impl RefUnwindSafe for SystemTimeError

§

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 ExprConst

§

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 ExprLit

§

impl RefUnwindSafe for ExprLoop

§

impl RefUnwindSafe for ExprMacro

§

impl RefUnwindSafe for ExprMatch

§

impl RefUnwindSafe for ExprMethodCall

§

impl RefUnwindSafe for ExprParen

§

impl RefUnwindSafe for ExprPath

§

impl RefUnwindSafe for ExprRange

§

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 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 PatIdent

§

impl RefUnwindSafe for PatOr

§

impl RefUnwindSafe for PatParen

§

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 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 RuntimeMetrics

§

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 Duration

§

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

§

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

§

impl RefUnwindSafe for rustmax::toml::ser::Buffer

§

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 rustmax::walkdir::DirEntry

§

impl RefUnwindSafe for rustmax::xshell::TempDir

§

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 Decimal

§

impl RefUnwindSafe for DecimalSeq

§

impl RefUnwindSafe for Decoded

§

impl RefUnwindSafe for FullDecoded

§

impl RefUnwindSafe for I32NotAllOnes

§

impl RefUnwindSafe for I64NotAllOnes

§

impl RefUnwindSafe for InvertedUTerm

§

impl RefUnwindSafe for LitKind

§

impl RefUnwindSafe for MustAbort

§

impl RefUnwindSafe for Nanoseconds

§

impl RefUnwindSafe for NonZeroI8Inner

§

impl RefUnwindSafe for NonZeroI16Inner

§

impl RefUnwindSafe for NonZeroI32Inner

§

impl RefUnwindSafe for NonZeroI64Inner

§

impl RefUnwindSafe for NonZeroI128Inner

§

impl RefUnwindSafe for NonZeroIsizeInner

§

impl RefUnwindSafe for NonZeroU8Inner

§

impl RefUnwindSafe for NonZeroU16Inner

§

impl RefUnwindSafe for NonZeroU32Inner

§

impl RefUnwindSafe for NonZeroU64Inner

§

impl RefUnwindSafe for NonZeroU128Inner

§

impl RefUnwindSafe for NonZeroUsizeInner

§

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 RefUnwindSafe for U32NotAllOnes

§

impl RefUnwindSafe for U64NotAllOnes

§

impl RefUnwindSafe for UsizeNoHighBit

§

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

§

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

§

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

§

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

§

impl<'a> !RefUnwindSafe for ContextBuilder<'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 PanicHookInfo<'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 Utf8Pattern<'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 rustmax::alloc::string::Drain<'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 Arguments<'a>

§

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

§

impl<'a> RefUnwindSafe for PhantomContravariantLifetime<'a>

§

impl<'a> RefUnwindSafe for PhantomCovariantLifetime<'a>

§

impl<'a> RefUnwindSafe for PhantomInvariantLifetime<'a>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for rustmax::futures::task::Context<'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 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 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 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 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::core::option::Iter<'a, A>
where A: RefUnwindSafe,

§

impl<'a, A> RefUnwindSafe for rustmax::core::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::prelude::stream::futures_unordered::Iter<'a, Fut>

§

impl<'a, Fut> !RefUnwindSafe for rustmax::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::alloc::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::alloc::collections::btree_set::CursorMut<'a, K, A>

§

impl<'a, K, A> RefUnwindSafe for rustmax::alloc::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::toml::map::Entry<'a, K, V>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, K, V> RefUnwindSafe for rustmax::alloc::collections::btree_map::ValuesMut<'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::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> RefUnwindSafe for rustmax::toml::map::Iter<'a, K, V>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, K, V, A> RefUnwindSafe for rustmax::alloc::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::alloc::collections::btree_map::ExtractIf<'a, K, V, F, A>

§

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::core::str::MatchIndices<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

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

§

impl<'a, P> RefUnwindSafe for rustmax::core::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::core::str::Split<'a, P>
where <P as Pattern>::Searcher<'a>: RefUnwindSafe,

§

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

§

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

§

impl<'a, P> RefUnwindSafe for rustmax::core::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::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::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::prelude::stream::select_all::Iter<'a, St>

§

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

§

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

§

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

§

impl<'a, St> RefUnwindSafe for rustmax::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::http::header::Entry<'a, T>
where T: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T> RefUnwindSafe for rustmax::core::slice::Windows<'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 rustmax::cxx::vector::Iter<'a, T>
where T: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T> RefUnwindSafe for rustmax::http::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::http::header::Values<'a, T>
where T: RefUnwindSafe,

§

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

§

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::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, A> RefUnwindSafe for rustmax::alloc::collections::btree_set::Entry<'a, T, A>

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, A> RefUnwindSafe for rustmax::alloc::collections::btree_set::OccupiedEntry<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for rustmax::alloc::collections::btree_set::VacantEntry<'a, T, A>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, P> RefUnwindSafe for rustmax::core::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::core::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::core::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 VaListImpl<'f>

§

impl<'f> RefUnwindSafe for rustmax::jiff::fmt::strtime::Display<'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<'i> RefUnwindSafe for DeValue<'i>

§

impl<'i> RefUnwindSafe for DeArray<'i>

§

impl<'i> RefUnwindSafe for DeFloat<'i>

§

impl<'i> RefUnwindSafe for DeInteger<'i>

§

impl<'i> RefUnwindSafe for ValueDeserializer<'i>

§

impl<'i> RefUnwindSafe for rustmax::toml::Deserializer<'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 rustmax::core::option::IntoIter<A>
where A: RefUnwindSafe,

§

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::__std_iter::Repeat<A>
where A: RefUnwindSafe,

§

impl<A> RefUnwindSafe for rustmax::itertools::__std_iter::RepeatN<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, B> RefUnwindSafe for EitherOrBoth<A, B>

§

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

§

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

§

impl<A, B> RefUnwindSafe for rustmax::itertools::__std_iter::Chain<A, B>

§

impl<A, B> RefUnwindSafe for rustmax::itertools::__std_iter::Zip<A, B>

§

impl<A, B> RefUnwindSafe for rustmax::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 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::core::fmt::FromFn<F>
where F: RefUnwindSafe,

§

impl<F> RefUnwindSafe for rustmax::core::future::PollFn<F>
where F: RefUnwindSafe,

§

impl<F> RefUnwindSafe for rustmax::itertools::__std_iter::FromFn<F>
where F: RefUnwindSafe,

§

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

§

impl<F> RefUnwindSafe for rustmax::itertools::__std_iter::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::prelude::future::Flatten<F>

§

impl<F> RefUnwindSafe for FlattenStream<F>

§

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

§

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

§

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

§

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

§

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

§

impl<F> RefUnwindSafe for rustmax::prelude::stream::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::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::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::prelude::future::AndThen<Fut1, Fut2, F>
where Fut2: RefUnwindSafe, Fut1: RefUnwindSafe, F: RefUnwindSafe,

§

impl<Fut1, Fut2, F> RefUnwindSafe for rustmax::prelude::future::OrElse<Fut1, Fut2, F>
where Fut2: RefUnwindSafe, Fut1: RefUnwindSafe, F: RefUnwindSafe,

§

impl<Fut1, Fut2, F> RefUnwindSafe for rustmax::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::prelude::future::Shared<Fut>

§

impl<Fut> !RefUnwindSafe for WeakShared<Fut>

§

impl<Fut> !RefUnwindSafe for rustmax::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::prelude::future::CatchUnwind<Fut>
where Fut: RefUnwindSafe,

§

impl<Fut> RefUnwindSafe for rustmax::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::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::prelude::future::UnitError<Fut>
where Fut: RefUnwindSafe,

§

impl<Fut> RefUnwindSafe for rustmax::prelude::stream::Once<Fut>
where Fut: RefUnwindSafe,

§

impl<Fut, E> RefUnwindSafe for rustmax::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::prelude::future::Inspect<Fut, F>

§

impl<Fut, F> RefUnwindSafe for rustmax::prelude::future::InspectErr<Fut, F>

§

impl<Fut, F> RefUnwindSafe for rustmax::prelude::future::InspectOk<Fut, F>

§

impl<Fut, F> RefUnwindSafe for rustmax::prelude::future::Map<Fut, F>

§

impl<Fut, F> RefUnwindSafe for rustmax::prelude::future::MapErr<Fut, F>

§

impl<Fut, F> RefUnwindSafe for rustmax::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::prelude::future::MapInto<Fut, T>
where Fut: RefUnwindSafe,

§

impl<G> RefUnwindSafe for FromCoroutine<G>
where G: 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 FromIter<I>
where I: RefUnwindSafe,

§

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

§

impl<I> RefUnwindSafe for rustmax::itertools::__std_iter::Cloned<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::itertools::__std_iter::Copied<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::itertools::__std_iter::Cycle<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::itertools::__std_iter::Enumerate<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::itertools::__std_iter::Flatten<I>

§

impl<I> RefUnwindSafe for rustmax::itertools::__std_iter::Fuse<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::itertools::__std_iter::Intersperse<I>

§

impl<I> RefUnwindSafe for rustmax::itertools::__std_iter::Peekable<I>

§

impl<I> RefUnwindSafe for rustmax::itertools::__std_iter::Skip<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::itertools::__std_iter::StepBy<I>
where I: RefUnwindSafe,

§

impl<I> RefUnwindSafe for rustmax::itertools::__std_iter::Take<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::prelude::stream::Iter<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, 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 rustmax::itertools::__std_iter::FilterMap<I, F>

§

impl<I, F> RefUnwindSafe for rustmax::itertools::__std_iter::Inspect<I, F>

§

impl<I, F> RefUnwindSafe for rustmax::itertools::__std_iter::Map<I, F>

§

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, const N: usize> RefUnwindSafe for MapWindows<I, F, N>

§

impl<I, G> RefUnwindSafe for rustmax::itertools::__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::itertools::__std_iter::Filter<I, P>

§

impl<I, P> RefUnwindSafe for MapWhile<I, P>

§

impl<I, P> RefUnwindSafe for rustmax::itertools::__std_iter::SkipWhile<I, P>

§

impl<I, P> RefUnwindSafe for rustmax::itertools::__std_iter::TakeWhile<I, P>

§

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 FilterEntry<I, P>

§

impl<I, St, F> RefUnwindSafe for rustmax::itertools::__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 rustmax::itertools::__std_iter::FlatMap<I, U, 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, 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::itertools::__std_iter::ArrayChunks<I, N>

§

impl<IU, B> RefUnwindSafe for InvertedUInt<IU, B>

§

impl<Idx> RefUnwindSafe for rustmax::core::ops::Range<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for rustmax::core::ops::RangeFrom<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for rustmax::core::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<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<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::serde_json::Map<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::toml::map::IntoIter<K, V>

§

impl<K, V> RefUnwindSafe for rustmax::toml::map::Map<K, V>

§

impl<K, V, A> RefUnwindSafe for rustmax::alloc::collections::btree_map::IntoIter<K, V, A>

§

impl<K, V, A> RefUnwindSafe for rustmax::alloc::collections::btree_map::IntoKeys<K, V, A>

§

impl<K, V, A> RefUnwindSafe for rustmax::alloc::collections::btree_map::IntoValues<K, V, A>

§

impl<K, V, A> RefUnwindSafe for BTreeMap<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::itertools::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::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::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::prelude::stream::Chain<St1, St2>
where St2: RefUnwindSafe, St1: RefUnwindSafe,

§

impl<St1, St2> RefUnwindSafe for rustmax::prelude::stream::Select<St1, St2>
where St1: RefUnwindSafe, St2: RefUnwindSafe,

§

impl<St1, St2> RefUnwindSafe for rustmax::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::prelude::stream::select_all::IntoIter<St>

§

impl<St> !RefUnwindSafe for BufferUnordered<St>

§

impl<St> !RefUnwindSafe for Buffered<St>

§

impl<St> !RefUnwindSafe for rustmax::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::prelude::stream::CatchUnwind<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::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::prelude::stream::Count<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::prelude::stream::Cycle<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::prelude::stream::Enumerate<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::prelude::stream::Flatten<St>
where St: RefUnwindSafe, <St as Stream>::Item: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::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::prelude::stream::IntoStream<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::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::prelude::stream::Skip<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for StreamFuture<St>
where St: RefUnwindSafe,

§

impl<St> RefUnwindSafe for rustmax::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::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::prelude::stream::ErrInto<St, E>
where St: RefUnwindSafe,

§

impl<St, F> RefUnwindSafe for Iterate<St, F>

§

impl<St, F> RefUnwindSafe for rustmax::itertools::Unfold<St, F>

§

impl<St, F> RefUnwindSafe for rustmax::prelude::stream::Inspect<St, F>

§

impl<St, F> RefUnwindSafe for rustmax::prelude::stream::InspectErr<St, F>

§

impl<St, F> RefUnwindSafe for rustmax::prelude::stream::InspectOk<St, F>

§

impl<St, F> RefUnwindSafe for rustmax::prelude::stream::Map<St, F>

§

impl<St, F> RefUnwindSafe for rustmax::prelude::stream::MapErr<St, F>

§

impl<St, F> RefUnwindSafe for rustmax::prelude::stream::MapOk<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::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::prelude::stream::AndThen<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::prelude::stream::Any<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::prelude::stream::Filter<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::prelude::stream::FilterMap<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for ForEach<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::prelude::stream::OrElse<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::prelude::stream::SkipWhile<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::prelude::stream::TakeWhile<St, Fut, F>

§

impl<St, Fut, F> RefUnwindSafe for rustmax::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::prelude::stream::Fold<St, Fut, T, F>

§

impl<St, Fut, T, F> RefUnwindSafe for rustmax::prelude::stream::TryFold<St, Fut, T, F>

§

impl<St, S, Fut, F> RefUnwindSafe for rustmax::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::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 Cell<T>

§

impl<T> !RefUnwindSafe for rustmax::core::cell::OnceCell<T>

§

impl<T> !RefUnwindSafe for RefCell<T>

§

impl<T> !RefUnwindSafe for SyncUnsafeCell<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 rustmax::http::Request<T>

§

impl<T> !RefUnwindSafe for rustmax::http::Response<T>

§

impl<T> !RefUnwindSafe for rustmax::hyper::client::conn::TrySendError<T>

§

impl<T> !RefUnwindSafe for Abortable<T>

§

impl<T> !RefUnwindSafe for RemoteHandle<T>

§

impl<T> !RefUnwindSafe for FuturesOrdered<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 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::broadcast::WeakSender<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 Bound<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 Poll<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 Option<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for TestError<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::mpmc::TrySendError<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 ThinBox<T>
where T: RefUnwindSafe + ?Sized,

§

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 Reverse<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::core::future::Pending<T>

§

impl<T> RefUnwindSafe for rustmax::core::future::Ready<T>
where T: RefUnwindSafe,

§

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

§

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

§

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

§

impl<T> RefUnwindSafe for PhantomInvariant<T>
where T: ?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 UnsafePinned<T>
where T: RefUnwindSafe + ?Sized,

§

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

§

impl<T> RefUnwindSafe for rustmax::core::result::IntoIter<T>
where T: RefUnwindSafe,

§

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

§

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 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 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::http::header::IntoIter<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for HeaderMap<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for Port<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 rustmax::hyper::upgrade::Parts<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::itertools::__std_iter::Empty<T>

§

impl<T> RefUnwindSafe for rustmax::itertools::__std_iter::Once<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::itertools::__std_iter::Rev<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 rustmax::prelude::future::Pending<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::prelude::future::PollImmediate<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::prelude::future::Ready<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::prelude::sink::Drain<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::prelude::stream::Empty<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::prelude::stream::Pending<T>
where T: RefUnwindSafe,

§

impl<T> RefUnwindSafe for rustmax::prelude::stream::Repeat<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 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 Just<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 CoreWrapper<T>

§

impl<T> RefUnwindSafe for RtVariableCoreWrapper<T>

§

impl<T> RefUnwindSafe for XofReaderCoreWrapper<T>

§

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::sync::mpmc::IntoIter<T>

§

impl<T> RefUnwindSafe for rustmax::std::sync::mpmc::SendError<T>
where T: RefUnwindSafe,

§

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::Sender<T>

§

impl<T> RefUnwindSafe for SyncSender<T>

§

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 rustmax::tokio::sync::mpsc::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 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::alloc::rc::Weak<T, A>

§

impl<T, A> RefUnwindSafe for rustmax::alloc::collections::binary_heap::IntoIter<T, A>

§

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

§

impl<T, A> RefUnwindSafe for rustmax::alloc::collections::btree_set::IntoIter<T, A>

§

impl<T, A> RefUnwindSafe for rustmax::alloc::collections::linked_list::IntoIter<T, A>

§

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

§

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

§

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

§

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

§

impl<T, A> RefUnwindSafe for rustmax::alloc::collections::vec_deque::IntoIter<T, A>

§

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

§

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

§

impl<T, A> RefUnwindSafe for rustmax::alloc::sync::Weak<T, A>

§

impl<T, A> RefUnwindSafe for rustmax::prelude::Box<T, A>

§

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

§

impl<T, A> RefUnwindSafe for rustmax::prelude::vec::IntoIter<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 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 TryChunksError<T, E>

§

impl<T, E> RefUnwindSafe for TryReadyChunksError<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 Successors<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 TaskLocalFuture<T, F>

§

impl<T, F, Fut> RefUnwindSafe for TryUnfold<T, F, Fut>

§

impl<T, F, Fut> RefUnwindSafe for rustmax::prelude::stream::Unfold<T, F, Fut>

§

impl<T, F, R> RefUnwindSafe for rustmax::prelude::sink::Unfold<T, F, R>

§

impl<T, Item> !RefUnwindSafe for rustmax::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::core::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<T, const N: usize> RefUnwindSafe for rustmax::rayon::array::IntoIter<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 LaneCount<N>

impl<'a> RefUnwindSafe for Location<'a>

impl<'ctx, R> !RefUnwindSafe for FrameIter<'ctx, R>

impl<'ctx, R> !RefUnwindSafe for LocationRangeIter<'ctx, R>

impl<'ctx, R> RefUnwindSafe for Frame<'ctx, R>

impl<R> !RefUnwindSafe for Context<R>

impl<R> RefUnwindSafe for FunctionName<R>
where R: RefUnwindSafe,

impl<'a, 'h> RefUnwindSafe for FindIter<'a, 'h>

impl<'a, 'h> RefUnwindSafe for FindOverlappingIter<'a, 'h>

impl<'a, 'h, A> RefUnwindSafe for FindIter<'a, 'h, A>
where A: RefUnwindSafe,

impl<'a, 'h, A> RefUnwindSafe for FindOverlappingIter<'a, 'h, A>
where A: RefUnwindSafe,

impl<'a, A, R> RefUnwindSafe for StreamFindIter<'a, A, R>

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

impl<'h> RefUnwindSafe for Input<'h>

impl<'s, 'h> RefUnwindSafe for FindIter<'s, 'h>

impl<'s> RefUnwindSafe for StripBytesIter<'s>

impl<'s> RefUnwindSafe for StripStrIter<'s>

impl<'s> RefUnwindSafe for StrippedBytes<'s>

impl<'s> RefUnwindSafe for StrippedStr<'s>

impl<S> RefUnwindSafe for AutoStream<S>
where S: RefUnwindSafe,

impl<S> RefUnwindSafe for StripStream<S>
where S: RefUnwindSafe,

impl<'a> RefUnwindSafe for ParamsIter<'a>

impl<C> RefUnwindSafe for Parser<C>
where C: RefUnwindSafe,

impl<'a, T, const CAP: usize> RefUnwindSafe for Drain<'a, T, CAP>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for CapacityError<T>
where T: RefUnwindSafe,

impl<T, const CAP: usize> RefUnwindSafe for ArrayVec<T, CAP>
where T: RefUnwindSafe,

impl<T, const CAP: usize> RefUnwindSafe for IntoIter<T, CAP>
where T: RefUnwindSafe,

impl<const CAP: usize> RefUnwindSafe for ArrayString<CAP>

impl<'a, B> RefUnwindSafe for Difference<'a, B>
where B: RefUnwindSafe,

impl<'a, B> RefUnwindSafe for Intersection<'a, B>
where B: RefUnwindSafe,

impl<'a, B> RefUnwindSafe for Iter<'a, B>
where B: RefUnwindSafe,

impl<'a, B> RefUnwindSafe for SymmetricDifference<'a, B>
where B: RefUnwindSafe,

impl<'a, B> RefUnwindSafe for Union<'a, B>
where B: RefUnwindSafe,

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

impl<'a, B = u32> !RefUnwindSafe for IterMut<'a, B>

impl<'a, B> !RefUnwindSafe for MutBorrowedBit<'a, B>

impl<'a, B> RefUnwindSafe for Blocks<'a, B>
where B: RefUnwindSafe,

impl<'a, B> RefUnwindSafe for Iter<'a, B>
where B: RefUnwindSafe,

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

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

impl<'a> RefUnwindSafe for Bytes<'a>

impl<'a> RefUnwindSafe for CharIndices<'a>

impl<'a> RefUnwindSafe for Chars<'a>

impl<'a> RefUnwindSafe for DrainBytes<'a>

impl<'a> RefUnwindSafe for Fields<'a>

impl<'a> RefUnwindSafe for Find<'a>

impl<'a> RefUnwindSafe for FindReverse<'a>

impl<'a> RefUnwindSafe for Finder<'a>

impl<'a> RefUnwindSafe for FinderReverse<'a>

impl<'a> RefUnwindSafe for Lines<'a>

impl<'a> RefUnwindSafe for Split<'a>

impl<'a> RefUnwindSafe for SplitN<'a>

impl<'a> RefUnwindSafe for SplitNReverse<'a>

impl<'a> RefUnwindSafe for SplitReverse<'a>

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

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

impl RefUnwindSafe for Tz

impl<'s> RefUnwindSafe for ParsedArg<'s>

impl<'s> RefUnwindSafe for ShortFlags<'s>

impl<FileId> RefUnwindSafe for Diagnostic<FileId>
where FileId: RefUnwindSafe,

impl<FileId> RefUnwindSafe for Label<FileId>
where FileId: RefUnwindSafe,

impl<Name, Source> RefUnwindSafe for SimpleFile<Name, Source>
where Name: RefUnwindSafe, Source: RefUnwindSafe,

impl<Name, Source> RefUnwindSafe for SimpleFiles<Name, Source>
where Name: RefUnwindSafe, Source: RefUnwindSafe,

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

impl<'a> RefUnwindSafe for Cfg<'a>

impl<'a> RefUnwindSafe for AsciiCharsIter<'a>

impl<T> RefUnwindSafe for BigEndian<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for LittleEndian<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for FilteredLog<T>
where T: RefUnwindSafe,

impl<'lock, T> RefUnwindSafe for RwLockReadGuard<'lock, T>
where T: RefUnwindSafe,

impl<'lock, T> RefUnwindSafe for RwLockWriteGuard<'lock, T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for RwLock<T>
where T: RefUnwindSafe,

impl<'a, 'bases, R> RefUnwindSafe for EhHdrTableIter<'a, 'bases, R>
where R: RefUnwindSafe,

impl<'a, 'ctx, R, S> RefUnwindSafe for UnwindTable<'a, 'ctx, R, S>
where R: RefUnwindSafe, <<S as UnwindContextStorage<<R as Reader>::Offset>>::Stack as Sealed>::Storage: RefUnwindSafe, <R as Reader>::Offset: RefUnwindSafe,

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

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

impl<'a, R> RefUnwindSafe for UnitRef<'a, R>

impl<'abbrev, 'entry, 'unit, R> !RefUnwindSafe for AttrsIter<'abbrev, 'entry, 'unit, R>

impl<'abbrev, 'unit, 'tree, R> !RefUnwindSafe for EntriesTreeIter<'abbrev, 'unit, 'tree, R>

impl<'abbrev, 'unit, 'tree, R> !RefUnwindSafe for EntriesTreeNode<'abbrev, 'unit, 'tree, R>

impl<'abbrev, 'unit, R> !RefUnwindSafe for EntriesCursor<'abbrev, 'unit, R>

impl<'abbrev, 'unit, R> !RefUnwindSafe for EntriesTree<'abbrev, 'unit, R>

impl<'abbrev, 'unit, R> RefUnwindSafe for EntriesRaw<'abbrev, 'unit, R>

impl<'abbrev, 'unit, R, Offset = <R as Reader>::Offset> !RefUnwindSafe for DebuggingInformationEntry<'abbrev, 'unit, R, Offset>

impl<'bases, Section, R> RefUnwindSafe for CieOrFde<'bases, Section, R>
where <R as Reader>::Offset: RefUnwindSafe, R: RefUnwindSafe, <Section as UnwindSection<R>>::Offset: RefUnwindSafe, Section: RefUnwindSafe,

impl<'bases, Section, R> RefUnwindSafe for CfiEntriesIter<'bases, Section, R>
where Section: RefUnwindSafe, R: RefUnwindSafe,

impl<'bases, Section, R> RefUnwindSafe for PartialFrameDescriptionEntry<'bases, Section, R>
where <R as Reader>::Offset: RefUnwindSafe, <Section as UnwindSection<R>>::Offset: RefUnwindSafe, R: RefUnwindSafe, Section: RefUnwindSafe,

impl<'index, R> RefUnwindSafe for UnitIndexSectionIterator<'index, R>
where R: RefUnwindSafe,

impl<'input, Endian> RefUnwindSafe for EndianSlice<'input, Endian>
where Endian: RefUnwindSafe,

impl<'iter, T> RefUnwindSafe for RegisterRuleIter<'iter, T>
where T: RefUnwindSafe,

impl<Offset> RefUnwindSafe for UnitType<Offset>
where Offset: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugAbbrev<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugAddr<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugAranges<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugCuIndex<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugFrame<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugInfo<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugLine<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugLineStr<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugLoc<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugLocLists<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugRanges<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugRngLists<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugStr<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugTuIndex<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DebugTypes<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for Dwarf<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for DwarfPackage<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for EhFrame<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for EhFrameHdr<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for Expression<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for LineSequence<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for LocationLists<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for OperationIter<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for RangeLists<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for UnitIndex<R>
where R: RefUnwindSafe,

impl<R, Offset> RefUnwindSafe for AttributeValue<R, Offset>
where R: RefUnwindSafe, Offset: RefUnwindSafe,

impl<R, Offset> RefUnwindSafe for LineInstruction<R, Offset>
where R: RefUnwindSafe, Offset: RefUnwindSafe,

impl<R, Offset> RefUnwindSafe for Location<R, Offset>
where R: RefUnwindSafe, Offset: RefUnwindSafe,

impl<R, Offset> RefUnwindSafe for Operation<R, Offset>
where R: RefUnwindSafe, Offset: RefUnwindSafe,

impl<R, Offset> RefUnwindSafe for ArangeHeader<R, Offset>
where Offset: RefUnwindSafe, R: RefUnwindSafe,

impl<R, Offset> RefUnwindSafe for CommonInformationEntry<R, Offset>
where Offset: RefUnwindSafe, R: RefUnwindSafe,

impl<R, Offset> RefUnwindSafe for CompleteLineProgram<R, Offset>
where Offset: RefUnwindSafe, R: RefUnwindSafe,

impl<R, Offset> RefUnwindSafe for FileEntry<R, Offset>
where R: RefUnwindSafe, Offset: RefUnwindSafe,

impl<R, Offset> RefUnwindSafe for FrameDescriptionEntry<R, Offset>
where Offset: RefUnwindSafe, R: RefUnwindSafe,

impl<R, Offset> RefUnwindSafe for IncompleteLineProgram<R, Offset>
where Offset: RefUnwindSafe, R: RefUnwindSafe,

impl<R, Offset> RefUnwindSafe for LineProgramHeader<R, Offset>
where Offset: RefUnwindSafe, R: RefUnwindSafe,

impl<R, Offset> RefUnwindSafe for Piece<R, Offset>
where R: RefUnwindSafe, Offset: RefUnwindSafe,

impl<R, Offset> RefUnwindSafe for Unit<R, Offset>
where Offset: RefUnwindSafe, R: RefUnwindSafe,

impl<R, Offset> RefUnwindSafe for UnitHeader<R, Offset>
where Offset: RefUnwindSafe, R: RefUnwindSafe,

impl<R, Program, Offset> RefUnwindSafe for LineRows<R, Program, Offset>
where Program: RefUnwindSafe, R: RefUnwindSafe,

impl<R, S> RefUnwindSafe for Evaluation<R, S>
where R: RefUnwindSafe, <<S as EvaluationStorage<R>>::Stack as Sealed>::Storage: RefUnwindSafe, <<S as EvaluationStorage<R>>::ExpressionStack as Sealed>::Storage: RefUnwindSafe, <<S as EvaluationStorage<R>>::Result as Sealed>::Storage: RefUnwindSafe,

impl<R, T> RefUnwindSafe for RelocateReader<R, T>

impl<T> RefUnwindSafe for CfaRule<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for DieReference<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for RegisterRule<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for DwarfSections<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for UnitOffset<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for DebugAddrBase<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for EhFrameOffset<T>
where T: RefUnwindSafe,

impl<T, S> RefUnwindSafe for UnwindContext<T, S>
where <<S as UnwindContextStorage<T>>::Stack as Sealed>::Storage: RefUnwindSafe, T: RefUnwindSafe,

impl<T, S> RefUnwindSafe for UnwindTableRow<T, S>
where T: RefUnwindSafe, <<S as UnwindContextStorage<T>>::Rules as Sealed>::Storage: RefUnwindSafe,

impl<'a> RefUnwindSafe for Candidate<'a>

impl<'a> RefUnwindSafe for GlobBuilder<'a>

impl<B> RefUnwindSafe for SendRequest<B>

impl<B> RefUnwindSafe for SendStream<B>

impl<T, B = Bytes> !RefUnwindSafe for Connection<T, B>

impl<T, B = Bytes> !RefUnwindSafe for Handshake<T, B>

impl<T, B> !RefUnwindSafe for Connection<T, B>

impl<'a, 'b, K, Q, V, S, A> RefUnwindSafe for EntryRef<'a, 'b, K, Q, V, S, A>

impl<'a, 'b, K, Q, V, S, A> RefUnwindSafe for VacantEntryRef<'a, 'b, K, Q, V, S, A>

impl<'a, K> RefUnwindSafe for Iter<'a, K>
where K: RefUnwindSafe,

impl<'a, K, A> RefUnwindSafe for Drain<'a, K, A>

impl<'a, K, F, A> RefUnwindSafe for ExtractIf<'a, K, F, A>

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

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

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

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

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

impl<'a, K, V, A> RefUnwindSafe for Drain<'a, K, V, A>

impl<'a, K, V, F, A> RefUnwindSafe for ExtractIf<'a, K, V, F, A>

impl<'a, K, V, S, A> RefUnwindSafe for Entry<'a, K, V, S, A>

impl<'a, K, V, S, A> RefUnwindSafe for OccupiedEntry<'a, K, V, S, A>

impl<'a, K, V, S, A> RefUnwindSafe for OccupiedError<'a, K, V, S, A>

impl<'a, K, V, S, A> RefUnwindSafe for VacantEntry<'a, K, V, S, A>

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

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

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

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

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

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

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

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

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

impl<'a, T, F, A> RefUnwindSafe for ExtractIf<'a, T, F, A>

impl<'a, T, S, A> RefUnwindSafe for Entry<'a, T, S, A>

impl<'a, T, S, A> RefUnwindSafe for Difference<'a, T, S, A>

impl<'a, T, S, A> RefUnwindSafe for Intersection<'a, T, S, A>

impl<'a, T, S, A> RefUnwindSafe for OccupiedEntry<'a, T, S, A>

impl<'a, T, S, A> RefUnwindSafe for SymmetricDifference<'a, T, S, A>

impl<'a, T, S, A> RefUnwindSafe for Union<'a, T, S, A>

impl<'a, T, S, A> RefUnwindSafe for VacantEntry<'a, T, S, A>

impl<K, A> RefUnwindSafe for IntoIter<K, A>

impl<K, V, A> RefUnwindSafe for IntoIter<K, V, A>

impl<K, V, A> RefUnwindSafe for IntoKeys<K, V, A>

impl<K, V, A> RefUnwindSafe for IntoValues<K, V, A>

impl<K, V, S, A> RefUnwindSafe for HashMap<K, V, S, A>

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

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

impl<T, S, A> RefUnwindSafe for HashSet<T, S, A>

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

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

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

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

impl<T> RefUnwindSafe for Histogram<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for AsKebabCase<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for AsSnakeCase<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for AsTitleCase<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for AsTrainCase<T>
where T: RefUnwindSafe,

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

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

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

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

impl<B, F> RefUnwindSafe for MapErr<B, F>

impl<B, F> RefUnwindSafe for MapFrame<B, F>

impl<D> RefUnwindSafe for Empty<D>

impl<D> RefUnwindSafe for Full<D>
where D: RefUnwindSafe,

impl<D, E> !RefUnwindSafe for BoxBody<D, E>

impl<D, E> !RefUnwindSafe for UnsyncBoxBody<D, E>

impl<L, R> RefUnwindSafe for Either<L, R>

impl<S> RefUnwindSafe for StreamBody<S>
where S: RefUnwindSafe,

impl<T> RefUnwindSafe for Collect<T>
where T: RefUnwindSafe + ?Sized, <T as Body>::Data: RefUnwindSafe,

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

impl<'a> RefUnwindSafe for Header<'a>

impl<'headers, 'buf> RefUnwindSafe for Request<'headers, 'buf>

impl<'headers, 'buf> RefUnwindSafe for Response<'headers, 'buf>

impl<T> RefUnwindSafe for Status<T>
where T: RefUnwindSafe,

impl<T, O> RefUnwindSafe for ISizeFormatter<T, O>

impl<T, O> RefUnwindSafe for SizeFormatter<T, O>

impl<'a, E> !RefUnwindSafe for Http1Builder<'a, E>

impl<'a, E> !RefUnwindSafe for Http2Builder<'a, E>

impl<'a, I, S, E> !RefUnwindSafe for Connection<'a, I, S, E>

impl<'a, I, S, E> !RefUnwindSafe for UpgradeableConnection<'a, I, S, E>

impl<C> RefUnwindSafe for SocksV4<C>
where C: RefUnwindSafe,

impl<C> RefUnwindSafe for SocksV5<C>
where C: RefUnwindSafe,

impl<C> RefUnwindSafe for Tunnel<C>
where C: RefUnwindSafe,

impl<C, B> !RefUnwindSafe for Client<C, B>

impl<E> !RefUnwindSafe for Builder<E>

impl<I> RefUnwindSafe for WithHyperIo<I>
where I: RefUnwindSafe,

impl<I> RefUnwindSafe for WithTokioIo<I>
where I: RefUnwindSafe,

impl<R> RefUnwindSafe for HttpConnector<R>
where R: RefUnwindSafe,

impl<T> RefUnwindSafe for TokioIo<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for Parts<T>
where T: RefUnwindSafe,

impl<'data> RefUnwindSafe for Char16Trie<'data>

impl<'data> RefUnwindSafe for CodePointInversionList<'data>

impl<'trie, T> RefUnwindSafe for CodePointTrie<'trie, T>
where T: RefUnwindSafe, <T as AsULE>::ULE: RefUnwindSafe,

impl<'data> RefUnwindSafe for CanonicalCompositions<'data>

impl<'data> RefUnwindSafe for DecompositionData<'data>

impl<'data> RefUnwindSafe for DecompositionTables<'data>

impl<'data, I> RefUnwindSafe for Composition<'data, I>
where I: RefUnwindSafe,

impl<'data, I> RefUnwindSafe for Decomposition<'data, I>
where I: RefUnwindSafe,

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

impl<'data> RefUnwindSafe for PropertyCodePointSet<'data>

impl<'data> RefUnwindSafe for PropertyUnicodeSet<'data>

impl<'data, T> RefUnwindSafe for PropertyCodePointMap<'data, T>
where T: RefUnwindSafe, <T as AsULE>::ULE: RefUnwindSafe,

impl<'a> RefUnwindSafe for DataRequest<'a>

impl<DataStruct> RefUnwindSafe for ErasedMarker<DataStruct>
where DataStruct: RefUnwindSafe,

impl<Y> RefUnwindSafe for NeverMarker<Y>
where Y: RefUnwindSafe,

impl<'a> RefUnwindSafe for Glob<'a>

impl<'a> RefUnwindSafe for Glob<'a>

impl<T> RefUnwindSafe for Match<T>
where T: RefUnwindSafe,

impl<'a, I, K, V, S> RefUnwindSafe for Splice<'a, I, K, V, S>

impl<'a, I, T, S> RefUnwindSafe for Splice<'a, I, T, S>

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

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

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

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

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

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

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

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

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

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

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

impl<'a, K, V, F> RefUnwindSafe for ExtractIf<'a, K, V, F>

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, T> RefUnwindSafe for Drain<'a, T>
where T: RefUnwindSafe,

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

impl<'a, T, F> RefUnwindSafe for ExtractIf<'a, T, F>

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

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

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

impl<'a, T, S1, S2> RefUnwindSafe for SymmetricDifference<'a, T, S1, S2>

impl<K, V> RefUnwindSafe for IntoIter<K, V>

impl<K, V> RefUnwindSafe for IntoKeys<K, V>

impl<K, V> RefUnwindSafe for IntoValues<K, V>

impl<K, V> RefUnwindSafe for Slice<K, V>

impl<K, V, S> RefUnwindSafe for IndexMap<K, V, S>

impl<T> RefUnwindSafe for IntoIter<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for Slice<T>
where T: RefUnwindSafe,

impl<T, S> RefUnwindSafe for IndexSet<T, S>

impl<'a> RefUnwindSafe for Builder<'a>

impl<'a> RefUnwindSafe for PortBuilder<'a>

impl<'a> RefUnwindSafe for VarName<'a>

impl<'a, S> RefUnwindSafe for FixedBaseResolver<'a, S>

impl<'a, S, C> RefUnwindSafe for Expanded<'a, S, C>
where C: RefUnwindSafe,

impl<'a, Src> RefUnwindSafe for MappedToUri<'a, Src>
where Src: RefUnwindSafe + ?Sized,

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

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

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

impl<'a, T, D> RefUnwindSafe for PasswordReplaced<'a, T, D>

impl<S> RefUnwindSafe for RiQueryStr<S>

impl<S> RefUnwindSafe for RiStr<S>

impl<S> RefUnwindSafe for RiString<S>

impl<T> RefUnwindSafe for CreationError<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for CreationError<T>
where T: RefUnwindSafe,

impl<T, S> RefUnwindSafe for PercentEncoded<T, S>
where T: RefUnwindSafe,

impl<'lib, T> RefUnwindSafe for Symbol<'lib, T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for Symbol<T>
where T: RefUnwindSafe,

impl<Storage> RefUnwindSafe for __BindgenBitfieldUnit<Storage>
where Storage: RefUnwindSafe,

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

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

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

impl<K, V, S> RefUnwindSafe for LiteMap<K, V, S>

impl<'a, R, G, T> !RefUnwindSafe for MappedReentrantMutexGuard<'a, R, G, T>

impl<'a, R, G, T> !RefUnwindSafe for ReentrantMutexGuard<'a, R, G, T>

impl<'a, R, T> !RefUnwindSafe for MutexGuard<'a, R, T>

impl<'a, R, T> !RefUnwindSafe for RwLockReadGuard<'a, R, T>

impl<'a, R, T> !RefUnwindSafe for RwLockUpgradableReadGuard<'a, R, T>

impl<'a, R, T> !RefUnwindSafe for RwLockWriteGuard<'a, R, T>

impl<'a, R, T> RefUnwindSafe for MappedMutexGuard<'a, R, T>

impl<'a, R, T> RefUnwindSafe for MappedRwLockReadGuard<'a, R, T>

impl<'a, R, T> RefUnwindSafe for MappedRwLockWriteGuard<'a, R, T>

impl<R, G> !RefUnwindSafe for RawReentrantMutex<R, G>

impl<R, G, T> !RefUnwindSafe for ReentrantMutex<R, G, T>

impl<R, T> !RefUnwindSafe for Mutex<R, T>

impl<R, T> !RefUnwindSafe for RwLock<R, T>

impl<'k, 'v> RefUnwindSafe for Params<'k, 'v>

impl<'k, 'v, V> RefUnwindSafe for Match<'k, 'v, V>
where V: RefUnwindSafe,

impl<'ps, 'k, 'v> RefUnwindSafe for ParamsIter<'ps, 'k, 'v>

impl<T> !RefUnwindSafe for Router<T>

impl<'a, 'h> RefUnwindSafe for OneIter<'a, 'h>

impl<'a, 'h> RefUnwindSafe for ThreeIter<'a, 'h>

impl<'a, 'h> RefUnwindSafe for TwoIter<'a, 'h>

impl<'a, 'h> RefUnwindSafe for OneIter<'a, 'h>

impl<'a, 'h> RefUnwindSafe for ThreeIter<'a, 'h>

impl<'a, 'h> RefUnwindSafe for TwoIter<'a, 'h>

impl<'a, 'h> RefUnwindSafe for OneIter<'a, 'h>

impl<'a, 'h> RefUnwindSafe for ThreeIter<'a, 'h>

impl<'a, 'h> RefUnwindSafe for TwoIter<'a, 'h>

impl<'h> RefUnwindSafe for Memchr<'h>

impl<'h> RefUnwindSafe for Memchr2<'h>

impl<'h> RefUnwindSafe for Memchr3<'h>

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

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

impl<'n> RefUnwindSafe for Finder<'n>

impl<'n> RefUnwindSafe for FinderRev<'n>

impl<'a> RefUnwindSafe for Iter<'a>

impl<'a> RefUnwindSafe for SourceFd<'a>

impl<S> RefUnwindSafe for TlsStream<S>
where S: RefUnwindSafe,

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

impl<'a> RefUnwindSafe for FcntlArg<'a>

impl<'a> RefUnwindSafe for SigSetIter<'a>

impl<'a, 'fd> RefUnwindSafe for Fds<'a, 'fd>

impl<'fd> RefUnwindSafe for SigevNotify<'fd>

impl<'fd> RefUnwindSafe for Id<'fd>

impl<'fd> RefUnwindSafe for PollFd<'fd>

impl<'fd> RefUnwindSafe for FdSet<'fd>

impl<T> RefUnwindSafe for Flock<T>
where T: RefUnwindSafe,

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

impl<T> RefUnwindSafe for IterBinomial<T>
where T: RefUnwindSafe,

impl<'a, R> !RefUnwindSafe for ReadCacheRange<'a, R>

impl<'data> RefUnwindSafe for ImportName<'data>

impl<'data> RefUnwindSafe for ExportTarget<'data>

impl<'data> RefUnwindSafe for Import<'data>

impl<'data> RefUnwindSafe for ArchiveMember<'data>

impl<'data> RefUnwindSafe for ArchiveSymbol<'data>

impl<'data> RefUnwindSafe for ArchiveSymbolIterator<'data>

impl<'data> RefUnwindSafe for ImportFile<'data>

impl<'data> RefUnwindSafe for ImportObjectData<'data>

impl<'data> RefUnwindSafe for SectionTable<'data>

impl<'data> RefUnwindSafe for AttributeIndexIterator<'data>

impl<'data> RefUnwindSafe for AttributeReader<'data>

impl<'data> RefUnwindSafe for AttributesSubsubsection<'data>

impl<'data> RefUnwindSafe for GnuProperty<'data>

impl<'data> RefUnwindSafe for Version<'data>

impl<'data> RefUnwindSafe for DataDirectories<'data>

impl<'data> RefUnwindSafe for DelayLoadImportTable<'data>

impl<'data> RefUnwindSafe for Export<'data>

impl<'data> RefUnwindSafe for ExportTable<'data>

impl<'data> RefUnwindSafe for ImportTable<'data>

impl<'data> RefUnwindSafe for ImportThunkList<'data>

impl<'data> RefUnwindSafe for RelocationBlockIterator<'data>

impl<'data> RefUnwindSafe for RelocationIterator<'data>

impl<'data> RefUnwindSafe for ResourceDirectory<'data>

impl<'data> RefUnwindSafe for ResourceDirectoryTable<'data>

impl<'data> RefUnwindSafe for RichHeaderInfo<'data>

impl<'data> RefUnwindSafe for Bytes<'data>

impl<'data> RefUnwindSafe for CodeView<'data>

impl<'data> RefUnwindSafe for CompressedData<'data>

impl<'data> RefUnwindSafe for Export<'data>

impl<'data> RefUnwindSafe for Import<'data>

impl<'data> RefUnwindSafe for ObjectMap<'data>

impl<'data> RefUnwindSafe for ObjectMapEntry<'data>

impl<'data> RefUnwindSafe for ObjectMapFile<'data>

impl<'data> RefUnwindSafe for SymbolMapName<'data>

impl<'data, 'cache, E, R> RefUnwindSafe for DyldCacheImage<'data, 'cache, E, R>

impl<'data, 'cache, E, R> RefUnwindSafe for DyldCacheImageIterator<'data, 'cache, E, R>

impl<'data, 'file, Elf, R> RefUnwindSafe for ElfComdat<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> RefUnwindSafe for ElfComdatIterator<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> RefUnwindSafe for ElfComdatSectionIterator<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> RefUnwindSafe for ElfSection<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> RefUnwindSafe for ElfSectionIterator<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> RefUnwindSafe for ElfSegment<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> RefUnwindSafe for ElfSegmentIterator<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> RefUnwindSafe for ElfSymbol<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> RefUnwindSafe for ElfSymbolIterator<'data, 'file, Elf, R>

impl<'data, 'file, Elf, R> RefUnwindSafe for ElfSymbolTable<'data, 'file, Elf, R>

impl<'data, 'file, Mach, R> RefUnwindSafe for MachOComdat<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> RefUnwindSafe for MachOComdatIterator<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> RefUnwindSafe for MachOComdatSectionIterator<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> RefUnwindSafe for MachORelocationIterator<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> RefUnwindSafe for MachOSection<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> RefUnwindSafe for MachOSectionIterator<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> RefUnwindSafe for MachOSegment<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> RefUnwindSafe for MachOSegmentIterator<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> RefUnwindSafe for MachOSymbol<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> RefUnwindSafe for MachOSymbolIterator<'data, 'file, Mach, R>

impl<'data, 'file, Mach, R> RefUnwindSafe for MachOSymbolTable<'data, 'file, Mach, R>

impl<'data, 'file, Pe, R> RefUnwindSafe for PeComdat<'data, 'file, Pe, R>

impl<'data, 'file, Pe, R> RefUnwindSafe for PeComdatIterator<'data, 'file, Pe, R>

impl<'data, 'file, Pe, R> RefUnwindSafe for PeComdatSectionIterator<'data, 'file, Pe, R>

impl<'data, 'file, Pe, R> RefUnwindSafe for PeSection<'data, 'file, Pe, R>

impl<'data, 'file, Pe, R> RefUnwindSafe for PeSectionIterator<'data, 'file, Pe, R>

impl<'data, 'file, Pe, R> RefUnwindSafe for PeSegment<'data, 'file, Pe, R>

impl<'data, 'file, Pe, R> RefUnwindSafe for PeSegmentIterator<'data, 'file, Pe, R>

impl<'data, 'file, R> RefUnwindSafe for PeRelocationIterator<'data, 'file, R>
where R: RefUnwindSafe,

impl<'data, 'file, R> RefUnwindSafe for Comdat<'data, 'file, R>
where R: RefUnwindSafe,

impl<'data, 'file, R> RefUnwindSafe for ComdatIterator<'data, 'file, R>
where R: RefUnwindSafe,

impl<'data, 'file, R> RefUnwindSafe for ComdatSectionIterator<'data, 'file, R>
where R: RefUnwindSafe,

impl<'data, 'file, R> RefUnwindSafe for DynamicRelocationIterator<'data, 'file, R>
where R: RefUnwindSafe,

impl<'data, 'file, R> RefUnwindSafe for Section<'data, 'file, R>
where R: RefUnwindSafe,

impl<'data, 'file, R> RefUnwindSafe for SectionIterator<'data, 'file, R>
where R: RefUnwindSafe,

impl<'data, 'file, R> RefUnwindSafe for SectionRelocationIterator<'data, 'file, R>
where R: RefUnwindSafe,

impl<'data, 'file, R> RefUnwindSafe for Segment<'data, 'file, R>
where R: RefUnwindSafe,

impl<'data, 'file, R> RefUnwindSafe for SegmentIterator<'data, 'file, R>
where R: RefUnwindSafe,

impl<'data, 'file, R> RefUnwindSafe for Symbol<'data, 'file, R>
where R: RefUnwindSafe,

impl<'data, 'file, R> RefUnwindSafe for SymbolIterator<'data, 'file, R>
where R: RefUnwindSafe,

impl<'data, 'file, R> RefUnwindSafe for SymbolTable<'data, 'file, R>
where R: RefUnwindSafe,

impl<'data, 'file, R, Coff> RefUnwindSafe for CoffComdat<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> RefUnwindSafe for CoffComdatIterator<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> RefUnwindSafe for CoffComdatSectionIterator<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> RefUnwindSafe for CoffRelocationIterator<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> RefUnwindSafe for CoffSection<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> RefUnwindSafe for CoffSectionIterator<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> RefUnwindSafe for CoffSegment<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> RefUnwindSafe for CoffSegmentIterator<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> RefUnwindSafe for CoffSymbol<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> RefUnwindSafe for CoffSymbolIterator<'data, 'file, R, Coff>

impl<'data, 'file, R, Coff> RefUnwindSafe for CoffSymbolTable<'data, 'file, R, Coff>

impl<'data, 'file, Xcoff, R> RefUnwindSafe for XcoffComdat<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> RefUnwindSafe for XcoffComdatIterator<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> RefUnwindSafe for XcoffComdatSectionIterator<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> RefUnwindSafe for XcoffRelocationIterator<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> RefUnwindSafe for XcoffSection<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> RefUnwindSafe for XcoffSectionIterator<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> RefUnwindSafe for XcoffSegment<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> RefUnwindSafe for XcoffSegmentIterator<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> RefUnwindSafe for XcoffSymbol<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> RefUnwindSafe for XcoffSymbolIterator<'data, 'file, Xcoff, R>

impl<'data, 'file, Xcoff, R> RefUnwindSafe for XcoffSymbolTable<'data, 'file, Xcoff, R>

impl<'data, 'table, R, Coff> RefUnwindSafe for SymbolIterator<'data, 'table, R, Coff>

impl<'data, 'table, Xcoff, R> RefUnwindSafe for SymbolIterator<'data, 'table, Xcoff, R>
where Xcoff: RefUnwindSafe, R: RefUnwindSafe,

impl<'data, E> RefUnwindSafe for DyldSubCacheSlice<'data, E>
where E: RefUnwindSafe,

impl<'data, E> RefUnwindSafe for LoadCommandVariant<'data, E>
where E: RefUnwindSafe,

impl<'data, E> RefUnwindSafe for LoadCommandData<'data, E>
where E: RefUnwindSafe,

impl<'data, E> RefUnwindSafe for LoadCommandIterator<'data, E>
where E: RefUnwindSafe,

impl<'data, E, R> RefUnwindSafe for DyldCache<'data, E, R>

impl<'data, E, R> RefUnwindSafe for DyldSubCache<'data, E, R>

impl<'data, Elf> RefUnwindSafe for AttributesSection<'data, Elf>
where <Elf as FileHeader>::Endian: RefUnwindSafe,

impl<'data, Elf> RefUnwindSafe for AttributesSubsection<'data, Elf>
where <Elf as FileHeader>::Endian: RefUnwindSafe,

impl<'data, Elf> RefUnwindSafe for AttributesSubsectionIterator<'data, Elf>
where <Elf as FileHeader>::Endian: RefUnwindSafe,

impl<'data, Elf> RefUnwindSafe for AttributesSubsubsectionIterator<'data, Elf>
where <Elf as FileHeader>::Endian: RefUnwindSafe,

impl<'data, Elf> RefUnwindSafe for GnuHashTable<'data, Elf>
where <Elf as FileHeader>::Endian: RefUnwindSafe,

impl<'data, Elf> RefUnwindSafe for HashTable<'data, Elf>
where <Elf as FileHeader>::Endian: RefUnwindSafe,

impl<'data, Elf> RefUnwindSafe for Note<'data, Elf>

impl<'data, Elf> RefUnwindSafe for NoteIterator<'data, Elf>
where <Elf as FileHeader>::Endian: RefUnwindSafe,

impl<'data, Elf> RefUnwindSafe for RelrIterator<'data, Elf>

impl<'data, Elf> RefUnwindSafe for VerdauxIterator<'data, Elf>
where <Elf as FileHeader>::Endian: RefUnwindSafe,

impl<'data, Elf> RefUnwindSafe for VerdefIterator<'data, Elf>
where <Elf as FileHeader>::Endian: RefUnwindSafe,

impl<'data, Elf> RefUnwindSafe for VernauxIterator<'data, Elf>
where <Elf as FileHeader>::Endian: RefUnwindSafe,

impl<'data, Elf> RefUnwindSafe for VerneedIterator<'data, Elf>
where <Elf as FileHeader>::Endian: RefUnwindSafe,

impl<'data, Elf> RefUnwindSafe for VersionTable<'data, Elf>
where <Elf as FileHeader>::Endian: RefUnwindSafe,

impl<'data, Elf, R> RefUnwindSafe for ElfFile<'data, Elf, R>

impl<'data, Elf, R> RefUnwindSafe for SectionTable<'data, Elf, R>

impl<'data, Elf, R> RefUnwindSafe for SymbolTable<'data, Elf, R>

impl<'data, Endian> RefUnwindSafe for GnuPropertyIterator<'data, Endian>
where Endian: RefUnwindSafe,

impl<'data, Fat> RefUnwindSafe for MachOFatFile<'data, Fat>
where Fat: RefUnwindSafe,

impl<'data, Mach, R> RefUnwindSafe for MachOFile<'data, Mach, R>

impl<'data, Mach, R> RefUnwindSafe for SymbolTable<'data, Mach, R>

impl<'data, Pe, R> RefUnwindSafe for PeFile<'data, Pe, R>

impl<'data, R> RefUnwindSafe for File<'data, R>
where R: RefUnwindSafe,

impl<'data, R> RefUnwindSafe for ArchiveFile<'data, R>
where R: RefUnwindSafe,

impl<'data, R> RefUnwindSafe for ArchiveMemberIterator<'data, R>
where R: RefUnwindSafe,

impl<'data, R> RefUnwindSafe for StringTable<'data, R>
where R: RefUnwindSafe,

impl<'data, R, Coff> RefUnwindSafe for CoffFile<'data, R, Coff>

impl<'data, R, Coff> RefUnwindSafe for SymbolTable<'data, R, Coff>

impl<'data, Xcoff> RefUnwindSafe for SectionTable<'data, Xcoff>

impl<'data, Xcoff, R> RefUnwindSafe for SymbolTable<'data, Xcoff, R>
where Xcoff: RefUnwindSafe, R: RefUnwindSafe,

impl<'data, Xcoff, R> RefUnwindSafe for XcoffFile<'data, Xcoff, R>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

impl<R> !RefUnwindSafe for ReadCache<R>

impl<Section, Symbol> RefUnwindSafe for SymbolFlags<Section, Symbol>
where Section: RefUnwindSafe, Symbol: RefUnwindSafe,

impl<T> RefUnwindSafe for SymbolMap<T>
where T: RefUnwindSafe,

impl RefUnwindSafe for Md

impl RefUnwindSafe for Id

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

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

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

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

impl<'a> RefUnwindSafe for Deriver<'a>

impl<'a> RefUnwindSafe for Decrypter<'a>

impl<'a> RefUnwindSafe for Encrypter<'a>

impl<'a> RefUnwindSafe for Signer<'a>

impl<'a> RefUnwindSafe for Verifier<'a>

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

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

impl<S> RefUnwindSafe for SslStream<S>
where S: RefUnwindSafe,

impl<T> !RefUnwindSafe for DhRef<T>

impl<T> !RefUnwindSafe for DsaRef<T>

impl<T> !RefUnwindSafe for EcKeyRef<T>

impl<T> !RefUnwindSafe for PKeyRef<T>

impl<T> !RefUnwindSafe for PkeyCtxRef<T>

impl<T> !RefUnwindSafe for RsaRef<T>

impl<T> !RefUnwindSafe for StackRef<T>

impl<T> RefUnwindSafe for Dh<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for Dsa<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for EcKey<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for PKey<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for PkeyCtx<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for Rsa<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for Stack<T>

impl<T> RefUnwindSafe for X509Lookup<T>
where T: RefUnwindSafe,

impl<T, U> RefUnwindSafe for Index<T, U>

impl RefUnwindSafe for DH

impl<'a> RefUnwindSafe for PercentDecode<'a>

impl<'a> RefUnwindSafe for PercentEncode<'a>

impl<'i> RefUnwindSafe for Lines<'i>

impl<'i> RefUnwindSafe for LinesSpan<'i>

impl<'i> RefUnwindSafe for Position<'i>

impl<'i> RefUnwindSafe for Span<'i>

impl<'i, R> RefUnwindSafe for Token<'i, R>
where R: RefUnwindSafe,

impl<'i, R> RefUnwindSafe for FlatPairs<'i, R>
where R: RefUnwindSafe,

impl<'i, R> RefUnwindSafe for Pair<'i, R>
where R: RefUnwindSafe,

impl<'i, R> RefUnwindSafe for Pairs<'i, R>
where R: RefUnwindSafe,

impl<'i, R> RefUnwindSafe for Tokens<'i, R>
where R: RefUnwindSafe,

impl<'i, R> RefUnwindSafe for ParserState<'i, R>
where R: RefUnwindSafe,

impl<'pratt, 'a, 'i, R, F, T> !RefUnwindSafe for PrattParserMap<'pratt, 'a, 'i, R, F, T>

impl<R> RefUnwindSafe for ErrorVariant<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for Error<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for Op<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for PrattParser<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for Operator<R>
where R: RefUnwindSafe,

impl<R> RefUnwindSafe for PrecClimber<R>
where R: RefUnwindSafe,

impl<T> RefUnwindSafe for Stack<T>
where T: RefUnwindSafe,

impl<'i> RefUnwindSafe for ParserExpr<'i>

impl<'i> RefUnwindSafe for ParserNode<'i>

impl<'i> RefUnwindSafe for ParserRule<'i>

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

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

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

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

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

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

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

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

impl<K, V> RefUnwindSafe for Map<K, V>

impl<K, V> RefUnwindSafe for OrderedMap<K, V>

impl<T> RefUnwindSafe for OrderedSet<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for Set<T>
where T: RefUnwindSafe,

impl<NI> RefUnwindSafe for Avx2Machine<NI>
where NI: RefUnwindSafe,

impl<S3, S4, NI> RefUnwindSafe for SseMachine<S3, S4, NI>

impl<X, E> RefUnwindSafe for Context<X, E>

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

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

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

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

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

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

impl<K, V> RefUnwindSafe for Trie<K, V>

impl<'a> RefUnwindSafe for PatternIter<'a>

impl<'a> RefUnwindSafe for PatternSetIter<'a>

impl<'a> RefUnwindSafe for ByteClassIter<'a>

impl<'a> RefUnwindSafe for DebugHaystack<'a>

impl<'a, T, F> RefUnwindSafe for PoolGuard<'a, T, F>

impl<'h> RefUnwindSafe for Input<'h>

impl<'h> RefUnwindSafe for Searcher<'h>

impl<'h, F> RefUnwindSafe for CapturesIter<'h, F>
where F: RefUnwindSafe,

impl<'h, F> RefUnwindSafe for HalfMatchesIter<'h, F>
where F: RefUnwindSafe,

impl<'h, F> RefUnwindSafe for MatchesIter<'h, F>
where F: RefUnwindSafe,

impl<'h, F> RefUnwindSafe for TryCapturesIter<'h, F>
where F: RefUnwindSafe,

impl<'h, F> RefUnwindSafe for TryHalfMatchesIter<'h, F>
where F: RefUnwindSafe,

impl<'h, F> RefUnwindSafe for TryMatchesIter<'h, F>
where F: RefUnwindSafe,

impl<'r, 'c, 'h> RefUnwindSafe for FindMatches<'r, 'c, 'h>

impl<'r, 'c, 'h> RefUnwindSafe for TryCapturesMatches<'r, 'c, 'h>

impl<'r, 'c, 'h> RefUnwindSafe for TryFindMatches<'r, 'c, 'h>

impl<'r, 'c, 'h> RefUnwindSafe for CapturesMatches<'r, 'c, 'h>

impl<'r, 'c, 'h> RefUnwindSafe for FindMatches<'r, 'c, 'h>

impl<'r, 'h> RefUnwindSafe for CapturesMatches<'r, 'h>

impl<'r, 'h> RefUnwindSafe for FindMatches<'r, 'h>

impl<'r, 'h> RefUnwindSafe for Split<'r, 'h>

impl<'r, 'h> RefUnwindSafe for SplitN<'r, 'h>

impl<B, T> RefUnwindSafe for AlignAs<B, T>

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

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

impl<'a> RefUnwindSafe for ClassBytesIter<'a>

impl<'a> RefUnwindSafe for Demangle<'a>

impl<'a> RefUnwindSafe for Event<'a>

impl<'a> RefUnwindSafe for RawDirEntry<'a>

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

impl<'a, const OPCODE: u32, Value> RefUnwindSafe for Updater<'a, OPCODE, Value>
where Value: RefUnwindSafe,

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

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

impl<const OPCODE: u32> RefUnwindSafe for IntegerSetter<OPCODE>

impl<const OPCODE: u32> RefUnwindSafe for NoArg<OPCODE>

impl<const OPCODE: u32, Input> RefUnwindSafe for Setter<OPCODE, Input>
where Input: RefUnwindSafe,

impl<const OPCODE: u32, Output> RefUnwindSafe for Getter<OPCODE, Output>
where Output: RefUnwindSafe,

impl<'a> RefUnwindSafe for PrivateKeyDer<'a>

impl<'a> RefUnwindSafe for ServerName<'a>

impl<'a> RefUnwindSafe for CertificateDer<'a>

impl<'a> RefUnwindSafe for Der<'a>

impl<'a> RefUnwindSafe for DnsName<'a>

impl<'a> RefUnwindSafe for TrustAnchor<'a>

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

impl<R, T> RefUnwindSafe for ReadIter<R, T>

impl<T, F, S> RefUnwindSafe for ScopeGuard<T, F, S>

impl<'a> RefUnwindSafe for Segments<'a>

impl<'a, 'b, D> !RefUnwindSafe for Deserializer<'a, 'b, D>

impl<'a, 'b, S> !RefUnwindSafe for Serializer<'a, 'b, S>

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

impl<'de> RefUnwindSafe for Deserializer<'de>

impl<'input, 'output, T> !RefUnwindSafe for StructVariantSerializer<'input, 'output, T>

impl<'input, 'output, T> !RefUnwindSafe for TupleStructSerializer<'input, 'output, T>

impl<'input, 'output, T> !RefUnwindSafe for TupleVariantSerializer<'input, 'output, T>

impl<'input, 'output, Target> !RefUnwindSafe for MapSerializer<'input, 'output, Target>

impl<'input, 'output, Target> !RefUnwindSafe for SeqSerializer<'input, 'output, Target>

impl<'input, 'output, Target> !RefUnwindSafe for StructSerializer<'input, 'output, Target>

impl<'input, 'output, Target> !RefUnwindSafe for TupleSerializer<'input, 'output, Target>

impl<'input, 'output, Target> !RefUnwindSafe for Serializer<'input, 'output, Target>

impl<'a> RefUnwindSafe for Shlex<'a>

impl<'a> RefUnwindSafe for Shlex<'a>

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

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

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

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

impl<T> RefUnwindSafe for IntoIter<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for Slab<T>
where T: RefUnwindSafe,

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

impl<A> RefUnwindSafe for IntoIter<A>

impl<A> RefUnwindSafe for SmallVec<A>

impl<F> RefUnwindSafe for SyncFuture<F>
where F: RefUnwindSafe,

impl<S> RefUnwindSafe for SyncStream<S>
where S: RefUnwindSafe,

impl<T> RefUnwindSafe for SyncWrapper<T>
where T: RefUnwindSafe,

impl<'a> RefUnwindSafe for BindingInfo<'a>

impl<'a> RefUnwindSafe for Structure<'a>

impl<'a> RefUnwindSafe for VariantAst<'a>

impl<'a> RefUnwindSafe for VariantInfo<'a>

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

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

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

impl<T> RefUnwindSafe for IntoIter<T>

impl<T> RefUnwindSafe for ThreadLocal<T>

impl<const N: usize> RefUnwindSafe for TinyAsciiStr<N>

impl<S> RefUnwindSafe for AllowStd<S>
where S: RefUnwindSafe,

impl<S> RefUnwindSafe for TlsStream<S>
where S: RefUnwindSafe,

impl<'i> RefUnwindSafe for Lexer<'i>

impl<'i> RefUnwindSafe for Raw<'i>

impl<'i> RefUnwindSafe for Source<'i>

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

impl<'r, 's> !RefUnwindSafe for ValidateWhitespace<'r, 's>

impl<'s> RefUnwindSafe for TomlKey<'s>

impl<'s> RefUnwindSafe for TomlKeyBuilder<'s>

impl<'s> RefUnwindSafe for TomlString<'s>

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

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

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

impl<C, F> RefUnwindSafe for MapFailureClass<C, F>

impl<F> RefUnwindSafe for CloneBodyFn<F>
where F: RefUnwindSafe,

impl<F> RefUnwindSafe for RedirectFn<F>
where F: RefUnwindSafe,

impl<FailureClass, ClassifyEos> RefUnwindSafe for ClassifiedResponse<FailureClass, ClassifyEos>
where ClassifyEos: RefUnwindSafe, FailureClass: RefUnwindSafe,

impl<S, B, P> !RefUnwindSafe for ResponseFuture<S, B, P>

impl<S, P> RefUnwindSafe for FollowRedirect<S, P>

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

impl<T> !RefUnwindSafe for Instrumented<T>

impl<T> !RefUnwindSafe for WithDispatch<T>

impl RefUnwindSafe for Id

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

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

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

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

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

impl<T> RefUnwindSafe for DebugValue<T>
where T: RefUnwindSafe,

impl<T> RefUnwindSafe for DisplayValue<T>
where T: RefUnwindSafe,

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

impl<T> !RefUnwindSafe for TryLock<T>

impl<'a> RefUnwindSafe for TrieSetSlice<'a>

impl<T, const N: usize> RefUnwindSafe for ArrayFromIter<T, N>
where T: RefUnwindSafe,

impl<'a, V> RefUnwindSafe for CharDataTableIter<'a, V>
where V: RefUnwindSafe,

impl<V> RefUnwindSafe for CharDataTable<V>
where V: RefUnwindSafe,

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

impl<'a> RefUnwindSafe for WordBounds<'a>

impl<'a> RefUnwindSafe for Words<'a>

impl<'a> RefUnwindSafe for Utf8Chars<'a>

impl<'p, P, I, O, E> RefUnwindSafe for ByRef<'p, P, I, O, E>

impl<'t, T> RefUnwindSafe for TokenSlice<'t, T>
where T: RefUnwindSafe,

impl<C> RefUnwindSafe for ContextError<C>
where C: RefUnwindSafe,

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

impl<F, G, H, I, O, O2, E> RefUnwindSafe for FlatMap<F, G, H, I, O, O2, E>

impl<F, G, I, O, E, E2> RefUnwindSafe for MapErr<F, G, I, O, E, E2>

impl<F, G, I, O, O2, E> RefUnwindSafe for AndThen<F, G, I, O, O2, E>

impl<F, G, I, O, O2, E> RefUnwindSafe for Map<F, G, I, O, O2, E>

impl<F, G, I, O, O2, E> RefUnwindSafe for Verify<F, G, I, O, O2, E>

impl<F, G, I, O, O2, E> RefUnwindSafe for VerifyMap<F, G, I, O, O2, E>

impl<F, G, I, O, O2, E, E2> RefUnwindSafe for TryMap<F, G, I, O, O2, E, E2>

impl<F, I, O, E> RefUnwindSafe for Span<F, I, O, E>

impl<F, I, O, E> RefUnwindSafe for Take<F, I, O, E>

impl<F, I, O, E> RefUnwindSafe for Void<F, I, O, E>

impl<F, I, O, E> RefUnwindSafe for WithSpan<F, I, O, E>

impl<F, I, O, E> RefUnwindSafe for WithTaken<F, I, O, E>

impl<F, I, O, E> RefUnwindSafe for ParserIterator<F, I, O, E>

impl<F, I, O, E, C> RefUnwindSafe for Context<F, I, O, E, C>

impl<F, I, O, E, E2> RefUnwindSafe for ErrInto<F, I, O, E, E2>

impl<F, I, O, O2, E> RefUnwindSafe for DefaultValue<F, I, O, O2, E>

impl<F, I, O, O2, E> RefUnwindSafe for OutputInto<F, I, O, O2, E>

impl<F, I, O, O2, E> RefUnwindSafe for Value<F, I, O, O2, E>

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

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

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

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

impl<I, E> RefUnwindSafe for ParseError<I, E>

impl<I, S> RefUnwindSafe for Stateful<I, S>

impl<P, I, O, C, E> RefUnwindSafe for Repeat<P, I, O, C, E>

impl<P, I, O, E> RefUnwindSafe for CompleteErr<P, I, O, E>

impl<P, I, O, E, F, C, FI> RefUnwindSafe for ContextWith<P, I, O, E, F, C, FI>

impl<P, I, O, O2, E> RefUnwindSafe for ParseTo<P, I, O, O2, E>

impl<T> RefUnwindSafe for Caseless<T>
where T: RefUnwindSafe,

impl<T, S> RefUnwindSafe for Checkpoint<T, S>

impl<T> RefUnwindSafe for LossyWrap<T>
where T: RefUnwindSafe,

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

impl<C0, C1> RefUnwindSafe for EitherCart<C0, C1>

impl<Y, C> RefUnwindSafe for Yoke<Y, C>

impl<A, S, V> RefUnwindSafe for ConvertError<A, S, V>

impl<B, T> RefUnwindSafe for Ref<B, T>

impl<O> RefUnwindSafe for F32<O>
where O: RefUnwindSafe,

impl<O> RefUnwindSafe for F64<O>
where O: RefUnwindSafe,

impl<O> RefUnwindSafe for I128<O>
where O: RefUnwindSafe,

impl<O> RefUnwindSafe for I16<O>
where O: RefUnwindSafe,

impl<O> RefUnwindSafe for I32<O>
where O: RefUnwindSafe,

impl<O> RefUnwindSafe for I64<O>
where O: RefUnwindSafe,

impl<O> RefUnwindSafe for Isize<O>
where O: RefUnwindSafe,

impl<O> RefUnwindSafe for U128<O>
where O: RefUnwindSafe,

impl<O> RefUnwindSafe for U16<O>
where O: RefUnwindSafe,

impl<O> RefUnwindSafe for U32<O>
where O: RefUnwindSafe,

impl<O> RefUnwindSafe for U64<O>
where O: RefUnwindSafe,

impl<O> RefUnwindSafe for Usize<O>
where O: RefUnwindSafe,

impl<Src, Dst> RefUnwindSafe for AlignmentError<Src, Dst>
where Src: RefUnwindSafe, Dst: RefUnwindSafe + ?Sized,

impl<Src, Dst> RefUnwindSafe for SizeError<Src, Dst>
where Src: RefUnwindSafe, Dst: RefUnwindSafe + ?Sized,

impl<Src, Dst> RefUnwindSafe for ValidityError<Src, Dst>
where Src: RefUnwindSafe, Dst: RefUnwindSafe + ?Sized,

impl<T> RefUnwindSafe for Unalign<T>
where T: RefUnwindSafe,

impl<Z> RefUnwindSafe for Zeroizing<Z>
where Z: RefUnwindSafe,

impl<Store> RefUnwindSafe for ZeroAsciiIgnoreCaseTrie<Store>
where Store: RefUnwindSafe + ?Sized,

impl<Store> RefUnwindSafe for ZeroTrie<Store>
where Store: RefUnwindSafe,

impl<Store> RefUnwindSafe for ZeroTrieExtendedCapacity<Store>
where Store: RefUnwindSafe + ?Sized,

impl<Store> RefUnwindSafe for ZeroTriePerfectHash<Store>
where Store: RefUnwindSafe + ?Sized,

impl<Store> RefUnwindSafe for ZeroTrieSimpleAscii<Store>
where Store: RefUnwindSafe + ?Sized,

impl<'a, K, V> RefUnwindSafe for ZeroMapBorrowed<'a, K, V>
where <K as ZeroMapKV<'a>>::Slice: RefUnwindSafe, <V as ZeroMapKV<'a>>::Slice: RefUnwindSafe, K: ?Sized, V: ?Sized,

impl<'a, K, V> RefUnwindSafe for ZeroMap<'a, K, V>
where <K as ZeroMapKV<'a>>::Container: RefUnwindSafe, <V as ZeroMapKV<'a>>::Container: RefUnwindSafe, K: ?Sized, V: ?Sized,

impl<'a, K0, K1, V> RefUnwindSafe for ZeroMap2dBorrowed<'a, K0, K1, V>
where <K0 as ZeroMapKV<'a>>::Slice: RefUnwindSafe, <K1 as ZeroMapKV<'a>>::Slice: RefUnwindSafe, <V as ZeroMapKV<'a>>::Slice: RefUnwindSafe, K0: ?Sized, K1: ?Sized, V: ?Sized,

impl<'a, K0, K1, V> RefUnwindSafe for ZeroMap2d<'a, K0, K1, V>
where <K0 as ZeroMapKV<'a>>::Container: RefUnwindSafe, <K1 as ZeroMapKV<'a>>::Container: RefUnwindSafe, <V as ZeroMapKV<'a>>::Container: RefUnwindSafe, K0: ?Sized, K1: ?Sized, V: ?Sized,

impl<'a, T> RefUnwindSafe for ZeroVec<'a, T>
where <T as AsULE>::ULE: RefUnwindSafe,

impl<'a, T> RefUnwindSafe for ZeroSliceIter<'a, T>
where <T as AsULE>::ULE: RefUnwindSafe,

impl<'a, T, F> RefUnwindSafe for VarZeroVec<'a, T, F>

impl<'a, T, F> RefUnwindSafe for VarZeroSliceIter<'a, T, F>

impl<'a, V> RefUnwindSafe for VarZeroCow<'a, V>
where V: RefUnwindSafe + ?Sized,

impl<'l, 'a, K0, K1, V> RefUnwindSafe for ZeroMap2dCursor<'l, 'a, K0, K1, V>
where <K0 as ZeroMapKV<'a>>::Slice: RefUnwindSafe, <K1 as ZeroMapKV<'a>>::Slice: RefUnwindSafe, <V as ZeroMapKV<'a>>::Slice: RefUnwindSafe, K0: ?Sized, K1: ?Sized, V: ?Sized,

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

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

impl<A, B, C> RefUnwindSafe for Tuple3ULE<A, B, C>

impl<A, B, C, D> RefUnwindSafe for Tuple4ULE<A, B, C, D>

impl<A, B, C, D, E> RefUnwindSafe for Tuple5ULE<A, B, C, D, E>

impl<A, B, C, D, E, F> RefUnwindSafe for Tuple6ULE<A, B, C, D, E, F>

impl<A, B, C, D, E, F, Format> RefUnwindSafe for Tuple6VarULE<A, B, C, D, E, F, Format>

impl<A, B, C, D, E, Format> RefUnwindSafe for Tuple5VarULE<A, B, C, D, E, Format>

impl<A, B, C, D, Format> RefUnwindSafe for Tuple4VarULE<A, B, C, D, Format>

impl<A, B, C, Format> RefUnwindSafe for Tuple3VarULE<A, B, C, Format>

impl<A, B, Format> RefUnwindSafe for Tuple2VarULE<A, B, Format>
where A: RefUnwindSafe + ?Sized, B: RefUnwindSafe + ?Sized, Format: RefUnwindSafe,

impl<A, V> RefUnwindSafe for VarTupleULE<A, V>
where <A as AsULE>::ULE: RefUnwindSafe, V: RefUnwindSafe + ?Sized,

impl<T> RefUnwindSafe for ZeroSlice<T>
where <T as AsULE>::ULE: RefUnwindSafe,

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

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

impl<U> RefUnwindSafe for OptionULE<U>
where U: RefUnwindSafe,

impl<U> RefUnwindSafe for OptionVarULE<U>
where U: RefUnwindSafe + ?Sized,

impl<U, const N: usize> RefUnwindSafe for NichedOption<U, N>
where U: RefUnwindSafe,

impl<U, const N: usize> RefUnwindSafe for NichedOptionULE<U, N>
where U: RefUnwindSafe,

impl<const LEN: usize, Format> RefUnwindSafe for MultiFieldsULE<LEN, Format>
where Format: RefUnwindSafe,

impl<const N: usize> RefUnwindSafe for RawBytesULE<N>