Structsยง
- Arguments ๐This structure represents a safely precompiled version of a format string and its arguments. This cannot be generated at runtime because it cannot safely be done, so no constructors are given and the fields are private to prevent modification.
- DebugList ๐A struct to help with
fmt::Debugimplementations. - DebugMap ๐A struct to help with
fmt::Debugimplementations. - DebugPtr ๐
- DebugSet ๐A struct to help with
fmt::Debugimplementations. - DebugStruct ๐A struct to help with
fmt::Debugimplementations. - DebugTuple ๐A struct to help with
fmt::Debugimplementations. - Error ๐The error type which is returned from formatting a message into a stream.
- Formatter ๐Configuration for formatting.
- Implements
fmt::Debugandfmt::Displayusing a function.
Enumsยง
- Alignment ๐Possible alignments returned by
Formatter::align
Traitsยง
- Binary ๐
bformatting. - Debug ๐
?formatting. - Display ๐Format trait for an empty format,
{}. - LowerExp ๐
eformatting. - LowerHex ๐
xformatting. - Octal ๐
oformatting. - Pointer ๐
pformatting. - UpperExp ๐
Eformatting. - UpperHex ๐
Xformatting. - Write ๐A trait for writing or formatting into Unicode-accepting buffers or streams.
Functionsยง
- ptr ๐
- write ๐Takes an output stream and an
Argumentsstruct that can be precompiled with theformat_args!macro.
Type Aliasesยง
- Result ๐The type returned by formatter methods.
Derive Macrosยง
- Debug ๐Derive macro generating an impl of the trait
Debug.