pub trait Get<T> {
    // Required method
    fn get() -> T;
}
Expand description

A trait for querying a single value from a type.

It is not required that the value is constant.

Required Methods§

fn get() -> T

Return the current value.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Get<Junctions> for BrokerPot

source§

impl Get<Junctions> for BrokerPot

source§

impl Get<u32> for DefaultForRound

source§

impl Get<u32> for MaybeSignedPhase

source§

impl Get<FixedU128> for NextFeeMultiplierOnEmpty

source§

impl Get<FixedU128> for InitialFactor

source§

impl Get<Vec<(<TracksInfo as TracksInfo<u128, u32>>::Id, TrackInfo<u128, u32>)>> for TracksInfo

source§

impl Get<Vec<(<TracksInfo as TracksInfo<u128, u32>>::Id, TrackInfo<u128, u32>)>> for TracksInfo

source§

impl Get<Vec<AssetFilter>> for AllAssets

source§

impl<C, A> Get<<C as Currency<A>>::Balance> for ActiveIssuanceOf<C, A>
where C: Currency<A>,

source§

fn get() -> <C as Currency<A>>::Balance

source§

impl<C, A> Get<<C as Currency<A>>::Balance> for TotalIssuanceOf<C, A>
where C: Currency<A>,

source§

fn get() -> <C as Currency<A>>::Balance

source§

impl<I> Get<I> for BlockExecutionWeight
where I: From<Weight>,

source§

fn get() -> I

source§

impl<I> Get<I> for ExtrinsicBaseWeight
where I: From<Weight>,

source§

fn get() -> I

source§

impl<I> Get<I> for ParityDbWeight

source§

fn get() -> I

source§

impl<I> Get<I> for RocksDbWeight

source§

fn get() -> I

source§

impl<I> Get<I> for BlockExecutionWeight
where I: From<Weight>,

source§

fn get() -> I

source§

impl<I> Get<I> for ExtrinsicBaseWeight
where I: From<Weight>,

source§

fn get() -> I

source§

impl<I> Get<I> for MaxDispatchErrorLen
where I: From<u32>,

source§

fn get() -> I

source§

impl<I> Get<I> for MaxPalletNameLen
where I: From<u32>,

source§

fn get() -> I

source§

impl<I> Get<I> for MaxPalletsInfo
where I: From<u32>,

source§

fn get() -> I

source§

impl<I> Get<I> for MaxDispatchErrorLen
where I: From<u32>,

source§

fn get() -> I

source§

impl<I> Get<I> for MaxPalletNameLen
where I: From<u32>,

source§

fn get() -> I

source§

impl<I> Get<I> for MaxPalletsInfo
where I: From<u32>,

source§

fn get() -> I

source§

impl<I> Get<I> for BlockExecutionWeight
where I: From<Weight>,

source§

fn get() -> I

source§

impl<I> Get<I> for ExtrinsicBaseWeight
where I: From<Weight>,

source§

fn get() -> I

source§

impl<I, C> Get<I> for TestBlockHashCount<C>
where I: From<u32>, C: Get<u32>,

source§

fn get() -> I

source§

impl<Origin, Size, HeapSize> Get<u32> for MaxMessageLen<Origin, Size, HeapSize>
where Origin: MaxEncodedLen, Size: MaxEncodedLen + Into<u32>, HeapSize: Get<Size>,

source§

impl<Prefix, Hasher1, Key1, Hasher2, Key2, Value, QueryKind, OnEmpty, MaxValues> Get<u32> for KeyLenOf<StorageDoubleMap<Prefix, Hasher1, Key1, Hasher2, Key2, Value, QueryKind, OnEmpty, MaxValues>>
where Prefix: StorageInstance, Hasher1: StorageHasher, Hasher2: StorageHasher, Key1: MaxEncodedLen, Key2: MaxEncodedLen,

source§

impl<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues> Get<u32> for KeyLenOf<StorageMap<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues>>
where Prefix: StorageInstance, Hasher: StorageHasher, Key: FullCodec + MaxEncodedLen,

source§

impl<T> Get<u32> for VariantCountOf<T>
where T: VariantCount,

source§

impl<T> Get<u32> for MaxChecking<T>
where T: Config,

source§

impl<T> Get<u32> for MaxEncodedLenOf<T>
where T: MaxEncodedLen,

source§

impl<T> Get<u32> for TotalUnbondingPools<T>
where T: Config,

source§

impl<T> Get<u32> for MaxVestingSchedulesGet<T>
where T: Config,

source§

impl<T> Get<u32> for VersionDiscoveryQueueSize<T>
where T: Config,

source§

impl<T> Get<BoundedVec<(u32, <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance), <T as Config>::QueueCount>> for OnEmptyQueueTotals<T>
where T: Config,

source§

fn get( ) -> BoundedVec<(u32, <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance), <T as Config>::QueueCount>

§

impl<T> Get<T> for ()
where T: Default,

§

fn get() -> T

source§

impl<T, O> Get<u32> for IntoU32<T, O>
where T: Get<O>, O: Into<u32>,

source§

impl<T, P> Get<(u32, u32)> for ActiveConfigHrmpChannelSizeAndCapacityRatio<T, P>
where T: Config, P: Get<Percent>,

source§

fn get() -> (u32, u32)

source§

impl<T, P> Get<u32> for ClassCountOf<P, T>
where P: Polling<T>,

source§

impl<_I> Get<_I> for BagThresholds
where _I: From<&'static [u64]>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for NextVoteWeight
where _I: From<u64>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for NextVoteWeightMap
where _I: From<HashMap<<Runtime as Config>::AccountId, u64>>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Admin
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BondedBalanceMap
where _I: From<BTreeMap<u128, u128>>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BondingDuration
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for CheckLevel
where _I: From<u8>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for CurrentEra
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ExistentialDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxMetadataLen
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxUnbonding
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MinJoinBondConfig
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Nominations
where _I: From<Option<Vec<u128>>>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for PoolsPalletId
where _I: From<PalletId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for PostUnbondingPoolsWindow
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for StakingMinBond
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for UnbondingBalanceMap
where _I: From<BTreeMap<u128, Vec<(u32, u128)>>>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BondingDuration
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SessionsPerEra
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for CurrentXcmVersion
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for AdjustmentVariable
where _I: From<FixedU128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BlockHashCount
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BlockLength
where _I: From<BlockLength>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaximumMultiplier
where _I: From<FixedU128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MinimumMultiplier
where _I: From<FixedU128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TargetBlockFullness
where _I: From<Perquintill>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for AlarmInterval
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxBalance
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SubmissionDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for UndecidingTimeout
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for VoteLockingPeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for CouncilPalletName
where _I: From<&'static str>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for DemocracyPalletName
where _I: From<&'static str>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for PhragmenElectionPalletId
where _I: From<[u8; 8]>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for PhragmenElectionPalletName
where _I: From<&'static str>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TechnicalCommitteePalletName
where _I: From<&'static str>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TechnicalMembershipPalletName
where _I: From<&'static str>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TipsPalletName
where _I: From<&'static str>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for AnnouncementDepositBase
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for AnnouncementDepositFactor
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BasicDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BeefySetIdSessionEntries
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BlockWeights
where _I: From<BlockWeights>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BondingDuration
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BountyDepositBase
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BountyDepositPayoutDelay
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BountyUpdatePeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BountyValueMinimum
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BrokerId
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BrokerPalletId
where _I: From<PalletId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Burn
where _I: From<Permill>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ByteDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ChildBountyValueMinimum
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ConfigDepositBase
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for CrowdloanId
where _I: From<PalletId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for CuratorDepositMax
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for CuratorDepositMin
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for CuratorDepositMultiplier
where _I: From<Permill>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for DataDepositPerByte
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for DepositBase
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for DepositFactor
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for EndingPeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ExistentialDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ExpectedBlockTime
where _I: From<u64>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for FriendDepositFactor
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for HrmpChannelSizeAndCapacityWithSystemRatio
where _I: From<Percent>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for IndexDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for IntakePeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for LeafVersion
where _I: From<MmrLeafVersion>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for LeasePeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxActiveChildBountyCount
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxAdditionalFields
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxApprovals
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxAuthorities
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxBalance
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxFriends
where _I: From<u16>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxHistoricalRevenue
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxIntakeWeight
where _I: From<Weight>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxKeys
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxLocks
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxMemoLength
where _I: From<u8>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxPeerInHeartbeats
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxPending
where _I: From<u16>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxProxies
where _I: From<u16>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxRegistrars
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxReserves
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxScheduledPerBlock
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxSetIdSessionEntries
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxSignatories
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxSubAccounts
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxTemporarySlotPerLeasePeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxXcmTransactWeight
where _I: From<Weight>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaximumReasonLength
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaximumSchedulerWeight
where _I: From<Weight>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MessageQueueHeapSize
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MessageQueueMaxStale
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MessageQueueServiceWeight
where _I: From<Weight>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MigController

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MigrationMaxKeyLen
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MigrationSignedDepositBase
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MigrationSignedDepositPerItem
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MinContribution
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MinReceipt
where _I: From<Perquintill>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MinVestedTransfer
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MinimumPeriod
where _I: From<u64>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for NisBasePeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for NisPalletId
where _I: From<PalletId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for NoPreimagePostponement
where _I: From<Option<u32>>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for OffchainSolutionLengthLimit
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for OffchainSolutionWeightLimit
where _I: From<Weight>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for OnDemandPalletId
where _I: From<PalletId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for OnDemandTrafficDefaultValue
where _I: From<FixedU128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for OperationalFeeMultiplier
where _I: From<u8>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ParaDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ParasUnsignedPriority
where _I: From<u64>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for PayoutSpendPeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for PermanentSlotLeasePeriodLength
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Prefix
where _I: From<&'static [u8]>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for PreimageHoldReason

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ProxyDepositBase
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ProxyDepositFactor
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RecoveryDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RemoveKeysLimit
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ReportLongevity
where _I: From<u64>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SS58Prefix
where _I: From<u8>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SampleLength
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SessionsPerEra
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SocietyPalletId
where _I: From<PalletId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SpendPeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SubAccountDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SubmissionDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TemporarySlotLeasePeriodLength
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ThawThrottle
where _I: From<(Perquintill, u32)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TipCountdown
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TipFindersFee
where _I: From<Percent>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TipReportDepositBase
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TransactionByteFee
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TreasuryInteriorLocation
where _I: From<Junctions>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TreasuryPalletId
where _I: From<PalletId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for UnvestedFundsAllowedWithdrawReasons
where _I: From<WithdrawReasons>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Version
where _I: From<RuntimeVersion>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for AssetHub
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BaseDeliveryFee
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BaseXcmWeight
where _I: From<Weight>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BridgeHub
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Broker
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for CheckAccount

source§

fn get() -> _I

source§

impl<_I> Get<_I> for CollectiveBodyId
where _I: From<BodyId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Contracts
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Encointer
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for FeeAssetId
where _I: From<AssetId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for FellowsBodyId
where _I: From<BodyId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for LocalCheckAccount

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxAssetsIntoHolding
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxInstructions
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for People
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Roc
where _I: From<AssetFilter>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RocForAssetHub
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RocForBridgeHub
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RocForBroker
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RocForContracts
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RocForEncointer
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RocForPeople
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RocForTick
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RocForTrack
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RocForTrick
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RootLocation
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for StakingAdminBodyId
where _I: From<BodyId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ThisNetwork
where _I: From<NetworkId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Tick
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TokenLocation
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Track
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TreasuryAccount

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Trick
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for UniversalLocation
where _I: From<Junctions>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for EpochDurationInBlocks
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ParityDbWeight
where _I: From<RuntimeDbWeight>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RocksDbWeight
where _I: From<RuntimeDbWeight>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for LockedAssets
where _I: From<Vec<(Location, Asset)>>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxAssetsIntoHolding
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SubscriptionRequests
where _I: From<Vec<(Location, Option<(u64, Weight)>)>>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TrappedAssets
where _I: From<Vec<(Location, Assets)>>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for AlarmInterval
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for FellowsBodyId
where _I: From<BodyId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxBalance
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SubmissionDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for UndecidingTimeout
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for VoteLockingPeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for AnnouncementDepositBase
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for AnnouncementDepositFactor
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BagThresholds
where _I: From<&'static [u64]>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BasicDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BeefySetIdSessionEntries
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BlockWeights
where _I: From<BlockWeights>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BondingDuration
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BrokerId
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BrokerPalletId
where _I: From<PalletId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Burn
where _I: From<Permill>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ByteDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ConfigDepositBase
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for CrowdloanId
where _I: From<PalletId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for DataDepositPerByte
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for DelegatedStakingPalletId
where _I: From<PalletId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for DepositBase
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for DepositFactor
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ElectionBounds
where _I: From<ElectionBounds>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for EndingPeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for EpochDuration
where _I: From<u64>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ExistentialDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ExpectedBlockTime
where _I: From<u64>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for FriendDepositFactor
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for HrmpChannelSizeAndCapacityWithSystemRatio
where _I: From<Percent>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for IndexDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for LeafVersion
where _I: From<MmrLeafVersion>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for LeasePeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxActiveValidators
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxAdditionalFields
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxAgentsToMigrate
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxApprovals
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxAuthorities
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxBalance
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxControllersInDeprecationBatch
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxElectingVoters
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxExposurePageSize
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxFriends
where _I: From<u16>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxHistoricalRevenue
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxKeys
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxLocks
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxMemoLength
where _I: From<u8>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxNominations
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxNominators
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxPeerInHeartbeats
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxPending
where _I: From<u16>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxPointsToBalance
where _I: From<u8>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxProxies
where _I: From<u16>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxRegistrars
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxReserves
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxScheduledPerBlock
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxSetIdSessionEntries
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxSignatories
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxSubAccounts
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxTemporarySlotPerLeasePeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxXcmTransactWeight
where _I: From<Weight>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaximumSchedulerWeight
where _I: From<Weight>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MessageQueueHeapSize
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MessageQueueMaxStale
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MessageQueueServiceWeight
where _I: From<Weight>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MigrationMaxKeyLen
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MigrationSignedDepositBase
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MigrationSignedDepositPerItem
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MinContribution
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MinVestedTransfer
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MinimumPeriod
where _I: From<u64>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for NoPreimagePostponement
where _I: From<Option<u32>>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for NposSolutionPriority
where _I: From<u64>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for OffchainRepeat
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for OffchainSolutionLengthLimit
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for OffchainSolutionWeightLimit
where _I: From<Weight>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Offset
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for OnDemandPalletId
where _I: From<PalletId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for OnDemandTrafficDefaultValue
where _I: From<FixedU128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for OperationalFeeMultiplier
where _I: From<u8>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ParaDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ParasUnsignedPriority
where _I: From<u64>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for PayoutSpendPeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Period
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for PermanentSlotLeasePeriodLength
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for PoolsPalletId
where _I: From<PalletId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for PreimageBaseDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for PreimageByteDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for PreimageHoldReason

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ProxyDepositBase
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ProxyDepositFactor
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RecoveryDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RegistrarDataDepositPerByte
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RemoveKeysLimit
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ReportLongevity
where _I: From<u64>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SS58Prefix
where _I: From<u8>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SampleLength
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SessionsPerEra
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SignedDepositByte
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SignedDepositIncreaseFactor
where _I: From<Percent>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SignedFixedDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SignedMaxRefunds
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SignedMaxSubmissions
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SignedPhase
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SignedRewardBase
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SlashDeferDuration
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SlashRewardFraction
where _I: From<Perbill>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SpendPeriod
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SubAccountDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for SubmissionDeposit
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TemporarySlotLeasePeriodLength
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TipCountdown
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TipFindersFee
where _I: From<Percent>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TipReportDepositBase
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TransactionByteFee
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TreasuryInteriorLocation
where _I: From<Junctions>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TreasuryPalletId
where _I: From<PalletId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for UnsignedPhase
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for UnvestedFundsAllowedWithdrawReasons
where _I: From<WithdrawReasons>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Version
where _I: From<RuntimeVersion>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for AssetHub
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BaseDeliveryFee
where _I: From<u128>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for BridgeHub
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Broker
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for CheckAccount

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Collectives
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Encointer
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for FeeAssetId
where _I: From<AssetId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for FellowshipAdminBodyId
where _I: From<BodyId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for GeneralAdminBodyId
where _I: From<BodyId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for LocalCheckAccount

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxAssetsIntoHolding
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for MaxInstructions
where _I: From<u32>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for People
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RootLocation
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for StakingAdminBodyId
where _I: From<BodyId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ThisNetwork
where _I: From<NetworkId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TokenLocation
where _I: From<Location>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TreasurerBodyId
where _I: From<BodyId>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for TreasuryAccount

source§

fn get() -> _I

source§

impl<_I> Get<_I> for UniversalLocation
where _I: From<Junctions>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for Wnd
where _I: From<AssetFilter>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for WndForAssetHub
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for WndForBridgeHub
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for WndForBroker
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for WndForCollectives
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for WndForEncointer
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for WndForPeople
where _I: From<(AssetFilter, Location)>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for ParityDbWeight
where _I: From<RuntimeDbWeight>,

source§

fn get() -> _I

source§

impl<_I> Get<_I> for RocksDbWeight
where _I: From<RuntimeDbWeight>,

source§

fn get() -> _I

Implementors§

§

impl<T> Get<T> for GetDefault
where T: Default,

§

impl<const T: bool> Get<Option<bool>> for ConstBool<T>

§

impl<const T: bool> Get<bool> for ConstBool<T>

§

impl<const T: i8> Get<Option<i8>> for ConstI8<T>

§

impl<const T: i8> Get<i8> for ConstI8<T>

§

impl<const T: i16> Get<Option<i16>> for ConstI16<T>

§

impl<const T: i16> Get<i16> for ConstI16<T>

§

impl<const T: i32> Get<Option<i32>> for ConstI32<T>

§

impl<const T: i32> Get<i32> for ConstI32<T>

§

impl<const T: i64> Get<Option<i64>> for ConstI64<T>

§

impl<const T: i64> Get<i64> for ConstI64<T>

§

impl<const T: i128> Get<Option<i128>> for ConstI128<T>

§

impl<const T: i128> Get<i128> for ConstI128<T>

§

impl<const T: u8> Get<Option<u8>> for ConstU8<T>

§

impl<const T: u8> Get<u8> for ConstU8<T>

§

impl<const T: u16> Get<Option<u16>> for ConstU16<T>

§

impl<const T: u16> Get<u16> for ConstU16<T>

§

impl<const T: u32> Get<Option<u32>> for ConstU32<T>

§

impl<const T: u32> Get<u32> for ConstU32<T>

§

impl<const T: u64> Get<Option<u64>> for ConstU64<T>

§

impl<const T: u64> Get<u64> for ConstU64<T>

§

impl<const T: u128> Get<Option<u128>> for ConstU128<T>

§

impl<const T: u128> Get<u128> for ConstU128<T>