OnlyPrimitives
tempo_
precompiles
0.7.4
Only
Primitives
Implementations on Foreign Types
Address
FixedBytes<1usize>
FixedBytes<2usize>
FixedBytes<3usize>
FixedBytes<4usize>
FixedBytes<5usize>
FixedBytes<6usize>
FixedBytes<7usize>
FixedBytes<8usize>
FixedBytes<9usize>
FixedBytes<10usize>
FixedBytes<11usize>
FixedBytes<12usize>
FixedBytes<13usize>
FixedBytes<14usize>
FixedBytes<15usize>
FixedBytes<16usize>
FixedBytes<17usize>
FixedBytes<18usize>
FixedBytes<19usize>
FixedBytes<20usize>
FixedBytes<21usize>
FixedBytes<22usize>
FixedBytes<23usize>
FixedBytes<24usize>
FixedBytes<25usize>
FixedBytes<26usize>
FixedBytes<27usize>
FixedBytes<28usize>
FixedBytes<29usize>
FixedBytes<30usize>
FixedBytes<31usize>
FixedBytes<32usize>
I8
I16
I32
I64
I128
I256
U8
U16
U32
U64
U128
U256
bool
i8
i16
i32
i64
i128
u8
u16
u32
u64
u128
Implementors
In tempo_
precompiles::
storage::
types::
sealed
tempo_precompiles
::
storage
::
types
::
sealed
Trait
Only
Primitives
Copy item path
Source
pub trait OnlyPrimitives { }
Expand description
Marker trait to prevent external implementations of
Packable
.
Implementations on Foreign Types
§
Source
§
impl
OnlyPrimitives
for
bool
Source
§
impl
OnlyPrimitives
for
i8
Source
§
impl
OnlyPrimitives
for
i16
Source
§
impl
OnlyPrimitives
for
i32
Source
§
impl
OnlyPrimitives
for
i64
Source
§
impl
OnlyPrimitives
for
i128
Source
§
impl
OnlyPrimitives
for
u8
Source
§
impl
OnlyPrimitives
for
u16
Source
§
impl
OnlyPrimitives
for
u32
Source
§
impl
OnlyPrimitives
for
u64
Source
§
impl
OnlyPrimitives
for
u128
Source
§
impl
OnlyPrimitives
for Address
Source
§
impl
OnlyPrimitives
for FixedBytes<1usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<2usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<3usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<4usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<5usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<6usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<7usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<8usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<9usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<10usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<11usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<12usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<13usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<14usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<15usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<16usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<17usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<18usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<19usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<20usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<21usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<22usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<23usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<24usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<25usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<26usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<27usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<28usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<29usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<30usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<31usize>
Source
§
impl
OnlyPrimitives
for FixedBytes<32usize>
Source
§
impl
OnlyPrimitives
for I8
Source
§
impl
OnlyPrimitives
for I16
Source
§
impl
OnlyPrimitives
for I32
Source
§
impl
OnlyPrimitives
for I64
Source
§
impl
OnlyPrimitives
for I128
Source
§
impl
OnlyPrimitives
for I256
Source
§
impl
OnlyPrimitives
for U8
Source
§
impl
OnlyPrimitives
for U16
Source
§
impl
OnlyPrimitives
for U32
Source
§
impl
OnlyPrimitives
for U64
Source
§
impl
OnlyPrimitives
for U128
Source
§
impl
OnlyPrimitives
for U256
Implementors
§