Struct imgur_rs::ImgurError [] [src]

pub struct ImgurError {
    // some fields omitted
}

Error that can happen on image upload.

Trait Implementations

impl Debug for ImgurError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl From<Error> for ImgurError
[src]

fn from(src: Error) -> Self

Performs the conversion.

impl From<Error> for ImgurError
[src]

fn from(src: Error) -> Self

Performs the conversion.