pub struct StackTraceParser { /* private fields */ }Expand description
Stack trace parser
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for StackTraceParser
impl RefUnwindSafe for StackTraceParser
impl Send for StackTraceParser
impl Sync for StackTraceParser
impl Unpin for StackTraceParser
impl UnsafeUnpin for StackTraceParser
impl UnwindSafe for StackTraceParser
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