Enum hit::submodule::Source[][src]

pub enum Source {
    NameMissing,
    IndexCheckFailed(Error),
    InitCheckFailed(Error),
    PathInvalidUtf8,
    AddFailed(Error),
    InitFailed(Error),
    CheckoutFailed {
        commit: String,
        source: Error,
    },
}

Variants

NameMissing

IndexCheckFailed(Error)

Tuple Fields

0: Error

InitCheckFailed(Error)

Tuple Fields

0: Error

PathInvalidUtf8

AddFailed(Error)

Tuple Fields

0: Error

InitFailed(Error)

Tuple Fields

0: Error

CheckoutFailed

Fields

commit: String
source: Error

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.