Enum gitnu::GitnuError
source · pub enum GitnuError {
ProcessError(ExitStatus),
IoError(Error),
}Variants§
ProcessError(ExitStatus)
IoError(Error)
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for GitnuError
impl Send for GitnuError
impl Sync for GitnuError
impl Unpin for GitnuError
impl !UnwindSafe for GitnuError
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