Struct jj_lib::git::GitBranchPushTargets
source · pub struct GitBranchPushTargets {
pub branch_updates: Vec<(String, BranchPushUpdate)>,
pub force_pushed_branches: HashSet<String>,
}
Fields§
§branch_updates: Vec<(String, BranchPushUpdate)>
§force_pushed_branches: HashSet<String>
Trait Implementations§
source§impl Clone for GitBranchPushTargets
impl Clone for GitBranchPushTargets
source§fn clone(&self) -> GitBranchPushTargets
fn clone(&self) -> GitBranchPushTargets
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GitBranchPushTargets
impl RefUnwindSafe for GitBranchPushTargets
impl Send for GitBranchPushTargets
impl Sync for GitBranchPushTargets
impl Unpin for GitBranchPushTargets
impl UnwindSafe for GitBranchPushTargets
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