Enum syntex_syntax::codemap::SpanLinesError [] [src]

pub enum SpanLinesError {
    IllFormedSpan(Span),
    DistinctSources(DistinctSources),
}

Variants

IllFormedSpan
DistinctSources

Trait Implementations

Derived Implementations

impl Debug for SpanLinesError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Eq for SpanLinesError

impl PartialEq for SpanLinesError

fn eq(&self, __arg_0: &SpanLinesError) -> bool

fn ne(&self, __arg_0: &SpanLinesError) -> bool

impl Clone for SpanLinesError

fn clone(&self) -> SpanLinesError

fn clone_from(&mut self, source: &Self)