Struct git_repository::remote::fetch::Outcome
source · Available on crate feature
blocking-network-client
and (crate features async-network-client
or blocking-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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Outcome
impl Send for Outcome
impl Sync for Outcome
impl Unpin for Outcome
impl UnwindSafe for Outcome
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more