Enum jj_lib::refs::BranchPushAction
source · pub enum BranchPushAction {
Update(BranchPushUpdate),
AlreadyMatches,
LocalConflicted,
RemoteConflicted,
RemoteUntracked,
}
Variants§
Trait Implementations§
source§impl Clone for BranchPushAction
impl Clone for BranchPushAction
source§fn clone(&self) -> BranchPushAction
fn clone(&self) -> BranchPushAction
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 BranchPushAction
impl Debug for BranchPushAction
source§impl PartialEq for BranchPushAction
impl PartialEq for BranchPushAction
source§fn eq(&self, other: &BranchPushAction) -> bool
fn eq(&self, other: &BranchPushAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BranchPushAction
impl StructuralPartialEq for BranchPushAction
Auto Trait Implementations§
impl RefUnwindSafe for BranchPushAction
impl Send for BranchPushAction
impl Sync for BranchPushAction
impl Unpin for BranchPushAction
impl UnwindSafe for BranchPushAction
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more