Searched defs:ColorChoice (Results 1 – 3 of 3) sorted by relevance
76 fn into(self) -> ColorChoice { in into()
207 pub enum ColorChoice { enum222 impl ColorChoice { implementation559 choice: ColorChoice, in create()576 choice: ColorChoice, in create()1051 fn new(choice: ColorChoice, console: bool) -> Buffer { in new()
159 fn into_color_choice(self) -> ColorChoice { in into_color_choice()