pub struct Executor {
pub debug_info: DebugInfo,
pub source: Source,
pub prog: ExTree,
pub ctx: Context,
/* private fields */
}Expand description
Executes a program
Fields§
§debug_info: DebugInfo§source: Source§prog: ExTree§ctx: ContextImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Executor
impl !UnwindSafe for Executor
impl Freeze for Executor
impl Send for Executor
impl Sync for Executor
impl Unpin for Executor
impl UnsafeUnpin for Executor
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