Enum libimagref::error::error::RefErrorKind []

pub enum RefErrorKind {
    StoreReadError,
    StoreWriteError,
    IOError,
    UTF8Error,
    StoreIdError,
    HeaderTomlError,
    HeaderTypeError,
    HeaderFieldMissingError,
    HeaderFieldWriteError,
    HeaderFieldReadError,
    HeaderFieldAlreadyExistsError,
    PathUTF8Error,
    PathHashingError,
    PathCanonicalizationError,
    TypeConversionError,
    RefToDisplayError,
    RefNotInStore,
    RefTargetDoesNotExist,
    RefTargetPermissionError,
    RefTargetCannotBeHashed,
    RefTargetFileCannotBeOpened,
    RefTargetCannotReadPermissions,
    RefHashingError,
}

Variants

Trait Implementations

impl Clone for RefErrorKind

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RefErrorKind

impl Debug for RefErrorKind

Formats the value using the given formatter.

impl PartialEq for RefErrorKind

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for RefErrorKind

Formats the value using the given formatter. Read more

impl IntoError for RefErrorKind

Convert the type into an error with no cause

Convert the type into an error with cause

impl Into<RefError> for RefErrorKind

Performs the conversion.