pub struct AsyncCallTxData {
pub to: Address,
pub call_data: Vec<u8>,
pub call_value: BigUint,
pub tx_hash: H256,
}Fields§
§to: Address§call_data: Vec<u8>§call_value: BigUint§tx_hash: H256Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsyncCallTxData
impl RefUnwindSafe for AsyncCallTxData
impl Send for AsyncCallTxData
impl Sync for AsyncCallTxData
impl Unpin for AsyncCallTxData
impl UnwindSafe for AsyncCallTxData
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