Struct patch::Hunk [] [src]

pub struct Hunk<'a> {
    pub old_range: Range,
    pub new_range: Range,
    pub lines: Vec<Line<'a>>,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

[src]

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

[src]

This method tests for !=.