Struct wasmtime_runtime::Backtrace
source · [−]pub struct Backtrace {}
Expand description
A crate-local backtrace type which conditionally, at compile time, actually
contains a backtrace from the backtrace
crate or nothing.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Backtrace
impl Send for Backtrace
impl Sync for Backtrace
impl Unpin for Backtrace
impl UnwindSafe for Backtrace
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more