Module builders
Structs
- DebugInner A helper used to print list-like items with no special formatting.
-
DebugList
A struct to help with
fmt::Debugimplementations. -
DebugMap
A struct to help with
fmt::Debugimplementations. -
DebugOnce
Wraps an
FnOnceformatting closure in a type that implementsfmt::Debugby calling the closure, allowing the*_withbuilder methods to forward to their&dyn fmt::Debugcounterparts. -
DebugSet
A struct to help with
fmt::Debugimplementations. -
DebugStruct
A struct to help with
fmt::Debugimplementations. -
DebugTuple
A struct to help with
fmt::Debugimplementations. -
FromFn
Implements
fmt::Debugandfmt::Displayvia the provided closure. - PadAdapter
- PadAdapterState
Functions
- debug_list_new
- debug_map_new
- debug_set_new
- debug_struct_new
- debug_tuple_new
-
from_fn
Creates a type whose
fmt::Debugandfmt::Displayimpls are forwarded to the provided closure.