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