pub enum SubtreePushError {
Failure(String, i32),
}
Expand description
Failed to push changes from subtree to remote
Variants§
Trait Implementations§
Source§impl Debug for SubtreePushError
impl Debug for SubtreePushError
Source§impl Display for SubtreePushError
impl Display for SubtreePushError
Source§impl Error for SubtreePushError
impl Error for SubtreePushError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for SubtreePushError
impl PartialEq for SubtreePushError
impl Eq for SubtreePushError
impl StructuralPartialEq for SubtreePushError
Auto Trait Implementations§
impl Freeze for SubtreePushError
impl RefUnwindSafe for SubtreePushError
impl Send for SubtreePushError
impl Sync for SubtreePushError
impl Unpin for SubtreePushError
impl UnwindSafe for SubtreePushError
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