Struct git2::DiffStats [] [src]

pub struct DiffStats { /* fields omitted */ }

Structure describing a hunk of a diff.

Methods

impl DiffStats
[src]

Get the total number of files chaned in a diff.

Get the total number of insertions in a diff

Get the total number of deletions in a diff

Print diff statistics to a Buf

Trait Implementations

impl Drop for DiffStats
[src]

A method called when the value goes out of scope. Read more