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
change: Change
The change type
path: String
The current path of the file
from: String
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]
impl Clone for FileDelta[src]
fn clone(&self) -> FileDelta
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more