pub enum Asset {
Show 30 variants
CoinExchangeRecord,
DeliveryRecord,
SettlementRecord,
Intertransfer,
QueryTransferList,
SaveTransferSubmember,
UniversalTransfer,
QueryUniversalTransferList,
QueryTransferCoinList,
QueryTransferSubmemberList,
QueryAccountCoinBalance,
QuerySingleAccountCoinBalance,
QueryAssetInfo,
QueryAllowedList,
QueryRecord,
QuerySubMemberRecord,
QueryInternalRecord,
QueryAddress,
QueryInfo,
QueryAsset,
Withdraw,
CancelWithdraw,
Deposit,
QuerySubmemberAddress,
OrderRecord,
WithdrawableAmount,
SetDepositAccount,
QueryWithdrawalAddress,
QueryWithdrawalRecord,
QueryVaspList,
}Variants§
CoinExchangeRecord
DeliveryRecord
SettlementRecord
Intertransfer
QueryTransferList
SaveTransferSubmember
UniversalTransfer
QueryUniversalTransferList
QueryTransferCoinList
QueryTransferSubmemberList
QueryAccountCoinBalance
QuerySingleAccountCoinBalance
QueryAssetInfo
QueryAllowedList
QueryRecord
QuerySubMemberRecord
QueryInternalRecord
QueryAddress
QueryInfo
QueryAsset
Withdraw
CancelWithdraw
Deposit
QuerySubmemberAddress
OrderRecord
WithdrawableAmount
SetDepositAccount
QueryWithdrawalAddress
QueryWithdrawalRecord
QueryVaspList
Auto Trait Implementations§
impl Freeze for Asset
impl RefUnwindSafe for Asset
impl Send for Asset
impl Sync for Asset
impl Unpin for Asset
impl UnsafeUnpin for Asset
impl UnwindSafe for Asset
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