Struct ethers_providers::call_raw::Caller
source · pub struct Caller<'a, P> { /* private fields */ }
Expand description
Holds the inputs to the eth_call
rpc method along with the rpc provider.
This type is constructed by CallBuilder::new
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, P> !RefUnwindSafe for Caller<'a, P>
impl<'a, P> Send for Caller<'a, P>where
P: Sync,
impl<'a, P> Sync for Caller<'a, P>where
P: Sync,
impl<'a, P> Unpin for Caller<'a, P>
impl<'a, P> !UnwindSafe for Caller<'a, P>
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