Struct DebugStruct
Fields
f
has_fields
Methods
finish
field
Trait Implementations
AbiEncode
AbiDecode
Struct
std
::
debug
::
DebugStruct
pub struct DebugStruct { f: Formatter, has_fields: bool, }
Fields
f:
Formatter
has_fields: bool
Implementations
impl DebugStruct
pub fn
finish
(refmut self)
pub fn
field
(refmut self, name: str, value: T) -> Self
Trait Implementations
impl
AbiEncode
for DebugStruct<>
pub fn
abi_encode
(self, buffer: Buffer) -> Buffer
impl
AbiDecode
for DebugStruct<>
pub fn
abi_decode
(refmut buffer: BufferReader) -> Self