Enum serenity::model::RoleParseError [] [src]

pub enum RoleParseError {
    NotPresentInCache,
    InvalidRole,
}

Variants

Trait Implementations

impl Debug for RoleParseError
[src]

[src]

Formats the value using the given formatter.

impl Display for RoleParseError
[src]

[src]

Formats the value using the given formatter. Read more

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