Struct rustfmt_nightly::emitter::json::MismatchedBlock
source · 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§
source§impl Debug for MismatchedBlock
impl Debug for MismatchedBlock
source§impl Default for MismatchedBlock
impl Default for MismatchedBlock
source§fn default() -> MismatchedBlock
fn default() -> MismatchedBlock
Returns the “default value” for a type. Read more
source§impl PartialEq<MismatchedBlock> for MismatchedBlock
impl PartialEq<MismatchedBlock> for MismatchedBlock
source§fn eq(&self, other: &MismatchedBlock) -> bool
fn eq(&self, other: &MismatchedBlock) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MismatchedBlock
impl Serialize for MismatchedBlock
impl StructuralPartialEq for MismatchedBlock
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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