Struct StorageString
Trait Implementations
AbiEncode
AbiDecode
Debug
Struct
std
::
storage
::
storage_string
::
StorageString
pub struct StorageString {}
Trait Implementations
impl
AbiEncode
for StorageString<>
pub fn
abi_encode
(self, buffer: Buffer) -> Buffer
pub fn
is_encode_trivial
() -> bool
impl
AbiDecode
for StorageString<>
pub fn
abi_decode
(refmut _buffer: BufferReader) -> Self
pub fn
is_decode_trivial
() -> bool
impl
Debug
for StorageString<>
pub fn
fmt
(
self,
refmut _f: Formatter,
)