Struct artifact_app::core::types::Loc [] [src]

pub struct Loc {
    pub path: PathBuf,
    pub line_col: (usize, usize),
}

Fields

Methods

impl Loc
[src]

Trait Implementations

impl Debug for Loc
[src]

Formats the value using the given formatter.

impl Clone for Loc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Loc
[src]

impl PartialEq for Loc
[src]

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

This method tests for !=.

impl Display for Loc
[src]

Formats the value using the given formatter.