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
sourceimpl Debug for MismatchedBlock
impl Debug for MismatchedBlock
sourceimpl Default for MismatchedBlock
impl Default for MismatchedBlock
sourcefn default() -> MismatchedBlock
fn default() -> MismatchedBlock
Returns the “default value” for a type. Read more
sourceimpl PartialEq<MismatchedBlock> for MismatchedBlock
impl PartialEq<MismatchedBlock> for MismatchedBlock
sourcefn eq(&self, other: &MismatchedBlock) -> bool
fn eq(&self, other: &MismatchedBlock) -> bool
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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