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