pub struct HallOfShame { /* private fields */ }Implementations§
Source§impl HallOfShame
impl HallOfShame
pub fn new() -> Self
pub fn add_file_analysis( &mut self, file_path: PathBuf, issues: &[CodeIssue], file_lines: usize, )
pub fn generate_shame_report(&self) -> ProjectShameStats
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HallOfShame
impl RefUnwindSafe for HallOfShame
impl Send for HallOfShame
impl Sync for HallOfShame
impl Unpin for HallOfShame
impl UnsafeUnpin for HallOfShame
impl UnwindSafe for HallOfShame
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