Struct fuel_core_client::client::schema::StartTxArgs
source · pub struct StartTxArgs {
pub id: Id,
pub tx: String,
}
Fields§
§id: Id
§tx: String
Trait Implementations§
source§impl Debug for StartTxArgs
impl Debug for StartTxArgs
source§impl QueryVariables for StartTxArgs
impl QueryVariables for StartTxArgs
§type Fields = StartTxArgsFields
type Fields = StartTxArgsFields
A struct that determines which variables are available when using this struct.
source§impl Serialize for StartTxArgs
impl Serialize for StartTxArgs
impl VariableMatch<StartTxArgs> for StartTxArgs
Auto Trait Implementations§
impl RefUnwindSafe for StartTxArgs
impl Send for StartTxArgs
impl Sync for StartTxArgs
impl Unpin for StartTxArgs
impl UnwindSafe for StartTxArgs
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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