Enum rust_inbox::error::ParseError [] [src]

pub enum ParseError {
    StatusResponse(Vec<String>),
    Capability(Vec<String>),
    Authentication(String),
}

Variants

Trait Implementations

impl Debug for ParseError
[src]

[src]

Formats the value using the given formatter.

impl Display for ParseError
[src]

[src]

Formats the value using the given formatter. Read more

impl StdError for ParseError
[src]

[src]

A short description of the error. Read more

[src]

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