Struct rustfmt_nightly::emitter::json::MismatchedBlock [−][src]
struct MismatchedBlock {
original_begin_line: u32,
original_end_line: u32,
expected_begin_line: u32,
expected_end_line: u32,
original: String,
expected: String,
}
Fields
original_begin_line: u32
original_end_line: u32
expected_begin_line: u32
expected_end_line: u32
original: String
expected: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MismatchedBlock
impl Send for MismatchedBlock
impl Sync for MismatchedBlock
impl Unpin for MismatchedBlock
impl UnwindSafe for MismatchedBlock
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: 64 bytes