RefUnwindSafe

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§

1.14.0 · Source§

impl RefUnwindSafe for datex_core::without_std::sync::atomic::AtomicBool

1.34.0 · Source§

impl RefUnwindSafe for datex_core::without_std::sync::atomic::AtomicI8

1.34.0 · Source§

impl RefUnwindSafe for datex_core::without_std::sync::atomic::AtomicI16

1.34.0 · Source§

impl RefUnwindSafe for datex_core::without_std::sync::atomic::AtomicI32

1.34.0 · Source§

impl RefUnwindSafe for datex_core::without_std::sync::atomic::AtomicI64

1.14.0 · Source§

impl RefUnwindSafe for datex_core::without_std::sync::atomic::AtomicIsize

1.34.0 · Source§

impl RefUnwindSafe for datex_core::without_std::sync::atomic::AtomicU8

1.34.0 · Source§

impl RefUnwindSafe for datex_core::without_std::sync::atomic::AtomicU16

1.34.0 · Source§

impl RefUnwindSafe for datex_core::without_std::sync::atomic::AtomicU32

1.34.0 · Source§

impl RefUnwindSafe for datex_core::without_std::sync::atomic::AtomicU64

1.14.0 · Source§

impl RefUnwindSafe for datex_core::without_std::sync::atomic::AtomicUsize

1.9.0 · Source§

impl RefUnwindSafe for Stderr

1.9.0 · Source§

impl RefUnwindSafe for StderrLock<'_>

1.9.0 · Source§

impl RefUnwindSafe for Stdout

1.9.0 · Source§

impl RefUnwindSafe for StdoutLock<'_>

1.12.0 · Source§

impl RefUnwindSafe for Barrier

1.12.0 · Source§

impl RefUnwindSafe for Condvar

1.59.0 · Source§

impl RefUnwindSafe for std::sync::poison::once::Once

Source§

impl RefUnwindSafe for portable_atomic::AtomicBool

Source§

impl RefUnwindSafe for portable_atomic::AtomicI8

Source§

impl RefUnwindSafe for portable_atomic::AtomicI16

Source§

impl RefUnwindSafe for portable_atomic::AtomicI32

Source§

impl RefUnwindSafe for portable_atomic::AtomicI64

Source§

impl RefUnwindSafe for AtomicI128

Source§

impl RefUnwindSafe for portable_atomic::AtomicIsize

Source§

impl RefUnwindSafe for portable_atomic::AtomicU8

Source§

impl RefUnwindSafe for portable_atomic::AtomicU16

Source§

impl RefUnwindSafe for portable_atomic::AtomicU32

Source§

impl RefUnwindSafe for portable_atomic::AtomicU64

Source§

impl RefUnwindSafe for AtomicU128

Source§

impl RefUnwindSafe for portable_atomic::AtomicUsize

Source§

impl RefUnwindSafe for CancellationToken

Source§

impl RefUnwindSafe for Handle

Source§

impl RefUnwindSafe for tokio::runtime::runtime::Runtime

Source§

impl RefUnwindSafe for AbortHandle

Source§

impl RefUnwindSafe for Notify

1.9.0 · Source§

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

1.28.0 · Source§

impl<T> RefUnwindSafe for NonZero<T>

1.14.0 · Source§

impl<T> RefUnwindSafe for datex_core::without_std::sync::atomic::AtomicPtr<T>

Source§

impl<T> RefUnwindSafe for Receiver<T>

Source§

impl<T> RefUnwindSafe for Sender<T>

1.70.0 · Source§

impl<T> RefUnwindSafe for OnceLock<T>

1.12.0 · Source§

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

1.12.0 · Source§

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

Source§

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

Source§

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

Source§

impl<T> RefUnwindSafe for portable_atomic::AtomicPtr<T>

Source§

impl<T> RefUnwindSafe for JoinHandle<T>

1.9.0 · Source§

impl<T> RefUnwindSafe for AssertUnwindSafe<T>

1.58.0 · Source§

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

1.80.0 · Source§

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

Source§

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

Source§

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

Auto implementors§

§

impl !RefUnwindSafe for ApplyOperation

§

impl !RefUnwindSafe for DatexExpression

§

impl !RefUnwindSafe for StaticValueOrDXB

§

impl !RefUnwindSafe for CompilerError

§

impl !RefUnwindSafe for DIFApplyError

§

impl !RefUnwindSafe for DIFUpdateError

§

impl !RefUnwindSafe for IncomingSection

§

impl !RefUnwindSafe for Response

§

impl !RefUnwindSafe for AssignmentError

§

impl !RefUnwindSafe for Reference

§

impl !RefUnwindSafe for TypeError

§

impl !RefUnwindSafe for ExecutionError

§

impl !RefUnwindSafe for ExecutionStep

§

impl !RefUnwindSafe for InterruptProvider

§

impl !RefUnwindSafe for ExecutionContext

§

impl !RefUnwindSafe for ScriptExecutionError

§

impl !RefUnwindSafe for DeserializationError

§

impl !RefUnwindSafe for SerializationError

§

impl !RefUnwindSafe for CollectionTypeDefinition

§

impl !RefUnwindSafe for TypeDefinition

§

impl !RefUnwindSafe for StructuralTypeDefinition

§

impl !RefUnwindSafe for TypeContainer

§

impl !RefUnwindSafe for CoreValue

§

impl !RefUnwindSafe for datex_core::values::core_values::map::Map

§

impl !RefUnwindSafe for OwnedMapKey

§

impl !RefUnwindSafe for ValueContainer

§

impl !RefUnwindSafe for DatexParseResult

§

impl !RefUnwindSafe for Statement

§

impl !RefUnwindSafe for CompilationScope

§

impl !RefUnwindSafe for PrecompilerData

§

impl !RefUnwindSafe for BlockHandler

§

impl !RefUnwindSafe for ScopeContext

§

impl !RefUnwindSafe for ComHub

§

impl !RefUnwindSafe for ComInterfaceInfo

§

impl !RefUnwindSafe for BaseInterface

§

impl !RefUnwindSafe for HTTPServerNativeInterface

§

impl !RefUnwindSafe for LocalLoopbackInterface

§

impl !RefUnwindSafe for SerialNativeInterface

§

impl !RefUnwindSafe for TCPClientNativeInterface

§

impl !RefUnwindSafe for TCPServerNativeInterface

§

impl !RefUnwindSafe for WebRTCCommon

§

impl !RefUnwindSafe for WebRTCNativeInterface

§

impl !RefUnwindSafe for WebSocketClientNativeInterface

§

impl !RefUnwindSafe for WebSocketServerNativeInterface

§

impl !RefUnwindSafe for Observer

§

impl !RefUnwindSafe for TypeReference

§

impl !RefUnwindSafe for ValueReference

§

impl !RefUnwindSafe for MemoryDump

§

impl !RefUnwindSafe for RuntimeExecutionContext

§

impl !RefUnwindSafe for LocalExecutionContext

§

impl !RefUnwindSafe for RemoteExecutionContext

§

impl !RefUnwindSafe for GlobalContext

§

impl !RefUnwindSafe for Memory

§

impl !RefUnwindSafe for datex_core::runtime::Runtime

§

impl !RefUnwindSafe for RuntimeConfig

§

impl !RefUnwindSafe for RuntimeConfigInterface

§

impl !RefUnwindSafe for RuntimeInternal

§

impl !RefUnwindSafe for DatexDeserializer

§

impl !RefUnwindSafe for MapSerializer

§

impl !RefUnwindSafe for SeqSerializer

§

impl !RefUnwindSafe for StructSerializer

§

impl !RefUnwindSafe for StructVariantSerializer

§

impl !RefUnwindSafe for TupleSerializer

§

impl !RefUnwindSafe for TupleStructSerializer

§

impl !RefUnwindSafe for TupleVariantSerializer

§

impl !RefUnwindSafe for List

§

impl !RefUnwindSafe for IntoMapIterator

§

impl !RefUnwindSafe for Type

§

impl !RefUnwindSafe for Value

§

impl RefUnwindSafe for AssignmentOperator

§

impl RefUnwindSafe for ArithmeticOperator

§

impl RefUnwindSafe for BinaryOperator

§

impl RefUnwindSafe for BitwiseOperator

§

impl RefUnwindSafe for LogicalOperator

§

impl RefUnwindSafe for ComparisonOperator

§

impl RefUnwindSafe for Slot

§

impl RefUnwindSafe for TypeExpression

§

impl RefUnwindSafe for VariableKind

§

impl RefUnwindSafe for ErrorKind

§

impl RefUnwindSafe for SpanOrToken

§

impl RefUnwindSafe for Pattern

§

impl RefUnwindSafe for Token

§

impl RefUnwindSafe for ArithmeticUnaryOperator

§

impl RefUnwindSafe for BitwiseUnaryOperator

§

impl RefUnwindSafe for LogicalUnaryOperator

§

impl RefUnwindSafe for ReferenceUnaryOperator

§

impl RefUnwindSafe for UnaryOperator

§

impl RefUnwindSafe for VariableModel

§

impl RefUnwindSafe for VariableRepresentation

§

impl RefUnwindSafe for CryptoError

§

impl RefUnwindSafe for Formatting

§

impl RefUnwindSafe for ScopeType

§

impl RefUnwindSafe for DIFCreatePointerError

§

impl RefUnwindSafe for DIFObserveError

§

impl RefUnwindSafe for DIFResolveReferenceError

§

impl RefUnwindSafe for DIFTypeRepresentation

§

impl RefUnwindSafe for DIFValueRepresentation

§

impl RefUnwindSafe for DIFTypeContainer

§

impl RefUnwindSafe for DIFTypeDefinition

§

impl RefUnwindSafe for DIFProperty

§

impl RefUnwindSafe for DIFUpdateData

§

impl RefUnwindSafe for DIFValueContainer

§

impl RefUnwindSafe for HeaderParsingError

§

impl RefUnwindSafe for InstructionCode

§

impl RefUnwindSafe for BlockType

§

impl RefUnwindSafe for UserAgent

§

impl RefUnwindSafe for Instruction

§

impl RefUnwindSafe for TypeInstruction

§

impl RefUnwindSafe for EncryptionType

§

impl RefUnwindSafe for ReceiverType

§

impl RefUnwindSafe for Receivers

§

impl RefUnwindSafe for SignatureType

§

impl RefUnwindSafe for InternalSlot

§

impl RefUnwindSafe for TypeSpaceInstructionCode

§

impl RefUnwindSafe for CoreLibPointerId

§

impl RefUnwindSafe for ComHubError

§

impl RefUnwindSafe for InterfacePriority

§

impl RefUnwindSafe for ResponseError

§

impl RefUnwindSafe for ResponseResolutionStrategy

§

impl RefUnwindSafe for ResponseTimeout

§

impl RefUnwindSafe for SocketEndpointRegistrationError

§

impl RefUnwindSafe for NetworkTraceHopDirection

§

impl RefUnwindSafe for ComInterfaceError

§

impl RefUnwindSafe for ComInterfaceState

§

impl RefUnwindSafe for InterfaceDirection

§

impl RefUnwindSafe for ReconnectionConfig

§

impl RefUnwindSafe for SocketState

§

impl RefUnwindSafe for BaseInterfaceError

§

impl RefUnwindSafe for HTTPError

§

impl RefUnwindSafe for SerialError

§

impl RefUnwindSafe for TCPError

§

impl RefUnwindSafe for MediaKind

§

impl RefUnwindSafe for MediaTrackCodec

§

impl RefUnwindSafe for RTCSdpTypeDX

§

impl RefUnwindSafe for WebRTCError

§

impl RefUnwindSafe for URLError

§

impl RefUnwindSafe for WebSocketError

§

impl RefUnwindSafe for WebSocketServerError

§

impl RefUnwindSafe for ObserverError

§

impl RefUnwindSafe for AccessError

§

impl RefUnwindSafe for ReferenceCreationError

§

impl RefUnwindSafe for ReferenceMutability

§

impl RefUnwindSafe for InvalidProgramError

§

impl RefUnwindSafe for IllegalTypeError

§

impl RefUnwindSafe for Color

§

impl RefUnwindSafe for BigDecimalType

§

impl RefUnwindSafe for datex_core::values::core_values::decimal::Decimal

§

impl RefUnwindSafe for DecimalTypeVariant

§

impl RefUnwindSafe for TypedDecimal

§

impl RefUnwindSafe for EndpointInstance

§

impl RefUnwindSafe for EndpointType

§

impl RefUnwindSafe for InvalidEndpointError

§

impl RefUnwindSafe for NumberParseError

§

impl RefUnwindSafe for IntegerTypeVariant

§

impl RefUnwindSafe for TypedInteger

§

impl RefUnwindSafe for MapAccessError

§

impl RefUnwindSafe for datex_core::values::pointer::PointerAddress

§

impl RefUnwindSafe for ValueError

§

impl RefUnwindSafe for AsciiChar

§

impl RefUnwindSafe for datex_core::without_std::cmp::Ordering

§

impl RefUnwindSafe for TryReserveErrorKind

§

impl RefUnwindSafe for Infallible

§

impl RefUnwindSafe for FromBytesWithNulError

§

impl RefUnwindSafe for c_void

§

impl RefUnwindSafe for datex_core::without_std::fmt::Alignment

§

impl RefUnwindSafe for DebugAsHex

§

impl RefUnwindSafe for datex_core::without_std::fmt::Sign

§

impl RefUnwindSafe for AtomicOrdering

§

impl RefUnwindSafe for BasicBlock

§

impl RefUnwindSafe for UnwindTerminateReason

§

impl RefUnwindSafe for IpAddr

§

impl RefUnwindSafe for Ipv6MulticastScope

§

impl RefUnwindSafe for SocketAddr

§

impl RefUnwindSafe for FpCategory

§

impl RefUnwindSafe for IntErrorKind

§

impl RefUnwindSafe for OneSidedRangeBound

§

impl RefUnwindSafe for GetDisjointMutError

§

impl RefUnwindSafe for SearchStep

§

impl RefUnwindSafe for datex_core::without_std::sync::atomic::Ordering

§

impl RefUnwindSafe for ParseError

§

impl RefUnwindSafe for SrcId

§

impl RefUnwindSafe for Loc

§

impl RefUnwindSafe for VirtualSlot

§

impl RefUnwindSafe for CompileMetadata

§

impl RefUnwindSafe for Variable

§

impl RefUnwindSafe for Crypto

§

impl RefUnwindSafe for CryptoNative

§

impl RefUnwindSafe for DecompileOptions

§

impl RefUnwindSafe for DIFReference

§

impl RefUnwindSafe for DIFStructuralTypeDefinition

§

impl RefUnwindSafe for DIFType

§

impl RefUnwindSafe for DIFUpdate

§

impl RefUnwindSafe for DIFReferenceNotFoundError

§

impl RefUnwindSafe for DIFValue

§

impl RefUnwindSafe for BlockId

§

impl RefUnwindSafe for DXBBlock

§

impl RefUnwindSafe for IncomingEndpointContextId

§

impl RefUnwindSafe for IncomingEndpointContextSectionId

§

impl RefUnwindSafe for BlockHeader

§

impl RefUnwindSafe for FlagsAndTimestamp

§

impl RefUnwindSafe for EncryptedHeader

§

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

§

impl RefUnwindSafe for ApplyData

§

impl RefUnwindSafe for DecimalData

§

impl RefUnwindSafe for ExecutionBlockData

§

impl RefUnwindSafe for Float32Data

§

impl RefUnwindSafe for Float64Data

§

impl RefUnwindSafe for FloatAsInt16Data

§

impl RefUnwindSafe for FloatAsInt32Data

§

impl RefUnwindSafe for GetOrCreateRefData

§

impl RefUnwindSafe for InstructionCloseAndStore

§

impl RefUnwindSafe for Int8Data

§

impl RefUnwindSafe for Int16Data

§

impl RefUnwindSafe for Int32Data

§

impl RefUnwindSafe for Int64Data

§

impl RefUnwindSafe for Int128Data

§

impl RefUnwindSafe for IntegerData

§

impl RefUnwindSafe for RawFullPointerAddress

§

impl RefUnwindSafe for RawInternalPointerAddress

§

impl RefUnwindSafe for RawLocalPointerAddress

§

impl RefUnwindSafe for ShortTextData

§

impl RefUnwindSafe for ShortTextDataRaw

§

impl RefUnwindSafe for SlotAddress

§

impl RefUnwindSafe for TextData

§

impl RefUnwindSafe for TextDataRaw

§

impl RefUnwindSafe for UInt8Data

§

impl RefUnwindSafe for UInt16Data

§

impl RefUnwindSafe for UInt32Data

§

impl RefUnwindSafe for UInt64Data

§

impl RefUnwindSafe for UInt128Data

§

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

§

impl RefUnwindSafe for Key512

§

impl RefUnwindSafe for datex_core::global::protocol_structures::routing_header::PointerAddress

§

impl RefUnwindSafe for ReceiverEndpoints

§

impl RefUnwindSafe for ReceiverEndpointsWithKeys

§

impl RefUnwindSafe for RoutingHeader

§

impl RefUnwindSafe for BlockHistoryData

§

impl RefUnwindSafe for ComHubOptions

§

impl RefUnwindSafe for DynamicEndpointProperties

§

impl RefUnwindSafe for ResponseOptions

§

impl RefUnwindSafe for NetworkTraceHop

§

impl RefUnwindSafe for NetworkTraceHopSocket

§

impl RefUnwindSafe for NetworkTraceResult

§

impl RefUnwindSafe for TraceOptions

§

impl RefUnwindSafe for ComInterfaceSockets

§

impl RefUnwindSafe for ComInterfaceUUID

§

impl RefUnwindSafe for InterfaceProperties

§

impl RefUnwindSafe for ComInterfaceSocket

§

impl RefUnwindSafe for ComInterfaceSocketUUID

§

impl RefUnwindSafe for BaseInterfaceSetupData

§

impl RefUnwindSafe for SerialInterfaceSetupData

§

impl RefUnwindSafe for TCPClientInterfaceSetupData

§

impl RefUnwindSafe for TCPServerInterfaceSetupData

§

impl RefUnwindSafe for RTCIceCandidateInitDX

§

impl RefUnwindSafe for RTCIceServer

§

impl RefUnwindSafe for RTCSessionDescriptionDX

§

impl RefUnwindSafe for WebRTCInterfaceSetupData

§

impl RefUnwindSafe for WebSocketClientInterfaceSetupData

§

impl RefUnwindSafe for WebSocketServerInterfaceSetupData

§

impl RefUnwindSafe for ObserveOptions

§

impl RefUnwindSafe for NominalTypeDeclaration

§

impl RefUnwindSafe for ExecutionOptions

§

impl RefUnwindSafe for DatexSerializer

§

impl RefUnwindSafe for AnsiCodes

§

impl RefUnwindSafe for Time

§

impl RefUnwindSafe for TimeNative

§

impl RefUnwindSafe for UUID

§

impl RefUnwindSafe for Boolean

§

impl RefUnwindSafe for Rational

§

impl RefUnwindSafe for DecimalTypeVariantIter

§

impl RefUnwindSafe for Endpoint

§

impl RefUnwindSafe for EndpointParsingError

§

impl RefUnwindSafe for Integer

§

impl RefUnwindSafe for IntegerTypeVariantIter

§

impl RefUnwindSafe for Text

§

impl RefUnwindSafe for AllocError

§

impl RefUnwindSafe for Global

§

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 datex_core::without_std::ascii::EscapeDefault

§

impl RefUnwindSafe for BorrowError

§

impl RefUnwindSafe for BorrowMutError

§

impl RefUnwindSafe for CharTryFromError

§

impl RefUnwindSafe for DecodeUtf16Error

§

impl RefUnwindSafe for datex_core::without_std::char::EscapeDebug

§

impl RefUnwindSafe for datex_core::without_std::char::EscapeDefault

§

impl RefUnwindSafe for datex_core::without_std::char::EscapeUnicode

§

impl RefUnwindSafe for ParseCharError

§

impl RefUnwindSafe for ToLowercase

§

impl RefUnwindSafe for ToUppercase

§

impl RefUnwindSafe for TryFromCharError

§

impl RefUnwindSafe for UnorderedKeyError

§

impl RefUnwindSafe for TryReserveError

§

impl RefUnwindSafe for CStr

§

impl RefUnwindSafe for CString

§

impl RefUnwindSafe for FromBytesUntilNulError

§

impl RefUnwindSafe for FromVecWithNulError

§

impl RefUnwindSafe for IntoStringError

§

impl RefUnwindSafe for NulError

§

impl RefUnwindSafe for 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 String

§

impl RefUnwindSafe for datex_core::without_std::ptr::Alignment

§

impl RefUnwindSafe for ParseBoolError

§

impl RefUnwindSafe for Utf8Error

§

impl RefUnwindSafe for FromUtf8Error

§

impl RefUnwindSafe for FromUtf16Error

§

impl RefUnwindSafe for IntoChars

§

impl RefUnwindSafe for LocalWaker

§

impl RefUnwindSafe for RawWaker

§

impl RefUnwindSafe for RawWakerVTable

§

impl RefUnwindSafe for Waker

§

impl RefUnwindSafe for Duration

§

impl RefUnwindSafe for TryFromFloatSecsError

§

impl RefUnwindSafe for Big8x3

§

impl RefUnwindSafe for Big32x40

§

impl RefUnwindSafe for CodePointInner

§

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 Nanoseconds

§

impl RefUnwindSafe for NonZeroCharInner

§

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 Sign

§

impl RefUnwindSafe for U32NotAllOnes

§

impl RefUnwindSafe for U64NotAllOnes

§

impl RefUnwindSafe for UsizeNoHighBit

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a> RefUnwindSafe for datex_core::without_std::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 EscapeAscii<'a>

§

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

§

impl<'a> RefUnwindSafe for datex_core::without_std::str::Bytes<'a>

§

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

§

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

§

impl<'a> RefUnwindSafe for EncodeUtf16<'a>

§

impl<'a> RefUnwindSafe for datex_core::without_std::str::EscapeDebug<'a>

§

impl<'a> RefUnwindSafe for datex_core::without_std::str::EscapeDefault<'a>

§

impl<'a> RefUnwindSafe for datex_core::without_std::str::EscapeUnicode<'a>

§

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

§

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

§

impl<'a> RefUnwindSafe for SplitAsciiWhitespace<'a>

§

impl<'a> RefUnwindSafe for SplitWhitespace<'a>

§

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

§

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

§

impl<'a> RefUnwindSafe for datex_core::without_std::string::Drain<'a>

§

impl<'a> RefUnwindSafe for Context<'a>

§

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

§

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

§

impl<'a> RefUnwindSafe for PanicMessage<'a>

§

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

§

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

§

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, const N: usize> RefUnwindSafe for CharArrayRefSearcher<'a, 'b, N>

§

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

§

impl<'a, A> RefUnwindSafe for datex_core::without_std::option::Iter<'a, A>
where A: RefUnwindSafe,

§

impl<'a, A> RefUnwindSafe for datex_core::without_std::option::IterMut<'a, A>
where A: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

impl<'a, K> RefUnwindSafe for datex_core::without_std::collections::btree_set::Cursor<'a, K>
where K: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, K, V> RefUnwindSafe for RangeMut<'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 datex_core::without_std::collections::btree_map::Entry<'a, K, V, A>

§

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

§

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

§

impl<'a, K, V, A> RefUnwindSafe for datex_core::without_std::collections::btree_map::OccupiedEntry<'a, K, V, A>

§

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

§

impl<'a, K, V, A> RefUnwindSafe for datex_core::without_std::collections::btree_map::VacantEntry<'a, K, V, A>

§

impl<'a, K, V, R, F, A> RefUnwindSafe for datex_core::without_std::collections::btree_map::ExtractIf<'a, K, V, R, F, A>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T> RefUnwindSafe for datex_core::without_std::collections::binary_heap::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for datex_core::without_std::collections::btree_set::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for datex_core::without_std::collections::btree_set::Range<'a, T>
where T: RefUnwindSafe,

§

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

§

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

§

impl<'a, T> RefUnwindSafe for datex_core::without_std::collections::linked_list::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for datex_core::without_std::collections::linked_list::IterMut<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for datex_core::without_std::collections::vec_deque::Iter<'a, T>
where T: RefUnwindSafe,

§

impl<'a, T> RefUnwindSafe for datex_core::without_std::collections::vec_deque::IterMut<'a, T>
where T: RefUnwindSafe,

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, A> RefUnwindSafe for datex_core::without_std::collections::btree_set::Entry<'a, T, A>

§

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

§

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

§

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

§

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

§

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

§

impl<'a, T, A> RefUnwindSafe for datex_core::without_std::collections::btree_set::OccupiedEntry<'a, T, A>

§

impl<'a, T, A> RefUnwindSafe for datex_core::without_std::collections::btree_set::VacantEntry<'a, T, A>

§

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

§

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

§

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

§

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

§

impl<'a, T, A> RefUnwindSafe for datex_core::without_std::prelude::vec::PeekMut<'a, T, A>

§

impl<'a, T, F, A> RefUnwindSafe for datex_core::without_std::collections::linked_list::ExtractIf<'a, T, F, A>

§

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

§

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

§

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

§

impl<'a, T, P> RefUnwindSafe for datex_core::without_std::slice::RSplit<'a, T, P>

§

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

§

impl<'a, T, P> RefUnwindSafe for datex_core::without_std::slice::RSplitN<'a, T, P>

§

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

§

impl<'a, T, P> RefUnwindSafe for datex_core::without_std::slice::Split<'a, T, P>

§

impl<'a, T, P> RefUnwindSafe for datex_core::without_std::slice::SplitInclusive<'a, T, P>

§

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

§

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

§

impl<'a, T, P> RefUnwindSafe for datex_core::without_std::slice::SplitN<'a, T, P>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<A> RefUnwindSafe for datex_core::without_std::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, B> RefUnwindSafe for Chain<A, B>

§

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

§

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

§

impl<Dyn> !RefUnwindSafe for DynMetadata<Dyn>

§

impl<F> RefUnwindSafe for datex_core::without_std::fmt::FromFn<F>
where F: RefUnwindSafe,

§

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

§

impl<F> RefUnwindSafe for datex_core::without_std::iter::FromFn<F>
where F: RefUnwindSafe,

§

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

§

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

§

impl<G> RefUnwindSafe for FromCoroutine<G>
where G: RefUnwindSafe,

§

impl<H> RefUnwindSafe for BuildHasherDefault<H>

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<I> RefUnwindSafe for Flatten<I>

§

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

§

impl<I> RefUnwindSafe for Intersperse<I>

§

impl<I> RefUnwindSafe for Peekable<I>

§

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

§

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

§

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

§

impl<I, F> RefUnwindSafe for FilterMap<I, F>

§

impl<I, F> RefUnwindSafe for Inspect<I, F>

§

impl<I, F> RefUnwindSafe for datex_core::without_std::iter::Map<I, F>

§

impl<I, F, const N: usize> RefUnwindSafe for MapWindows<I, F, N>

§

impl<I, G> RefUnwindSafe for IntersperseWith<I, G>

§

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

§

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

§

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

§

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

§

impl<I, St, F> RefUnwindSafe for Scan<I, St, F>

§

impl<I, U, F> RefUnwindSafe for FlatMap<I, U, F>

§

impl<I, const N: usize> RefUnwindSafe for ArrayChunks<I, N>

§

impl<Idx> RefUnwindSafe for datex_core::without_std::ops::Range<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for datex_core::without_std::ops::RangeFrom<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for datex_core::without_std::ops::RangeInclusive<Idx>
where Idx: RefUnwindSafe,

§

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

§

impl<Idx> RefUnwindSafe for datex_core::without_std::ops::RangeToInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for datex_core::without_std::range::Range<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for datex_core::without_std::range::RangeFrom<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for datex_core::without_std::range::RangeInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<Idx> RefUnwindSafe for datex_core::without_std::range::RangeToInclusive<Idx>
where Idx: RefUnwindSafe,

§

impl<K, T> RefUnwindSafe for FreeHashMap<K, T>

§

impl<K, V, A> RefUnwindSafe for datex_core::without_std::collections::btree_map::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, A> RefUnwindSafe for BTreeMap<K, V, A>

§

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

§

impl<T> !RefUnwindSafe for DataChannel<T>

§

impl<T> !RefUnwindSafe for DataChannels<T>

§

impl<T> !RefUnwindSafe for MediaTrack<T>

§

impl<T> !RefUnwindSafe for MediaTracks<T>

§

impl<T> !RefUnwindSafe for Cell<T>

§

impl<T> !RefUnwindSafe for datex_core::without_std::cell::OnceCell<T>

§

impl<T> !RefUnwindSafe for RefCell<T>

§

impl<T> !RefUnwindSafe for SyncUnsafeCell<T>

§

impl<T> !RefUnwindSafe for UnsafePinned<T>

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl<T> RefUnwindSafe for Pending<T>

§

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

§

impl<T> RefUnwindSafe for Empty<T>

§

impl<T> RefUnwindSafe for datex_core::without_std::iter::Once<T>
where T: RefUnwindSafe,

§

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

§

impl<T> RefUnwindSafe for datex_core::without_std::result::IntoIter<T>
where T: RefUnwindSafe,

§

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

§

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

§

impl<T, A = Global> !RefUnwindSafe for UniqueRc<T, A>

§

impl<T, A = Global> !RefUnwindSafe for datex_core::without_std::rc::Weak<T, A>

§

impl<T, A> RefUnwindSafe for datex_core::without_std::collections::binary_heap::IntoIter<T, A>

§

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

§

impl<T, A> RefUnwindSafe for datex_core::without_std::collections::btree_set::IntoIter<T, A>

§

impl<T, A> RefUnwindSafe for datex_core::without_std::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 datex_core::without_std::collections::vec_deque::IntoIter<T, A>

§

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

§

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

§

impl<T, A> RefUnwindSafe for datex_core::without_std::prelude::vec::IntoIter<T, A>

§

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

§

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

§

impl<T, A> RefUnwindSafe for datex_core::without_std::sync::Weak<T, A>

§

impl<T, E> RefUnwindSafe for Result<T, E>

§

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

§

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

§

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

§

impl<T, const N: usize> RefUnwindSafe for datex_core::without_std::array::IntoIter<T, N>
where T: RefUnwindSafe,

§

impl<T, const N: usize> RefUnwindSafe for Mask<T, N>
where T: RefUnwindSafe,

§

impl<T, const N: usize> RefUnwindSafe for Simd<T, N>
where T: RefUnwindSafe,

§

impl<Y, R> RefUnwindSafe for CoroutineState<Y, R>

§

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