[−][src]Module owo_colors::styles
Different display styles (strikethrough, bold, etc.)
Structs
BlinkDisplay | Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of making it blink. Recommended to be constructed using
|
BlinkFastDisplay | Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of making it blink fast. Recommended to be constructed using
|
BoldDisplay | Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of boldening it. Recommended to be constructed using
|
DimDisplay | Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of dimming it. Recommended to be constructed using
|
HiddenDisplay | Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of hiding the text. Recommended to be constructed
using |
ItalicDisplay | Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of italicizing it. Recommended to be constructed using
|
ReversedDisplay | Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of swapping foreground and background colors. Recommended to be constructed
using |
StrikeThroughDisplay | Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of crossing out the given text. Recommended to be constructed using
|
UnderlineDisplay | Transparent wrapper around a type which implements all the formatters the wrapped type does,
with the addition of underlining it. Recommended to be constructed using
|