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

pub struct LocData {
    pub path: String,
    pub line: u64,
}

Fields

Trait Implementations

impl Debug for LocData
[src]

Formats the value using the given formatter.

impl Clone for LocData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LocData
[src]

impl PartialEq for LocData
[src]

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

This method tests for !=.