Enum serenity::model::RoleParseError
[−]
[src]
pub enum RoleParseError {
NotPresentInCache,
InvalidRole,
}Variants
NotPresentInCacheInvalidRole
Trait Implementations
impl Debug for RoleParseError[src]
impl Display for RoleParseError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more