Enum git_wrapper::SubtreePushError
source · [−]Expand description
Failed to push changes from subtree to remote
Variants
BareRepository
Failure(String, i32)
Trait Implementations
sourceimpl Debug for SubtreePushError
impl Debug for SubtreePushError
sourceimpl PartialEq<SubtreePushError> for SubtreePushError
impl PartialEq<SubtreePushError> for SubtreePushError
sourcefn eq(&self, other: &SubtreePushError) -> bool
fn eq(&self, other: &SubtreePushError) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SubtreePushError) -> bool
fn ne(&self, other: &SubtreePushError) -> bool
This method tests for !=
.
impl StructuralPartialEq for SubtreePushError
Auto Trait Implementations
impl RefUnwindSafe for SubtreePushError
impl Send for SubtreePushError
impl Sync for SubtreePushError
impl Unpin for SubtreePushError
impl UnwindSafe for SubtreePushError
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