pub struct GanacheInstance { /* private fields */ }
Available on non-WebAssembly only.
Expand description
A ganache CLI instance. Will close the instance when dropped.
Construct this using Ganache
.
Implementations§
Source§impl GanacheInstance
impl GanacheInstance
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GanacheInstance
impl RefUnwindSafe for GanacheInstance
impl Send for GanacheInstance
impl Sync for GanacheInstance
impl Unpin for GanacheInstance
impl UnwindSafe for GanacheInstance
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