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