Struct rustfmt_nightly::rustfmt_diff::Mismatch
[−]
[src]
pub struct Mismatch {
pub line_number: u32,
pub line_number_orig: u32,
pub lines: Vec<DiffLine>,
}Fields
line_number: u32
The line number in the formatted version.
line_number_orig: u32
The line number in the original version.
lines: Vec<DiffLine>
The set of lines (context and old/new) in the mismatch.
Trait Implementations
impl Debug for Mismatch[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more