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