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 program field with a default value and returns it.
Returns the storage subsystem that will be used for the machine.
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
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more