Struct endbasic_std::InteractiveMachineBuilder [−][src]
pub struct InteractiveMachineBuilder { /* fields omitted */ }
Expand description
Builder pattern to construct an interpreter for REPL operation.
This is a superset of a ScriptingMachineBuilder
.
Unless otherwise specified, the interpreter is connected to an in-memory drive and to a stored program that can be edited interactively.
Implementations
Lazily initializes the storage
field with a default value and returns it.
Overrides the default stored program with the given one.
Overrides the default service client with the given one.
Auto Trait Implementations
impl !RefUnwindSafe for InteractiveMachineBuilder
impl !Send for InteractiveMachineBuilder
impl !Sync for InteractiveMachineBuilder
impl Unpin for InteractiveMachineBuilder
impl !UnwindSafe for InteractiveMachineBuilder