pub struct ContractBalanceQueryArgsFields;
Implementations§
source§impl ContractBalanceQueryArgsFields
impl ContractBalanceQueryArgsFields
pub fn id() -> VariableDefinition<ContractBalanceQueryArgs, ContractId>
pub fn asset() -> VariableDefinition<ContractBalanceQueryArgs, AssetId>
Auto Trait Implementations§
impl RefUnwindSafe for ContractBalanceQueryArgsFields
impl Send for ContractBalanceQueryArgsFields
impl Sync for ContractBalanceQueryArgsFields
impl Unpin for ContractBalanceQueryArgsFields
impl UnwindSafe for ContractBalanceQueryArgsFields
Blanket Implementations§
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