Struct undo::timeline::Display[][src]

pub struct Display<'a, A, F, const LIMIT: usize> { /* fields omitted */ }
Expand description

Configurable display formatting for the timeline.

Implementations

Show colored output (on by default).

Requires the colored feature to be enabled.

Show the current position in the output (on by default).

Show detailed output (on by default).

Show the position of the action (on by default).

Show the saved action (on by default).

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

Converts the given value to a String. Read more

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.