Struct rustfmt_nightly::ModifiedLines [] [src]

pub struct ModifiedLines {
    pub chunks: Vec<ModifiedChunk>,
}

Set of changed sections of a file.

Fields

The set of changed chunks.

Trait Implementations

impl Debug for ModifiedLines
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ModifiedLines
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for ModifiedLines
[src]

Auto Trait Implementations

impl Send for ModifiedLines

impl Sync for ModifiedLines