Searched defs:ColorChoice (Results 1 – 5 of 5) sorted by relevance
6 pub enum ColorChoice { enum61 impl Default for ColorChoice { implementation67 impl std::fmt::Display for ColorChoice { implementation76 impl std::str::FromStr for ColorChoice { implementation89 impl ValueEnum for ColorChoice { implementation
76 fn into(self) -> ColorChoice { in into()
206 pub enum ColorChoice { enum222 impl Default for ColorChoice { implementation228 impl FromStr for ColorChoice { implementation231 fn from_str(s: &str) -> Result<ColorChoice, ColorChoiceParseError> { in from_str()244 impl ColorChoice { implementation607 choice: ColorChoice, in create()624 choice: ColorChoice, in create()1102 fn new(choice: ColorChoice, console: bool) -> Buffer { in new()
180 fn into_color_choice(self) -> ColorChoice { in into_color_choice()
3351 pub fn get_color(&self) -> ColorChoice { in get_color()4613 pub(crate) fn color_help(&self) -> ColorChoice { in color_help()