Enum rustfmt_nightly::rustfmt_diff::DiffLine [] [src]

pub enum DiffLine {
    Context(String),
    Expected(String),
    Resulting(String),
}

Variants

Trait Implementations

impl Debug for DiffLine
[src]

Formats the value using the given formatter.

impl PartialEq for DiffLine
[src]

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

This method tests for !=.