Allow
All
frame_
support
28.0.0
Allow
All
Aliased type
Trait Implementations
Contains<T>
ContainsPair<A, B>
In frame_
support::
traits
Modules
base16
base2
defensive_prelude
dynamic_params
schedule
tasks
tokens
Structs
AsContains
AsEnsureOriginWithArg
Backing
BinaryMerkleTreeProver
CallMetadata
ClassCountOf
ClearFilterGuard
ConstBool
ConstI128
ConstI16
ConstI32
ConstI64
ConstI8
ConstInt
ConstU128
ConstU16
ConstU32
ConstU64
ConstU8
ConstUint
ConstantStoragePrice
CrateVersion
Disabled
EitherOf
EitherOfDiverse
EnqueueWithOrigin
EnsureOriginEqualOrHigherPrivilege
EqualPrivilegeOnly
Equals
EverythingBut
FilterStackGuard
Footprint
FromContains
FromContainsPair
GetDefault
InsideBoth
IsInVec
LinearStoragePrice
MapSuccess
NeverEnsureOrigin
NoOpPoll
NoStorageVersionSet
NoopServiceQueues
PalletInfoData
QueueFootprint
SixteenPatriciaMerkleTreeExistenceProof
SixteenPatriciaMerkleTreeProver
StorageInfo
StorageMapShim
StorageVersion
TheseExcept
TrackedStorageKey
TransformOrigin
TryDecodeEntireStorageError
TryMapSuccess
TryWithMorphedArg
VariantCountOf
WrapperKeepOpaque
WrapperOpaque
Enums
Bounded
Everything
ExecuteOverweightError
Nothing
PollStatus
ProcessMessageError
SafeModeError
SameOrOther
TransactionPauseError
TrieError
TryStateSelect
UpgradeCheckSelect
Constants
STORAGE_VERSION_STORAGE_KEY_POSTFIX
Traits
AccountTouch
BeforeAllRuntimeMigrations
BuildGenesisConfig
CallerTrait
ChangeMembers
Consideration
Contains
ContainsLengthBound
ContainsPair
Defensive
DefensiveMax
DefensiveMin
DefensiveOption
DefensiveResult
DefensiveSaturating
DefensiveTruncateFrom
DisabledValidators
EnqueueMessage
EnsureInherentsAreFirst
EnsureOrigin
EnsureOriginWithArg
EstimateCallFee
EstimateNextNewSession
EstimateNextSessionRotation
ExecuteBlock
ExtrinsicCall
Filter
FilterStack
FindAuthor
GenesisBuild
Get
GetBacking
GetCallIndex
GetCallMetadata
GetCallName
GetStorageVersion
HandleLifetime
HandleMessage
Hooks
Incrementable
InherentBuilder
InitializeMembers
Instance
InstanceFilter
IntegrityTest
IsInherent
IsSubType
IsType
KeyOwnerProofSystem
Lateness
Len
MaybeConsideration
OffchainWorker
OnFinalize
OnGenesis
OnIdle
OnInitialize
OnKilledAccount
OnNewAccount
OnPoll
OnRuntimeUpgrade
OnTimestampSet
OneSessionHandler
OriginTrait
PalletError
PalletInfo
PalletInfoAccess
PalletsInfoAccess
PartialStorageInfoTrait
Polling
PostInherents
PostTransactions
PreInherents
PreimageProvider
PreimageRecipient
PrivilegeCmp
ProcessMessage
ProofToHashes
ProvingTrie
QueryPreimage
QueuePausedQuery
Randomness
RankedMembers
RankedMembersSwapHandler
SafeMode
SafeModeNotify
ServiceQueues
SignedTransactionBuilder
SortedMembers
StorageInfoTrait
StorageInstance
StorePreimage
StoredMap
Time
TransactionPause
TryCollect
TryDecodeEntireStorage
TryDrop
TryState
TypedGet
UncheckedOnRuntimeUpgrade
UnfilteredDispatchable
UnixTime
ValidatorRegistration
ValidatorSet
ValidatorSetWithIdentification
VariantCount
VerifyExistenceProof
VerifySeal
VoteTally
WhitelistedStorageKeys
Type Aliases
AllowAll
BoundedInline
DenyAll
EnsureOneOf
FetchResult
frame_support
::
traits
Type Alias
AllowAll
Copy item path
Settings
Help
Summary
Source
pub type AllowAll =
Everything
;
👎
Deprecated: Use
Everything
instead
Aliased Type
§
enum AllowAll {}
Variants
§
Trait Implementations
Source
§
impl<T>
Contains
<T> for
Everything
Source
§
fn
contains
(_:
&T
) ->
bool
Return
true
if this “contains” the given value
t
.
Source
§
impl<A, B>
ContainsPair
<A, B> for
Everything
Source
§
fn
contains
(_:
&A
, _:
&B
) ->
bool
Return
true
if this “contains” the pair-value
(a, b)
.