Enum std::backtrace_rs::backtrace::libunwind::uw::_Unwind_Context
source · pub enum _Unwind_Context {}
Auto Trait Implementations§
impl RefUnwindSafe for _Unwind_Context
impl Send for _Unwind_Context
impl Sync for _Unwind_Context
impl Unpin for _Unwind_Context
impl UnwindSafe for _Unwind_Context
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more