pub struct ReportFormatter;Expand description
Formats reports in various output formats.
Implementations§
Auto Trait Implementations§
impl Freeze for ReportFormatter
impl RefUnwindSafe for ReportFormatter
impl Send for ReportFormatter
impl Sync for ReportFormatter
impl Unpin for ReportFormatter
impl UnsafeUnpin for ReportFormatter
impl UnwindSafe for ReportFormatter
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