pub struct Repl {
current_path: Path,
sim: Sim,
circuit: Circuit,
testbench: Testbench,
readline: DefaultEditor,
watches: Vec<Watch>,
}Fields§
§current_path: Path§sim: Sim§circuit: Circuit§testbench: Testbench§readline: DefaultEditor§watches: Vec<Watch>Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Repl
impl !Send for Repl
impl !Sync for Repl
impl Unpin for Repl
impl !UnwindSafe for Repl
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