Expand description
Macros§
- format_
args_ owned - Like
format_args, but takes ownership of its arguments.
Structs§
- FmtDebug
DebugorDisplaya value based on itsDebugimplementation.- FmtDebug
List DebugorDisplaya list ofDebugobjects as a list.- FmtDebug
Map DebugorDisplaya list of(Debug, Debug)objects as a map.- FmtDebug
Set DebugorDisplaya list ofDebugobjects as a set.- FmtDisplay
DebugorDisplaya value based on itsDisplayimplementation.- FmtDisplay
List DebugorDisplaya list ofDisplayobjects as a list.- FmtDisplay
Map DebugorDisplaya list of(Display, Display)objects as a map.- FmtDisplay
Set DebugorDisplaya list ofDisplayobjects as a set.- FmtFn
- Implements
DebugandDisplaybased on a function object. - FmtSeparated
Debug List DebugorDisplaya list ofDebugobjects with a separator that implementsDebug.- FmtSeparated
Display List DebugorDisplaya list ofDisplayobjects with a separator that implementsDisplay.
Functions§
- fmt_
debug - Creates an object that
DebugorDisplaya value based on itsDebugimplementation. - fmt_
debug_ list - Creates an object that
DebugorDisplaya list ofDebugobjects as a list. - fmt_
debug_ map - Creates an object that
DebugorDisplaya list of(Debug, Debug)objects as a map. - fmt_
debug_ set - Creates an object that
DebugorDisplaya list ofDebugobjects as a set. - fmt_
display - Creates an object that
DebugorDisplaya value based on itsDisplayimplementation. - fmt_
display_ list - Creates an object that
DebugorDisplaya list ofDisplayobjects as a list. - fmt_
display_ map - Creates an object that
DebugorDisplaya list of(Display, Display)objects as a map. - fmt_
display_ set - Creates an object that
DebugorDisplaya list ofDisplayobjects as a set. - fmt_fn
- Creates an object that implements
DebugandDisplaybased on the provided function object. - fmt_
separated_ debug_ list - Creates an object that
DebugorDisplaya list ofDebugobjects with specified separator that implementsDebug. - fmt_
separated_ display_ list - Creates an object that
DebugorDisplaya list ofDisplayobjects with specified separator that implementsDisplay.