pub struct CodeStyleDiagnostic {
pub start_line: i32,
pub start_col: i32,
pub end_line: i32,
pub end_col: i32,
pub message: String,
}
Fields§
§start_line: i32
§start_col: i32
§end_line: i32
§end_col: i32
§message: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodeStyleDiagnostic
impl RefUnwindSafe for CodeStyleDiagnostic
impl Send for CodeStyleDiagnostic
impl Sync for CodeStyleDiagnostic
impl Unpin for CodeStyleDiagnostic
impl UnwindSafe for CodeStyleDiagnostic
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