Struct EthCall
pub struct EthCall {
pub tx: EthCallTx,
pub block_number: BlockNumber,
}Fields§
§tx: EthCallTx§block_number: BlockNumberTrait Implementations§
§impl JsonRPCMsgT for EthCall
impl JsonRPCMsgT for EthCall
fn method() -> &'static str
fn into_params(self) -> impl ToRpcParams + Send + 'static
Auto Trait Implementations§
impl !Freeze for EthCall
impl RefUnwindSafe for EthCall
impl Send for EthCall
impl Sync for EthCall
impl Unpin for EthCall
impl UnwindSafe for EthCall
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