pub struct TerminalReporter { /* private fields */ }Expand description
Renders violations grouped by rule, then by file, in an aligned layout designed to be easy for both humans and LLMs to audit.
Implementations§
Trait Implementations§
Source§impl Clone for TerminalReporter
impl Clone for TerminalReporter
Source§fn clone(&self) -> TerminalReporter
fn clone(&self) -> TerminalReporter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TerminalReporter
impl Debug for TerminalReporter
Source§impl Default for TerminalReporter
impl Default for TerminalReporter
Source§fn default() -> TerminalReporter
fn default() -> TerminalReporter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TerminalReporter
impl RefUnwindSafe for TerminalReporter
impl Send for TerminalReporter
impl Sync for TerminalReporter
impl Unpin for TerminalReporter
impl UnsafeUnpin for TerminalReporter
impl UnwindSafe for TerminalReporter
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