Struct imgur::UploadError [] [src]

pub struct UploadError { /* fields omitted */ }

Error that can happen on image upload.

Trait Implementations

impl Debug for UploadError
[src]

Formats the value using the given formatter.

impl From<Utf8Error> for UploadError
[src]

Performs the conversion.

impl From<Error> for UploadError
[src]

Performs the conversion.

impl From<Error> for UploadError
[src]

Performs the conversion.

impl Display for UploadError
[src]

Formats the value using the given formatter. Read more

impl Error for UploadError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more