Lines Matching defs:D

21     fn black(self) -> StyledContent<D>;  in black()
22 fn dark_grey(self) -> StyledContent<D>; in dark_grey()
23 fn red(self) -> StyledContent<D>; in red()
24 fn dark_red(self) -> StyledContent<D>; in dark_red()
25 fn green(self) -> StyledContent<D>; in green()
26 fn dark_green(self) -> StyledContent<D>; in dark_green()
27 fn yellow(self) -> StyledContent<D>; in yellow()
28 fn dark_yellow(self) -> StyledContent<D>; in dark_yellow()
29 fn blue(self) -> StyledContent<D>; in blue()
30 fn dark_blue(self) -> StyledContent<D>; in dark_blue()
31 fn magenta(self) -> StyledContent<D>; in magenta()
32 fn dark_magenta(self) -> StyledContent<D>; in dark_magenta()
33 fn cyan(self) -> StyledContent<D>; in cyan()
34 fn dark_cyan(self) -> StyledContent<D>; in dark_cyan()
35 fn white(self) -> StyledContent<D>; in white()
36 fn grey(self) -> StyledContent<D>; in grey()
38 fn on_black(self) -> StyledContent<D>; in on_black()
39 fn on_dark_grey(self) -> StyledContent<D>; in on_dark_grey()
40 fn on_red(self) -> StyledContent<D>; in on_red()
41 fn on_dark_red(self) -> StyledContent<D>; in on_dark_red()
42 fn on_green(self) -> StyledContent<D>; in on_green()
43 fn on_dark_green(self) -> StyledContent<D>; in on_dark_green()
44 fn on_yellow(self) -> StyledContent<D>; in on_yellow()
45 fn on_dark_yellow(self) -> StyledContent<D>; in on_dark_yellow()
46 fn on_blue(self) -> StyledContent<D>; in on_blue()
47 fn on_dark_blue(self) -> StyledContent<D>; in on_dark_blue()
48 fn on_magenta(self) -> StyledContent<D>; in on_magenta()
49 fn on_dark_magenta(self) -> StyledContent<D>; in on_dark_magenta()
50 fn on_cyan(self) -> StyledContent<D>; in on_cyan()
51 fn on_dark_cyan(self) -> StyledContent<D>; in on_dark_cyan()
52 fn on_white(self) -> StyledContent<D>; in on_white()
53 fn on_grey(self) -> StyledContent<D>; in on_grey()
70 fn reset(self) -> StyledContent<D>; in reset()
71 fn bold(self) -> StyledContent<D>; in bold()
72 fn underlined(self) -> StyledContent<D>; in underlined()
73 fn reverse(self) -> StyledContent<D>; in reverse()
74 fn dim(self) -> StyledContent<D>; in dim()
75 fn italic(self) -> StyledContent<D>; in italic()
76 fn negative(self) -> StyledContent<D>; in negative()
77 fn slow_blink(self) -> StyledContent<D>; in slow_blink()
78 fn rapid_blink(self) -> StyledContent<D>; in rapid_blink()
79 fn hidden(self) -> StyledContent<D>; in hidden()
80 fn crossed_out(self) -> StyledContent<D>; in crossed_out()