pub enum DecodedUserBacktrace {
Frames(Vec<DecodedFrame>),
Disabled,
}Expand description
Represents a best attempt at pulling out only user relevant information from a backtrace frame.
Variants§
Frames(Vec<DecodedFrame>)
Disabled
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DecodedUserBacktrace
impl Send for DecodedUserBacktrace
impl Sync for DecodedUserBacktrace
impl Unpin for DecodedUserBacktrace
impl UnwindSafe for DecodedUserBacktrace
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