Enum serenity::model::UserParseError
[−]
[src]
pub enum UserParseError {
InvalidUsername,
Rest(Box<Error>),
}Variants
InvalidUsernameRest(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