Enum tomlconv::ErrorKind [] [src]

pub enum ErrorKind {
    Invalid,
    Other,
}

A list of error kinds.

Variants

Invalid input.

Unknown error.

Trait Implementations

impl Debug for ErrorKind
[src]

Formats the value using the given formatter.

impl Clone for ErrorKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ErrorKind
[src]

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

This method tests for !=.

impl Eq for ErrorKind
[src]

impl TrackableErrorKind for ErrorKind
[src]

A short description of the error kind. Read more

Displays this kind. Read more

Returns whether the error of this kind is needed to be tracked. Read more

Returns whether the error of this kind is needed to be assigned a tracking number automatically. Read more

impl IntoTrackableError<Error> for ErrorKind
[src]

Converts from From to TrackableError<Self>.

impl IntoTrackableError<Error> for ErrorKind
[src]

Converts from From to TrackableError<Self>.

impl IntoTrackableError<Error> for ErrorKind
[src]

Converts from From to TrackableError<Self>.