1.9.0[−][src]Trait std::panic::RefUnwindSafe
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 AtomicBool[src]
impl RefUnwindSafe for AtomicBoolimpl RefUnwindSafe for AtomicI16[src]
impl RefUnwindSafe for AtomicI16impl RefUnwindSafe for AtomicI32[src]
impl RefUnwindSafe for AtomicI32impl RefUnwindSafe for AtomicI64[src]
impl RefUnwindSafe for AtomicI64impl RefUnwindSafe for AtomicI8[src]
impl RefUnwindSafe for AtomicI8impl RefUnwindSafe for AtomicIsize[src]
impl RefUnwindSafe for AtomicIsizeimpl RefUnwindSafe for AtomicU16[src]
impl RefUnwindSafe for AtomicU16impl RefUnwindSafe for AtomicU32[src]
impl RefUnwindSafe for AtomicU32impl RefUnwindSafe for AtomicU64[src]
impl RefUnwindSafe for AtomicU64impl RefUnwindSafe for AtomicU8[src]
impl RefUnwindSafe for AtomicU8impl RefUnwindSafe for AtomicUsize[src]
impl RefUnwindSafe for AtomicUsizeimpl<T> RefUnwindSafe for AssertUnwindSafe<T>[src]
impl<T> RefUnwindSafe for AssertUnwindSafe<T>impl<T> RefUnwindSafe for AtomicPtr<T>[src]
impl<T> RefUnwindSafe for AtomicPtr<T>impl<T: ?Sized> !RefUnwindSafe for UnsafeCell<T>[src]
impl<T: ?Sized> !RefUnwindSafe for UnsafeCell<T>impl<T: ?Sized> RefUnwindSafe for Mutex<T>[src]
impl<T: ?Sized> RefUnwindSafe for Mutex<T>impl<T: ?Sized> RefUnwindSafe for RwLock<T>[src]
impl<T: ?Sized> RefUnwindSafe for RwLock<T>