Struct js_source_mapper::Mapping [] [src]

pub struct Mapping {
    pub generated: CodePosition,
    pub original: CodePosition,
    pub source: String,
    pub name: String,
}

Fields

The position in the generated file

The position in the corresponding original source file

The original source file

The original source name of the function/class, if applicable

Trait Implementations

impl Clone for Mapping
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Mapping
[src]

impl PartialEq for Mapping
[src]

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

This method tests for !=.

impl Debug for Mapping
[src]

Formats the value using the given formatter.