struct Capture {
actual_start: usize,
resolved: bool,
frames: Vec<BacktraceFrame>,
}
Fields§
§actual_start: usize
§resolved: bool
§frames: Vec<BacktraceFrame>
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Capture
impl Send for Capture
impl Sync for Capture
impl Unpin for Capture
impl UnwindSafe for Capture
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