Struct git2::DiffStats [] [src]

pub struct DiffStats { /* fields omitted */ }

Structure describing a hunk of a diff.

Methods

impl DiffStats
[src]

[src]

Get the total number of files chaned in a diff.

[src]

Get the total number of insertions in a diff

[src]

Get the total number of deletions in a diff

[src]

Print diff statistics to a Buf

Trait Implementations

impl Drop for DiffStats
[src]

[src]

Executes the destructor for this type. Read more