pub enum BgColor {
Show 17 variants
Blackb = 40,
Redb = 41,
Greenb = 42,
Yellowb = 43,
Blueb = 44,
Magentab = 45,
Cyanb = 46,
Greyb = 47,
Defaultb = 49,
BrightBlackb = 100,
BrightRedb = 101,
BrightGreenb = 102,
BrightYellowb = 103,
BrightBlueb = 104,
BrightMagentab = 105,
BrightCyanb = 106,
BrightGreyb = 107,
}Variants§
Blackb = 40
Redb = 41
Greenb = 42
Yellowb = 43
Blueb = 44
Magentab = 45
Cyanb = 46
Greyb = 47
Defaultb = 49
BrightBlackb = 100
BrightRedb = 101
BrightGreenb = 102
BrightYellowb = 103
BrightBlueb = 104
BrightMagentab = 105
BrightCyanb = 106
BrightGreyb = 107
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BgColor
impl RefUnwindSafe for BgColor
impl Send for BgColor
impl Sync for BgColor
impl Unpin for BgColor
impl UnwindSafe for BgColor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more