Struct rustfmt::Summary [] [src]

#[must_use]
pub struct Summary {
    // some fields omitted
}

Methods

impl Summary
[src]

fn new() -> Summary

fn has_operational_errors(&self) -> bool

fn has_parsing_errors(&self) -> bool

fn has_formatting_errors(&self) -> bool

fn add_operational_error(&mut self)

fn add_parsing_error(&mut self)

fn add_formatting_error(&mut self)

fn has_no_errors(&self) -> bool

fn add(&mut self, other: Summary)