pub enum BranchCleanupSkipReason {
Show 13 variants
CleanupDisabled,
NonInteractive,
MissingOutpost,
DetachedHead,
NoUpstreamTracking,
UpstreamRemoteMismatch,
UpstreamNotBranch,
SourceBranchMissing,
OutpostHeadMismatch,
BranchCheckedOut,
DefaultBranch,
DefaultBranchUnknown,
NoProof,
}Variants§
CleanupDisabled
NonInteractive
MissingOutpost
DetachedHead
NoUpstreamTracking
UpstreamRemoteMismatch
UpstreamNotBranch
SourceBranchMissing
OutpostHeadMismatch
BranchCheckedOut
DefaultBranch
DefaultBranchUnknown
NoProof
Trait Implementations§
Source§impl Clone for BranchCleanupSkipReason
impl Clone for BranchCleanupSkipReason
Source§fn clone(&self) -> BranchCleanupSkipReason
fn clone(&self) -> BranchCleanupSkipReason
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 BranchCleanupSkipReason
Source§impl Debug for BranchCleanupSkipReason
impl Debug for BranchCleanupSkipReason
impl Eq for BranchCleanupSkipReason
Source§impl PartialEq for BranchCleanupSkipReason
impl PartialEq for BranchCleanupSkipReason
Source§fn eq(&self, other: &BranchCleanupSkipReason) -> bool
fn eq(&self, other: &BranchCleanupSkipReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BranchCleanupSkipReason
Auto Trait Implementations§
impl Freeze for BranchCleanupSkipReason
impl RefUnwindSafe for BranchCleanupSkipReason
impl Send for BranchCleanupSkipReason
impl Sync for BranchCleanupSkipReason
impl Unpin for BranchCleanupSkipReason
impl UnsafeUnpin for BranchCleanupSkipReason
impl UnwindSafe for BranchCleanupSkipReason
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