Searched refs:color_choice (Results 1 – 2 of 2) sorted by relevance
120 let color_choice = match self.write_style { in build() localVariable131 color_choice => color_choice, in build()135 Target::Stderr => BufferWriter::stderr(self.is_test, color_choice), in build()136 Target::Stdout => BufferWriter::stdout(self.is_test, color_choice), in build()
862 color_choice: ColorChoice, field879 color_choice: choice, in create()914 color_choice: choice, in create()957 Buffer::new(self.color_choice) in buffer()966 Buffer::new(self.color_choice, self.console.is_some()) in buffer()