pub struct AnalyzedFile {
pub path: PathBuf,
pub analysis: FileAnalysis,
}Expand description
A single analyzed file with its path and analysis result.
Fields§
§path: PathBuf§analysis: FileAnalysisAuto Trait Implementations§
impl Freeze for AnalyzedFile
impl RefUnwindSafe for AnalyzedFile
impl Send for AnalyzedFile
impl Sync for AnalyzedFile
impl Unpin for AnalyzedFile
impl UnsafeUnpin for AnalyzedFile
impl UnwindSafe for AnalyzedFile
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