Struct git2::Progress [] [src]

pub struct Progress<'a> { /* fields omitted */ }

Struct representing the progress by an in-flight transfer.

Methods

impl<'a> Progress<'a>
[src]

[src]

Number of objects in the packfile being downloaded

[src]

Received objects that have been hashed

[src]

Objects which have been downloaded

[src]

Locally-available objects that have been injected in order to fix a thin pack.

[src]

Number of deltas in the packfile being downloaded

[src]

Received deltas that have been hashed.

[src]

Size of the packfile received up to now

[src]

Convert this to an owned version of Progress.