Struct rst_app::LocData [] [src]

pub struct LocData {
    pub path: String,
    pub row: u64,
    pub col: u64,
}

Fields

Trait Implementations

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 !=.

impl Eq for LocData
[src]

impl Debug for LocData
[src]

Formats the value using the given formatter.