Struct rustfmt_nightly::Summary[][src]

pub struct Summary {
    pub has_diff: bool,
    // some fields omitted
}

A summary of a Rustfmt run.

Fields

Formatted code differs from existing code (--check only).

Methods

impl Summary
[src]

Combine two summaries together.

Trait Implementations

impl Debug for Summary
[src]

Formats the value using the given formatter. Read more

impl Default for Summary
[src]

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

impl Clone for Summary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Summary
[src]

Auto Trait Implementations

impl Send for Summary

impl Sync for Summary