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