Struct rustfmt_nightly::config::summary::Summary [] [src]

#[must_use]
pub struct Summary { pub has_diff: bool, // some fields omitted }

Fields

Methods

impl Summary
[src]

[src]

[src]

[src]

Returns the time it took to parse the source files in nanoseconds.

[src]

Returns the time it took to go from the parsed AST to the formatted output. Parsing time is not included.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Summary
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Summary
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for Summary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Summary
[src]

Auto Trait Implementations

impl Send for Summary

impl Sync for Summary