Enum embedded_text::rendering::ansi::Sgr [−][src]
pub enum Sgr {
Reset,
Underline,
CrossedOut,
UnderlineOff,
NotCrossedOut,
ChangeTextColor(Rgb),
DefaultTextColor,
ChangeBackgroundColor(Rgb),
DefaultBackgroundColor,
}List of supported SGR (Select Graphics Rendition) sequences
Variants
Reset all styling options
Draw a line under the text
Cross out the text
Disable drawing underline
Disable crossing out
ChangeTextColor(Rgb)Change the text color
Reset the text color to transparent
ChangeBackgroundColor(Rgb)Change the background color
Reset the background color to transparent
Trait Implementations
impl StructuralEq for Sgr[src]
impl StructuralEq for Sgr[src]impl StructuralPartialEq for Sgr[src]
impl StructuralPartialEq for Sgr[src]Auto Trait Implementations
impl RefUnwindSafe for Sgr
impl RefUnwindSafe for Sgrimpl UnwindSafe for Sgr
impl UnwindSafe for Sgr