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ยง
impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicBool
Available on
target_has_atomic_load_store=8 only.impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicI8
Available on
target_has_atomic_load_store=8 only.impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicI16
Available on
target_has_atomic_load_store=16 only.impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicI32
Available on
target_has_atomic_load_store=32 only.impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicI64
Available on
target_has_atomic_load_store=64 only.impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicIsize
Available on
target_has_atomic_load_store=ptr only.impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicU8
Available on
target_has_atomic_load_store=8 only.impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicU16
Available on
target_has_atomic_load_store=16 only.impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicU32
Available on
target_has_atomic_load_store=32 only.impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicU64
Available on
target_has_atomic_load_store=64 only.impl RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicUsize
Available on
target_has_atomic_load_store=ptr only.impl RefUnwindSafe for Stderr
impl RefUnwindSafe for StderrLock<'_>
impl RefUnwindSafe for Stdout
impl RefUnwindSafe for StdoutLock<'_>
impl RefUnwindSafe for Barrier
impl RefUnwindSafe for std::sync::once::Once
impl RefUnwindSafe for Condvar
impl RefUnwindSafe for anyhow::Error
Available on crate feature
std or non-anyhow_no_core_unwind_safe only.impl RefUnwindSafe for AbortHandle
impl RefUnwindSafe for AtomicBool
Available on non-
portable_atomic_no_core_unwind_safe only.impl RefUnwindSafe for AtomicI8
Available on non-
portable_atomic_no_core_unwind_safe only.impl RefUnwindSafe for AtomicI16
Available on non-
portable_atomic_no_core_unwind_safe only.impl RefUnwindSafe for AtomicI32
Available on non-
portable_atomic_no_core_unwind_safe only.impl RefUnwindSafe for AtomicI64
Available on non-
portable_atomic_no_core_unwind_safe only.impl RefUnwindSafe for AtomicI128
Available on non-
portable_atomic_no_core_unwind_safe only.impl RefUnwindSafe for AtomicIsize
Available on non-
portable_atomic_no_core_unwind_safe only.impl RefUnwindSafe for AtomicU8
Available on non-
portable_atomic_no_core_unwind_safe only.impl RefUnwindSafe for AtomicU16
Available on non-
portable_atomic_no_core_unwind_safe only.impl RefUnwindSafe for AtomicU32
Available on non-
portable_atomic_no_core_unwind_safe only.impl RefUnwindSafe for AtomicU64
Available on non-
portable_atomic_no_core_unwind_safe only.impl RefUnwindSafe for AtomicU128
Available on non-
portable_atomic_no_core_unwind_safe only.impl RefUnwindSafe for AtomicUsize
Available on non-
portable_atomic_no_core_unwind_safe only.impl RefUnwindSafe for CancellationToken
impl RefUnwindSafe for Handle
impl RefUnwindSafe for LocalRuntime
impl RefUnwindSafe for Notify
impl RefUnwindSafe for Runtime
impl<'a> RefUnwindSafe for ParseBuffer<'a>
impl<T> !RefUnwindSafe for UnsafeCell<T>where
T: ?Sized,
impl<T> RefUnwindSafe for NonZero<T>where
T: ZeroablePrimitive + RefUnwindSafe,
impl<T> RefUnwindSafe for flams_router_vscode::server_fn::inventory::core::sync::atomic::AtomicPtr<T>
Available on
target_has_atomic_load_store=ptr only.impl<T> RefUnwindSafe for std::sync::mpmc::Receiver<T>
impl<T> RefUnwindSafe for std::sync::mpmc::Sender<T>
impl<T> RefUnwindSafe for OnceLock<T>where
T: RefUnwindSafe + UnwindSafe,
impl<T> RefUnwindSafe for Mutex<T>where
T: ?Sized,
impl<T> RefUnwindSafe for RwLock<T>where
T: ?Sized,
impl<T> RefUnwindSafe for ReentrantLock<T>where
T: RefUnwindSafe + ?Sized,
impl<T> RefUnwindSafe for AssertUnwindSafe<T>
impl<T> RefUnwindSafe for ArrayQueue<T>
impl<T> RefUnwindSafe for AtomicCell<T>
impl<T> RefUnwindSafe for AtomicPtr<T>
Available on non-
portable_atomic_no_core_unwind_safe only.