Enum serenity::model::UserIdParseError [] [src]

pub enum UserIdParseError {
    InvalidFormat,
}

Variants

Trait Implementations

impl Debug for UserIdParseError
[src]

[src]

Formats the value using the given formatter.

impl Display for UserIdParseError
[src]

[src]

Formats the value using the given formatter. Read more

impl StdError for UserIdParseError
[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