Struct EthSendTransactionResp
pub struct EthSendTransactionResp(pub Hash);Tuple Fields§
§0: HashTrait Implementations§
§impl Debug for EthSendTransactionResp
impl Debug for EthSendTransactionResp
§impl<'de> Deserialize<'de> for EthSendTransactionResp
impl<'de> Deserialize<'de> for EthSendTransactionResp
§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EthSendTransactionResp
impl RefUnwindSafe for EthSendTransactionResp
impl Send for EthSendTransactionResp
impl Sync for EthSendTransactionResp
impl Unpin for EthSendTransactionResp
impl UnwindSafe for EthSendTransactionResp
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