Enum gix_revision::spec::parse::delegate::SiblingBranch
source · 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§fn eq(&self, other: &SiblingBranch) -> bool
fn eq(&self, other: &SiblingBranch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SiblingBranch
impl PartialOrd for SiblingBranch
source§fn partial_cmp(&self, other: &SiblingBranch) -> Option<Ordering>
fn partial_cmp(&self, other: &SiblingBranch) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)