Enum rustfmt_nightly::rustfmt_diff::DiffLine
[−]
[src]
pub enum DiffLine {
Context(String),
Expected(String),
Resulting(String),
}Variants
Context(String)Expected(String)Resulting(String)
Trait Implementations
impl Debug for DiffLine[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more