Struct EthCallTx
pub struct EthCallTx {
pub from: Option<Address>,
pub to: Option<Address>,
pub gas: Option<U256>,
pub gas_price: Option<U256>,
pub value: Option<U256>,
pub data: Option<Bytes>,
}Fields§
§from: Option<Address>§to: Option<Address>§gas: Option<U256>§gas_price: Option<U256>§value: Option<U256>§data: Option<Bytes>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for EthCallTx
impl RefUnwindSafe for EthCallTx
impl Send for EthCallTx
impl Sync for EthCallTx
impl Unpin for EthCallTx
impl UnwindSafe for EthCallTx
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