Lines Matching refs:clone
163 let header = ColorSpec::new().set_bold(true).set_intense(true).clone(); in with_blue()
166 header_bug: header.clone().set_fg(Some(Color::Red)).clone(), in with_blue()
167 header_error: header.clone().set_fg(Some(Color::Red)).clone(), in with_blue()
168 header_warning: header.clone().set_fg(Some(Color::Yellow)).clone(), in with_blue()
169 header_note: header.clone().set_fg(Some(Color::Green)).clone(), in with_blue()
170 header_help: header.clone().set_fg(Some(Color::Cyan)).clone(), in with_blue()
173 primary_label_bug: ColorSpec::new().set_fg(Some(Color::Red)).clone(), in with_blue()
174 primary_label_error: ColorSpec::new().set_fg(Some(Color::Red)).clone(), in with_blue()
175 primary_label_warning: ColorSpec::new().set_fg(Some(Color::Yellow)).clone(), in with_blue()
176 primary_label_note: ColorSpec::new().set_fg(Some(Color::Green)).clone(), in with_blue()
177 primary_label_help: ColorSpec::new().set_fg(Some(Color::Cyan)).clone(), in with_blue()
178 secondary_label: ColorSpec::new().set_fg(Some(blue)).clone(), in with_blue()
180 line_number: ColorSpec::new().set_fg(Some(blue)).clone(), in with_blue()
181 source_border: ColorSpec::new().set_fg(Some(blue)).clone(), in with_blue()
182 note_bullet: ColorSpec::new().set_fg(Some(blue)).clone(), in with_blue()