pub struct HumanFormatter {
pub use_color: bool,
pub show_source: bool,
}Expand description
Human-readable diagnostic formatter with color support
Fields§
§use_color: bool§show_source: boolImplementations§
Trait Implementations§
Source§impl Default for HumanFormatter
impl Default for HumanFormatter
Source§impl DiagnosticFormatter for HumanFormatter
impl DiagnosticFormatter for HumanFormatter
Auto Trait Implementations§
impl Freeze for HumanFormatter
impl RefUnwindSafe for HumanFormatter
impl Send for HumanFormatter
impl Sync for HumanFormatter
impl Unpin for HumanFormatter
impl UnwindSafe for HumanFormatter
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