pub struct FileAnalyzer { /* private fields */ }Expand description
Analyzes individual source files.
Implementations§
Auto Trait Implementations§
impl Freeze for FileAnalyzer
impl RefUnwindSafe for FileAnalyzer
impl Send for FileAnalyzer
impl Sync for FileAnalyzer
impl Unpin for FileAnalyzer
impl UnwindSafe for FileAnalyzer
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