pub struct PanicData {
pub msg: GosValue,
pub call_stack: Vec<(FunctionKey, i32)>,
}
Fields§
§msg: GosValue
§call_stack: Vec<(FunctionKey, i32)>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PanicData
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