Struct fuel_core_client::client::schema::StartTxArgsFields
source · pub struct StartTxArgsFields;
Implementations§
source§impl StartTxArgsFields
impl StartTxArgsFields
pub fn id() -> VariableDefinition<StartTxArgs, Id>
pub fn tx() -> VariableDefinition<StartTxArgs, String>
Auto Trait Implementations§
impl RefUnwindSafe for StartTxArgsFields
impl Send for StartTxArgsFields
impl Sync for StartTxArgsFields
impl Unpin for StartTxArgsFields
impl UnwindSafe for StartTxArgsFields
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