Enum libimagentrytag::error::error::TagErrorKind []

pub enum TagErrorKind {
    TagTypeError,
    HeaderReadError,
    HeaderWriteError,
    NotATag,
}

Variants

Trait Implementations

impl Clone for TagErrorKind

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TagErrorKind

impl Debug for TagErrorKind

Formats the value using the given formatter.

impl PartialEq for TagErrorKind

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

This method tests for !=.

impl Display for TagErrorKind

Formats the value using the given formatter. Read more

impl IntoError for TagErrorKind

Convert the type into an error with no cause

Convert the type into an error with cause

impl Into<TagError> for TagErrorKind

Performs the conversion.