pub enum SiblingBranch {
Upstream,
Push,
}
Expand description
The kind of sibling branch to obtain.
Variants§
Upstream
The upstream branch as configured in branch.<name>.remote
or branch.<name>.merge
.
Push
The upstream branch to which we would push.
Implementations§
Trait Implementations§
source§impl Clone for SiblingBranch
impl Clone for SiblingBranch
source§fn clone(&self) -> SiblingBranch
fn clone(&self) -> SiblingBranch
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 moresource§impl Debug for SiblingBranch
impl Debug for SiblingBranch
source§impl Hash for SiblingBranch
impl Hash for SiblingBranch
source§impl Ord for SiblingBranch
impl Ord for SiblingBranch
source§fn cmp(&self, other: &SiblingBranch) -> Ordering
fn cmp(&self, other: &SiblingBranch) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SiblingBranch
impl PartialEq for SiblingBranch
source§impl PartialOrd for SiblingBranch
impl PartialOrd for SiblingBranch
impl Copy for SiblingBranch
impl Eq for SiblingBranch
impl StructuralPartialEq for SiblingBranch
Auto Trait Implementations§
impl Freeze for SiblingBranch
impl RefUnwindSafe for SiblingBranch
impl Send for SiblingBranch
impl Sync for SiblingBranch
impl Unpin for SiblingBranch
impl UnwindSafe for SiblingBranch
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)