pub struct CodeQualityAnalyzer;Trait Implementations§
Source§impl Analyzer<CodeQuality> for CodeQualityAnalyzer
impl Analyzer<CodeQuality> for CodeQualityAnalyzer
fn analyze(&self, snapshot: &RepositorySnapshot) -> CodeQuality
Auto Trait Implementations§
impl Freeze for CodeQualityAnalyzer
impl RefUnwindSafe for CodeQualityAnalyzer
impl Send for CodeQualityAnalyzer
impl Sync for CodeQualityAnalyzer
impl Unpin for CodeQualityAnalyzer
impl UnsafeUnpin for CodeQualityAnalyzer
impl UnwindSafe for CodeQualityAnalyzer
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