Struct fuel_gql_client::client::schema::resource::SpendQueryElementInput
source · Fields§
§asset_id: AssetId
asset ID of the coins
amount: U64
address of the owner
max: Option<U64>
the maximum number of resources per asset from the owner to return.
Trait Implementations§
source§impl Clone for SpendQueryElementInput
impl Clone for SpendQueryElementInput
source§fn clone(&self) -> SpendQueryElementInput
fn clone(&self) -> SpendQueryElementInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SpendQueryElementInput
impl Debug for SpendQueryElementInput
source§impl InputObject for SpendQueryElementInput
impl InputObject for SpendQueryElementInput
§type SchemaType = SpendQueryElementInput
type SchemaType = SpendQueryElementInput
The input object in the schema that this type represents.