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

A struct to help with uDebug implementations.

This is useful when you wish to output a formatted struct as a part of your uDebug::fmt implementation.

This can be constructed by the Formatter::debug_struct method.

Implementations

Adds a new field to the generated struct output.

Finishes output

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.