Struct Formatter
Methods
print_string_quotes
print_newline
print_str
print_u8
print_u16
print_u32
print_u64
print_u256
print_u256_as_hex
debug_struct
debug_list
debug_tuple
flush
Trait Implementations
AbiEncode
AbiDecode
Struct
std
::
debug
::
Formatter
pub struct Formatter {}
Implementations
impl Formatter
pub fn
print_string_quotes
(
self,
)
pub fn
print_newline
(self)
pub fn
print_str
(self, s: str)
pub fn
print_u8
(self, value: u8)
pub fn
print_u16
(
self,
value: u16,
)
pub fn
print_u32
(
self,
value: u32,
)
pub fn
print_u64
(
self,
value: u64,
)
pub fn
print_u256
(
self,
value: u256,
)
pub fn
print_u256_as_hex
(
self,
value: u256,
uppercase: bool,
)
pub fn
debug_struct
(self, name: str) -> DebugStruct
pub fn
debug_list
(self) -> DebugList
pub fn
debug_tuple
(self, name: str) -> DebugTuple
pub fn
flush
(self)
Trait Implementations
impl
AbiEncode
for Formatter<>
pub fn
abi_encode
(self, buffer: Buffer) -> Buffer
impl
AbiDecode
for Formatter<>
pub fn
abi_decode
(refmut _buffer: BufferReader) -> Self