Struct fuel_core_client::client::schema::coin::CoinByIdArgsFields
source · pub struct CoinByIdArgsFields;
Implementations§
source§impl CoinByIdArgsFields
impl CoinByIdArgsFields
pub fn utxo_id() -> VariableDefinition<CoinByIdArgs, UtxoId>
Auto Trait Implementations§
impl RefUnwindSafe for CoinByIdArgsFields
impl Send for CoinByIdArgsFields
impl Sync for CoinByIdArgsFields
impl Unpin for CoinByIdArgsFields
impl UnwindSafe for CoinByIdArgsFields
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