Enum light_pencil::PencilError [] [src]

pub enum PencilError {
    PenHTTPError(HTTPError),
    PenUserError(UserError),
}

Variants

Trait Implementations

impl Clone for PencilError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PencilError
[src]

[src]

Formats the value using the given formatter.

impl From<HTTPError> for PencilError
[src]

[src]

Performs the conversion.

impl From<UserError> for PencilError
[src]

[src]

Performs the conversion.

impl Display for PencilError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for PencilError
[src]

[src]

A short description of the error. Read more

[src]

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