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

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

Variants

Trait Implementations

impl Debug for UserParseError
[src]

Formats the value using the given formatter. Read more

impl Display for UserParseError
[src]

Formats the value using the given formatter. Read more

impl StdError for UserParseError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations