Struct ethers_contract::Call
source · pub struct Call { /* private fields */ }
Available on crate features
providers
and abigen
only.Expand description
Helper struct for managing calls to be made to the function
in smart contract target
with data
.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Call
impl Send for Call
impl Sync for Call
impl Unpin for Call
impl UnwindSafe for Call
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