pub enum WriteThroughSkipReason {
MissingDotGit,
DetachedHead,
NoAttachedThread,
NoMappedCommit,
MirrorIsWorktree,
IndexAlreadyDirty,
}Variants§
Trait Implementations§
Source§impl Clone for WriteThroughSkipReason
impl Clone for WriteThroughSkipReason
Source§fn clone(&self) -> WriteThroughSkipReason
fn clone(&self) -> WriteThroughSkipReason
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 WriteThroughSkipReason
Source§impl Debug for WriteThroughSkipReason
impl Debug for WriteThroughSkipReason
Source§impl Display for WriteThroughSkipReason
impl Display for WriteThroughSkipReason
impl Eq for WriteThroughSkipReason
Source§impl PartialEq for WriteThroughSkipReason
impl PartialEq for WriteThroughSkipReason
impl StructuralPartialEq for WriteThroughSkipReason
Auto Trait Implementations§
impl Freeze for WriteThroughSkipReason
impl RefUnwindSafe for WriteThroughSkipReason
impl Send for WriteThroughSkipReason
impl Sync for WriteThroughSkipReason
impl Unpin for WriteThroughSkipReason
impl UnsafeUnpin for WriteThroughSkipReason
impl UnwindSafe for WriteThroughSkipReason
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