Struct git_historian::FileDelta [] [src]

pub struct FileDelta {
    pub change: Change,
    pub path: String,
    pub from: String,
}

A change made to a given file in a commit

Fields

The change type

The current path of the file

The previous path of the file if the change is a rename or copy, and an empty string otherwise

Trait Implementations

impl Debug for FileDelta
[src]

Formats the value using the given formatter.

impl Clone for FileDelta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more