Home
last modified time | relevance | path

Searched defs:ColorChoice (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/clap/src/util/
Dcolor.rs6 pub enum ColorChoice { enum
61 impl Default for ColorChoice { implementation
67 impl std::fmt::Display for ColorChoice { implementation
76 impl std::str::FromStr for ColorChoice { implementation
89 impl ValueEnum for ColorChoice { implementation
/third_party/rust/crates/codespan/codespan-reporting/src/
Dterm.rs76 fn into(self) -> ColorChoice { in into()
/third_party/rust/crates/termcolor/src/
Dlib.rs206 pub enum ColorChoice { enum
222 impl Default for ColorChoice { implementation
228 impl FromStr for ColorChoice { implementation
231 fn from_str(s: &str) -> Result<ColorChoice, ColorChoiceParseError> { in from_str()
244 impl ColorChoice { implementation
607 choice: ColorChoice, in create()
624 choice: ColorChoice, in create()
1102 fn new(choice: ColorChoice, console: bool) -> Buffer { in new()
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
Dextern_impl.rs180 fn into_color_choice(self) -> ColorChoice { in into_color_choice()
/third_party/rust/crates/clap/src/builder/
Dcommand.rs3351 pub fn get_color(&self) -> ColorChoice { in get_color()
4613 pub(crate) fn color_help(&self) -> ColorChoice { in color_help()