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