Struct rustfmt::rustfmt_diff::Mismatch [] [src]

pub struct Mismatch {
    pub line_number: u32,
    pub lines: Vec<DiffLine>,
}

Fields

Trait Implementations

impl Debug for Mismatch
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Mismatch
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.