pub struct HtmlReporter { /* private fields */ }Expand description
HTML reporter plugin.
Implementations§
Source§impl HtmlReporter
impl HtmlReporter
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HtmlReporter
impl RefUnwindSafe for HtmlReporter
impl Send for HtmlReporter
impl Sync for HtmlReporter
impl Unpin for HtmlReporter
impl UnsafeUnpin for HtmlReporter
impl UnwindSafe for HtmlReporter
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