pub struct FullAnalysisResult {
pub findings: Vec<StyleFinding>,
pub file_count: usize,
pub total_lines: usize,
pub style_ir_files: Vec<StyleIrFileInfo>,
}Fields§
§findings: Vec<StyleFinding>§file_count: usize§total_lines: usize§style_ir_files: Vec<StyleIrFileInfo>Auto Trait Implementations§
impl Freeze for FullAnalysisResult
impl RefUnwindSafe for FullAnalysisResult
impl Send for FullAnalysisResult
impl Sync for FullAnalysisResult
impl Unpin for FullAnalysisResult
impl UnsafeUnpin for FullAnalysisResult
impl UnwindSafe for FullAnalysisResult
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