Struct source_map_mappings::OriginalLocation [] [src]

pub struct OriginalLocation { /* fields omitted */ }

Original location information within a mapping.

Contains a source filename, an original line, and an original column. Might also contain an associated name.

Methods

impl OriginalLocation
[src]

[src]

The source filename.

[src]

The original line.

[src]

The original column.

[src]

The name, if any.

Trait Implementations

impl Clone for OriginalLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OriginalLocation
[src]

[src]

Formats the value using the given formatter.