Enum ethers_solc::utils::RuntimeOrHandle
source · pub enum RuntimeOrHandle {
Runtime(Runtime),
Handle(Handle),
}
Available on non-WebAssembly only.
Variants§
Implementations§
Trait Implementations§
source§impl Debug for RuntimeOrHandle
impl Debug for RuntimeOrHandle
Auto Trait Implementations§
impl !RefUnwindSafe for RuntimeOrHandle
impl Send for RuntimeOrHandle
impl Sync for RuntimeOrHandle
impl Unpin for RuntimeOrHandle
impl !UnwindSafe for RuntimeOrHandle
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