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 flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicBool

1.34.0 ยท Sourceยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicI8

1.34.0 ยท Sourceยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicI16

1.34.0 ยท Sourceยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicI32

1.34.0 ยท Sourceยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicI64

1.14.0 ยท Sourceยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicIsize

1.34.0 ยท Sourceยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicU8

1.34.0 ยท Sourceยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicU16

1.34.0 ยท Sourceยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicU32

1.34.0 ยท Sourceยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicU64

1.14.0 ยท Sourceยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::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 Condvar

1.59.0 ยท Sourceยง

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

Sourceยง

impl RefUnwindSafe for anyhow::Error

ยง

impl RefUnwindSafe for AbortHandle

ยง

impl RefUnwindSafe for AtomicBool

ยง

impl RefUnwindSafe for AtomicI8

ยง

impl RefUnwindSafe for AtomicI16

ยง

impl RefUnwindSafe for AtomicI32

ยง

impl RefUnwindSafe for AtomicI64

ยง

impl RefUnwindSafe for AtomicI128

ยง

impl RefUnwindSafe for AtomicIsize

ยง

impl RefUnwindSafe for AtomicU8

ยง

impl RefUnwindSafe for AtomicU16

ยง

impl RefUnwindSafe for AtomicU32

ยง

impl RefUnwindSafe for AtomicU64

ยง

impl RefUnwindSafe for AtomicU128

ยง

impl RefUnwindSafe for AtomicUsize

ยง

impl RefUnwindSafe for CancellationToken

ยง

impl RefUnwindSafe for Handle

ยง

impl RefUnwindSafe for LocalRuntime

ยง

impl RefUnwindSafe for Notify

ยง

impl RefUnwindSafe for Runtime

Sourceยง

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

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 flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicPtr<T>

Sourceยง

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

Sourceยง

impl<T> RefUnwindSafe for std::sync::mpmc::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,

1.9.0 ยท Sourceยง

impl<T> RefUnwindSafe for AssertUnwindSafe<T>

ยง

impl<T> RefUnwindSafe for ArrayQueue<T>

ยง

impl<T> RefUnwindSafe for AtomicCell<T>

ยง

impl<T> RefUnwindSafe for AtomicPtr<T>

ยง

impl<T> RefUnwindSafe for Event<T>

ยง

impl<T> RefUnwindSafe for EventListener<T>

ยง

impl<T> RefUnwindSafe for JoinHandle<T>

ยง

impl<T> RefUnwindSafe for OnceCell<T>

ยง

impl<T> RefUnwindSafe for OnceCell<T>

ยง

impl<T> RefUnwindSafe for Receiver<T>

ยง

impl<T> RefUnwindSafe for SegQueue<T>

ยง

impl<T> RefUnwindSafe for Sender<T>

ยง

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

1.58.0 ยท Sourceยง

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

1.80.0 ยท Sourceยง

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

ยง

impl<T, F> RefUnwindSafe for Lazy<T, F>
where F: RefUnwindSafe, OnceCell<T>: RefUnwindSafe,

ยง

impl<T, F> RefUnwindSafe for Lazy<T, F>
where F: RefUnwindSafe, OnceCell<T>: RefUnwindSafe,

ยง

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

Auto implementorsยง

ยง

impl !RefUnwindSafe for FromFormDataError

ยง

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 flams_router_vscode::server_fn::response::generic::Body

ยง

impl !RefUnwindSafe for ActionAbortHandle

ยง

impl !RefUnwindSafe for AnimatedShowProps

ยง

impl !RefUnwindSafe for AsyncDerivedReadyFuture

ยง

impl !RefUnwindSafe for flams_router_vscode::Error

ยง

impl !RefUnwindSafe for Errors

ยง

impl !RefUnwindSafe for flams_router_vscode::IntoIter

ยง

impl !RefUnwindSafe for Owner

ยง

impl !RefUnwindSafe for ResetErrorHookOnDrop

ยง

impl !RefUnwindSafe for TextProp

ยง

impl !RefUnwindSafe for ViewFn

ยง

impl !RefUnwindSafe for ViewFnOnce

ยง

impl !RefUnwindSafe for WindowListenerHandle

ยง

impl !RefUnwindSafe for flams_router_vscode::server_fn::axum_export::body::Body

ยง

impl !RefUnwindSafe for BodyDataStream

ยง

impl !RefUnwindSafe for HandleErrorFuture

ยง

impl !RefUnwindSafe for MultipartError

ยง

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 Multipart

ยง

impl !RefUnwindSafe for WebSocket

ยง

impl !RefUnwindSafe for flams_router_vscode::server_fn::axum_export::http::request::Builder

ยง

impl !RefUnwindSafe for flams_router_vscode::server_fn::axum_export::http::request::Parts

ยง

impl !RefUnwindSafe for flams_router_vscode::server_fn::axum_export::http::response::Builder

ยง

impl !RefUnwindSafe for flams_router_vscode::server_fn::axum_export::http::response::Parts

ยง

impl !RefUnwindSafe for Extensions

ยง

impl !RefUnwindSafe for flams_router_vscode::server_fn::axum_export::middleware::future::FromFnResponseFuture

ยง

impl !RefUnwindSafe for flams_router_vscode::server_fn::axum_export::middleware::future::MapRequestResponseFuture

ยง

impl !RefUnwindSafe for flams_router_vscode::server_fn::axum_export::middleware::future::MapResponseResponseFuture

ยง

impl !RefUnwindSafe for Next

ยง

impl !RefUnwindSafe for ErrorResponse

ยง

impl !RefUnwindSafe for ResponseParts

ยง

impl !RefUnwindSafe for InfallibleRouteFuture

ยง

impl !RefUnwindSafe for flams_router_vscode::server_fn::axum_export::Error

ยง

impl RefUnwindSafe for FromToBytesCodecError

ยง

impl RefUnwindSafe for Env

ยง

impl RefUnwindSafe for FromUtf8Error

ยง

impl RefUnwindSafe for ReloadWSProtocol

ยง

impl RefUnwindSafe for ServerFnErrorErr

ยง

impl RefUnwindSafe for LeptosConfigError

ยง

impl RefUnwindSafe for MultipartRejection

ยง

impl RefUnwindSafe for ErrorKind

ยง

impl RefUnwindSafe for MatchedPathRejection

ยง

impl RefUnwindSafe for PathRejection

ยง

impl RefUnwindSafe for RawPathParamsRejection

ยง

impl RefUnwindSafe for Message

ยง

impl RefUnwindSafe for WebSocketUpgradeRejection

ยง

impl RefUnwindSafe for Case

ยง

impl RefUnwindSafe for Format

ยง

impl RefUnwindSafe for AsciiChar

ยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::cmp::Ordering

ยง

impl RefUnwindSafe for Infallible

ยง

impl RefUnwindSafe for FromBytesWithNulError

ยง

impl RefUnwindSafe for c_void

ยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::fmt::Alignment

ยง

impl RefUnwindSafe for DebugAsHex

ยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::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 flams_router_vscode::server_fn::inventory::core::sync::atomic::Ordering

ยง

impl RefUnwindSafe for FullDecoded

ยง

impl RefUnwindSafe for core::num::flt2dec::Sign

ยง

impl RefUnwindSafe for TagContentOtherField

ยง

impl RefUnwindSafe for TagOrContentField

ยง

impl RefUnwindSafe for FromToBytesCodec

ยง

impl RefUnwindSafe for FromToStringCodec

ยง

impl RefUnwindSafe for JsonSerdeCodec

ยง

impl RefUnwindSafe for RadioGroup

ยง

impl RefUnwindSafe for VSCodeTextboxProps

ยง

impl RefUnwindSafe for AnimationFrameRequestHandle

ยง

impl RefUnwindSafe for AnyView

ยง

impl RefUnwindSafe for ArcTrigger

ยง

impl RefUnwindSafe for AutoReloadProps

ยง

impl RefUnwindSafe for ConfFile

ยง

impl RefUnwindSafe for Dom

ยง

impl RefUnwindSafe for ErrorId

ยง

impl RefUnwindSafe for Fragment

ยง

impl RefUnwindSafe for HydrationScriptsProps

ยง

impl RefUnwindSafe for IdleCallbackHandle

ยง

impl RefUnwindSafe for ImmediateEffect

ยง

impl RefUnwindSafe for IntervalHandle

ยง

impl RefUnwindSafe for IsLsp

ยง

impl RefUnwindSafe for IslandsRouterNavigation

ยง

impl RefUnwindSafe for LeptosOptions

ยง

impl RefUnwindSafe for LocalStorage

ยง

impl RefUnwindSafe for NoParam

ยง

impl RefUnwindSafe for Nonce

ยง

impl RefUnwindSafe for ServerActionError

ยง

impl RefUnwindSafe for SingleParam

ยง

impl RefUnwindSafe for SuppressResourceLoad

ยง

impl RefUnwindSafe for SyncStorage

ยง

impl RefUnwindSafe for TimeoutHandle

ยง

impl RefUnwindSafe for Trigger

ยง

impl RefUnwindSafe for VSCode

ยง

impl RefUnwindSafe for VSCodeWrapProps

ยง

impl RefUnwindSafe for LocalResourceNotifier

ยง

impl RefUnwindSafe for SuspenseContext

ยง

impl RefUnwindSafe for TaskHandle

ยง

impl RefUnwindSafe for AxumServerFnBackend

ยง

impl RefUnwindSafe for InvalidBoundary

ยง

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 ConnectionNotUpgradable

ยง

impl RefUnwindSafe for InvalidConnectionHeader

ยง

impl RefUnwindSafe for InvalidProtocolPseudoheader

ยง

impl RefUnwindSafe for InvalidUpgradeHeader

ยง

impl RefUnwindSafe for InvalidWebSocketVersionHeader

ยง

impl RefUnwindSafe for MethodNotConnect

ยง

impl RefUnwindSafe for MethodNotGet

ยง

impl RefUnwindSafe for WebSocketKeyHeaderMissing

ยง

impl RefUnwindSafe for CloseFrame

ยง

impl RefUnwindSafe for DefaultOnFailedUpgrade

ยง

impl RefUnwindSafe for Utf8Bytes

ยง

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 flams_router_vscode::server_fn::axum_export::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 Version

ยง

impl RefUnwindSafe for Authority

ยง

impl RefUnwindSafe for flams_router_vscode::server_fn::axum_export::http::uri::Builder

ยง

impl RefUnwindSafe for InvalidUri

ยง

impl RefUnwindSafe for InvalidUriParts

ยง

impl RefUnwindSafe for flams_router_vscode::server_fn::axum_export::http::uri::Parts

ยง

impl RefUnwindSafe for PathAndQuery

ยง

impl RefUnwindSafe for Scheme

ยง

impl RefUnwindSafe for flams_router_vscode::server_fn::axum_export::response::sse::Event

ยง

impl RefUnwindSafe for KeepAlive

ยง

impl RefUnwindSafe for NoContent

ยง

impl RefUnwindSafe for Redirect

ยง

impl RefUnwindSafe for MethodFilter

ยง

impl RefUnwindSafe for UninitSlice

ยง

impl RefUnwindSafe for BytesMut

ยง

impl RefUnwindSafe for TryGetError

ยง

impl RefUnwindSafe for BrowserClient

ยง

impl RefUnwindSafe for DeleteUrl

ยง

impl RefUnwindSafe for GetUrl

ยง

impl RefUnwindSafe for JsonEncoding

ยง

impl RefUnwindSafe for PatchUrl

ยง

impl RefUnwindSafe for PostUrl

ยง

impl RefUnwindSafe for PutUrl

ยง

impl RefUnwindSafe for Streaming

ยง

impl RefUnwindSafe for StreamingText

ยง

impl RefUnwindSafe for SplicedStr

ยง

impl RefUnwindSafe for NoCustomError

ยง

impl RefUnwindSafe for ServerFnErrorEncoding

ยง

impl RefUnwindSafe for BrowserMockServer

ยง

impl RefUnwindSafe for BrowserFormData

ยง

impl RefUnwindSafe for BrowserRequest

ยง

impl RefUnwindSafe for flams_router_vscode::server_fn::request::browser::Request

ยง

impl RefUnwindSafe for BrowserMockReq

ยง

impl RefUnwindSafe for BrowserResponse

ยง

impl RefUnwindSafe for flams_router_vscode::server_fn::response::browser::Response

ยง

impl RefUnwindSafe for BrowserMockRes

ยง

impl RefUnwindSafe for IgnoredAny

ยง

impl RefUnwindSafe for flams_router_vscode::server_fn::serde::de::value::Error

ยง

impl RefUnwindSafe for flams_router_vscode::server_fn::Bytes

ยง

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 flams_router_vscode::server_fn::inventory::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 flams_router_vscode::server_fn::inventory::core::char::EscapeDebug

ยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::char::EscapeDefault

ยง

impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::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 flams_router_vscode::server_fn::inventory::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 ParseBoolError

ยง

impl RefUnwindSafe for Utf8Error

ยง

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 TryCaptureWithDebug

ยง

impl RefUnwindSafe for TryCaptureWithoutDebug

ยง

impl RefUnwindSafe for Big32x40

ยง

impl RefUnwindSafe for Big8x3

ยง

impl RefUnwindSafe for Decimal

ยง

impl RefUnwindSafe for DecimalSeq

ยง

impl RefUnwindSafe for Decoded

ยง

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 U32NotAllOnes

ยง

impl RefUnwindSafe for U64NotAllOnes

ยง

impl RefUnwindSafe for UsizeNoHighBit

ยง

impl RefUnwindSafe for core::ptr::alignment::Alignment

ยง

impl RefUnwindSafe for TagContentOtherFieldVisitor

ยง

impl RefUnwindSafe for TagOrContentFieldVisitor

ยง

impl RefUnwindSafe for AdjacentlyTaggedEnumVariant

ยง

impl RefUnwindSafe for AsciiByte

ยง

impl RefUnwindSafe for AsciiCase

ยง

impl RefUnwindSafe for FmtSpec

ยง

impl RefUnwindSafe for FormattingFlags

ยง

impl RefUnwindSafe for IndexValidity

ยง

impl RefUnwindSafe for NumberFormatting

ยง

impl RefUnwindSafe for ReplaceInput

ยง

impl RefUnwindSafe for StrIndexArgs

ยง

impl RefUnwindSafe for StrRepeatArgs

ยง

impl RefUnwindSafe for StrSpliceArgs

ยง

impl RefUnwindSafe for Utf8Encoder

ยง

impl RefUnwindSafe for Utf16Encoder

ยง

impl<'a> !RefUnwindSafe for flams_router_vscode::Iter<'a>

ยง

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

ยง

impl<'a> !RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::error::Request<'a>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a> RefUnwindSafe for flams_router_vscode::server_fn::inventory::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 EscapeAscii<'a>

ยง

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

ยง

impl<'a> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::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 flams_router_vscode::server_fn::inventory::core::str::EscapeDebug<'a>

ยง

impl<'a> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::str::EscapeDefault<'a>

ยง

impl<'a> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::str::EscapeUnicode<'a>

ยง

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

ยง

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

ยง

impl<'a> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::str::SplitAsciiWhitespace<'a>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a> RefUnwindSafe for InternallyTaggedUnitVisitor<'a>

ยง

impl<'a> RefUnwindSafe for UntaggedUnitVisitor<'a>

ยง

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

ยง

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

ยง

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

ยง

impl<'a> RefUnwindSafe for Concat<'a>

ยง

impl<'a> RefUnwindSafe for ConcatBytes<'a>

ยง

impl<'a> RefUnwindSafe for Join<'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, 'de, E> RefUnwindSafe for ContentRefDeserializer<'a, 'de, E>
where E: RefUnwindSafe,

ยง

impl<'a, 'de, E> RefUnwindSafe for FlatMapDeserializer<'a, 'de, E>
where E: RefUnwindSafe,

ยง

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

ยง

impl<'a, A> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::option::Iter<'a, A>
where A: RefUnwindSafe,

ยง

impl<'a, A> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::option::IterMut<'a, A>
where A: RefUnwindSafe,

ยง

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 flams_router_vscode::server_fn::serde::de::value::StrDeserializer<'a, E>
where E: RefUnwindSafe,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, M> RefUnwindSafe for FlatMapSerializeMap<'a, M>
where M: RefUnwindSafe,

ยง

impl<'a, M> RefUnwindSafe for FlatMapSerializeStruct<'a, M>
where M: RefUnwindSafe,

ยง

impl<'a, M> RefUnwindSafe for FlatMapSerializeStructVariantAsMapValue<'a, M>
where M: RefUnwindSafe,

ยง

impl<'a, M> RefUnwindSafe for FlatMapSerializeTupleVariantAsMapValue<'a, M>
where M: RefUnwindSafe,

ยง

impl<'a, M> RefUnwindSafe for FlatMapSerializer<'a, M>
where M: RefUnwindSafe,

ยง

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

ยง

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

ยง

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

ยง

impl<'a, P> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::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, P> RefUnwindSafe for Contains<'a, P>
where P: RefUnwindSafe,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T> RefUnwindSafe for flams_router_vscode::server_fn::axum_export::http::header::Iter<'a, T>
where T: RefUnwindSafe,

ยง

impl<'a, T> RefUnwindSafe for flams_router_vscode::server_fn::axum_export::http::header::IterMut<'a, T>
where T: RefUnwindSafe,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<'a, T> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::result::Iter<'a, T>
where T: RefUnwindSafe,

ยง

impl<'a, T> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::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 flams_router_vscode::server_fn::inventory::core::slice::Iter<'a, T>
where T: RefUnwindSafe,

ยง

impl<'a, T> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::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> RefUnwindSafe for InPlaceSeed<'a, T>
where T: RefUnwindSafe,

ยง

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

ยง

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

ยง

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 flams_router_vscode::server_fn::inventory::core::slice::RSplit<'a, T, P>

ยง

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

ยง

impl<'a, T, P> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::slice::RSplitN<'a, T, P>

ยง

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

ยง

impl<'a, T, P> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::slice::Split<'a, T, P>

ยง

impl<'a, T, P> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::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 flams_router_vscode::server_fn::inventory::core::slice::SplitN<'a, T, P>

ยง

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

ยง

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<'de> RefUnwindSafe for Content<'de>

ยง

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

ยง

impl<'de, E> RefUnwindSafe for flams_router_vscode::server_fn::serde::de::value::BorrowedStrDeserializer<'de, E>
where E: RefUnwindSafe,

ยง

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

ยง

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

ยง

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

ยง

impl<'de, I, E> RefUnwindSafe for MapDeserializer<'de, I, E>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<A> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::iter::Repeat<A>
where A: RefUnwindSafe,

ยง

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

ยง

impl<A> RefUnwindSafe for flams_router_vscode::server_fn::inventory::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, B> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::iter::Chain<A, B>

ยง

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

ยง

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

ยง

impl<B> RefUnwindSafe for Writer<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 flams_router_vscode::server_fn::axum_export::middleware::future::FromExtractorResponseFuture<B, T, E, S>

ยง

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

ยง

impl<Chil> !RefUnwindSafe for SuspenseProps<Chil>

ยง

impl<Chil> !RefUnwindSafe for TransitionProps<Chil>

ยง

impl<Codec> RefUnwindSafe for Patch<Codec>
where Codec: RefUnwindSafe,

ยง

impl<Codec> RefUnwindSafe for Post<Codec>
where Codec: RefUnwindSafe,

ยง

impl<Codec> RefUnwindSafe for Put<Codec>
where Codec: RefUnwindSafe,

ยง

impl<Dyn> !RefUnwindSafe for DynMetadata<Dyn>

ยง

impl<E = ServerFnError> !RefUnwindSafe for ByteStream<E>

ยง

impl<E = ServerFnError> !RefUnwindSafe for TextStream<E>

ยง

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

ยง

impl<E> !RefUnwindSafe for RouteFuture<E>

ยง

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

ยง

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

ยง

impl<E> RefUnwindSafe for NodeRef<E>

ยง

impl<E> RefUnwindSafe for ServerFnUrlError<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, D> RefUnwindSafe for CodecError<E, D>

ยง

impl<E, M> RefUnwindSafe for Capture<E, M>

ยง

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

ยง

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

ยง

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

ยง

impl<F> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::fmt::FromFn<F>
where F: RefUnwindSafe,

ยง

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

ยง

impl<F> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::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<F> RefUnwindSafe for AdjacentlyTaggedEnumVariantSeed<F>
where F: RefUnwindSafe,

ยง

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

ยง

impl<F, S, I, T> RefUnwindSafe for flams_router_vscode::server_fn::axum_export::middleware::FromFn<F, S, I, T>

ยง

impl<F, S, I, T> RefUnwindSafe for MapRequest<F, S, I, T>

ยง

impl<F, S, I, T> RefUnwindSafe for MapResponse<F, S, I, T>

ยง

impl<F, S, T> RefUnwindSafe for FromFnLayer<F, S, T>

ยง

impl<F, S, T> RefUnwindSafe for MapRequestLayer<F, S, T>

ยง

impl<F, S, T> RefUnwindSafe for MapResponseLayer<F, S, T>

ยง

impl<F, T> RefUnwindSafe for HandleErrorLayer<F, T>
where F: RefUnwindSafe,

ยง

impl<FalFn, Fal, Chil> !RefUnwindSafe for ErrorBoundaryProps<FalFn, Fal, Chil>

ยง

impl<Fut> !RefUnwindSafe for ErrorHookFuture<Fut>

ยง

impl<Fut> !RefUnwindSafe for ScopedFuture<Fut>

ยง

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

ยง

impl<H> RefUnwindSafe for BuildHasherDefault<H>

ยง

impl<H, T, S> RefUnwindSafe for HandlerService<H, T, S>

ยง

impl<I> RefUnwindSafe for AppendHeaders<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 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 flams_router_vscode::server_fn::inventory::core::iter::Take<I>
where I: RefUnwindSafe,

ยง

impl<I, E> RefUnwindSafe for SeqDeserializer<I, E>

ยง

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

ยง

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

ยง

impl<I, F> RefUnwindSafe for 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, O> !RefUnwindSafe for ArcAction<I, O>

ยง

impl<I, O> !RefUnwindSafe for ArcMultiAction<I, O>

ยง

impl<I, O> RefUnwindSafe for Action<I, O>

ยง

impl<I, O> RefUnwindSafe for ArcSubmission<I, O>

ยง

impl<I, O, S> RefUnwindSafe for MultiAction<I, O, S>

ยง

impl<I, O, S> RefUnwindSafe for Submission<I, O, S>

ยง

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, P, O> RefUnwindSafe for Replace<I, P, O>

ยง

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<IF, I, T, EF, N, KF, K> RefUnwindSafe for ForEnumerateProps<IF, I, T, EF, N, KF, K>

ยง

impl<IF, I, T, EF, N, KF, K> RefUnwindSafe for ForProps<IF, I, T, EF, N, KF, K>

ยง

impl<Idx> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::ops::Range<Idx>
where Idx: RefUnwindSafe,

ยง

impl<Idx> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::ops::RangeFrom<Idx>
where Idx: RefUnwindSafe,

ยง

impl<Idx> RefUnwindSafe for flams_router_vscode::server_fn::inventory::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 flams_router_vscode::server_fn::inventory::core::range::Range<Idx>
where Idx: RefUnwindSafe,

ยง

impl<Idx> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::range::RangeFrom<Idx>
where Idx: RefUnwindSafe,

ยง

impl<Idx> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::range::RangeInclusive<Idx>
where Idx: RefUnwindSafe,

ยง

impl<In, Out> RefUnwindSafe for Callback<In, Out>

ยง

impl<In, Out> RefUnwindSafe for UnsyncCallback<In, Out>

ยง

impl<Inner, U> !RefUnwindSafe for MappedArc<Inner, U>

ยง

impl<Inner, U> !RefUnwindSafe for MappedMutArc<Inner, U>

ยง

impl<Inner, U> RefUnwindSafe for Mapped<Inner, U>
where Inner: RefUnwindSafe,

ยง

impl<Inner, U> RefUnwindSafe for MappedMut<Inner, U>
where Inner: RefUnwindSafe,

ยง

impl<InputEncoding, OutputEncoding> RefUnwindSafe for Websocket<InputEncoding, OutputEncoding>
where InputEncoding: RefUnwindSafe, OutputEncoding: RefUnwindSafe,

ยง

impl<InputProtocol, OutputProtocol> RefUnwindSafe for Http<InputProtocol, OutputProtocol>
where InputProtocol: RefUnwindSafe, OutputProtocol: 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<M> !RefUnwindSafe for UnmountHandle<M>

ยง

impl<Ok, Error> RefUnwindSafe for Impossible<Ok, Error>
where Ok: RefUnwindSafe, Error: RefUnwindSafe,

ยง

impl<P, M, S> RefUnwindSafe for DecomposedString<P, M, S>

ยง

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

ยง

impl<Req, Res> !RefUnwindSafe for BoxedService<Req, Res>

ยง

impl<Req, Res> RefUnwindSafe for ServerFnTraitObj<Req, Res>

ยง

impl<S = ()> !RefUnwindSafe for Router<S>

ยง

impl<S = (), E = Infallible> !RefUnwindSafe for MethodRouter<S, E>

ยง

impl<S> !RefUnwindSafe for ArcServerAction<S>

ยง

impl<S> !RefUnwindSafe for ArcServerMultiAction<S>

ยง

impl<S> !RefUnwindSafe for LayeredFuture<S>

ยง

impl<S> RefUnwindSafe for Effect<S>

ยง

impl<S> RefUnwindSafe for ServerAction<S>

ยง

impl<S> RefUnwindSafe for ServerMultiAction<S>

ยง

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, C> RefUnwindSafe for IntoMakeServiceWithConnectInfo<S, C>
where S: RefUnwindSafe,

ยง

impl<S, C> RefUnwindSafe for flams_router_vscode::server_fn::axum_export::extract::connect_info::ResponseFuture<S, C>

ยง

impl<S, F, T> RefUnwindSafe for HandleError<S, F, T>

ยง

impl<S, G> RefUnwindSafe for WriteGuard<S, G>

ยง

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

ยง

impl<ServFn, OutputProtocol> !RefUnwindSafe for ActionFormProps<ServFn, OutputProtocol>

ยง

impl<ServFn, OutputProtocol> !RefUnwindSafe for MultiActionFormProps<ServFn, OutputProtocol>

ยง

impl<T1, T2> RefUnwindSafe for Compare<T1, T2>

ยง

impl<T1, T2> RefUnwindSafe for EqIgnoreAsciiCase<T1, T2>

ยง

impl<T1, T2> RefUnwindSafe for Equal<T1, T2>

ยง

impl<T> !RefUnwindSafe for VSCodeButtonProps<T>

ยง

impl<T> !RefUnwindSafe for VSCodeCheckboxProps<T>

ยง

impl<T> !RefUnwindSafe for VSCodeRadioGroupProps<T>

ยง

impl<T> !RefUnwindSafe for VSCodeRadioProps<T>

ยง

impl<T> !RefUnwindSafe for ArcAsyncDerived<T>

ยง

impl<T> !RefUnwindSafe for ArcLocalResource<T>

ยง

impl<T> !RefUnwindSafe for ArcMappedSignal<T>

ยง

impl<T> !RefUnwindSafe for AsyncDerivedFuture<T>

ยง

impl<T> !RefUnwindSafe for AsyncDerivedRefFuture<T>

ยง

impl<T> !RefUnwindSafe for OnceResourceFuture<T>

ยง

impl<T> !RefUnwindSafe for Selector<T>

ยง

impl<T> !RefUnwindSafe for Suspend<T>

ยง

impl<T> !RefUnwindSafe for TypedChildren<T>

ยง

impl<T> !RefUnwindSafe for TypedChildrenFn<T>

ยง

impl<T> !RefUnwindSafe for TypedChildrenMut<T>

ยง

impl<T> !RefUnwindSafe for Unsuspend<T>

ยง

impl<T> !RefUnwindSafe for flams_router_vscode::server_fn::axum_export::http::Request<T>

ยง

impl<T> !RefUnwindSafe for flams_router_vscode::server_fn::axum_export::http::Response<T>

ยง

impl<T> !RefUnwindSafe for Cell<T>

ยง

impl<T> !RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::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 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 AsyncPlain<T>
where T: RefUnwindSafe,

ยง

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

ยง

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

ยง

impl<T> RefUnwindSafe for UntrackedWriteGuard<T>

ยง

impl<T> RefUnwindSafe for ArcReadSignal<T>

ยง

impl<T> RefUnwindSafe for ArcRwSignal<T>

ยง

impl<T> RefUnwindSafe for ArcStoredValue<T>

ยง

impl<T> RefUnwindSafe for ArcWriteSignal<T>

ยง

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

ยง

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

ยง

impl<T> RefUnwindSafe for LocalResource<T>

ยง

impl<T> RefUnwindSafe for RenderEffect<T>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T> RefUnwindSafe for flams_router_vscode::server_fn::axum_export::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 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 flams_router_vscode::server_fn::bytes_export::buf::IntoIter<T>
where T: RefUnwindSafe,

ยง

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

ยง

impl<T> RefUnwindSafe for flams_router_vscode::server_fn::bytes_export::buf::Take<T>
where T: RefUnwindSafe,

ยง

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

ยง

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

ยง

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 flams_router_vscode::server_fn::inventory::core::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 flams_router_vscode::server_fn::inventory::core::result::IntoIter<T>
where T: RefUnwindSafe,

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T, E> !RefUnwindSafe for BoxedStream<T, E>

ยง

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

ยง

impl<T, E, S> RefUnwindSafe for FromExtractor<T, E, S>

ยง

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, Fut, Chil, V> RefUnwindSafe for AwaitProps<T, Fut, Chil, V>
where Fut: RefUnwindSafe, Chil: RefUnwindSafe,

ยง

impl<T, Inner> RefUnwindSafe for ReadGuard<T, Inner>
where Inner: RefUnwindSafe, T: RefUnwindSafe,

ยง

impl<T, P> RefUnwindSafe for Split<T, P>

ยง

impl<T, P> RefUnwindSafe for SplitInclusive<T, P>

ยง

impl<T, S = SyncStorage> !RefUnwindSafe for SignalTypes<T, S>

ยง

impl<T, S = SyncStorage> !RefUnwindSafe for ArcMemo<T, S>

ยง

impl<T, S = SyncStorage> !RefUnwindSafe for ArcSignal<T, S>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

impl<T, Ser = JsonSerdeCodec> !RefUnwindSafe for ArcResource<T, Ser>

ยง

impl<T, Ser> RefUnwindSafe for ArcOnceResource<T, Ser>

ยง

impl<T, Ser> RefUnwindSafe for OnceResource<T, Ser>

ยง

impl<T, Ser> RefUnwindSafe for Resource<T, Ser>
where Ser: RefUnwindSafe,

ยง

impl<T, Ser> RefUnwindSafe for SharedValue<T, Ser>

ยง

impl<T, U> RefUnwindSafe for flams_router_vscode::server_fn::bytes_export::buf::Chain<T, U>

ยง

impl<T, U> RefUnwindSafe for Parse<T, U>
where T: RefUnwindSafe,

ยง

impl<T, const N: usize> RefUnwindSafe for flams_router_vscode::server_fn::inventory::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<V> RefUnwindSafe for ViewTemplate<V>
where V: RefUnwindSafe,

ยง

impl<W, C> !RefUnwindSafe for ShowProps<W, C>

ยง

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

ยง

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

ยง

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