pub struct NargoReporter { /* private fields */ }Expand description
Nargo 报告生成器
用于生成 HTML 格式的报告,包含各种分析结果。
Implementations§
Source§impl NargoReporter
impl NargoReporter
Sourcepub fn generate_html(&self, data: &ReportData, output_path: &Path) -> Result<()>
pub fn generate_html(&self, data: &ReportData, output_path: &Path) -> Result<()>
Auto Trait Implementations§
impl Freeze for NargoReporter
impl !RefUnwindSafe for NargoReporter
impl Send for NargoReporter
impl Sync for NargoReporter
impl Unpin for NargoReporter
impl UnsafeUnpin for NargoReporter
impl !UnwindSafe for NargoReporter
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