[−][src]Struct codespan_reporting::term::Styles
Styles to use when rendering the diagnostic.
Fields
header_bug: ColorSpec
The style to use when rendering bug headers.
Defaults to fg:red bold intense
.
header_error: ColorSpec
The style to use when rendering error headers.
Defaults to fg:red bold intense
.
header_warning: ColorSpec
The style to use when rendering warning headers.
Defaults to fg:yellow bold intense
.
header_note: ColorSpec
The style to use when rendering note headers.
Defaults to fg:green bold intense
.
header_help: ColorSpec
The style to use when rendering help headers.
Defaults to fg:cyan bold intense
.
header_message: ColorSpec
The style to use when the main diagnostic message.
Defaults to bold intense
.
primary_label_bug: ColorSpec
The style to use when rendering bug labels.
Defaults to fg:red
.
primary_label_error: ColorSpec
The style to use when rendering error labels.
Defaults to fg:red
.
primary_label_warning: ColorSpec
The style to use when rendering warning labels.
Defaults to fg:yellow
.
primary_label_note: ColorSpec
The style to use when rendering note labels.
Defaults to fg:green
.
primary_label_help: ColorSpec
The style to use when rendering help labels.
Defaults to fg:cyan
.
secondary_label: ColorSpec
The style to use when rendering secondary labels.
Defaults fg:blue
(or fg:cyan
on windows).
line_number: ColorSpec
The style to use when rendering the line numbers.
Defaults fg:blue
(or fg:cyan
on windows).
source_border: ColorSpec
The style to use when rendering the source code borders.
Defaults fg:blue
(or fg:cyan
on windows).
note_bullet: ColorSpec
The style to use when rendering the note bullets.
Defaults fg:blue
(or fg:cyan
on windows).
Implementations
impl Styles
[src]
pub fn header(&self, severity: Severity) -> &ColorSpec
[src]
The style used to mark a header at a given severity.
pub fn label(&self, severity: Severity, label_style: LabelStyle) -> &ColorSpec
[src]
The style used to mark a primary or secondary label at a given severity.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Styles
impl Send for Styles
impl Sync for Styles
impl Unpin for Styles
impl UnwindSafe for Styles
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,