[][src]Struct rustfmt_nightly::ModifiedLines

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

Set of changed sections of a file.

Fields

chunks: Vec<ModifiedChunk>

The set of changed chunks.

Trait Implementations

impl PartialEq<ModifiedLines> for ModifiedLines[src]

impl From<Vec<Mismatch>> for ModifiedLines[src]

impl Eq for ModifiedLines[src]

impl Display for ModifiedLines[src]

impl Debug for ModifiedLines[src]

impl FromStr for ModifiedLines[src]

type Err = ()

The associated error which can be returned from parsing.

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<E> SpecializationError for E[src]

impl<T> Send for T where
    T: ?Sized
[src]

impl<T> Sync for T where
    T: ?Sized
[src]

impl<T> Erased for T[src]