Struct rustfmt_nightly::formatting::ReportedErrors  [−][src]
pub(crate) struct ReportedErrors {
    pub(crate) has_operational_errors: bool,
    pub(crate) has_parsing_errors: bool,
    pub(crate) has_formatting_errors: bool,
    pub(crate) has_macro_format_failure: bool,
    pub(crate) has_check_errors: bool,
    pub(crate) has_diff: bool,
    pub(crate) has_unformatted_code_errors: bool,
}Fields
has_operational_errors: boolhas_parsing_errors: boolhas_formatting_errors: boolhas_macro_format_failure: boolhas_check_errors: boolhas_diff: boolFormatted code differs from existing code (–check only).
has_unformatted_code_errors: boolFormatted code missed something, like lost comments or extra trailing space
Implementations
Combine two summaries together.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ReportedErrors
impl Send for ReportedErrors
impl Sync for ReportedErrors
impl Unpin for ReportedErrors
impl UnwindSafe for ReportedErrors
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 7 bytes