pub enum MergeRelationKind {
AlreadyUpToDate,
FastForward,
AlreadyIntegrated,
CleanApply,
Conflicted,
}Variants§
Trait Implementations§
Source§impl Clone for MergeRelationKind
impl Clone for MergeRelationKind
Source§fn clone(&self) -> MergeRelationKind
fn clone(&self) -> MergeRelationKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MergeRelationKind
Source§impl Debug for MergeRelationKind
impl Debug for MergeRelationKind
impl Eq for MergeRelationKind
Source§impl PartialEq for MergeRelationKind
impl PartialEq for MergeRelationKind
impl StructuralPartialEq for MergeRelationKind
Auto Trait Implementations§
impl Freeze for MergeRelationKind
impl RefUnwindSafe for MergeRelationKind
impl Send for MergeRelationKind
impl Sync for MergeRelationKind
impl Unpin for MergeRelationKind
impl UnsafeUnpin for MergeRelationKind
impl UnwindSafe for MergeRelationKind
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