Module builders

Source

Structsยง

DebugInner ๐Ÿ”’
A helper used to print list-like items with no special formatting.
DebugList
A struct to help with fmt::Debug implementations.
DebugMap
A struct to help with fmt::Debug implementations.
DebugSet
A struct to help with fmt::Debug implementations.
DebugStruct
A struct to help with fmt::Debug implementations.
DebugTuple
A struct to help with fmt::Debug implementations.
PadAdapter ๐Ÿ”’
PadAdapterState ๐Ÿ”’
FromFnExperimental
Implements fmt::Debug and fmt::Display using a function.

Functionsยง

debug_list_new ๐Ÿ”’
debug_map_new ๐Ÿ”’
debug_set_new ๐Ÿ”’
debug_struct_new ๐Ÿ”’
debug_tuple_new ๐Ÿ”’
from_fnExperimental
Creates a type whose fmt::Debug and fmt::Display impls are provided with the function f.