pub struct TxCall {
pub to: Option<Acc>,
pub from: Acc,
pub input: Buf,
pub value: Int,
pub gas: Int,
}Fields§
§to: Option<Acc>§from: Acc§input: Buf§value: Int§gas: IntTrait Implementations§
Source§impl<'de> Deserialize<'de> for TxCall
impl<'de> Deserialize<'de> for TxCall
Source§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 TxCall
impl RefUnwindSafe for TxCall
impl Send for TxCall
impl Sync for TxCall
impl Unpin for TxCall
impl UnsafeUnpin for TxCall
impl UnwindSafe for TxCall
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