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]

Number of objects in the packfile being downloaded

Received objects that have been hashed

Objects which have been downloaded

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

Number of deltas in the packfile being downloaded

Received deltas that have been hashed.

Size of the packfile received up to now

Convert this to an owned version of Progress.

Auto Trait Implementations

impl<'a> !Send for Progress<'a>

impl<'a> !Sync for Progress<'a>