Struct EthGetTransactionReceipt
pub struct EthGetTransactionReceipt(pub Hash);Tuple Fields§
§0: HashTrait Implementations§
§impl Debug for EthGetTransactionReceipt
impl Debug for EthGetTransactionReceipt
§impl JsonRPCMsgT for EthGetTransactionReceipt
impl JsonRPCMsgT for EthGetTransactionReceipt
fn method() -> &'static str
fn into_params(self) -> impl ToRpcParams + Send + 'static
§impl Serialize for EthGetTransactionReceipt
impl Serialize for EthGetTransactionReceipt
Auto Trait Implementations§
impl Freeze for EthGetTransactionReceipt
impl RefUnwindSafe for EthGetTransactionReceipt
impl Send for EthGetTransactionReceipt
impl Sync for EthGetTransactionReceipt
impl Unpin for EthGetTransactionReceipt
impl UnwindSafe for EthGetTransactionReceipt
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