Enum pen::PenError [] [src]

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

Variants

Trait Implementations

impl Clone for PenError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PenError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<HTTPError> for PenError
[src]

[src]

Performs the conversion.

impl From<UserError> for PenError
[src]

[src]

Performs the conversion.

impl Display for PenError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for PenError
[src]

[src]

A short description of the error. Read more

[src]

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

Auto Trait Implementations

impl Send for PenError

impl Sync for PenError