Structs§
- 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.
- A struct to help with
fmt::Debugimplementations. - DebugMap 🔒A struct to help with
fmt::Debugimplementations. - DebugPtr 🔒
- DebugSet 🔒A struct to help with
fmt::Debugimplementations. - A struct to help with
fmt::Debugimplementations. - A struct to help with
fmt::Debugimplementations. - Error 🔒The error type which is returned from formatting a message into a stream.
- Configuration for formatting.
- Implements
fmt::Debugandfmt::Displayusing a function.
Enums§
- 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.