pub struct VmGetterOutput {
pub exit_code: i32,
pub stack: Vec<RcStackValue>,
pub success: bool,
pub gas_used: u64,
pub missing_library: Option<HashBytes>,
}Fields§
§exit_code: i32§stack: Vec<RcStackValue>§success: bool§gas_used: u64§missing_library: Option<HashBytes>Trait Implementations§
Auto Trait Implementations§
impl Freeze for VmGetterOutput
impl !RefUnwindSafe for VmGetterOutput
impl !Send for VmGetterOutput
impl !Sync for VmGetterOutput
impl Unpin for VmGetterOutput
impl UnsafeUnpin for VmGetterOutput
impl !UnwindSafe for VmGetterOutput
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