Enum imdb_id::RunError [−][src]
pub enum RunError {
ClapNotUsize,
InvalidYearRange(ParseIntError),
NoSearchResults,
Reqwest(Error),
InputUserHalted,
InputIo(Error),
NoDesiredSearchResults,
}Variants
Tuple Fields of InvalidYearRange
Tuple Fields of Reqwest
0: ErrorTuple Fields of InputIo
0: ErrorImplementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RunError
impl !UnwindSafe for RunError
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more