pub struct PushPlan {
pub commands: Vec<ReceivePackCommand>,
/* private fields */
}Expand description
A push after ref negotiation and command planning, but before any ref update is sent or applied.
Fields§
§commands: Vec<ReceivePackCommand>The receive-pack commands that will be executed if the caller proceeds.
Auto Trait Implementations§
impl Freeze for PushPlan
impl RefUnwindSafe for PushPlan
impl Send for PushPlan
impl Sync for PushPlan
impl Unpin for PushPlan
impl UnsafeUnpin for PushPlan
impl UnwindSafe for PushPlan
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more