Struct rls_span::compiler::DiagnosticSpanLine [] [src]

pub struct DiagnosticSpanLine {
    pub text: String,
    pub highlight_start: usize,
    pub highlight_end: usize,
}

Fields

1-based, character offset in self.text.

Trait Implementations

impl Debug for DiagnosticSpanLine
[src]

Formats the value using the given formatter.

impl Clone for DiagnosticSpanLine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more