Expand description
Utilities for formatting and printing strings.
Structs§
- Arguments
Non- ferrocene_certified - 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.
- Debug
List Non- ferrocene_certified - A struct to help with
fmt::Debugimplementations. - Debug
Map Non- ferrocene_certified - A struct to help with
fmt::Debugimplementations. - Debug
Set Non- ferrocene_certified - A struct to help with
fmt::Debugimplementations. - Debug
Struct Non- ferrocene_certified - A struct to help with
fmt::Debugimplementations. - Debug
Tuple Non- ferrocene_certified - A struct to help with
fmt::Debugimplementations. - Error
Non- ferrocene_certified - The error type which is returned from formatting a message into a stream.
- Formatter
Non- ferrocene_certified - Configuration for formatting.
- Formatting
Options Experimental Non- ferrocene_certified - Options for formatting.
- FromFn
Experimental Non- ferrocene_certified - Implements
fmt::Debugandfmt::Displayusing a function. - NumBuffer
Experimental Non- ferrocene_certified - A buffer wrapper of which the internal size is based on the maximum number of digits the associated integer can have.
Enums§
- Alignment
Non- ferrocene_certified - Possible alignments returned by
Formatter::align - Debug
AsHex Experimental Non- ferrocene_certified - Specifies whether the
Debugtrait should use lower-/upper-case hexadecimal or normal integers. - Sign
Experimental Non- ferrocene_certified - The signedness of a
Formatter(or of aFormattingOptions).
Traits§
- Binary
Non- ferrocene_certified bformatting.- Debug
Non- ferrocene_certified ?formatting.- Display
Non- ferrocene_certified - Format trait for an empty format,
{}. - Lower
Exp Non- ferrocene_certified eformatting.- Lower
Hex Non- ferrocene_certified xformatting.- Octal
Non- ferrocene_certified oformatting.- Pointer
Non- ferrocene_certified pformatting.- Upper
Exp Non- ferrocene_certified Eformatting.- Upper
Hex Non- ferrocene_certified Xformatting.- Write
Non- ferrocene_certified - A trait for writing or formatting into Unicode-accepting buffers or streams.
- NumBuffer
Trait Experimental Non- ferrocene_certified - Trait used to describe the maximum number of digits in decimal base of the implemented integer.
Functions§
- write
Non- ferrocene_certified - Takes an output stream and an
Argumentsstruct that can be precompiled with theformat_args!macro. - from_fn
Experimental Non- ferrocene_certified - Creates a type whose
fmt::Debugandfmt::Displayimpls are provided with the functionf.
Type Aliases§
- Result
Non- ferrocene_certified - The type returned by formatter methods.
Derive Macros§
- Debug
Non- ferrocene_certified - Derive macro generating an impl of the trait
Debug.