pub enum CurrencyId {
Token(TokenSymbol),
ForeignAsset(u32),
LendToken(u32),
LpToken(LpToken, LpToken),
StableLpToken(u32),
}
Variants§
Implementations§
source§impl CurrencyId
impl CurrencyId
pub fn sort(&mut self)
pub fn is_lend_token(&self) -> bool
pub fn join_lp_token( currency_id_0: CurrencyId, currency_id_1: CurrencyId ) -> Option<CurrencyId>
pub fn is_lp_token(&self) -> bool
Trait Implementations§
source§impl Clone for CurrencyId
impl Clone for CurrencyId
source§fn clone(&self) -> CurrencyId
fn clone(&self) -> CurrencyId
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 Convert<CurrencyId, Option<MultiLocation>> for CurrencyIdConvert
impl Convert<CurrencyId, Option<MultiLocation>> for CurrencyIdConvert
source§fn convert(id: CurrencyId) -> Option<MultiLocation>
fn convert(id: CurrencyId) -> Option<MultiLocation>
Make conversion.
source§impl Debug for CurrencyId
impl Debug for CurrencyId
source§impl Decode for CurrencyId
impl Decode for CurrencyId
source§fn decode<__CodecInputEdqy>(
__codec_input_edqy: &mut __CodecInputEdqy
) -> Result<CurrencyId, Error>where
__CodecInputEdqy: Input,
fn decode<__CodecInputEdqy>( __codec_input_edqy: &mut __CodecInputEdqy ) -> Result<CurrencyId, Error>where __CodecInputEdqy: Input,
Attempt to deserialise the value from input.
§fn decode_into<I>(
input: &mut I,
dst: &mut MaybeUninit<Self>
) -> Result<DecodeFinished, Error>where
I: Input,
fn decode_into<I>( input: &mut I, dst: &mut MaybeUninit<Self> ) -> Result<DecodeFinished, Error>where I: Input,
Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§fn skip<I>(input: &mut I) -> Result<(), Error>where
I: Input,
fn skip<I>(input: &mut I) -> Result<(), Error>where I: Input,
Attempt to skip the encoded value from input. Read more
§fn encoded_fixed_size() -> Option<usize>
fn encoded_fixed_size() -> Option<usize>
Returns the fixed encoded size of the type. Read more
source§impl<'de> Deserialize<'de> for CurrencyId
impl<'de> Deserialize<'de> for CurrencyId
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<CurrencyId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<CurrencyId, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DexGeneralApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, CurrencyId> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>where
RuntimeApiImplCall::StateBackend: StateBackend<HashFor<__SrApiBlock__>>,
&'static RuntimeApiImplCall: Send,
CurrencyId: UnwindSafe + RefUnwindSafe,
Option<PairInfo<AccountId, AssetBalance, CurrencyId>>: UnwindSafe + RefUnwindSafe,
AssetBalance: UnwindSafe + RefUnwindSafe,
Vec<CurrencyId>: UnwindSafe + RefUnwindSafe,
Option<(AssetBalance, AssetBalance)>: UnwindSafe + RefUnwindSafe,
__SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,
impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DexGeneralApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, CurrencyId> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>where RuntimeApiImplCall::StateBackend: StateBackend<HashFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, CurrencyId: UnwindSafe + RefUnwindSafe, Option<PairInfo<AccountId, AssetBalance, CurrencyId>>: UnwindSafe + RefUnwindSafe, AssetBalance: UnwindSafe + RefUnwindSafe, Vec<CurrencyId>: UnwindSafe + RefUnwindSafe, Option<(AssetBalance, AssetBalance)>: UnwindSafe + RefUnwindSafe, __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,
fn get_pair_by_asset_id( &self, __runtime_api_at_param__: <Block as Block>::Hash, asset_0: AssetId, asset_1: AssetId ) -> Result<Option<PairInfo<AccountId, u128, AssetId>>, ApiError>
fn get_amount_in_price( &self, __runtime_api_at_param__: <Block as Block>::Hash, supply: u128, path: Vec<AssetId, Global> ) -> Result<u128, ApiError>
fn get_amount_out_price( &self, __runtime_api_at_param__: <Block as Block>::Hash, supply: u128, path: Vec<AssetId, Global> ) -> Result<u128, ApiError>
fn get_estimate_lptoken( &self, __runtime_api_at_param__: <Block as Block>::Hash, asset_0: AssetId, asset_1: AssetId, amount_0_desired: u128, amount_1_desired: u128, amount_0_min: u128, amount_1_min: u128 ) -> Result<u128, ApiError>
fn calculate_remove_liquidity( &self, __runtime_api_at_param__: <Block as Block>::Hash, asset_0: AssetId, asset_1: AssetId, amount: u128 ) -> Result<Option<(u128, u128)>, ApiError>
source§impl DexGeneralApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, CurrencyId> for Runtime
impl DexGeneralApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, CurrencyId> for Runtime
fn get_pair_by_asset_id( asset_0: CurrencyId, asset_1: CurrencyId ) -> Option<PairInfo<AccountId, AssetBalance, CurrencyId>>
fn get_amount_in_price( supply: AssetBalance, path: Vec<CurrencyId> ) -> AssetBalance
fn get_amount_out_price( supply: AssetBalance, path: Vec<CurrencyId> ) -> AssetBalance
fn get_estimate_lptoken( asset_0: CurrencyId, asset_1: CurrencyId, amount_0_desired: AssetBalance, amount_1_desired: AssetBalance, amount_0_min: AssetBalance, amount_1_min: AssetBalance ) -> AssetBalance
fn calculate_remove_liquidity( asset_0: CurrencyId, asset_1: CurrencyId, amount: AssetBalance ) -> Option<(AssetBalance, AssetBalance)>
source§impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DexStableApi<__SrApiBlock__, CurrencyId, u128, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>where
RuntimeApiImplCall::StateBackend: StateBackend<HashFor<__SrApiBlock__>>,
&'static RuntimeApiImplCall: Send,
StablePoolId: UnwindSafe + RefUnwindSafe,
Balance: UnwindSafe + RefUnwindSafe,
Vec<CurrencyId>: UnwindSafe + RefUnwindSafe,
u32: UnwindSafe + RefUnwindSafe,
Option<CurrencyId>: UnwindSafe + RefUnwindSafe,
Vec<Balance>: UnwindSafe + RefUnwindSafe,
bool: UnwindSafe + RefUnwindSafe,
__SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,
impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> DexStableApi<__SrApiBlock__, CurrencyId, u128, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>where RuntimeApiImplCall::StateBackend: StateBackend<HashFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, StablePoolId: UnwindSafe + RefUnwindSafe, Balance: UnwindSafe + RefUnwindSafe, Vec<CurrencyId>: UnwindSafe + RefUnwindSafe, u32: UnwindSafe + RefUnwindSafe, Option<CurrencyId>: UnwindSafe + RefUnwindSafe, Vec<Balance>: UnwindSafe + RefUnwindSafe, bool: UnwindSafe + RefUnwindSafe, __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,
fn get_virtual_price( &self, __runtime_api_at_param__: <Block as Block>::Hash, pool_id: PoolId ) -> Result<Balance, ApiError>
fn get_a( &self, __runtime_api_at_param__: <Block as Block>::Hash, pool_id: PoolId ) -> Result<Balance, ApiError>
fn get_a_precise( &self, __runtime_api_at_param__: <Block as Block>::Hash, pool_id: PoolId ) -> Result<Balance, ApiError>
fn get_currencies( &self, __runtime_api_at_param__: <Block as Block>::Hash, pool_id: PoolId ) -> Result<Vec<CurrencyId, Global>, ApiError>
fn get_currency( &self, __runtime_api_at_param__: <Block as Block>::Hash, pool_id: PoolId, index: u32 ) -> Result<Option<CurrencyId>, ApiError>
fn get_lp_currency( &self, __runtime_api_at_param__: <Block as Block>::Hash, pool_id: PoolId ) -> Result<Option<CurrencyId>, ApiError>
fn get_currency_precision_multipliers( &self, __runtime_api_at_param__: <Block as Block>::Hash, pool_id: PoolId ) -> Result<Vec<Balance, Global>, ApiError>
fn get_currency_balances( &self, __runtime_api_at_param__: <Block as Block>::Hash, pool_id: PoolId ) -> Result<Vec<Balance, Global>, ApiError>
fn get_number_of_currencies( &self, __runtime_api_at_param__: <Block as Block>::Hash, pool_id: PoolId ) -> Result<u32, ApiError>
fn get_admin_balances( &self, __runtime_api_at_param__: <Block as Block>::Hash, pool_id: PoolId ) -> Result<Vec<Balance, Global>, ApiError>
fn calculate_currency_amount( &self, __runtime_api_at_param__: <Block as Block>::Hash, pool_id: PoolId, amounts: Vec<Balance, Global>, deposit: bool ) -> Result<Balance, ApiError>
fn calculate_swap( &self, __runtime_api_at_param__: <Block as Block>::Hash, pool_id: PoolId, in_index: u32, out_index: u32, in_amount: Balance ) -> Result<Balance, ApiError>
fn calculate_remove_liquidity( &self, __runtime_api_at_param__: <Block as Block>::Hash, pool_id: PoolId, amount: Balance ) -> Result<Vec<Balance, Global>, ApiError>
fn calculate_remove_liquidity_one_currency( &self, __runtime_api_at_param__: <Block as Block>::Hash, pool_id: PoolId, amount: Balance, index: u32 ) -> Result<Balance, ApiError>
source§impl DexStableApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, CurrencyId, u128, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime
impl DexStableApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, CurrencyId, u128, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, u32> for Runtime
fn get_virtual_price(pool_id: StablePoolId) -> Balance
fn get_a(pool_id: StablePoolId) -> Balance
fn get_a_precise(pool_id: StablePoolId) -> Balance
fn get_currencies(pool_id: StablePoolId) -> Vec<CurrencyId>
fn get_currency(pool_id: StablePoolId, index: u32) -> Option<CurrencyId>
fn get_lp_currency(pool_id: StablePoolId) -> Option<CurrencyId>
fn get_currency_precision_multipliers(pool_id: StablePoolId) -> Vec<Balance>
fn get_currency_balances(pool_id: StablePoolId) -> Vec<Balance>
fn get_number_of_currencies(pool_id: StablePoolId) -> u32
fn get_admin_balances(pool_id: StablePoolId) -> Vec<Balance>
fn calculate_currency_amount( pool_id: StablePoolId, amounts: Vec<Balance>, deposit: bool ) -> Balance
fn calculate_swap( pool_id: StablePoolId, in_index: u32, out_index: u32, in_amount: Balance ) -> Balance
fn calculate_remove_liquidity( pool_id: StablePoolId, amount: Balance ) -> Vec<Balance>
fn calculate_remove_liquidity_one_currency( pool_id: StablePoolId, amount: Balance, index: u32 ) -> Balance
source§impl Encode for CurrencyId
impl Encode for CurrencyId
source§fn size_hint(&self) -> usize
fn size_hint(&self) -> usize
If possible give a hint of expected size of the encoding. Read more
source§fn encode_to<__CodecOutputEdqy>(
&self,
__codec_dest_edqy: &mut __CodecOutputEdqy
)where
__CodecOutputEdqy: Output + ?Sized,
fn encode_to<__CodecOutputEdqy>( &self, __codec_dest_edqy: &mut __CodecOutputEdqy )where __CodecOutputEdqy: Output + ?Sized,
Convert self to a slice and append it to the destination.
§fn using_encoded<R, F>(&self, f: F) -> Rwhere
F: FnOnce(&[u8]) -> R,
fn using_encoded<R, F>(&self, f: F) -> Rwhere F: FnOnce(&[u8]) -> R,
Convert self to a slice and then invoke the given closure with it.
§fn encoded_size(&self) -> usize
fn encoded_size(&self) -> usize
Calculates the encoded size. Read more
source§impl EncodeAsType for CurrencyId
impl EncodeAsType for CurrencyId
source§fn encode_as_type_to(
&self,
__encode_as_type_type_id: u32,
__encode_as_type_types: &PortableRegistry,
__encode_as_type_out: &mut Vec<u8, Global>
) -> Result<(), Error>
fn encode_as_type_to( &self, __encode_as_type_type_id: u32, __encode_as_type_types: &PortableRegistry, __encode_as_type_out: &mut Vec<u8, Global> ) -> Result<(), Error>
Given some
type_id
, types
, a context
and some output target for the SCALE encoded bytes,
attempt to SCALE encode the current value into the type given by type_id
.source§impl GenerateLpAssetId<CurrencyId> for PairLpIdentity
impl GenerateLpAssetId<CurrencyId> for PairLpIdentity
fn generate_lp_asset_id( asset_0: CurrencyId, asset_1: CurrencyId ) -> Option<CurrencyId>
source§impl GetByKey<CurrencyId, u128> for ExistentialDeposits
impl GetByKey<CurrencyId, u128> for ExistentialDeposits
source§fn get(_currency_id: &CurrencyId) -> Balance
fn get(_currency_id: &CurrencyId) -> Balance
Return the value.
source§impl Hash for CurrencyId
impl Hash for CurrencyId
source§impl IntoVisitor for CurrencyId
impl IntoVisitor for CurrencyId
source§fn into_visitor() -> <CurrencyId as IntoVisitor>::Visitor
fn into_visitor() -> <CurrencyId as IntoVisitor>::Visitor
A means of obtaining this visitor.
source§impl MaxEncodedLen for CurrencyId
impl MaxEncodedLen for CurrencyId
source§fn max_encoded_len() -> usize
fn max_encoded_len() -> usize
Upper bound, in bytes, of the maximum encoded size of this item.
source§impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> OracleApi<__SrApiBlock__, u128, CurrencyId> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>where
RuntimeApiImplCall::StateBackend: StateBackend<HashFor<__SrApiBlock__>>,
&'static RuntimeApiImplCall: Send,
BalanceWrapper<Balance>: UnwindSafe + RefUnwindSafe,
CurrencyId: UnwindSafe + RefUnwindSafe,
Result<BalanceWrapper<Balance>, DispatchError>: UnwindSafe + RefUnwindSafe,
__SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,
impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> OracleApi<__SrApiBlock__, u128, CurrencyId> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>where RuntimeApiImplCall::StateBackend: StateBackend<HashFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, BalanceWrapper<Balance>: UnwindSafe + RefUnwindSafe, CurrencyId: UnwindSafe + RefUnwindSafe, Result<BalanceWrapper<Balance>, DispatchError>: UnwindSafe + RefUnwindSafe, __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,
fn wrapped_to_collateral( &self, __runtime_api_at_param__: <Block as Block>::Hash, amount: BalanceWrapper<Balance>, currency_id: CurrencyId ) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
fn collateral_to_wrapped( &self, __runtime_api_at_param__: <Block as Block>::Hash, amount: BalanceWrapper<Balance>, currency_id: CurrencyId ) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
source§impl OracleApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, u128, CurrencyId> for Runtime
impl OracleApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, u128, CurrencyId> for Runtime
fn wrapped_to_collateral( amount: BalanceWrapper<Balance>, currency_id: CurrencyId ) -> Result<BalanceWrapper<Balance>, DispatchError>
fn collateral_to_wrapped( amount: BalanceWrapper<Balance>, currency_id: CurrencyId ) -> Result<BalanceWrapper<Balance>, DispatchError>
source§impl Ord for CurrencyId
impl Ord for CurrencyId
source§fn cmp(&self, other: &CurrencyId) -> Ordering
fn cmp(&self, other: &CurrencyId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<CurrencyId> for CurrencyId
impl PartialEq<CurrencyId> for CurrencyId
source§fn eq(&self, other: &CurrencyId) -> bool
fn eq(&self, other: &CurrencyId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<CurrencyId> for CurrencyId
impl PartialOrd<CurrencyId> for CurrencyId
source§fn partial_cmp(&self, other: &CurrencyId) -> Option<Ordering>
fn partial_cmp(&self, other: &CurrencyId) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> RewardApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, VaultId<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, CurrencyId>, CurrencyId, u128, u32, FixedU128> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>where
RuntimeApiImplCall::StateBackend: StateBackend<HashFor<__SrApiBlock__>>,
&'static RuntimeApiImplCall: Send,
AccountId: UnwindSafe + RefUnwindSafe,
CurrencyId: UnwindSafe + RefUnwindSafe,
Result<BalanceWrapper<Balance>, DispatchError>: UnwindSafe + RefUnwindSafe,
VaultId<AccountId, CurrencyId>: UnwindSafe + RefUnwindSafe,
Option<Balance>: UnwindSafe + RefUnwindSafe,
Option<BlockNumber>: UnwindSafe + RefUnwindSafe,
Result<UnsignedFixedPoint, DispatchError>: UnwindSafe + RefUnwindSafe,
__SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,
impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> RewardApi<__SrApiBlock__, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, VaultId<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, CurrencyId>, CurrencyId, u128, u32, FixedU128> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>where RuntimeApiImplCall::StateBackend: StateBackend<HashFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, AccountId: UnwindSafe + RefUnwindSafe, CurrencyId: UnwindSafe + RefUnwindSafe, Result<BalanceWrapper<Balance>, DispatchError>: UnwindSafe + RefUnwindSafe, VaultId<AccountId, CurrencyId>: UnwindSafe + RefUnwindSafe, Option<Balance>: UnwindSafe + RefUnwindSafe, Option<BlockNumber>: UnwindSafe + RefUnwindSafe, Result<UnsignedFixedPoint, DispatchError>: UnwindSafe + RefUnwindSafe, __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,
source§fn compute_escrow_reward(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
account_id: AccountId,
currency_id: CurrencyId
) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
fn compute_escrow_reward( &self, __runtime_api_at_param__: <Block as Block>::Hash, account_id: AccountId, currency_id: CurrencyId ) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
Calculate the number of escrow rewards accrued
source§fn compute_farming_reward(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
account_id: AccountId,
pool_currency_id: CurrencyId,
reward_currency_id: CurrencyId
) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
fn compute_farming_reward( &self, __runtime_api_at_param__: <Block as Block>::Hash, account_id: AccountId, pool_currency_id: CurrencyId, reward_currency_id: CurrencyId ) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
Calculate the number of farming rewards accrued
source§fn compute_vault_reward(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
vault_id: VaultId,
currency_id: CurrencyId
) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
fn compute_vault_reward( &self, __runtime_api_at_param__: <Block as Block>::Hash, vault_id: VaultId, currency_id: CurrencyId ) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
Calculate the number of vault rewards accrued
source§fn estimate_escrow_reward_rate(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
account_id: AccountId,
amount: Option<Balance>,
lock_time: Option<BlockNumber>
) -> Result<Result<UnsignedFixedPoint, DispatchError>, ApiError>
fn estimate_escrow_reward_rate( &self, __runtime_api_at_param__: <Block as Block>::Hash, account_id: AccountId, amount: Option<Balance>, lock_time: Option<BlockNumber> ) -> Result<Result<UnsignedFixedPoint, DispatchError>, ApiError>
Estimate staking reward rate for a one year period
source§fn estimate_farming_reward(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
account_id: AccountId,
pool_currency_id: CurrencyId,
reward_currency_id: CurrencyId
) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
fn estimate_farming_reward( &self, __runtime_api_at_param__: <Block as Block>::Hash, account_id: AccountId, pool_currency_id: CurrencyId, reward_currency_id: CurrencyId ) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
Estimate farming rewards for remaining incentives
source§fn estimate_vault_reward_rate(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
vault_id: VaultId
) -> Result<Result<UnsignedFixedPoint, DispatchError>, ApiError>
fn estimate_vault_reward_rate( &self, __runtime_api_at_param__: <Block as Block>::Hash, vault_id: VaultId ) -> Result<Result<UnsignedFixedPoint, DispatchError>, ApiError>
Estimate vault reward rate for a one year period
source§impl RewardApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, VaultId<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, CurrencyId>, CurrencyId, u128, u32, FixedU128> for Runtime
impl RewardApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, VaultId<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, CurrencyId>, CurrencyId, u128, u32, FixedU128> for Runtime
source§fn compute_escrow_reward(
account_id: AccountId,
currency_id: CurrencyId
) -> Result<BalanceWrapper<Balance>, DispatchError>
fn compute_escrow_reward( account_id: AccountId, currency_id: CurrencyId ) -> Result<BalanceWrapper<Balance>, DispatchError>
Calculate the number of escrow rewards accrued
source§fn compute_farming_reward(
account_id: AccountId,
pool_currency_id: CurrencyId,
reward_currency_id: CurrencyId
) -> Result<BalanceWrapper<Balance>, DispatchError>
fn compute_farming_reward( account_id: AccountId, pool_currency_id: CurrencyId, reward_currency_id: CurrencyId ) -> Result<BalanceWrapper<Balance>, DispatchError>
Calculate the number of farming rewards accrued
source§fn compute_vault_reward(
vault_id: VaultId<AccountId, CurrencyId>,
currency_id: CurrencyId
) -> Result<BalanceWrapper<Balance>, DispatchError>
fn compute_vault_reward( vault_id: VaultId<AccountId, CurrencyId>, currency_id: CurrencyId ) -> Result<BalanceWrapper<Balance>, DispatchError>
Calculate the number of vault rewards accrued
source§fn estimate_escrow_reward_rate(
account_id: AccountId,
amount: Option<Balance>,
lock_time: Option<BlockNumber>
) -> Result<UnsignedFixedPoint, DispatchError>
fn estimate_escrow_reward_rate( account_id: AccountId, amount: Option<Balance>, lock_time: Option<BlockNumber> ) -> Result<UnsignedFixedPoint, DispatchError>
Estimate staking reward rate for a one year period
source§fn estimate_farming_reward(
account_id: AccountId,
pool_currency_id: CurrencyId,
reward_currency_id: CurrencyId
) -> Result<BalanceWrapper<Balance>, DispatchError>
fn estimate_farming_reward( account_id: AccountId, pool_currency_id: CurrencyId, reward_currency_id: CurrencyId ) -> Result<BalanceWrapper<Balance>, DispatchError>
Estimate farming rewards for remaining incentives
source§fn estimate_vault_reward_rate(
vault_id: VaultId<AccountId, CurrencyId>
) -> Result<UnsignedFixedPoint, DispatchError>
fn estimate_vault_reward_rate( vault_id: VaultId<AccountId, CurrencyId> ) -> Result<UnsignedFixedPoint, DispatchError>
Estimate vault reward rate for a one year period
source§impl Serialize for CurrencyId
impl Serialize for CurrencyId
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
source§impl StablePoolLpCurrencyIdGenerate<CurrencyId, u32> for PoolLpGenerate
impl StablePoolLpCurrencyIdGenerate<CurrencyId, u32> for PoolLpGenerate
fn generate_by_pool_id(pool_id: StablePoolId) -> CurrencyId
source§impl TypeInfo for CurrencyId
impl TypeInfo for CurrencyId
source§impl ValidateAsset<CurrencyId> for DexGeneralVerifyPairAsset
impl ValidateAsset<CurrencyId> for DexGeneralVerifyPairAsset
fn validate_asset(currency_id: &CurrencyId) -> bool
source§impl ValidateCurrency<CurrencyId> for DexStableVerifyPoolAsset
impl ValidateCurrency<CurrencyId> for DexStableVerifyPoolAsset
fn validate_pooled_currency(_currencies: &[CurrencyId]) -> bool
fn validate_pool_lp_currency(currency_id: CurrencyId) -> bool
source§impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> VaultRegistryApi<__SrApiBlock__, VaultId<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, CurrencyId>, u128, FixedU128, CurrencyId, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>where
RuntimeApiImplCall::StateBackend: StateBackend<HashFor<__SrApiBlock__>>,
&'static RuntimeApiImplCall: Send,
VaultId<AccountId, CurrencyId>: UnwindSafe + RefUnwindSafe,
Result<BalanceWrapper<Balance>, DispatchError>: UnwindSafe + RefUnwindSafe,
AccountId: UnwindSafe + RefUnwindSafe,
Result<Vec<VaultId<AccountId, CurrencyId>>, DispatchError>: UnwindSafe + RefUnwindSafe,
Result<Vec<(VaultId<AccountId, CurrencyId>, BalanceWrapper<Balance>)>, DispatchError>: UnwindSafe + RefUnwindSafe,
bool: UnwindSafe + RefUnwindSafe,
Result<UnsignedFixedPoint, DispatchError>: UnwindSafe + RefUnwindSafe,
BalanceWrapper<Balance>: UnwindSafe + RefUnwindSafe,
CurrencyId: UnwindSafe + RefUnwindSafe,
__SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,
impl<__SrApiBlock__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SrApiBlock__> + 'static> VaultRegistryApi<__SrApiBlock__, VaultId<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, CurrencyId>, u128, FixedU128, CurrencyId, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId> for RuntimeApiImpl<__SrApiBlock__, RuntimeApiImplCall>where RuntimeApiImplCall::StateBackend: StateBackend<HashFor<__SrApiBlock__>>, &'static RuntimeApiImplCall: Send, VaultId<AccountId, CurrencyId>: UnwindSafe + RefUnwindSafe, Result<BalanceWrapper<Balance>, DispatchError>: UnwindSafe + RefUnwindSafe, AccountId: UnwindSafe + RefUnwindSafe, Result<Vec<VaultId<AccountId, CurrencyId>>, DispatchError>: UnwindSafe + RefUnwindSafe, Result<Vec<(VaultId<AccountId, CurrencyId>, BalanceWrapper<Balance>)>, DispatchError>: UnwindSafe + RefUnwindSafe, bool: UnwindSafe + RefUnwindSafe, Result<UnsignedFixedPoint, DispatchError>: UnwindSafe + RefUnwindSafe, BalanceWrapper<Balance>: UnwindSafe + RefUnwindSafe, CurrencyId: UnwindSafe + RefUnwindSafe, __SrApiBlock__::Header: UnwindSafe + RefUnwindSafe,
source§fn get_vault_collateral(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
vault_id: VaultId
) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
fn get_vault_collateral( &self, __runtime_api_at_param__: <Block as Block>::Hash, vault_id: VaultId ) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
Get the vault’s collateral (excluding nomination)
source§fn get_vaults_by_account_id(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
account_id: AccountId
) -> Result<Result<Vec<VaultId, Global>, DispatchError>, ApiError>
fn get_vaults_by_account_id( &self, __runtime_api_at_param__: <Block as Block>::Hash, account_id: AccountId ) -> Result<Result<Vec<VaultId, Global>, DispatchError>, ApiError>
Get all the vaultIds registered by a vault’s accountId
source§fn get_vault_total_collateral(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
vault_id: VaultId
) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
fn get_vault_total_collateral( &self, __runtime_api_at_param__: <Block as Block>::Hash, vault_id: VaultId ) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
Get the vault’s collateral (including nomination)
source§fn get_vaults_with_issuable_tokens(
&self,
__runtime_api_at_param__: <Block as Block>::Hash
) -> Result<Result<Vec<(VaultId, BalanceWrapper<Balance>), Global>, DispatchError>, ApiError>
fn get_vaults_with_issuable_tokens( &self, __runtime_api_at_param__: <Block as Block>::Hash ) -> Result<Result<Vec<(VaultId, BalanceWrapper<Balance>), Global>, DispatchError>, ApiError>
Get all vaults with non-zero issuable tokens, ordered in descending order of this amount
source§fn get_vaults_with_redeemable_tokens(
&self,
__runtime_api_at_param__: <Block as Block>::Hash
) -> Result<Result<Vec<(VaultId, BalanceWrapper<Balance>), Global>, DispatchError>, ApiError>
fn get_vaults_with_redeemable_tokens( &self, __runtime_api_at_param__: <Block as Block>::Hash ) -> Result<Result<Vec<(VaultId, BalanceWrapper<Balance>), Global>, DispatchError>, ApiError>
Get all vaults with non-zero redeemable tokens, ordered in descending order of this amount
source§fn get_issuable_tokens_from_vault(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
vault: VaultId
) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
fn get_issuable_tokens_from_vault( &self, __runtime_api_at_param__: <Block as Block>::Hash, vault: VaultId ) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
Get the amount of tokens a vault can issue
source§fn get_collateralization_from_vault(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
vault: VaultId,
only_issued: bool
) -> Result<Result<UnsignedFixedPoint, DispatchError>, ApiError>
fn get_collateralization_from_vault( &self, __runtime_api_at_param__: <Block as Block>::Hash, vault: VaultId, only_issued: bool ) -> Result<Result<UnsignedFixedPoint, DispatchError>, ApiError>
Get the collateralization rate of a vault
source§fn get_collateralization_from_vault_and_collateral(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
vault: VaultId,
collateral: BalanceWrapper<Balance>,
only_issued: bool
) -> Result<Result<UnsignedFixedPoint, DispatchError>, ApiError>
fn get_collateralization_from_vault_and_collateral( &self, __runtime_api_at_param__: <Block as Block>::Hash, vault: VaultId, collateral: BalanceWrapper<Balance>, only_issued: bool ) -> Result<Result<UnsignedFixedPoint, DispatchError>, ApiError>
Get the collateralization rate of a vault and collateral
source§fn get_required_collateral_for_wrapped(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
amount_btc: BalanceWrapper<Balance>,
currency_id: CurrencyId
) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
fn get_required_collateral_for_wrapped( &self, __runtime_api_at_param__: <Block as Block>::Hash, amount_btc: BalanceWrapper<Balance>, currency_id: CurrencyId ) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
Get the minimum amount of collateral required for the given amount of btc
with the current threshold and exchange rate
source§fn get_required_collateral_for_vault(
&self,
__runtime_api_at_param__: <Block as Block>::Hash,
vault_id: VaultId
) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
fn get_required_collateral_for_vault( &self, __runtime_api_at_param__: <Block as Block>::Hash, vault_id: VaultId ) -> Result<Result<BalanceWrapper<Balance>, DispatchError>, ApiError>
Get the amount of collateral required for the given vault to be at the
current SecureCollateralThreshold with the current exchange rate
source§impl VaultRegistryApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, VaultId<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, CurrencyId>, u128, FixedU128, CurrencyId, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId> for Runtime
impl VaultRegistryApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, RuntimeCall, MultiSignature, (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, VaultId<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, CurrencyId>, u128, FixedU128, CurrencyId, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId> for Runtime
source§fn get_vault_collateral(
vault_id: VaultId<AccountId, CurrencyId>
) -> Result<BalanceWrapper<Balance>, DispatchError>
fn get_vault_collateral( vault_id: VaultId<AccountId, CurrencyId> ) -> Result<BalanceWrapper<Balance>, DispatchError>
Get the vault’s collateral (excluding nomination)
source§fn get_vaults_by_account_id(
account_id: AccountId
) -> Result<Vec<VaultId<AccountId, CurrencyId>>, DispatchError>
fn get_vaults_by_account_id( account_id: AccountId ) -> Result<Vec<VaultId<AccountId, CurrencyId>>, DispatchError>
Get all the vaultIds registered by a vault’s accountId
source§fn get_vault_total_collateral(
vault_id: VaultId<AccountId, CurrencyId>
) -> Result<BalanceWrapper<Balance>, DispatchError>
fn get_vault_total_collateral( vault_id: VaultId<AccountId, CurrencyId> ) -> Result<BalanceWrapper<Balance>, DispatchError>
Get the vault’s collateral (including nomination)
source§fn get_vaults_with_issuable_tokens(
) -> Result<Vec<(VaultId<AccountId, CurrencyId>, BalanceWrapper<Balance>)>, DispatchError>
fn get_vaults_with_issuable_tokens( ) -> Result<Vec<(VaultId<AccountId, CurrencyId>, BalanceWrapper<Balance>)>, DispatchError>
Get all vaults with non-zero issuable tokens, ordered in descending order of this amount
source§fn get_vaults_with_redeemable_tokens(
) -> Result<Vec<(VaultId<AccountId, CurrencyId>, BalanceWrapper<Balance>)>, DispatchError>
fn get_vaults_with_redeemable_tokens( ) -> Result<Vec<(VaultId<AccountId, CurrencyId>, BalanceWrapper<Balance>)>, DispatchError>
Get all vaults with non-zero redeemable tokens, ordered in descending order of this amount
source§fn get_issuable_tokens_from_vault(
vault: VaultId<AccountId, CurrencyId>
) -> Result<BalanceWrapper<Balance>, DispatchError>
fn get_issuable_tokens_from_vault( vault: VaultId<AccountId, CurrencyId> ) -> Result<BalanceWrapper<Balance>, DispatchError>
Get the amount of tokens a vault can issue
source§fn get_collateralization_from_vault(
vault: VaultId<AccountId, CurrencyId>,
only_issued: bool
) -> Result<UnsignedFixedPoint, DispatchError>
fn get_collateralization_from_vault( vault: VaultId<AccountId, CurrencyId>, only_issued: bool ) -> Result<UnsignedFixedPoint, DispatchError>
Get the collateralization rate of a vault
source§fn get_collateralization_from_vault_and_collateral(
vault: VaultId<AccountId, CurrencyId>,
collateral: BalanceWrapper<Balance>,
only_issued: bool
) -> Result<UnsignedFixedPoint, DispatchError>
fn get_collateralization_from_vault_and_collateral( vault: VaultId<AccountId, CurrencyId>, collateral: BalanceWrapper<Balance>, only_issued: bool ) -> Result<UnsignedFixedPoint, DispatchError>
Get the collateralization rate of a vault and collateral
source§fn get_required_collateral_for_wrapped(
amount_btc: BalanceWrapper<Balance>,
currency_id: CurrencyId
) -> Result<BalanceWrapper<Balance>, DispatchError>
fn get_required_collateral_for_wrapped( amount_btc: BalanceWrapper<Balance>, currency_id: CurrencyId ) -> Result<BalanceWrapper<Balance>, DispatchError>
Get the minimum amount of collateral required for the given amount of btc
with the current threshold and exchange rate
source§fn get_required_collateral_for_vault(
vault_id: VaultId<AccountId, CurrencyId>
) -> Result<BalanceWrapper<Balance>, DispatchError>
fn get_required_collateral_for_vault( vault_id: VaultId<AccountId, CurrencyId> ) -> Result<BalanceWrapper<Balance>, DispatchError>
Get the amount of collateral required for the given vault to be at the
current SecureCollateralThreshold with the current exchange rate
impl Copy for CurrencyId
impl EncodeLike<CurrencyId> for CurrencyId
impl Eq for CurrencyId
impl StructuralEq for CurrencyId
impl StructuralPartialEq for CurrencyId
Auto Trait Implementations§
impl RefUnwindSafe for CurrencyId
impl Send for CurrencyId
impl Sync for CurrencyId
impl Unpin for CurrencyId
impl UnwindSafe for CurrencyId
Blanket Implementations§
§impl<T> CheckedConversion for T
impl<T> CheckedConversion for T
§fn checked_from<T>(t: T) -> Option<Self>where
Self: TryFrom<T>,
fn checked_from<T>(t: T) -> Option<Self>where Self: TryFrom<T>,
§fn checked_into<T>(self) -> Option<T>where
Self: TryInto<T>,
fn checked_into<T>(self) -> Option<T>where Self: TryInto<T>,
§impl<T> Conv for T
impl<T> Conv for T
§impl<T> DecodeAll for Twhere
T: Decode,
impl<T> DecodeAll for Twhere T: Decode,
§fn decode_all(input: &mut &[u8]) -> Result<T, Error>
fn decode_all(input: &mut &[u8]) -> Result<T, Error>
Decode
Self
and consume all of the given input data. Read more§impl<T> DecodeAsType for Twhere
T: IntoVisitor,
Error: From<<<T as IntoVisitor>::Visitor as Visitor>::Error>,
impl<T> DecodeAsType for Twhere T: IntoVisitor, Error: From<<<T as IntoVisitor>::Visitor as Visitor>::Error>,
§fn decode_as_type(
input: &mut &[u8],
type_id: u32,
types: &PortableRegistry
) -> Result<T, Error>
fn decode_as_type( input: &mut &[u8], type_id: u32, types: &PortableRegistry ) -> Result<T, Error>
Given some input bytes, a
type_id
, and type registry, attempt to decode said bytes into
Self
. Implementations should modify the &mut
reference to the bytes such that any bytes
not used in the course of decoding are still pointed to after decoding is complete.§impl<T> DecodeLimit for Twhere
T: Decode,
impl<T> DecodeLimit for Twhere T: Decode,
§impl<T> DefensiveMax<T> for Twhere
T: PartialOrd<T>,
impl<T> DefensiveMax<T> for Twhere T: PartialOrd<T>,
§fn defensive_max(self, other: T) -> T
fn defensive_max(self, other: T) -> T
§fn defensive_strict_max(self, other: T) -> T
fn defensive_strict_max(self, other: T) -> T
§impl<T> DefensiveMin<T> for Twhere
T: PartialOrd<T>,
impl<T> DefensiveMin<T> for Twhere T: PartialOrd<T>,
§fn defensive_min(self, other: T) -> T
fn defensive_min(self, other: T) -> T
§fn defensive_strict_min(self, other: T) -> T
fn defensive_strict_min(self, other: T) -> T
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere T: Any,
§fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>
fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>
Convert
Box<dyn Trait>
(where Trait: Downcast
) to Box<dyn Any>
. Box<dyn Any>
can
then be further downcast
into Box<ConcreteType>
where ConcreteType
implements Trait
.§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
Convert
Rc<Trait>
(where Trait: Downcast
) to Rc<Any>
. Rc<Any>
can then be
further downcast
into Rc<ConcreteType>
where ConcreteType
implements Trait
.§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &Any
’s vtable from &Trait
’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &mut Any
’s vtable from &mut Trait
’s.§impl<T> EncodeAs<T> for Twhere
T: Encode,
impl<T> EncodeAs<T> for Twhere T: Encode,
source§impl<T> EncodeInto for Twhere
T: Encode,
impl<T> EncodeInto for Twhere T: Encode,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> FmtForward for T
impl<T> FmtForward for T
§fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
fn fmt_binary(self) -> FmtBinary<Self>where Self: Binary,
Causes
self
to use its Binary
implementation when Debug
-formatted.§fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
fn fmt_display(self) -> FmtDisplay<Self>where Self: Display,
Causes
self
to use its Display
implementation when
Debug
-formatted.§fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
fn fmt_lower_exp(self) -> FmtLowerExp<Self>where Self: LowerExp,
Causes
self
to use its LowerExp
implementation when
Debug
-formatted.§fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
fn fmt_lower_hex(self) -> FmtLowerHex<Self>where Self: LowerHex,
Causes
self
to use its LowerHex
implementation when
Debug
-formatted.§fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
fn fmt_octal(self) -> FmtOctal<Self>where Self: Octal,
Causes
self
to use its Octal
implementation when Debug
-formatted.§fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
fn fmt_pointer(self) -> FmtPointer<Self>where Self: Pointer,
Causes
self
to use its Pointer
implementation when
Debug
-formatted.§fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
fn fmt_upper_exp(self) -> FmtUpperExp<Self>where Self: UpperExp,
Causes
self
to use its UpperExp
implementation when
Debug
-formatted.§fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
fn fmt_upper_hex(self) -> FmtUpperHex<Self>where Self: UpperHex,
Causes
self
to use its UpperHex
implementation when
Debug
-formatted.§fn fmt_list(self) -> FmtList<Self>where
&'a Self: for<'a> IntoIterator,
fn fmt_list(self) -> FmtList<Self>where &'a Self: for<'a> IntoIterator,
Formats each item in a sequence. Read more
§impl<T> Hashable for Twhere
T: Codec,
impl<T> Hashable for Twhere T: Codec,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IsType<T> for T
impl<T> IsType<T> for T
§impl<T> KeyedVec for Twhere
T: Codec,
impl<T> KeyedVec for Twhere T: Codec,
§impl<T> Pipe for Twhere
T: ?Sized,
impl<T> Pipe for Twhere T: ?Sized,
§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere Self: Sized,
Pipes by value. This is generally the method you want to use. Read more
§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere R: 'a,
Borrows
self
and passes that borrow into the pipe function. Read more§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere R: 'a,
Mutably borrows
self
and passes that borrow into the pipe function. Read more§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> Rwhere
Self: Borrow<B>,
B: 'a + ?Sized,
R: 'a,
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> Rwhere Self: Borrow<B>, B: 'a + ?Sized, R: 'a,
§fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R
) -> Rwhere
Self: BorrowMut<B>,
B: 'a + ?Sized,
R: 'a,
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R ) -> Rwhere Self: BorrowMut<B>, B: 'a + ?Sized, R: 'a,
§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> Rwhere
Self: AsRef<U>,
U: 'a + ?Sized,
R: 'a,
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> Rwhere Self: AsRef<U>, U: 'a + ?Sized, R: 'a,
Borrows
self
, then passes self.as_ref()
into the pipe function.§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> Rwhere
Self: AsMut<U>,
U: 'a + ?Sized,
R: 'a,
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> Rwhere Self: AsMut<U>, U: 'a + ?Sized, R: 'a,
Mutably borrows
self
, then passes self.as_mut()
into the pipe
function.§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere Self: UniqueSaturatedFrom<T>,
§fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T
. Read more§impl<T> Tap for T
impl<T> Tap for T
§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Selfwhere
Self: Borrow<B>,
B: ?Sized,
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Selfwhere Self: Borrow<B>, B: ?Sized,
Immutable access to the
Borrow<B>
of a value. Read more§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Selfwhere
Self: BorrowMut<B>,
B: ?Sized,
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Selfwhere Self: BorrowMut<B>, B: ?Sized,
Mutable access to the
BorrowMut<B>
of a value. Read more§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Selfwhere
Self: AsRef<R>,
R: ?Sized,
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Selfwhere Self: AsRef<R>, R: ?Sized,
Immutable access to the
AsRef<R>
view of a value. Read more§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Selfwhere
Self: AsMut<R>,
R: ?Sized,
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Selfwhere Self: AsMut<R>, R: ?Sized,
Mutable access to the
AsMut<R>
view of a value. Read more§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Selfwhere
Self: Deref<Target = T>,
T: ?Sized,
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Selfwhere Self: Deref<Target = T>, T: ?Sized,
Immutable access to the
Deref::Target
of a value. Read more§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Selfwhere
Self: DerefMut<Target = T> + Deref,
T: ?Sized,
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Selfwhere Self: DerefMut<Target = T> + Deref, T: ?Sized,
Mutable access to the
Deref::Target
of a value. Read more§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
Calls
.tap()
only in debug builds, and is erased in release builds.§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
Calls
.tap_mut()
only in debug builds, and is erased in release
builds.§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Selfwhere
Self: Borrow<B>,
B: ?Sized,
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Selfwhere Self: Borrow<B>, B: ?Sized,
Calls
.tap_borrow()
only in debug builds, and is erased in release
builds.§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Selfwhere
Self: BorrowMut<B>,
B: ?Sized,
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Selfwhere Self: BorrowMut<B>, B: ?Sized,
Calls
.tap_borrow_mut()
only in debug builds, and is erased in release
builds.§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Selfwhere
Self: AsRef<R>,
R: ?Sized,
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Selfwhere Self: AsRef<R>, R: ?Sized,
Calls
.tap_ref()
only in debug builds, and is erased in release
builds.§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Selfwhere
Self: AsMut<R>,
R: ?Sized,
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Selfwhere Self: AsMut<R>, R: ?Sized,
Calls
.tap_ref_mut()
only in debug builds, and is erased in release
builds.§impl<T> TryConv for T
impl<T> TryConv for T
§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere T: UncheckedFrom<S>,
§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from
.§impl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere T: Bounded, S: TryInto<T>,
§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.