Struct novax_executor::TxQuery
source · 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) -> TxQuery
source§impl IntoRaw<TxQueryRaw> for TxQuery
impl IntoRaw<TxQueryRaw> for TxQuery
fn into_raw(self) -> TxQueryRaw
Auto Trait Implementations§
impl CodecFromSelf for TxQuery
impl Freeze for TxQuery
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