pub struct EmulatorResult {
pub stats: ExecutionStats,
}Fields§
§stats: ExecutionStatsTrait Implementations§
Auto Trait Implementations§
impl Freeze for EmulatorResult
impl RefUnwindSafe for EmulatorResult
impl Send for EmulatorResult
impl Sync for EmulatorResult
impl Unpin for EmulatorResult
impl UnsafeUnpin for EmulatorResult
impl UnwindSafe for EmulatorResult
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