pub struct TxQuery {
pub to: AddressValue,
pub function: String,
pub arguments: Vec<BytesValue>,
}Fields§
§to: AddressValue§function: String§arguments: Vec<BytesValue>Trait Implementations§
source§impl InterpretableFrom<TxQueryRaw> for TxQuery
impl InterpretableFrom<TxQueryRaw> for TxQuery
fn interpret_from(from: TxQueryRaw, context: &InterpreterContext) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for TxQuery
impl Send for TxQuery
impl Sync for TxQuery
impl Unpin for TxQuery
impl UnwindSafe for TxQuery
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