Enum codemap_diagnostic::SpanStyle [] [src]

pub enum SpanStyle {
    Primary,
    Secondary,
}

Underline style for a SpanLabel.

Variants

Trait Implementations

impl Copy for SpanStyle
[src]

impl Clone for SpanStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SpanStyle
[src]

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

This method tests for !=.

impl Eq for SpanStyle
[src]

impl Debug for SpanStyle
[src]

Formats the value using the given formatter.