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