pub enum ANSICON {
Show 39 variants Reset, Bold, Underline, Blink, Reverse, FgBlack, FgRed, FgGreen, FgYellow, FgBlue, FgMagenta, FgCyan, FgWhite, FgDefault, FgLightGray, FgLightRed, FgLightGreen, FgLightYellow, FgLightBlue, FgLightMagenta, FgLightCyan, FgLightWhite, BgBlack, BgRed, BgGreen, BgYellow, BgBlue, BgMagenta, BgCyan, BgWhite, BgDefault, BgLightGray, BgLightRed, BgLightGreen, BgLightYellow, BgLightBlue, BgLightMagenta, BgLightCyan, BgLightWhite,
}

Variants

Reset

Bold

Underline

Reverse

FgBlack

FgRed

FgGreen

FgYellow

FgBlue

FgMagenta

FgCyan

FgWhite

FgDefault

FgLightGray

FgLightRed

FgLightGreen

FgLightYellow

FgLightBlue

FgLightMagenta

FgLightCyan

FgLightWhite

BgBlack

BgRed

BgGreen

BgYellow

BgBlue

BgMagenta

BgCyan

BgWhite

BgDefault

BgLightGray

BgLightRed

BgLightGreen

BgLightYellow

BgLightBlue

BgLightMagenta

BgLightCyan

BgLightWhite

Trait Implementations

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.