pub struct VMExecutor { /* private fields */ }
Implementations§
Source§impl VMExecutor
impl VMExecutor
pub fn new() -> Self
pub fn execute_file<P: AsRef<Path>>(&mut self, path: P) -> VMResult<HelixConfig>
pub fn execute_with_debug<P: AsRef<Path>>( &mut self, path: P, ) -> VMResult<HelixConfig>
pub fn vm(&mut self) -> &mut HelixVM
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VMExecutor
impl RefUnwindSafe for VMExecutor
impl Send for VMExecutor
impl Sync for VMExecutor
impl Unpin for VMExecutor
impl UnwindSafe for VMExecutor
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