Structs§
- Debug
Inner 🔒 - A helper used to print list-like items with no special formatting.
- Debug
List - A struct to help with
fmt::Debug
implementations. - Debug
Map - A struct to help with
fmt::Debug
implementations. - Debug
Set - A struct to help with
fmt::Debug
implementations. - Debug
Struct - A struct to help with
fmt::Debug
implementations. - Debug
Tuple - A struct to help with
fmt::Debug
implementations. - PadAdapter 🔒
- PadAdapter
State 🔒 - FromFn
Experimental - Implements
fmt::Debug
andfmt::Display
using a function.
Functions§
- debug_
list_ 🔒new - debug_
map_ 🔒new - debug_
set_ 🔒new - debug_
struct_ 🔒new - debug_
tuple_ 🔒new - from_fn
Experimental - Creates a type whose
fmt::Debug
andfmt::Display
impls are provided with the functionf
.