Struct slog_extlog::stats::DefaultStatisticsLogFormatter [] [src]

pub struct DefaultStatisticsLogFormatter;

Structure to use for the default implementation of StatisticsLogFormatter.

Trait Implementations

impl Debug for DefaultStatisticsLogFormatter
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DefaultStatisticsLogFormatter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl StatisticsLogFormatter for DefaultStatisticsLogFormatter
[src]

[src]

The formatting callback. This default implementation just logs each field.

Auto Trait Implementations