Enum imdb_id::RunError [−][src]
pub enum RunError {
Clap(ClapError),
InvalidYearRange(ParseIntError),
NoSearchResults,
Reqwest(Error),
InputUserHalted,
InputIo(Error),
NoDesiredSearchResults,
Serde(Box<dyn Error>),
OmdbNotFound(String),
OmdbUnrecognised(String, Error),
}Variants
Clap(ClapError)Tuple Fields of Clap
0: ClapErrorInvalidYearRange(ParseIntError)Tuple Fields of InvalidYearRange
Reqwest(Error)Tuple Fields of Reqwest
0: ErrorInputIo(Error)Tuple Fields of InputIo
0: ErrorOmdbNotFound(String)Tuple Fields of OmdbNotFound
0: StringImplementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RunError
impl !UnwindSafe for RunError
Blanket Implementations
Mutably borrows from an owned value. Read more
impl<T, I> Stylize<T> for I where
I: Into<Styled<T>>,
impl<T, I> Stylize<T> for I where
I: Into<Styled<T>>,
pub fn black(self) -> Styled<T>
pub fn dark_grey(self) -> Styled<T>
pub fn light_red(self) -> Styled<T>
pub fn red(self) -> Styled<T>
pub fn light_green(self) -> Styled<T>
pub fn green(self) -> Styled<T>
pub fn light_yellow(self) -> Styled<T>
pub fn yellow(self) -> Styled<T>
pub fn light_blue(self) -> Styled<T>
pub fn blue(self) -> Styled<T>
pub fn light_magenta(self) -> Styled<T>
pub fn magenta(self) -> Styled<T>
pub fn light_cyan(self) -> Styled<T>
pub fn cyan(self) -> Styled<T>
pub fn white(self) -> Styled<T>
pub fn grey(self) -> Styled<T>
pub fn on_black(self) -> Styled<T>
pub fn on_dark_grey(self) -> Styled<T>
pub fn on_light_red(self) -> Styled<T>
pub fn on_red(self) -> Styled<T>
pub fn on_light_green(self) -> Styled<T>
pub fn on_green(self) -> Styled<T>
pub fn on_light_yellow(self) -> Styled<T>
pub fn on_yellow(self) -> Styled<T>
pub fn on_light_blue(self) -> Styled<T>
pub fn on_blue(self) -> Styled<T>
pub fn on_light_magenta(self) -> Styled<T>
pub fn on_magenta(self) -> Styled<T>
pub fn on_light_cyan(self) -> Styled<T>
pub fn on_cyan(self) -> Styled<T>
pub fn on_white(self) -> Styled<T>
pub fn on_grey(self) -> Styled<T>
pub fn bold(self) -> Styled<T>
pub fn underlined(self) -> Styled<T>
pub fn reverse(self) -> Styled<T>
pub fn dim(self) -> Styled<T>
pub fn italic(self) -> Styled<T>
pub fn slow_blink(self) -> Styled<T>
pub fn rapid_blink(self) -> Styled<T>
pub fn crossed_out(self) -> Styled<T>
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more