pub struct MarkdownReporter { /* private fields */ }Expand description
Renders violations as a Markdown table with rule-doc links.
Implementations§
Source§impl MarkdownReporter
impl MarkdownReporter
Sourcepub fn with_version(version: &'static str) -> Self
pub fn with_version(version: &'static str) -> Self
Reporter that stamps version in the header instead of the crate version.
Trait Implementations§
Source§impl Debug for MarkdownReporter
impl Debug for MarkdownReporter
Source§impl Default for MarkdownReporter
impl Default for MarkdownReporter
Auto Trait Implementations§
impl Freeze for MarkdownReporter
impl RefUnwindSafe for MarkdownReporter
impl Send for MarkdownReporter
impl Sync for MarkdownReporter
impl Unpin for MarkdownReporter
impl UnsafeUnpin for MarkdownReporter
impl UnwindSafe for MarkdownReporter
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