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