Struct ethers_core::utils::GethInstance
source · pub struct GethInstance { /* private fields */ }
Expand description
A geth instance. Will close the instance when dropped.
Construct this using Geth
Implementations
sourceimpl GethInstance
impl GethInstance
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GethInstance
impl Send for GethInstance
impl Sync for GethInstance
impl Unpin for GethInstance
impl UnwindSafe for GethInstance
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more