pub struct MarkdownReport;Expand description
Report type for error reporting as markdown.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarkdownReport
impl RefUnwindSafe for MarkdownReport
impl Send for MarkdownReport
impl Sync for MarkdownReport
impl Unpin for MarkdownReport
impl UnsafeUnpin for MarkdownReport
impl UnwindSafe for MarkdownReport
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