Enum codespan_reporting::LabelStyle[][src]

pub enum LabelStyle {
    Primary,
    Secondary,
}

A style for the label

Variants

The main focus of the diagnostic

Supporting labels that may help to isolate the cause of the diagnostic

Trait Implementations

impl Copy for LabelStyle
[src]

impl Clone for LabelStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LabelStyle
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for LabelStyle
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LabelStyle

impl Sync for LabelStyle