pub struct LintFileResult {
pub file: String,
pub diagnostics: Vec<Diagnostic>,
}Expand description
单个文件的 lint 结果
Fields§
§file: String文件路径
diagnostics: Vec<Diagnostic>诊断信息
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LintFileResult
impl RefUnwindSafe for LintFileResult
impl Send for LintFileResult
impl Sync for LintFileResult
impl Unpin for LintFileResult
impl UnsafeUnpin for LintFileResult
impl UnwindSafe for LintFileResult
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