Struct task_diff::util::Line[][src]

pub struct Line {
    pub diff: char,
    pub depth: usize,
    pub contents: String,
}

Fields

Methods

impl Line
[src]

Trait Implementations

impl Display for Line
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Line

impl Sync for Line