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