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