Struct multiversx_chain_vm::tx_mock::TxPanic
source · pub struct TxPanic {
pub status: u64,
pub message: String,
}
Fields§
§status: u64
§message: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TxPanic
impl Send for TxPanic
impl Sync for TxPanic
impl Unpin for TxPanic
impl UnwindSafe for TxPanic
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