pub struct TxArg {
pub tx: HexString,
}
Fields§
§tx: HexString
Trait Implementations§
source§impl QueryVariables for TxArg
impl QueryVariables for TxArg
§type Fields = TxArgFields
type Fields = TxArgFields
A struct that determines which variables are available when using this struct.
impl VariableMatch<TxArg> for TxArg
Auto Trait Implementations§
impl RefUnwindSafe for TxArg
impl Send for TxArg
impl Sync for TxArg
impl Unpin for TxArg
impl UnwindSafe for TxArg
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