Searched defs:ColorChoice (Results 1 – 10 of 10) sorted by relevance
6 pub enum ColorChoice { enum67 impl ColorChoice { impl76 impl Default for ColorChoice { implementation82 impl std::fmt::Display for ColorChoice { implementation91 impl std::str::FromStr for ColorChoice { implementation104 impl ValueEnum for ColorChoice { implementation
6 pub enum ColorChoice { enum67 impl ColorChoice { implementation76 impl Default for ColorChoice { implementation82 impl std::fmt::Display for ColorChoice { implementation91 impl std::str::FromStr for ColorChoice { implementation104 impl ValueEnum for ColorChoice { implementation
252 pub enum ColorChoice { enum268 impl Default for ColorChoice { implementation274 impl FromStr for ColorChoice { implementation277 fn from_str(s: &str) -> Result<ColorChoice, ColorChoiceParseError> { in from_str()290 impl ColorChoice { implementation653 choice: ColorChoice, in create()670 choice: ColorChoice, in create()1219 fn new(choice: ColorChoice, console: bool) -> Buffer { in new()
252 pub enum ColorChoice { enum268 impl Default for ColorChoice { implementation274 impl FromStr for ColorChoice { implementation277 fn from_str(s: &str) -> Result<ColorChoice, ColorChoiceParseError> { in from_str()290 impl ColorChoice { impl653 choice: ColorChoice, in create()670 choice: ColorChoice, in create()1219 fn new(choice: ColorChoice, console: bool) -> Buffer { in new()
3 pub enum ColorChoice { enum58 impl Default for ColorChoice { implementation
76 fn into(self) -> ColorChoice { in into()
129 fn into_color_choice(self) -> ::termcolor::ColorChoice { in into_color_choice()
3552 pub fn get_color(&self) -> ColorChoice { in get_color()4815 pub(crate) fn color_help(&self) -> ColorChoice { in color_help()
3445 pub fn get_color(&self) -> ColorChoice { in get_color()5119 pub(crate) fn color_help(&self) -> ColorChoice { in color_help()