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