Struct fuel_core_client::client::schema::coin::CoinByIdArgs
source · pub struct CoinByIdArgs {
pub utxo_id: UtxoId,
}
Fields§
§utxo_id: UtxoId
Trait Implementations§
source§impl Debug for CoinByIdArgs
impl Debug for CoinByIdArgs
source§impl QueryVariables for CoinByIdArgs
impl QueryVariables for CoinByIdArgs
§type Fields = CoinByIdArgsFields
type Fields = CoinByIdArgsFields
A struct that determines which variables are available when using this struct.
source§impl Serialize for CoinByIdArgs
impl Serialize for CoinByIdArgs
impl VariableMatch<CoinByIdArgs> for CoinByIdArgs
Auto Trait Implementations§
impl RefUnwindSafe for CoinByIdArgs
impl Send for CoinByIdArgs
impl Sync for CoinByIdArgs
impl Unpin for CoinByIdArgs
impl UnwindSafe for CoinByIdArgs
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