Enum tg_bot_api::ParseError [−][src]
pub enum ParseError { InvalidRequired(String), TypeExtractionFailed(String), ChronoParse(ParseError), MissingHref, MissingAlt, SemVer(SemVerError), ParseInt(ParseIntError), ParseBool(ParseBoolError), Lexer { input: String, lexeme: String, span: Span, }, }
Variants
InvalidRequired(String)
TypeExtractionFailed(String)
ChronoParse(ParseError)
SemVer(SemVerError)
ParseInt(ParseIntError)
ParseBool(ParseBoolError)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ParseError
impl Send for ParseError
impl Sync for ParseError
impl Unpin for ParseError
impl UnwindSafe for ParseError