pub struct HtmlReporter;Expand description
Self-contained HTML reporter (spec 043 §FR-041).
Implementations§
Source§impl HtmlReporter
impl HtmlReporter
Trait Implementations§
Source§impl Clone for HtmlReporter
impl Clone for HtmlReporter
Source§fn clone(&self) -> HtmlReporter
fn clone(&self) -> HtmlReporter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HtmlReporter
impl Debug for HtmlReporter
Source§impl Default for HtmlReporter
impl Default for HtmlReporter
Source§fn default() -> HtmlReporter
fn default() -> HtmlReporter
Returns the “default value” for a type. Read more
Source§impl Reporter for HtmlReporter
impl Reporter for HtmlReporter
Source§fn render(
&self,
result: &EvalSetResult,
) -> Result<ReporterOutput, ReporterError>
fn render( &self, result: &EvalSetResult, ) -> Result<ReporterOutput, ReporterError>
Render the given result. Read more
impl Copy for HtmlReporter
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