pub struct HtmlReportGenerator { /* private fields */ }Expand description
HTML coverage report generator
Implementations§
Auto Trait Implementations§
impl Freeze for HtmlReportGenerator
impl RefUnwindSafe for HtmlReportGenerator
impl Send for HtmlReportGenerator
impl Sync for HtmlReportGenerator
impl Unpin for HtmlReportGenerator
impl UnwindSafe for HtmlReportGenerator
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