Struct fuel_core_client::client::schema::coins::SpendQueryElementInput
source · pub struct SpendQueryElementInput {
pub asset_id: AssetId,
pub amount: U64,
pub max: Option<U64>,
}
Fields§
§asset_id: AssetId
asset ID of the coins
amount: U64
address of the owner
max: Option<U64>
the maximum number of coins 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.
source§impl Serialize for SpendQueryElementInput
impl Serialize for SpendQueryElementInput
source§impl Variable for SpendQueryElementInput
impl Variable for SpendQueryElementInput
const TYPE: VariableType = _
impl CoercesTo<Option<Option<SpendQueryElementInput>>> for SpendQueryElementInput
impl CoercesTo<Option<SpendQueryElementInput>> for SpendQueryElementInput
impl CoercesTo<Option<Vec<Option<SpendQueryElementInput>, Global>>> for SpendQueryElementInput
impl CoercesTo<Option<Vec<SpendQueryElementInput, Global>>> for SpendQueryElementInput
impl CoercesTo<SpendQueryElementInput> for SpendQueryElementInput
impl CoercesTo<Vec<SpendQueryElementInput, Global>> for SpendQueryElementInput
impl CoercesTo<Vec<Vec<SpendQueryElementInput, Global>, Global>> for SpendQueryElementInput
Auto Trait Implementations§
impl RefUnwindSafe for SpendQueryElementInput
impl Send for SpendQueryElementInput
impl Sync for SpendQueryElementInput
impl Unpin for SpendQueryElementInput
impl UnwindSafe for SpendQueryElementInput
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