Struct syntax_pos::MalformedCodemapPositions[][src]

pub struct MalformedCodemapPositions {
    pub name: FileName,
    pub source_len: usize,
    pub begin_pos: BytePos,
    pub end_pos: BytePos,
}

Fields

Trait Implementations

impl Clone for MalformedCodemapPositions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MalformedCodemapPositions
[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 MalformedCodemapPositions
[src]

impl Debug for MalformedCodemapPositions
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations