pub struct CallStackTrace {
pub frames: Vec<FrameInfo>,
}Expand description
Human-readable call stack trace.
Fields§
§frames: Vec<FrameInfo>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CallStackTrace
impl RefUnwindSafe for CallStackTrace
impl Send for CallStackTrace
impl Sync for CallStackTrace
impl Unpin for CallStackTrace
impl UnsafeUnpin for CallStackTrace
impl UnwindSafe for CallStackTrace
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