Struct git2::Progress[][src]

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

Struct representing the progress by an in-flight transfer.

Implementations

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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.