[go: up one dir, main page]

Struct git2::Progress

source ·
pub struct Progress<'a> { /* private fields */ }
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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.