Enum serenity::model::UserParseError [] [src]

pub enum UserParseError {
    InvalidUsername,
    Rest(Box<Error>),
}

Variants

Trait Implementations

impl Debug for UserParseError
[src]

[src]

Formats the value using the given formatter.

impl Display for UserParseError
[src]

[src]

Formats the value using the given formatter. Read more

impl StdError for UserParseError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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