[−][src]Enum git_checks_core::RunError
Errors which can occur when running checks.
Variants
Command preparation failure.
Fields of Git
source: GitErrorThe cause of the error.
An error occurred when working with the workarea.
Fields of WorkArea
source: WorkAreaErrorThe cause of the error.
An error occurred when working with a commit.
Fields of Commit
source: CommitErrorThe cause of the error.
Failure to create a ref to refer to the checked commit.
Fields of UpdateRef
Failure to list revisions to check.
Fields of RevList
Trait Implementations
impl From<GitError> for RunError[src]
impl From<WorkAreaError> for RunError[src]
fn from(source: WorkAreaError) -> Self[src]
impl From<CommitError> for RunError[src]
fn from(source: CommitError) -> Self[src]
impl Display for RunError[src]
impl Debug for RunError[src]
impl Error for RunError[src]
Auto Trait Implementations
impl Send for RunError
impl Sync for RunError
impl Unpin for RunError
impl !UnwindSafe for RunError
impl !RefUnwindSafe for RunError
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,