Enum moore_common::errors::DiagSegment
[−]
[src]
pub enum DiagSegment {
Span(Span),
Note(String),
}Variants
Span(Span)Note(String)
Trait Implementations
impl Clone for DiagSegment[src]
fn clone(&self) -> DiagSegment[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more