Trait gclient::ext::sp_core::sp_std::marker::Freeze

source ยท
pub unsafe auto trait Freeze { }
๐Ÿ”ฌThis is a nightly-only experimental API. (freeze)
Expand description

Used to determine whether a type contains any UnsafeCell internally, but not through an indirection. This affects, for example, whether a static of that type is placed in read-only static memory or writable static memory. This can be used to declare that a constant with a generic type will not contain interior mutability, and subsequently allow placing the constant behind references.

ยงSafety

This trait is a core part of the language, it is just expressed as a trait in libcore for convenience. Do not implement it for other types.

Implementorsยง

sourceยง

impl<T> !Freeze for UnsafeCell<T>
where T: ?Sized,

sourceยง

impl<T> Freeze for *const T
where T: ?Sized,

sourceยง

impl<T> Freeze for *mut T
where T: ?Sized,

sourceยง

impl<T> Freeze for &T
where T: ?Sized,

sourceยง

impl<T> Freeze for &mut T
where T: ?Sized,

sourceยง

impl<T> Freeze for PhantomData<T>
where T: ?Sized,

1.28.0 ยท sourceยง

impl<T> Freeze for NonZero<T>

Auto implementorsยง

ยง

impl !Freeze for AtomicBool

ยง

impl !Freeze for AtomicI8

ยง

impl !Freeze for AtomicI16

ยง

impl !Freeze for AtomicI32

ยง

impl !Freeze for AtomicI64

ยง

impl !Freeze for AtomicIsize

ยง

impl !Freeze for AtomicU8

ยง

impl !Freeze for AtomicU16

ยง

impl !Freeze for AtomicU32

ยง

impl !Freeze for AtomicU64

ยง

impl !Freeze for AtomicUsize

ยง

impl !Freeze for Barrier

ยง

impl !Freeze for Condvar

ยง

impl !Freeze for gclient::ext::sp_core::sp_std::sync::Once

ยง

impl !Freeze for OnceState

ยง

impl Freeze for gclient::DispatchStatus

ยง

impl Freeze for gclient::Error

ยง

impl Freeze for RuntimeEvent

ยง

impl Freeze for gclient::GearEvent

ยง

impl Freeze for gclient::errors::BagsList

ยง

impl Freeze for gclient::errors::Balances

ยง

impl Freeze for gclient::errors::ConvictionVoting

ยง

impl Freeze for gclient::errors::Gear

ยง

impl Freeze for gclient::errors::GearDebug

ยง

impl Freeze for gclient::errors::GearStakingRewards

ยง

impl Freeze for gclient::errors::Grandpa

ยง

impl Freeze for gclient::errors::Identity

ยง

impl Freeze for gclient::errors::ImOnline

ยง

impl Freeze for gclient::errors::ModuleError

ยง

impl Freeze for gclient::errors::Preimage

ยง

impl Freeze for gclient::errors::RanckedCollective

ยง

impl Freeze for gclient::errors::Referenda

ยง

impl Freeze for gclient::errors::Scheduler

ยง

impl Freeze for gclient::errors::Session

ยง

impl Freeze for gclient::errors::Staking

ยง

impl Freeze for gclient::errors::Sudo

ยง

impl Freeze for gclient::errors::System

ยง

impl Freeze for gclient::errors::Treasury

ยง

impl Freeze for gclient::errors::Utility

ยง

impl Freeze for gclient::errors::Vesting

ยง

impl Freeze for gclient::errors::Whitelist

ยง

impl Freeze for gclient::metadata::bags_list::Event

ยง

impl Freeze for gclient::metadata::balances::Event

ยง

impl Freeze for gclient::metadata::bounties::Event

ยง

impl Freeze for BabeCall

ยง

impl Freeze for BagsListCall

ยง

impl Freeze for BalancesCall

ยง

impl Freeze for BountiesCall

ยง

impl Freeze for ChildBountiesCall

ยง

impl Freeze for ConvictionVotingCall

ยง

impl Freeze for ElectionProviderMultiPhaseCall

ยง

impl Freeze for FellowshipCollectiveCall

ยง

impl Freeze for FellowshipReferendaCall

ยง

impl Freeze for GearCall

ยง

impl Freeze for GearDebugCall

ยง

impl Freeze for GearEthBridgeCall

ยง

impl Freeze for GearVoucherCall

ยง

impl Freeze for GrandpaCall

ยง

impl Freeze for IdentityCall

ยง

impl Freeze for ImOnlineCall

ยง

impl Freeze for MultisigCall

ยง

impl Freeze for NominationPoolsCall

ยง

impl Freeze for PreimageCall

ยง

impl Freeze for ProxyCall

ยง

impl Freeze for ReferendaCall

ยง

impl Freeze for SchedulerCall

ยง

impl Freeze for SessionCall

ยง

impl Freeze for StakingCall

ยง

impl Freeze for StakingRewardsCall

ยง

impl Freeze for SudoCall

ยง

impl Freeze for SystemCall

ยง

impl Freeze for TimestampCall

ยง

impl Freeze for TreasuryCall

ยง

impl Freeze for UtilityCall

ยง

impl Freeze for VestingCall

ยง

impl Freeze for WhitelistCall

ยง

impl Freeze for gclient::metadata::child_bounties::Event

ยง

impl Freeze for gclient::metadata::conviction_voting::Event

ยง

impl Freeze for gclient::metadata::election_provider_multi_phase::Event

ยง

impl Freeze for gclient::metadata::DispatchError

ยง

impl Freeze for gclient::metadata::fellowship_collective::Event

ยง

impl Freeze for Event2

ยง

impl Freeze for gclient::metadata::gear_debug::Event

ยง

impl Freeze for gclient::metadata::gear_eth_bridge::Event

ยง

impl Freeze for gclient::metadata::gear_voucher::Event

ยง

impl Freeze for gclient::metadata::grandpa::Event

ยง

impl Freeze for gclient::metadata::identity::Event

ยง

impl Freeze for gclient::metadata::im_online::Event

ยง

impl Freeze for gclient::metadata::multisig::Event

ยง

impl Freeze for gclient::metadata::nomination_pools::Event

ยง

impl Freeze for gclient::metadata::offences::Event

ยง

impl Freeze for gclient::metadata::preimage::Event

ยง

impl Freeze for gclient::metadata::proxy::Event

ยง

impl Freeze for Event1

ยง

impl Freeze for DispatchClass

ยง

impl Freeze for Pays

ยง

impl Freeze for BalanceStatus

ยง

impl Freeze for gclient::metadata::runtime_types::frame_system::Phase

ยง

impl Freeze for gclient::metadata::runtime_types::frame_system::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::gear_common::event::DispatchStatus

ยง

impl Freeze for MessageEntry

ยง

impl Freeze for MessageWaitedRuntimeReason

ยง

impl Freeze for MessageWaitedSystemReason

ยง

impl Freeze for MessageWokenRuntimeReason

ยง

impl Freeze for MessageWokenSystemReason

ยง

impl Freeze for UserMessageReadRuntimeReason

ยง

impl Freeze for UserMessageReadSystemReason

ยง

impl Freeze for MessageDetails

ยง

impl Freeze for DispatchKind

ยง

impl Freeze for gclient::metadata::runtime_types::gear_core::program::ProgramState

ยง

impl Freeze for ErrorReplyReason

ยง

impl Freeze for ReplyCode

ยง

impl Freeze for SignalCode

ยง

impl Freeze for SimpleExecutionError

ยง

impl Freeze for SimpleProgramCreationError

ยง

impl Freeze for SuccessReplyReason

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_babe::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_babe::pallet::Error

ยง

impl Freeze for ListError

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_bags_list::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_balances::pallet::Call

ยง

impl Freeze for Reasons

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_bounties::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_bounties::pallet::Error

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_child_bounties::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_child_bounties::pallet::Error

ยง

impl Freeze for Conviction

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_conviction_voting::pallet::Call

ยง

impl Freeze for ElectionCompute

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_election_provider_multi_phase::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_election_provider_multi_phase::pallet::Error

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_gear::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_gear_bank::pallet::Error

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_gear_debug::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_gear_debug::pallet::ProgramState

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_gear_eth_bridge::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_gear_eth_bridge::pallet::Error

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_gear_gas::pallet::Error

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_gear_messenger::pallet::Error

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_gear_program::pallet::Error

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_gear_scheduler::pallet::Error

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_gear_staking_rewards::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_gear_voucher::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_gear_voucher::pallet::Error

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_grandpa::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_identity::pallet::Call

ยง

impl Freeze for Data

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_im_online::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_multisig::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_multisig::pallet::Error

ยง

impl Freeze for ClaimPermission

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_nomination_pools::PoolState

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_nomination_pools::pallet::Call

ยง

impl Freeze for DefensiveError

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_nomination_pools::pallet::Error

ยง

impl Freeze for FreezeReason

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_preimage::pallet::Call

ยง

impl Freeze for HoldReason

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_proxy::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_proxy::pallet::Error

ยง

impl Freeze for VoteRecord

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_ranked_collective::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_referenda::pallet::Call

ยง

impl Freeze for Curve

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_scheduler::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_session::pallet::Call

ยง

impl Freeze for Forcing

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_staking::pallet::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_sudo::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_timestamp::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_transaction_payment::Releases

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_treasury::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_utility::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_vesting::Releases

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_vesting::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_whitelist::pallet::Call

ยง

impl Freeze for gclient::metadata::runtime_types::sp_arithmetic::ArithmeticError

ยง

impl Freeze for NextConfigDescriptor

ยง

impl Freeze for PreDigest

ยง

impl Freeze for AllowedSlots

ยง

impl Freeze for gclient::metadata::runtime_types::sp_core::Void

ยง

impl Freeze for gclient::metadata::runtime_types::sp_runtime::MultiSignature

ยง

impl Freeze for gclient::metadata::runtime_types::sp_runtime::TokenError

ยง

impl Freeze for gclient::metadata::runtime_types::sp_runtime::TransactionalError

ยง

impl Freeze for gclient::metadata::runtime_types::sp_runtime::generic::digest::DigestItem

ยง

impl Freeze for gclient::metadata::runtime_types::sp_runtime::generic::era::Era

ยง

impl Freeze for OriginCaller

ยง

impl Freeze for ProxyType

ยง

impl Freeze for RuntimeCall

ยง

impl Freeze for RuntimeError

ยง

impl Freeze for RuntimeFreezeReason

ยง

impl Freeze for RuntimeHoldReason

ยง

impl Freeze for Origin

ยง

impl Freeze for gclient::metadata::scheduler::Event

ยง

impl Freeze for gclient::metadata::session::Event

ยง

impl Freeze for gclient::metadata::staking::Event

ยง

impl Freeze for gclient::metadata::staking_rewards::Event

ยง

impl Freeze for AuthorityDiscoveryStorage

ยง

impl Freeze for AuthorshipStorage

ยง

impl Freeze for BabeStorage

ยง

impl Freeze for BagsListStorage

ยง

impl Freeze for BalancesStorage

ยง

impl Freeze for BountiesStorage

ยง

impl Freeze for ChildBountiesStorage

ยง

impl Freeze for ConvictionVotingStorage

ยง

impl Freeze for ElectionProviderMultiPhaseStorage

ยง

impl Freeze for FellowshipCollectiveStorage

ยง

impl Freeze for FellowshipReferendaStorage

ยง

impl Freeze for GearBankStorage

ยง

impl Freeze for GearDebugStorage

ยง

impl Freeze for GearEthBridgeStorage

ยง

impl Freeze for GearGasStorage

ยง

impl Freeze for GearMessengerStorage

ยง

impl Freeze for GearProgramStorage

ยง

impl Freeze for GearSchedulerStorage

ยง

impl Freeze for GearStorage

ยง

impl Freeze for GearVoucherStorage

ยง

impl Freeze for GrandpaStorage

ยง

impl Freeze for HistoricalStorage

ยง

impl Freeze for IdentityStorage

ยง

impl Freeze for ImOnlineStorage

ยง

impl Freeze for MultisigStorage

ยง

impl Freeze for NominationPoolsStorage

ยง

impl Freeze for OffencesStorage

ยง

impl Freeze for PreimageStorage

ยง

impl Freeze for ProxyStorage

ยง

impl Freeze for ReferendaStorage

ยง

impl Freeze for SchedulerStorage

ยง

impl Freeze for SessionStorage

ยง

impl Freeze for StakingRewardsStorage

ยง

impl Freeze for StakingStorage

ยง

impl Freeze for SudoStorage

ยง

impl Freeze for SystemStorage

ยง

impl Freeze for TimestampStorage

ยง

impl Freeze for TransactionPaymentStorage

ยง

impl Freeze for TreasuryStorage

ยง

impl Freeze for VestingStorage

ยง

impl Freeze for WhitelistStorage

ยง

impl Freeze for gclient::metadata::sudo::Event

ยง

impl Freeze for gclient::metadata::system::Event

ยง

impl Freeze for gclient::metadata::transaction_payment::Event

ยง

impl Freeze for gclient::metadata::treasury::Event

ยง

impl Freeze for gclient::metadata::utility::Event

ยง

impl Freeze for gclient::metadata::vesting::Event

ยง

impl Freeze for gclient::metadata::whitelist::Event

ยง

impl Freeze for DeriveError

ยง

impl Freeze for DeriveJunction

ยง

impl Freeze for SecretStringError

ยง

impl Freeze for gclient::ext::sp_runtime::ArithmeticError

ยง

impl Freeze for gclient::ext::sp_runtime::DigestItem

ยง

impl Freeze for gclient::ext::sp_runtime::DispatchError

ยง

impl Freeze for gclient::ext::sp_runtime::MultiSignature

ยง

impl Freeze for MultiSigner

ยง

impl Freeze for Rounding

ยง

impl Freeze for RuntimeString

ยง

impl Freeze for StateVersion

ยง

impl Freeze for gclient::ext::sp_runtime::TokenError

ยง

impl Freeze for gclient::ext::sp_runtime::TransactionalError

ยง

impl Freeze for gclient::ext::sp_runtime::generic::Era

ยง

impl Freeze for gclient::ext::sp_runtime::legacy::byte_sized_error::DispatchError

ยง

impl Freeze for HttpError

ยง

impl Freeze for HttpRequestStatus

ยง

impl Freeze for OffchainOverlayedChange

ยง

impl Freeze for StorageKind

ยง

impl Freeze for gclient::ext::sp_runtime::offchain::http::Error

ยง

impl Freeze for Method

ยง

impl Freeze for StorageRetrievalError

ยง

impl Freeze for NamedFields

ยง

impl Freeze for NoFields

ยง

impl Freeze for UnnamedFields

ยง

impl Freeze for NameAssigned

ยง

impl Freeze for NameNotAssigned

ยง

impl Freeze for TypeAssigned

ยง

impl Freeze for TypeNotAssigned

ยง

impl Freeze for PathAssigned

ยง

impl Freeze for PathNotAssigned

ยง

impl Freeze for IndexAssigned

ยง

impl Freeze for IndexNotAssigned

ยง

impl Freeze for PathError

ยง

impl Freeze for TypeDefPrimitive

ยง

impl Freeze for MetaForm

ยง

impl Freeze for PortableForm

ยง

impl Freeze for InvalidTransaction

ยง

impl Freeze for TransactionSource

ยง

impl Freeze for TransactionValidityError

ยง

impl Freeze for UnknownTransaction

ยง

impl Freeze for TryReserveErrorKind

ยง

impl Freeze for SearchStep

ยง

impl Freeze for PublicError

ยง

impl Freeze for Ss58AddressFormatRegistry

ยง

impl Freeze for LogLevel

ยง

impl Freeze for LogLevelFilter

ยง

impl Freeze for gclient::ext::sp_core::Void

ยง

impl Freeze for ChildInfo

ยง

impl Freeze for ChildType

ยง

impl Freeze for CallContext

ยง

impl Freeze for gclient::ext::sp_core::sp_std::cmp::Ordering

ยง

impl Freeze for Infallible

ยง

impl Freeze for FpCategory

ยง

impl Freeze for IntErrorKind

ยง

impl Freeze for gclient::ext::sp_core::sp_std::sync::atomic::Ordering

ยง

impl Freeze for RecvTimeoutError

ยง

impl Freeze for TryRecvError

ยง

impl Freeze for core::fmt::Alignment

ยง

impl Freeze for DispatchInfo

ยง

impl Freeze for PostDispatchInfo

ยง

impl Freeze for PalletId

ยง

impl Freeze for HoldConsideration

ยง

impl Freeze for CheckGenesis

ยง

impl Freeze for CheckMortality

ยง

impl Freeze for CheckNonZeroSender

ยง

impl Freeze for CheckSpecVersion

ยง

impl Freeze for CheckTxVersion

ยง

impl Freeze for CheckWeight

ยง

impl Freeze for BlockLength

ยง

impl Freeze for BlockWeights

ยง

impl Freeze for WeightsPerClass

ยง

impl Freeze for LastRuntimeUpgradeInfo

ยง

impl Freeze for ChildrenRefs

ยง

impl Freeze for CodeMetadata

ยง

impl Freeze for InstantiatedSectionSizes

ยง

impl Freeze for InstrumentedCode

ยง

impl Freeze for IntoPageBufError

ยง

impl Freeze for PageBuf

ยง

impl Freeze for ReplyDetails

ยง

impl Freeze for SignalDetails

ยง

impl Freeze for ContextStore

ยง

impl Freeze for StoredDelayedDispatch

ยง

impl Freeze for StoredDispatch

ยง

impl Freeze for StoredMessage

ยง

impl Freeze for PayloadSizeError

ยง

impl Freeze for UserMessage

ยง

impl Freeze for UserStoredMessage

ยง

impl Freeze for Page

ยง

impl Freeze for PagesAmount

ยง

impl Freeze for gclient::metadata::runtime_types::gear_core::percent::Percent

ยง

impl Freeze for MemoryInfix

ยง

impl Freeze for GasReservationSlot

ยง

impl Freeze for ReservationNonce

ยง

impl Freeze for ActorId

ยง

impl Freeze for CodeId

ยง

impl Freeze for MessageId

ยง

impl Freeze for ReservationId

ยง

impl Freeze for Bag

ยง

impl Freeze for Node

ยง

impl Freeze for ExtraFlags

ยง

impl Freeze for Vote

ยง

impl Freeze for ReadySolution

ยง

impl Freeze for SolutionOrSnapshotSize

ยง

impl Freeze for DbWeights

ยง

impl Freeze for InstantiationWeights

ยง

impl Freeze for InstructionWeights

ยง

impl Freeze for Limits

ยง

impl Freeze for MemoryWeights

ยง

impl Freeze for RentWeights

ยง

impl Freeze for Schedule

ยง

impl Freeze for SyscallWeights

ยง

impl Freeze for TaskWeights

ยง

impl Freeze for DebugData

ยง

impl Freeze for ProgramDetails

ยง

impl Freeze for ProgramInfo

ยง

impl Freeze for EthMessage

ยง

impl Freeze for StakingBlackList

ยง

impl Freeze for VoucherId

ยง

impl Freeze for IdentityInfo

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_im_online::sr25519::app_sr25519::Public

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_im_online::sr25519::app_sr25519::Signature

ยง

impl Freeze for BondedPoolInner

ยง

impl Freeze for Commission

ยง

impl Freeze for PoolMember

ยง

impl Freeze for RewardPool

ยง

impl Freeze for SubPools

ยง

impl Freeze for UnbondPool

ยง

impl Freeze for MemberRecord

ยง

impl Freeze for gclient::metadata::runtime_types::pallet_ranked_collective::Tally

ยง

impl Freeze for SlashingSpans

ยง

impl Freeze for ActiveEraInfo

ยง

impl Freeze for Nominations

ยง

impl Freeze for StakingLedger

ยง

impl Freeze for ValidatorPrefs

ยง

impl Freeze for ChargeTransactionPayment

ยง

impl Freeze for gclient::metadata::runtime_types::primitive_types::U256

ยง

impl Freeze for gclient::metadata::runtime_types::sp_arithmetic::fixed_point::FixedI64

ยง

impl Freeze for gclient::metadata::runtime_types::sp_arithmetic::fixed_point::FixedU128

ยง

impl Freeze for gclient::metadata::runtime_types::sp_arithmetic::per_things::PerU16

ยง

impl Freeze for gclient::metadata::runtime_types::sp_arithmetic::per_things::Perbill

ยง

impl Freeze for gclient::metadata::runtime_types::sp_arithmetic::per_things::Percent

ยง

impl Freeze for gclient::metadata::runtime_types::sp_arithmetic::per_things::Permill

ยง

impl Freeze for gclient::metadata::runtime_types::sp_arithmetic::per_things::Perquintill

ยง

impl Freeze for gclient::metadata::runtime_types::sp_authority_discovery::app::Public

ยง

impl Freeze for gclient::metadata::runtime_types::sp_consensus_babe::app::Public

ยง

impl Freeze for PrimaryPreDigest

ยง

impl Freeze for SecondaryPlainPreDigest

ยง

impl Freeze for SecondaryVRFPreDigest

ยง

impl Freeze for BabeEpochConfiguration

ยง

impl Freeze for gclient::metadata::runtime_types::sp_consensus_grandpa::app::Public

ยง

impl Freeze for gclient::metadata::runtime_types::sp_consensus_grandpa::app::Signature

ยง

impl Freeze for Slot

ยง

impl Freeze for gclient::metadata::runtime_types::sp_core::crypto::KeyTypeId

ยง

impl Freeze for gclient::metadata::runtime_types::sp_core::ecdsa::Signature

ยง

impl Freeze for gclient::metadata::runtime_types::sp_core::ed25519::Public

ยง

impl Freeze for gclient::metadata::runtime_types::sp_core::ed25519::Signature

ยง

impl Freeze for gclient::metadata::runtime_types::sp_core::sr25519::Public

ยง

impl Freeze for gclient::metadata::runtime_types::sp_core::sr25519::Signature

ยง

impl Freeze for gclient::metadata::runtime_types::sp_core::sr25519::vrf::VrfSignature

ยง

impl Freeze for ElectionScore

ยง

impl Freeze for gclient::metadata::runtime_types::sp_runtime::generic::digest::Digest

ยง

impl Freeze for gclient::metadata::runtime_types::sp_runtime::ModuleError

ยง

impl Freeze for gclient::metadata::runtime_types::sp_runtime::traits::BlakeTwo256

ยง

impl Freeze for MembershipProof

ยง

impl Freeze for RuntimeVersion

ยง

impl Freeze for RuntimeDbWeight

ยง

impl Freeze for Weight

ยง

impl Freeze for CustomCheckNonce

ยง

impl Freeze for NposSolution16

ยง

impl Freeze for gclient::metadata::runtime_types::vara_runtime::Runtime

ยง

impl Freeze for SessionKeys

ยง

impl Freeze for EventListener

ยง

impl Freeze for GearApi

ยง

impl Freeze for WSAddress

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::ecdsa::AppPair

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::ecdsa::AppPublic

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::ecdsa::AppSignature

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::ecdsa::Pair

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::ecdsa::Public

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::ecdsa::Signature

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::ed25519::AppPair

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::ed25519::AppPublic

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::ed25519::AppSignature

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::ed25519::Pair

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::ed25519::Public

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::ed25519::Signature

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::sr25519::AppPair

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::sr25519::AppPublic

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::sr25519::AppSignature

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::sr25519::Pair

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::sr25519::Public

ยง

impl Freeze for gclient::ext::sp_runtime::app_crypto::sr25519::Signature

ยง

impl Freeze for BigUint

ยง

impl Freeze for DecodeFinished

ยง

impl Freeze for gclient::ext::sp_runtime::codec::Error

ยง

impl Freeze for OptionBool

ยง

impl Freeze for gclient::ext::sp_runtime::legacy::byte_sized_error::ModuleError

ยง

impl Freeze for Headers

ยง

impl Freeze for gclient::ext::sp_runtime::offchain::http::PendingRequest

ยง

impl Freeze for Response

ยง

impl Freeze for ResponseBody

ยง

impl Freeze for Time

ยง

impl Freeze for Capabilities

ยง

impl Freeze for gclient::ext::sp_runtime::offchain::Duration

ยง

impl Freeze for HttpRequestId

ยง

impl Freeze for OffchainDbExt

ยง

impl Freeze for OffchainWorkerExt

ยง

impl Freeze for OpaqueMultiaddr

ยง

impl Freeze for OpaqueNetworkState

ยง

impl Freeze for Timestamp

ยง

impl Freeze for TransactionPoolExt

ยง

impl Freeze for RuntimeLogger

ยง

impl Freeze for gclient::ext::sp_runtime::scale_info::prelude::time::Duration

ยง

impl Freeze for Instant

ยง

impl Freeze for SystemTime

ยง

impl Freeze for SystemTimeError

ยง

impl Freeze for TryFromFloatSecsError

ยง

impl Freeze for MetaType

ยง

impl Freeze for PortableRegistry

ยง

impl Freeze for PortableRegistryBuilder

ยง

impl Freeze for PortableType

ยง

impl Freeze for Registry

ยง

impl Freeze for AccountId32

ยง

impl Freeze for AnySignature

ยง

impl Freeze for CryptoTypeId

ยง

impl Freeze for gclient::ext::sp_runtime::Digest

ยง

impl Freeze for gclient::ext::sp_runtime::FixedI64

ยง

impl Freeze for FixedI128

ยง

impl Freeze for FixedU64

ยง

impl Freeze for gclient::ext::sp_runtime::FixedU128

ยง

impl Freeze for Justifications

ยง

impl Freeze for gclient::ext::sp_runtime::KeyTypeId

ยง

impl Freeze for gclient::ext::sp_runtime::ModuleError

ยง

impl Freeze for OpaqueExtrinsic

ยง

impl Freeze for gclient::ext::sp_runtime::PerU16

ยง

impl Freeze for gclient::ext::sp_runtime::Perbill

ยง

impl Freeze for gclient::ext::sp_runtime::Percent

ยง

impl Freeze for gclient::ext::sp_runtime::Permill

ยง

impl Freeze for gclient::ext::sp_runtime::Perquintill

ยง

impl Freeze for Rational128

ยง

impl Freeze for Storage

ยง

impl Freeze for StorageChild

ยง

impl Freeze for H256

ยง

impl Freeze for TestSignature

ยง

impl Freeze for UintAuthorityId

ยง

impl Freeze for BadOrigin

ยง

impl Freeze for gclient::ext::sp_runtime::traits::BlakeTwo256

ยง

impl Freeze for ConvertInto

ยง

impl Freeze for GetDefault

ยง

impl Freeze for Identity

ยง

impl Freeze for Keccak256

ยง

impl Freeze for LookupError

ยง

impl Freeze for SignedExtensionMetadata

ยง

impl Freeze for TakeFirst

ยง

impl Freeze for TryConvertInto

ยง

impl Freeze for ValidTransaction

ยง

impl Freeze for ValidTransactionBuilder

ยง

impl Freeze for UnorderedKeyError

ยง

impl Freeze for TryReserveError

ยง

impl Freeze for CString

ยง

impl Freeze for FromVecWithNulError

ยง

impl Freeze for IntoStringError

ยง

impl Freeze for NulError

ยง

impl Freeze for ParseBoolError

ยง

impl Freeze for Utf8Error

ยง

impl Freeze for FromUtf8Error

ยง

impl Freeze for FromUtf16Error

ยง

impl Freeze for String

ยง

impl Freeze for Dummy

ยง

impl Freeze for SecretUri

ยง

impl Freeze for Ss58AddressFormat

ยง

impl Freeze for InMemOffchainStorage

ยง

impl Freeze for OffchainState

ยง

impl Freeze for gclient::ext::sp_core::offchain::testing::PendingRequest

ยง

impl Freeze for gclient::ext::sp_core::offchain::testing::PoolState

ยง

impl Freeze for TestOffchainExt

ยง

impl Freeze for TestPersistentOffchainDB

ยง

impl Freeze for TestTransactionPoolExt

ยง

impl Freeze for IgnoredAny

ยง

impl Freeze for gclient::ext::sp_core::serde::de::value::Error

ยง

impl Freeze for VrfOutput

ยง

impl Freeze for VrfProof

ยง

impl Freeze for VrfSignData

ยง

impl Freeze for gclient::ext::sp_core::sr25519::vrf::VrfSignature

ยง

impl Freeze for VrfTranscript

ยง

impl Freeze for ChildTrieParentKeyId

ยง

impl Freeze for PrefixedStorageKey

ยง

impl Freeze for StorageData

ยง

impl Freeze for StorageKey

ยง

impl Freeze for TrackedStorageKey

ยง

impl Freeze for Blake2Hasher

ยง

impl Freeze for gclient::ext::sp_core::Bytes

ยง

impl Freeze for H160

ยง

impl Freeze for H512

ยง

impl Freeze for KeccakHasher

ยง

impl Freeze for OpaqueMetadata

ยง

impl Freeze for OpaquePeerId

ยง

impl Freeze for gclient::ext::sp_core::U256

ยง

impl Freeze for U512

ยง

impl Freeze for TaskExecutor

ยง

impl Freeze for CodeNotFound

ยง

impl Freeze for NoneFetchRuntimeCode

ยง

impl Freeze for ReadRuntimeVersionExt

ยง

impl Freeze for AllocError

ยง

impl Freeze for Global

ยง

impl Freeze for Layout

ยง

impl Freeze for LayoutError

ยง

impl Freeze for System

ยง

impl Freeze for TypeId

ยง

impl Freeze for BorrowError

ยง

impl Freeze for BorrowMutError

ยง

impl Freeze for DefaultHasher

ยง

impl Freeze for RandomState

ยง

impl Freeze for SipHasher

ยง

impl Freeze for Assume

ยง

impl Freeze for ParseFloatError

ยง

impl Freeze for ParseIntError

ยง

impl Freeze for TryFromIntError

ยง

impl Freeze for RangeFull

ยง

impl Freeze for Writer

ยง

impl Freeze for RecvError

ยง

impl Freeze for BarrierWaitResult

ยง

impl Freeze for WaitTimeoutResult

ยง

impl Freeze for core::fmt::Error

ยง

impl Freeze for core::ptr::alignment::Alignment

ยง

impl Freeze for PhantomPinned

ยง

impl Freeze for AdjacentlyTaggedEnumVariant

ยง

impl Freeze for FromHexError

ยง

impl Freeze for Maybe

ยง

impl Freeze for NoRuntime

ยง

impl Freeze for Runtime

ยง

impl Freeze for TagContentOtherField

ยง

impl Freeze for TagContentOtherFieldVisitor

ยง

impl Freeze for TagOrContentField

ยง

impl Freeze for TagOrContentFieldVisitor

ยง

impl<'a> Freeze for DigestItemRef<'a>

ยง

impl<'a> Freeze for OpaqueDigestItemId<'a>

ยง

impl<'a> Freeze for Unexpected<'a>

ยง

impl<'a> Freeze for PiecewiseLinear<'a>

ยง

impl<'a> Freeze for HeadersIterator<'a>

ยง

impl<'a> Freeze for StorageValueRef<'a>

ยง

impl<'a> Freeze for TrailingZeroInput<'a>

ยง

impl<'a> Freeze for EscapeAscii<'a>

ยง

impl<'a> Freeze for CharSearcher<'a>

ยง

impl<'a> Freeze for gclient::ext::sp_core::bounded::alloc::str::Bytes<'a>

ยง

impl<'a> Freeze for CharIndices<'a>

ยง

impl<'a> Freeze for Chars<'a>

ยง

impl<'a> Freeze for EncodeUtf16<'a>

ยง

impl<'a> Freeze for EscapeDebug<'a>

ยง

impl<'a> Freeze for EscapeDefault<'a>

ยง

impl<'a> Freeze for EscapeUnicode<'a>

ยง

impl<'a> Freeze for Lines<'a>

ยง

impl<'a> Freeze for LinesAny<'a>

ยง

impl<'a> Freeze for SplitAsciiWhitespace<'a>

ยง

impl<'a> Freeze for SplitWhitespace<'a>

ยง

impl<'a> Freeze for Utf8Chunk<'a>

ยง

impl<'a> Freeze for Utf8Chunks<'a>

ยง

impl<'a> Freeze for gclient::ext::sp_core::bounded::alloc::string::Drain<'a>

ยง

impl<'a> Freeze for HexDisplay<'a>

ยง

impl<'a> Freeze for RuntimeCode<'a>

ยง

impl<'a> Freeze for WrappedRuntimeCode<'a>

ยง

impl<'a> Freeze for Arguments<'a>

ยง

impl<'a> Freeze for Formatter<'a>

ยง

impl<'a> Freeze for ExpectedLen<'a>

ยง

impl<'a> Freeze for InternallyTaggedUnitVisitor<'a>

ยง

impl<'a> Freeze for UntaggedUnitVisitor<'a>

ยง

impl<'a, 'b> Freeze for CharSliceSearcher<'a, 'b>

ยง

impl<'a, 'b> Freeze for StrSearcher<'a, 'b>

ยง

impl<'a, 'b> Freeze for DebugList<'a, 'b>

ยง

impl<'a, 'b> Freeze for DebugMap<'a, 'b>

ยง

impl<'a, 'b> Freeze for DebugSet<'a, 'b>

ยง

impl<'a, 'b> Freeze for DebugStruct<'a, 'b>

ยง

impl<'a, 'b> Freeze for DebugTuple<'a, 'b>

ยง

impl<'a, 'b, L> Freeze for StorageLockGuard<'a, 'b, L>

ยง

impl<'a, 'b, const N: usize> Freeze for CharArrayRefSearcher<'a, 'b, N>

ยง

impl<'a, 'de, E> Freeze for ContentRefDeserializer<'a, 'de, E>

ยง

impl<'a, 'de, E> Freeze for FlatMapDeserializer<'a, 'de, E>

ยง

impl<'a, B> Freeze for Cow<'a, B>
where <B as ToOwned>::Owned: Freeze, B: ?Sized,

ยง

impl<'a, E> Freeze for BytesDeserializer<'a, E>

ยง

impl<'a, E> Freeze for CowStrDeserializer<'a, E>

ยง

impl<'a, E> Freeze for gclient::ext::sp_core::serde::de::value::StrDeserializer<'a, E>

ยง

impl<'a, E> Freeze for StrDeserializer<'a, E>

ยง

impl<'a, F> Freeze for CharPredicateSearcher<'a, F>
where F: Freeze,

ยง

impl<'a, I> Freeze for ByRefSized<'a, I>

ยง

impl<'a, I, A> Freeze for Splice<'a, I, A>
where I: Freeze,

ยง

impl<'a, K> Freeze for std::collections::hash::set::Drain<'a, K>

ยง

impl<'a, K> Freeze for std::collections::hash::set::Iter<'a, K>

ยง

impl<'a, K, F> Freeze for std::collections::hash::set::ExtractIf<'a, K, F>
where F: Freeze,

ยง

impl<'a, K, V> Freeze for std::collections::hash::map::Entry<'a, K, V>
where K: Freeze,

ยง

impl<'a, K, V> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::Cursor<'a, K, V>

ยง

impl<'a, K, V> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::Iter<'a, K, V>

ยง

impl<'a, K, V> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::IterMut<'a, K, V>

ยง

impl<'a, K, V> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::Keys<'a, K, V>

ยง

impl<'a, K, V> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::Range<'a, K, V>

ยง

impl<'a, K, V> Freeze for RangeMut<'a, K, V>

ยง

impl<'a, K, V> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::Values<'a, K, V>

ยง

impl<'a, K, V> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::ValuesMut<'a, K, V>

ยง

impl<'a, K, V> Freeze for std::collections::hash::map::Drain<'a, K, V>

ยง

impl<'a, K, V> Freeze for std::collections::hash::map::Iter<'a, K, V>

ยง

impl<'a, K, V> Freeze for std::collections::hash::map::IterMut<'a, K, V>

ยง

impl<'a, K, V> Freeze for std::collections::hash::map::Keys<'a, K, V>

ยง

impl<'a, K, V> Freeze for std::collections::hash::map::OccupiedEntry<'a, K, V>
where K: Freeze,

ยง

impl<'a, K, V> Freeze for std::collections::hash::map::OccupiedError<'a, K, V>
where V: Freeze, K: Freeze,

ยง

impl<'a, K, V> Freeze for std::collections::hash::map::VacantEntry<'a, K, V>
where K: Freeze,

ยง

impl<'a, K, V> Freeze for std::collections::hash::map::Values<'a, K, V>

ยง

impl<'a, K, V> Freeze for std::collections::hash::map::ValuesMut<'a, K, V>

ยง

impl<'a, K, V, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::Entry<'a, K, V, A>
where K: Freeze, A: Freeze,

ยง

impl<'a, K, V, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::CursorMut<'a, K, V, A>

ยง

impl<'a, K, V, A> Freeze for CursorMutKey<'a, K, V, A>

ยง

impl<'a, K, V, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::OccupiedEntry<'a, K, V, A>
where A: Freeze,

ยง

impl<'a, K, V, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::OccupiedError<'a, K, V, A>
where V: Freeze, A: Freeze,

ยง

impl<'a, K, V, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::VacantEntry<'a, K, V, A>
where K: Freeze, A: Freeze,

ยง

impl<'a, K, V, F> Freeze for std::collections::hash::map::ExtractIf<'a, K, V, F>
where F: Freeze,

ยง

impl<'a, K, V, F, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::ExtractIf<'a, K, V, F, A>
where F: Freeze, A: Freeze,

ยง

impl<'a, K, V, S> Freeze for RawEntryMut<'a, K, V, S>

ยง

impl<'a, K, V, S> Freeze for RawEntryBuilder<'a, K, V, S>

ยง

impl<'a, K, V, S> Freeze for RawEntryBuilderMut<'a, K, V, S>

ยง

impl<'a, K, V, S> Freeze for RawOccupiedEntryMut<'a, K, V, S>

ยง

impl<'a, K, V, S> Freeze for RawVacantEntryMut<'a, K, V, S>

ยง

impl<'a, L> Freeze for StorageLock<'a, L>
where L: Freeze,

ยง

impl<'a, M> Freeze for FlatMapSerializeMap<'a, M>

ยง

impl<'a, M> Freeze for FlatMapSerializeStruct<'a, M>

ยง

impl<'a, M> Freeze for FlatMapSerializeStructVariantAsMapValue<'a, M>

ยง

impl<'a, M> Freeze for FlatMapSerializeTupleVariantAsMapValue<'a, M>

ยง

impl<'a, M> Freeze for FlatMapSerializer<'a, M>

ยง

impl<'a, P> Freeze for MatchIndices<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

impl<'a, P> Freeze for Matches<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

impl<'a, P> Freeze for RMatchIndices<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

impl<'a, P> Freeze for RMatches<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

impl<'a, P> Freeze for gclient::ext::sp_core::bounded::alloc::str::RSplit<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

impl<'a, P> Freeze for gclient::ext::sp_core::bounded::alloc::str::RSplitN<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

impl<'a, P> Freeze for RSplitTerminator<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

impl<'a, P> Freeze for gclient::ext::sp_core::bounded::alloc::str::Split<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

impl<'a, P> Freeze for gclient::ext::sp_core::bounded::alloc::str::SplitInclusive<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

impl<'a, P> Freeze for gclient::ext::sp_core::bounded::alloc::str::SplitN<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

impl<'a, P> Freeze for SplitTerminator<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

ยง

impl<'a, T> Freeze for CompactRef<'a, T>

ยง

impl<'a, T> Freeze for Request<'a, T>
where T: Freeze,

ยง

impl<'a, T> Freeze for Symbol<'a, T>

ยง

impl<'a, T> Freeze for AppendZerosInput<'a, T>

ยง

impl<'a, T> Freeze for gclient::ext::sp_core::bounded::alloc::collections::binary_heap::Iter<'a, T>

ยง

impl<'a, T> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_set::Iter<'a, T>

ยง

impl<'a, T> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_set::Range<'a, T>

ยง

impl<'a, T> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_set::SymmetricDifference<'a, T>

ยง

impl<'a, T> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_set::Union<'a, T>

ยง

impl<'a, T> Freeze for gclient::ext::sp_core::bounded::alloc::collections::linked_list::Iter<'a, T>

ยง

impl<'a, T> Freeze for gclient::ext::sp_core::bounded::alloc::collections::linked_list::IterMut<'a, T>

ยง

impl<'a, T> Freeze for gclient::ext::sp_core::bounded::alloc::collections::vec_deque::Iter<'a, T>

ยง

impl<'a, T> Freeze for gclient::ext::sp_core::bounded::alloc::collections::vec_deque::IterMut<'a, T>

ยง

impl<'a, T> Freeze for Chunks<'a, T>

ยง

impl<'a, T> Freeze for ChunksExact<'a, T>

ยง

impl<'a, T> Freeze for ChunksExactMut<'a, T>

ยง

impl<'a, T> Freeze for ChunksMut<'a, T>

ยง

impl<'a, T> Freeze for gclient::ext::sp_core::bounded::alloc::slice::Iter<'a, T>

ยง

impl<'a, T> Freeze for gclient::ext::sp_core::bounded::alloc::slice::IterMut<'a, T>

ยง

impl<'a, T> Freeze for RChunks<'a, T>

ยง

impl<'a, T> Freeze for RChunksExact<'a, T>

ยง

impl<'a, T> Freeze for RChunksExactMut<'a, T>

ยง

impl<'a, T> Freeze for RChunksMut<'a, T>

ยง

impl<'a, T> Freeze for Windows<'a, T>

ยง

impl<'a, T> Freeze for gclient::ext::sp_core::sp_std::result::Iter<'a, T>

ยง

impl<'a, T> Freeze for gclient::ext::sp_core::sp_std::result::IterMut<'a, T>

ยง

impl<'a, T> Freeze for gclient::ext::sp_core::sp_std::sync::mpsc::Iter<'a, T>

ยง

impl<'a, T> Freeze for TryIter<'a, T>

ยง

impl<'a, T> Freeze for MappedMutexGuard<'a, T>
where T: ?Sized,

ยง

impl<'a, T> Freeze for MappedRwLockReadGuard<'a, T>
where T: ?Sized,

ยง

impl<'a, T> Freeze for MappedRwLockWriteGuard<'a, T>
where T: ?Sized,

ยง

impl<'a, T> Freeze for MutexGuard<'a, T>
where T: ?Sized,

ยง

impl<'a, T> Freeze for ReentrantLockGuard<'a, T>
where T: ?Sized,

ยง

impl<'a, T> Freeze for RwLockReadGuard<'a, T>
where T: ?Sized,

ยง

impl<'a, T> Freeze for RwLockWriteGuard<'a, T>
where T: ?Sized,

ยง

impl<'a, T> Freeze for InPlaceSeed<'a, T>

ยง

impl<'a, T, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::binary_heap::Drain<'a, T, A>

ยง

impl<'a, T, A> Freeze for DrainSorted<'a, T, A>

ยง

impl<'a, T, A> Freeze for PeekMut<'a, T, A>

ยง

impl<'a, T, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_set::Difference<'a, T, A>

ยง

impl<'a, T, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_set::Intersection<'a, T, A>

ยง

impl<'a, T, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::linked_list::Cursor<'a, T, A>

ยง

impl<'a, T, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::linked_list::CursorMut<'a, T, A>

ยง

impl<'a, T, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::vec_deque::Drain<'a, T, A>

ยง

impl<'a, T, A> Freeze for gclient::ext::sp_core::bounded::alloc::vec::Drain<'a, T, A>

ยง

impl<'a, T, F, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_set::ExtractIf<'a, T, F, A>
where F: Freeze, A: Freeze,

ยง

impl<'a, T, F, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::linked_list::ExtractIf<'a, T, F, A>
where F: Freeze,

ยง

impl<'a, T, F, A> Freeze for gclient::ext::sp_core::bounded::alloc::vec::ExtractIf<'a, T, F, A>
where F: Freeze,

ยง

impl<'a, T, P> Freeze for ChunkBy<'a, T, P>
where P: Freeze,

ยง

impl<'a, T, P> Freeze for ChunkByMut<'a, T, P>
where P: Freeze,

ยง

impl<'a, T, P> Freeze for gclient::ext::sp_core::bounded::alloc::slice::RSplit<'a, T, P>
where P: Freeze,

ยง

impl<'a, T, P> Freeze for RSplitMut<'a, T, P>
where P: Freeze,

ยง

impl<'a, T, P> Freeze for gclient::ext::sp_core::bounded::alloc::slice::RSplitN<'a, T, P>
where P: Freeze,

ยง

impl<'a, T, P> Freeze for RSplitNMut<'a, T, P>
where P: Freeze,

ยง

impl<'a, T, P> Freeze for gclient::ext::sp_core::bounded::alloc::slice::Split<'a, T, P>
where P: Freeze,

ยง

impl<'a, T, P> Freeze for gclient::ext::sp_core::bounded::alloc::slice::SplitInclusive<'a, T, P>
where P: Freeze,

ยง

impl<'a, T, P> Freeze for SplitInclusiveMut<'a, T, P>
where P: Freeze,

ยง

impl<'a, T, P> Freeze for SplitMut<'a, T, P>
where P: Freeze,

ยง

impl<'a, T, P> Freeze for gclient::ext::sp_core::bounded::alloc::slice::SplitN<'a, T, P>
where P: Freeze,

ยง

impl<'a, T, P> Freeze for SplitNMut<'a, T, P>
where P: Freeze,

ยง

impl<'a, T, S> Freeze for BoundedSlice<'a, T, S>

ยง

impl<'a, T, S> Freeze for std::collections::hash::set::Difference<'a, T, S>

ยง

impl<'a, T, S> Freeze for std::collections::hash::set::Intersection<'a, T, S>

ยง

impl<'a, T, S> Freeze for std::collections::hash::set::SymmetricDifference<'a, T, S>

ยง

impl<'a, T, S> Freeze for std::collections::hash::set::Union<'a, T, S>

ยง

impl<'a, T, U> Freeze for gclient::ext::sp_runtime::codec::Ref<'a, T, U>

ยง

impl<'a, T, const N: usize> Freeze for gclient::ext::sp_core::bounded::alloc::slice::ArrayChunks<'a, T, N>

ยง

impl<'a, T, const N: usize> Freeze for ArrayChunksMut<'a, T, N>

ยง

impl<'a, T, const N: usize> Freeze for ArrayWindows<'a, T, N>

ยง

impl<'a, const N: usize> Freeze for CharArraySearcher<'a, N>

ยง

impl<'b, T> Freeze for gclient::ext::sp_core::sp_std::cell::Ref<'b, T>
where T: ?Sized,

ยง

impl<'b, T> Freeze for RefMut<'b, T>
where T: ?Sized,

ยง

impl<'de> Freeze for Content<'de>

ยง

impl<'de, E> Freeze for BorrowedBytesDeserializer<'de, E>

ยง

impl<'de, E> Freeze for gclient::ext::sp_core::serde::de::value::BorrowedStrDeserializer<'de, E>

ยง

impl<'de, E> Freeze for BorrowedStrDeserializer<'de, E>

ยง

impl<'de, E> Freeze for ContentDeserializer<'de, E>

ยง

impl<'de, E> Freeze for EnumDeserializer<'de, E>

ยง

impl<'de, I, E> Freeze for MapDeserializer<'de, I, E>
where <<I as Iterator>::Item as Pair>::Second: Freeze, I: Freeze,

ยง

impl<'de, T> Freeze for Borrowed<'de, T>
where T: ?Sized,

ยง

impl<A> Freeze for EnumAccessDeserializer<A>
where A: Freeze,

ยง

impl<A> Freeze for MapAccessDeserializer<A>
where A: Freeze,

ยง

impl<A> Freeze for SeqAccessDeserializer<A>
where A: Freeze,

ยง

impl<A> Freeze for Repeat<A>
where A: Freeze,

ยง

impl<A> Freeze for RepeatN<A>
where A: Freeze,

ยง

impl<A, B> Freeze for Chain<A, B>
where A: Freeze, B: Freeze,

ยง

impl<A, B> Freeze for Zip<A, B>
where A: Freeze, B: Freeze,

ยง

impl<AccountId, AccountIndex> Freeze for MultiAddress<AccountId, AccountIndex>
where AccountId: Freeze, AccountIndex: Freeze,

ยง

impl<AccountId, AccountIndex> Freeze for AccountIdLookup<AccountId, AccountIndex>

ยง

impl<AccountId, Call, Extra> Freeze for CheckedExtrinsic<AccountId, Call, Extra>
where Call: Freeze, AccountId: Freeze, Extra: Freeze,

ยง

impl<Address, Call, Signature, Extra> Freeze for UncheckedExtrinsic<Address, Call, Signature, Extra>
where Call: Freeze, Address: Freeze, Signature: Freeze, Extra: Freeze,

ยง

impl<B> Freeze for BlockAndTime<B>

ยง

impl<B> Freeze for BlockAndTimeDeadline<B>

ยง

impl<B, C> Freeze for ControlFlow<B, C>
where C: Freeze, B: Freeze,

ยง

impl<Block> Freeze for BlockId<Block>
where <Block as Block>::Hash: Freeze, <<Block as Block>::Header as Header>::Number: Freeze,

ยง

impl<Block> Freeze for SignedBlock<Block>
where Block: Freeze,

ยง

impl<Call, Extra> Freeze for SignedPayload<Call, Extra>
where Call: Freeze, Extra: Freeze, <Extra as SignedExtension>::AdditionalSigned: Freeze,

ยง

impl<Call, Extra> Freeze for TestXt<Call, Extra>
where Call: Freeze, Extra: Freeze,

ยง

impl<Dyn> Freeze for DynMetadata<Dyn>
where Dyn: ?Sized,

ยง

impl<E> Freeze for BoolDeserializer<E>

ยง

impl<E> Freeze for CharDeserializer<E>

ยง

impl<E> Freeze for F32Deserializer<E>

ยง

impl<E> Freeze for F64Deserializer<E>

ยง

impl<E> Freeze for I8Deserializer<E>

ยง

impl<E> Freeze for I16Deserializer<E>

ยง

impl<E> Freeze for I32Deserializer<E>

ยง

impl<E> Freeze for I64Deserializer<E>

ยง

impl<E> Freeze for I128Deserializer<E>

ยง

impl<E> Freeze for IsizeDeserializer<E>

ยง

impl<E> Freeze for StringDeserializer<E>

ยง

impl<E> Freeze for U8Deserializer<E>

ยง

impl<E> Freeze for U16Deserializer<E>

ยง

impl<E> Freeze for U32Deserializer<E>

ยง

impl<E> Freeze for U64Deserializer<E>

ยง

impl<E> Freeze for U128Deserializer<E>

ยง

impl<E> Freeze for UnitDeserializer<E>

ยง

impl<E> Freeze for UsizeDeserializer<E>

ยง

impl<F> Freeze for Fields<F>

ยง

impl<F> Freeze for Variants<F>

ยง

impl<F> Freeze for DeferGuard<F>
where F: Freeze,

ยง

impl<F> Freeze for FromFn<F>
where F: Freeze,

ยง

impl<F> Freeze for OnceWith<F>
where F: Freeze,

ยง

impl<F> Freeze for RepeatWith<F>
where F: Freeze,

ยง

impl<F> Freeze for FormatterFn<F>
where F: Freeze,

ยง

impl<F> Freeze for AdjacentlyTaggedEnumVariantSeed<F>

ยง

impl<F> Freeze for AdjacentlyTaggedEnumVariantVisitor<F>

ยง

impl<F, N, T> Freeze for FieldBuilder<F, N, T>
where <F as Form>::String: Freeze, <F as Form>::Type: Freeze,

ยง

impl<F, S> Freeze for TypeBuilder<F, S>

ยง

impl<F, S> Freeze for VariantBuilder<F, S>
where <F as Form>::String: Freeze,

ยง

impl<F, T> Freeze for FieldsBuilder<F, T>

ยง

impl<H> Freeze for BuildHasherDefault<H>

ยง

impl<Hash> Freeze for StorageChangeSet<Hash>
where Hash: Freeze,

ยง

impl<Header, Extrinsic> Freeze for gclient::ext::sp_runtime::generic::Block<Header, Extrinsic>
where Header: Freeze,

ยง

impl<I> Freeze for Cloned<I>
where I: Freeze,

ยง

impl<I> Freeze for Copied<I>
where I: Freeze,

ยง

impl<I> Freeze for Cycle<I>
where I: Freeze,

ยง

impl<I> Freeze for Enumerate<I>
where I: Freeze,

ยง

impl<I> Freeze for Flatten<I>
where <<I as Iterator>::Item as IntoIterator>::IntoIter: Freeze, I: Freeze,

ยง

impl<I> Freeze for Fuse<I>
where I: Freeze,

ยง

impl<I> Freeze for Intersperse<I>
where <I as Iterator>::Item: Sized + Freeze, I: Freeze,

ยง

impl<I> Freeze for Peekable<I>
where I: Freeze, <I as Iterator>::Item: Freeze,

ยง

impl<I> Freeze for Skip<I>
where I: Freeze,

ยง

impl<I> Freeze for StepBy<I>
where I: Freeze,

ยง

impl<I> Freeze for Take<I>
where I: Freeze,

ยง

impl<I, E> Freeze for SeqDeserializer<I, E>
where I: Freeze,

ยง

impl<I, F> Freeze for FilterMap<I, F>
where I: Freeze, F: Freeze,

ยง

impl<I, F> Freeze for Inspect<I, F>
where I: Freeze, F: Freeze,

ยง

impl<I, F> Freeze for Map<I, F>
where I: Freeze, F: Freeze,

ยง

impl<I, F, const N: usize> Freeze for MapWindows<I, F, N>
where F: Freeze, I: Freeze, <I as Iterator>::Item: Freeze,

ยง

impl<I, G> Freeze for IntersperseWith<I, G>
where G: Freeze, <I as Iterator>::Item: Freeze, I: Freeze,

ยง

impl<I, P> Freeze for Filter<I, P>
where I: Freeze, P: Freeze,

ยง

impl<I, P> Freeze for MapWhile<I, P>
where I: Freeze, P: Freeze,

ยง

impl<I, P> Freeze for SkipWhile<I, P>
where I: Freeze, P: Freeze,

ยง

impl<I, P> Freeze for TakeWhile<I, P>
where I: Freeze, P: Freeze,

ยง

impl<I, St, F> Freeze for Scan<I, St, F>
where I: Freeze, F: Freeze, St: Freeze,

ยง

impl<I, U, F> Freeze for FlatMap<I, U, F>
where <U as IntoIterator>::IntoIter: Freeze, I: Freeze, F: Freeze,

ยง

impl<I, const N: usize> Freeze for gclient::ext::sp_core::sp_std::iter::ArrayChunks<I, N>
where I: Freeze, <I as Iterator>::Item: Freeze,

ยง

impl<Idx> Freeze for gclient::ext::sp_core::sp_std::ops::Range<Idx>
where Idx: Freeze,

ยง

impl<Idx> Freeze for RangeFrom<Idx>
where Idx: Freeze,

ยง

impl<Idx> Freeze for RangeInclusive<Idx>
where Idx: Freeze,

ยง

impl<Idx> Freeze for RangeTo<Idx>
where Idx: Freeze,

ยง

impl<Idx> Freeze for RangeToInclusive<Idx>
where Idx: Freeze,

ยง

impl<Info> Freeze for gclient::ext::sp_runtime::DispatchErrorWithPostInfo<Info>
where Info: Freeze,

ยง

impl<K> Freeze for std::collections::hash::set::IntoIter<K>

ยง

impl<K, V> Freeze for std::collections::hash::map::IntoIter<K, V>

ยง

impl<K, V> Freeze for std::collections::hash::map::IntoKeys<K, V>

ยง

impl<K, V> Freeze for std::collections::hash::map::IntoValues<K, V>

ยง

impl<K, V, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::IntoIter<K, V, A>
where A: Freeze,

ยง

impl<K, V, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::IntoKeys<K, V, A>
where A: Freeze,

ยง

impl<K, V, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_map::IntoValues<K, V, A>
where A: Freeze,

ยง

impl<K, V, A> Freeze for BTreeMap<K, V, A>
where A: Freeze,

ยง

impl<K, V, S> Freeze for gclient::ext::sp_runtime::BoundedBTreeMap<K, V, S>

ยง

impl<K, V, S> Freeze for HashMap<K, V, S>
where S: Freeze,

ยง

impl<L, M> Freeze for MorphWithUpperLimit<L, M>

ยง

impl<L, R> Freeze for Either<L, R>
where L: Freeze, R: Freeze,

ยง

impl<LeftPair, RightPair, const PUBLIC_KEY_LEN: usize, const SIGNATURE_LEN: usize> Freeze for gclient::ext::sp_core::paired_crypto::Pair<LeftPair, RightPair, PUBLIC_KEY_LEN, SIGNATURE_LEN>
where LeftPair: Freeze, RightPair: Freeze,

ยง

impl<N> Freeze for CheckedReduceBy<N>

ยง

impl<N> Freeze for ReduceBy<N>

ยง

impl<Number, Hash> Freeze for gclient::ext::sp_runtime::generic::Header<Number, Hash>
where <Hash as Hash>::Output: Freeze, Number: Freeze,

ยง

impl<Ok, Error> Freeze for Impossible<Ok, Error>

ยง

impl<R> Freeze for TransactionOutcome<R>
where R: Freeze,

ยง

impl<R> Freeze for IoReader<R>
where R: Freeze,

ยง

impl<Storage> Freeze for OffchainDb<Storage>
where Storage: Freeze,

ยง

impl<T> !Freeze for Cell<T>

ยง

impl<T> !Freeze for OnceCell<T>

ยง

impl<T> !Freeze for RefCell<T>

ยง

impl<T> !Freeze for SyncUnsafeCell<T>

ยง

impl<T> !Freeze for AtomicPtr<T>

ยง

impl<T> !Freeze for Mutex<T>

ยง

impl<T> !Freeze for OnceLock<T>

ยง

impl<T> !Freeze for ReentrantLock<T>

ยง

impl<T> !Freeze for RwLock<T>

ยง

impl<T> Freeze for TypeDef<T>
where <T as Form>::Type: Freeze,

ยง

impl<T> Freeze for Bound<T>
where T: Freeze,

ยง

impl<T> Freeze for TryLockError<T>
where T: Freeze,

ยง

impl<T> Freeze for TrySendError<T>
where T: Freeze,

ยง

impl<T> Freeze for Option<T>
where T: Freeze,

ยง

impl<T> Freeze for Compact<T>
where T: Freeze,

ยง

impl<T> Freeze for LimitedExternalities<T>
where T: Freeze,

ยง

impl<T> Freeze for Interner<T>

ยง

impl<T> Freeze for UntrackedSymbol<T>

ยง

impl<T> Freeze for Field<T>
where <T as Form>::Type: Freeze, <T as Form>::String: Freeze,

ยง

impl<T> Freeze for Path<T>

ยง

impl<T> Freeze for Type<T>
where <T as Form>::Type: Freeze,

ยง

impl<T> Freeze for TypeDefArray<T>
where <T as Form>::Type: Freeze,

ยง

impl<T> Freeze for TypeDefBitSequence<T>
where <T as Form>::Type: Freeze,

ยง

impl<T> Freeze for TypeDefCompact<T>
where <T as Form>::Type: Freeze,

ยง

impl<T> Freeze for TypeDefComposite<T>

ยง

impl<T> Freeze for TypeDefSequence<T>
where <T as Form>::Type: Freeze,

ยง

impl<T> Freeze for TypeDefTuple<T>

ยง

impl<T> Freeze for TypeDefVariant<T>

ยง

impl<T> Freeze for TypeParameter<T>
where <T as Form>::String: Freeze, <T as Form>::Type: Freeze,

ยง

impl<T> Freeze for Variant<T>
where <T as Form>::String: Freeze,

ยง

impl<T> Freeze for ConvertToValue<T>

ยง

impl<T> Freeze for IdentityLookup<T>

ยง

impl<T> Freeze for MorphInto<T>

ยง

impl<T> Freeze for TryMorphInto<T>

ยง

impl<T> Freeze for ThinBox<T>
where T: ?Sized,

ยง

impl<T> Freeze for Reverse<T>
where T: Freeze,

ยง

impl<T> Freeze for Empty<T>

ยง

impl<T> Freeze for gclient::ext::sp_core::sp_std::iter::Once<T>
where T: Freeze,

ยง

impl<T> Freeze for Rev<T>
where T: Freeze,

ยง

impl<T> Freeze for Discriminant<T>

ยง

impl<T> Freeze for ManuallyDrop<T>
where T: Freeze + ?Sized,

ยง

impl<T> Freeze for Saturating<T>
where T: Freeze,

ยง

impl<T> Freeze for Wrapping<T>
where T: Freeze,

ยง

impl<T> Freeze for Yeet<T>
where T: Freeze,

ยง

impl<T> Freeze for gclient::ext::sp_core::sp_std::result::IntoIter<T>
where T: Freeze,

ยง

impl<T> Freeze for gclient::ext::sp_core::sp_std::sync::mpsc::IntoIter<T>

ยง

impl<T> Freeze for Receiver<T>

ยง

impl<T> Freeze for SendError<T>
where T: Freeze,

ยง

impl<T> Freeze for Sender<T>

ยง

impl<T> Freeze for SyncSender<T>

ยง

impl<T> Freeze for Exclusive<T>
where T: Freeze + ?Sized,

ยง

impl<T> Freeze for PoisonError<T>
where T: Freeze,

ยง

impl<T> Freeze for NonNull<T>
where T: ?Sized,

ยง

impl<T> Freeze for MaybeUninit<T>
where T: Freeze,

ยง

impl<T> Freeze for CannotSerializeVariant<T>
where T: Freeze,

ยง

impl<T> Freeze for TaggedContentVisitor<T>

ยง

impl<T, A> Freeze for Vec<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::binary_heap::IntoIter<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for IntoIterSorted<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::btree_set::IntoIter<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::linked_list::IntoIter<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for BTreeSet<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for BinaryHeap<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for LinkedList<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for VecDeque<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for gclient::ext::sp_core::bounded::alloc::collections::vec_deque::IntoIter<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for Rc<T, A>
where A: Freeze, T: ?Sized,

ยง

impl<T, A> Freeze for UniqueRc<T, A>
where A: Freeze, T: ?Sized,

ยง

impl<T, A> Freeze for gclient::ext::sp_core::bounded::alloc::rc::Weak<T, A>
where A: Freeze, T: ?Sized,

ยง

impl<T, A> Freeze for gclient::ext::sp_core::bounded::alloc::vec::IntoIter<T, A>
where A: Freeze,

ยง

impl<T, A> Freeze for Box<T, A>
where A: Freeze, T: ?Sized,

ยง

impl<T, A> Freeze for Arc<T, A>
where A: Freeze, T: ?Sized,

ยง

impl<T, A> Freeze for gclient::ext::sp_core::sp_std::sync::Weak<T, A>
where A: Freeze, T: ?Sized,

ยง

impl<T, E> Freeze for MutateStorageError<T, E>
where T: Freeze, E: Freeze,

ยง

impl<T, E> Freeze for Result<T, E>
where T: Freeze, E: Freeze,

ยง

impl<T, F = fn() -> T> !Freeze for LazyCell<T, F>

ยง

impl<T, F = fn() -> T> !Freeze for LazyLock<T, F>

ยง

impl<T, F> Freeze for Successors<T, F>
where F: Freeze, T: Freeze,

ยง

impl<T, S> Freeze for BoundedBTreeSet<T, S>

ยง

impl<T, S> Freeze for gclient::ext::sp_runtime::BoundedVec<T, S>

ยง

impl<T, S> Freeze for gclient::ext::sp_runtime::WeakBoundedVec<T, S>

ยง

impl<T, S> Freeze for HashSet<T, S>
where S: Freeze,

ยง

impl<V> Freeze for Replace<V>

ยง

impl<Xt> Freeze for gclient::ext::sp_runtime::testing::Block<Xt>

ยง

impl<Xt> Freeze for ExtrinsicWrapper<Xt>
where Xt: Freeze,

ยง

impl<Y, R> Freeze for CoroutineState<Y, R>
where Y: Freeze, R: Freeze,

ยง

impl<_0> Freeze for RawOrigin<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for DispatchTime<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for CodeChangeKind<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for ProgramChangeKind<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for ScheduledTask<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for Program<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for AccountVote<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for gclient::metadata::runtime_types::pallet_election_provider_multi_phase::Phase<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for PrepaidCall<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for StoredState<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for Judgement<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for BondExtra<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for gclient::metadata::runtime_types::pallet_nomination_pools::ConfigOp<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for RewardDestination<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for gclient::metadata::runtime_types::pallet_staking::pallet::pallet::ConfigOp<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for PaymentState<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for gclient::metadata::runtime_types::bounded_collections::bounded_vec::BoundedVec<_0>

ยง

impl<_0> Freeze for gclient::metadata::runtime_types::bounded_collections::weak_bounded_vec::WeakBoundedVec<_0>

ยง

impl<_0> Freeze for PerDispatchClass<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for NodeLock<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for Interval<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for ActiveProgram<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for IntervalsTree<_0>

ยง

impl<_0> Freeze for AccountData<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for BalanceLock<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for Delegations<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for gclient::metadata::runtime_types::pallet_conviction_voting::types::Tally<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for RawSolution<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for BankAccount<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for CustomChargeTransactionPayment<_0>

ยง

impl<_0> Freeze for StoredPendingChange<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for Heartbeat<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for Timepoint<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for CommissionChangeRate<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for PoolRoles<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for DecidingStatus<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for SpanRecord<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for EraRewardPoints<_0>

ยง

impl<_0> Freeze for UnlockChunk<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for Support<_0>

ยง

impl<_0> Freeze for gclient::metadata::runtime_types::sp_runtime::generic::header::Header<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for gclient::metadata::runtime_types::sp_runtime::DispatchErrorWithPostInfo<_0>
where _0: Freeze,

ยง

impl<_0> Freeze for PagedExposureMetadata<_0>
where _0: Freeze,

ยง

impl<_0, _1> Freeze for Bounded<_0, _1>

ยง

impl<_0, _1> Freeze for GasMultiplier<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for Reason<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for GasNodeId<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for BountyStatus<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for ChildBountyStatus<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for OldRequestStatus<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for RequestStatus<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for gclient::metadata::runtime_types::sp_consensus_grandpa::Equivocation<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for gclient::metadata::runtime_types::bounded_collections::bounded_btree_map::BoundedBTreeMap<_0, _1>

ยง

impl<_0, _1> Freeze for Precommit<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for Prevote<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for AccountInfo<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for EventRecord<_0, _1>
where _0: Freeze,

ยง

impl<_0, _1> Freeze for LinkedNode<_0, _1>
where _1: Freeze, _0: Freeze,

ยง

impl<_0, _1> Freeze for LimitedVec<_0, _1>

ยง

impl<_0, _1> Freeze for IdAmount<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for ReserveData<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for PriorLock<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for RoundSnapshot<_0, _1>

ยง

impl<_0, _1> Freeze for VoucherInfo<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for Deposit<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for TrackInfo<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for UnappliedSlash<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for Proposal<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for VestingInfo<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for gclient::metadata::runtime_types::sp_consensus_grandpa::EquivocationProof<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1> Freeze for gclient::metadata::runtime_types::sp_consensus_slots::EquivocationProof<_0, _1>
where _1: Freeze, _0: Freeze,

ยง

impl<_0, _1> Freeze for OffenceDetails<_0, _1>
where _1: Freeze,

ยง

impl<_0, _1> Freeze for Exposure<_0, _1>
where _1: Freeze,

ยง

impl<_0, _1> Freeze for ExposurePage<_0, _1>
where _1: Freeze,

ยง

impl<_0, _1> Freeze for IndividualExposure<_0, _1>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1, _2> Freeze for gclient::metadata::runtime_types::finality_grandpa::Equivocation<_0, _1, _2>
where _0: Freeze, _1: Freeze, _2: Freeze,

ยง

impl<_0, _1, _2> Freeze for Bounty<_0, _1, _2>
where _0: Freeze, _1: Freeze, _2: Freeze,

ยง

impl<_0, _1, _2> Freeze for ChildBounty<_0, _1, _2>
where _1: Freeze, _0: Freeze, _2: Freeze,

ยง

impl<_0, _1, _2> Freeze for Casting<_0, _1, _2>
where _0: Freeze, _1: Freeze,

ยง

impl<_0, _1, _2> Freeze for Delegating<_0, _1, _2>
where _0: Freeze, _1: Freeze, _2: Freeze,

ยง

impl<_0, _1, _2> Freeze for SignedSubmission<_0, _1, _2>
where _0: Freeze, _1: Freeze, _2: Freeze,

ยง

impl<_0, _1, _2> Freeze for RegistrarInfo<_0, _1, _2>
where _1: Freeze, _0: Freeze, _2: Freeze,

ยง

impl<_0, _1, _2> Freeze for Multisig<_0, _1, _2>
where _1: Freeze, _2: Freeze, _0: Freeze,

ยง

impl<_0, _1, _2> Freeze for Announcement<_0, _1, _2>
where _0: Freeze, _1: Freeze, _2: Freeze,

ยง

impl<_0, _1, _2> Freeze for ProxyDefinition<_0, _1, _2>
where _0: Freeze, _1: Freeze, _2: Freeze,

ยง

impl<_0, _1, _2, _3> Freeze for GasNode<_0, _1, _2, _3>
where _0: Freeze, _2: Freeze, _1: Freeze, _3: Freeze,

ยง

impl<_0, _1, _2, _3> Freeze for Voting<_0, _1, _2, _3>
where _0: Freeze, _1: Freeze, _2: Freeze,

ยง

impl<_0, _1, _2, _3, _4> Freeze for Scheduled<_0, _1, _2, _3, _4>
where _1: Freeze, _3: Freeze, _0: Freeze, _2: Freeze,

ยง

impl<_0, _1, _2, _3, _4> Freeze for SpendStatus<_0, _1, _2, _3, _4>
where _0: Freeze, _1: Freeze, _2: Freeze, _3: Freeze,

ยง

impl<_0, _1, _2, _3, _4, _5, _6, _7> Freeze for ReferendumInfo<_0, _1, _2, _3, _4, _5, _6, _7>
where _2: Freeze, _0: Freeze, _1: Freeze, _3: Freeze, _5: Freeze, _6: Freeze, _4: Freeze, _7: Freeze,

ยง

impl<_0, _1, _2, _3, _4, _5, _6, _7> Freeze for ReferendumStatus<_0, _1, _2, _3, _4, _5, _6, _7>
where _0: Freeze, _1: Freeze, _3: Freeze, _2: Freeze, _5: Freeze, _6: Freeze, _4: Freeze, _7: Freeze,

ยง

impl<_0, _2> Freeze for Registration<_0, _2>
where _0: Freeze, _2: Freeze,

ยง

impl<const LEFT_PLUS_RIGHT_LEN: usize> Freeze for gclient::ext::sp_core::paired_crypto::Public<LEFT_PLUS_RIGHT_LEN>

ยง

impl<const LEFT_PLUS_RIGHT_LEN: usize> Freeze for gclient::ext::sp_core::paired_crypto::Signature<LEFT_PLUS_RIGHT_LEN>

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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

ยง

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