Enum colorize::BgColor [] [src]

pub enum BgColor {
    Blackb,
    Redb,
    Greenb,
    Yellowb,
    Blueb,
    Magentab,
    Cyanb,
    Greyb,
    Defaultb,
    BrightBlackb,
    BrightRedb,
    BrightGreenb,
    BrightYellowb,
    BrightBlueb,
    BrightMagentab,
    BrightCyanb,
    BrightGreyb,
}

Variants

Trait Implementations

impl Clone for BgColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BgColor
[src]