Enum git_wrapper::SubtreeAddError
source · [−]Expand description
Failed to add subtree
Variants
BareRepository
WorkTreeDirty
Failure(String, i32)
Trait Implementations
sourceimpl Debug for SubtreeAddError
impl Debug for SubtreeAddError
sourceimpl PartialEq<SubtreeAddError> for SubtreeAddError
impl PartialEq<SubtreeAddError> for SubtreeAddError
sourcefn eq(&self, other: &SubtreeAddError) -> bool
fn eq(&self, other: &SubtreeAddError) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SubtreeAddError) -> bool
fn ne(&self, other: &SubtreeAddError) -> bool
This method tests for !=
.
impl StructuralPartialEq for SubtreeAddError
Auto Trait Implementations
impl RefUnwindSafe for SubtreeAddError
impl Send for SubtreeAddError
impl Sync for SubtreeAddError
impl Unpin for SubtreeAddError
impl UnwindSafe for SubtreeAddError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more