Struct patch::Patch [] [src]

pub struct Patch<'a> {
    pub old: File<'a>,
    pub new: File<'a>,
    pub hunks: Vec<Hunk<'a>>,
    pub no_newline: bool,
}

Fields

Trait Implementations

impl<'a> Debug for Patch<'a>
[src]

Formats the value using the given formatter.

impl<'a> Eq for Patch<'a>
[src]

impl<'a> PartialEq for Patch<'a>
[src]

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

This method tests for !=.