Struct git_repository::remote::fetch::Outcome
source · pub struct Outcome {
pub ref_map: RefMap,
pub status: Status,
}
Available on (crate features
async-network-client
or blocking-network-client
) and (crate features blocking-network-client
or async-network-client
) only.Expand description
The outcome of receiving a pack via Prepare::receive()
.
Fields§
§ref_map: RefMap
The result of the initial mapping of references, the prerequisite for any fetch.
status: Status
The status of the operation to indicate what happened.