Struct rustfmt_nightly::rustfmt_diff::Mismatch [−][src]
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.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Mismatch
impl UnwindSafe for Mismatch
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: 32 bytes