pub struct PanicData {
pub msg: GosValue,
pub call_stack: Vec<(FunctionKey, OpIndex)>,
}
Fields§
§msg: GosValue
§call_stack: Vec<(FunctionKey, OpIndex)>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PanicData
impl !Send for PanicData
impl !Sync for PanicData
impl Unpin for PanicData
impl !UnwindSafe for PanicData
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