☰
MaybeHash
MaybeHash
Implementors
In sp_runtime::traits
Structs
AccountIdLookup
AppendZerosInput
BadOrigin
BlakeTwo256
ConstBool
ConstI128
ConstI16
ConstI32
ConstI64
ConstI8
ConstU128
ConstU16
ConstU32
ConstU64
ConstU8
ConvertInto
GetDefault
Identity
IdentityLookup
Keccak256
LookupError
ReduceBy
Replace
SignedExtensionMetadata
TrailingZeroInput
Traits
AccountIdConversion
AppVerify
Applyable
AtLeast32Bit
AtLeast32BitUnsigned
BlindCheckable
Block
BlockIdTo
BlockNumberProvider
Bounded
CheckEqual
Checkable
CheckedAdd
CheckedConversion
CheckedDiv
CheckedMul
CheckedShl
CheckedShr
CheckedSub
Clear
Convert
Dispatchable
Extrinsic
ExtrinsicMetadata
Get
GetNodeBlockType
GetRuntimeBlockType
Hash
Header
IdentifyAccount
IntegerSquareRoot
IsMember
Lazy
Lookup
MaybeDisplay
MaybeFromStr
MaybeHash
MaybeMallocSizeOf
MaybeSerialize
MaybeSerializeDeserialize
Member
Morph
One
OpaqueKeys
Printable
SaturatedConversion
Saturating
Scale
SignedExtension
SimpleBitOps
StaticLookup
TryCollect
TryMorph
TypedGet
UniqueSaturatedFrom
UniqueSaturatedInto
ValidateUnsigned
Verify
Zero
Type Definitions
DispatchInfoOf
HashFor
NumberFor
PostDispatchInfoOf
?
Trait
sp_runtime
::
traits
::
MaybeHash
source
·
[
−
]
pub trait MaybeHash:
Hash
{ }
Expand description
A type that implements Hash when in std environment.
Implementors
§
source
§
impl<T:
Hash
>
MaybeHash
for T