pub struct Formatter<'w, W> where
    W: uWrite + ?Sized
{ /* private fields */ }
Expand description

Configuration for formatting

Implementations

Creates a DebugList builder designed to assist with creation of uDebug implementations for list-like structures.

Creates a DebugMap builder designed to assist with creation of uDebug implementations for map-like structures.

Creates a DebugSet builder designed to assist with creation of uDebug implementations for set-like structures.

Creates a DebugStruct builder designed to assist with creation of uDebug implementations for structs.

Creates a DebugTuple builder designed to assist with creation of uDebug implementations for tuple structs.

Creates a formatter from the given writer

Execute the closure with pretty-printing enabled

Writes a character to the underlying buffer contained within this formatter.

Writes a string slice to the underlying buffer contained within this formatter.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.