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.