pub enum Bg {
Show 17 variants
Default = 49,
Black = 40,
Red = 41,
Green = 42,
Yellow = 43,
Blue = 44,
Magenta = 45,
Cyan = 46,
Grey = 47,
BrightBlack = 100,
BrightRed = 101,
BrightGreen = 102,
BrightYellow = 103,
BrightBlue = 104,
BrightMagenta = 105,
BrightCyan = 106,
BrightGrey = 107,
}
Variants§
Default = 49
Black = 40
Red = 41
Green = 42
Yellow = 43
Blue = 44
Magenta = 45
Cyan = 46
Grey = 47
BrightBlack = 100
BrightRed = 101
BrightGreen = 102
BrightYellow = 103
BrightBlue = 104
BrightMagenta = 105
BrightCyan = 106
BrightGrey = 107
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bg
impl RefUnwindSafe for Bg
impl Send for Bg
impl Sync for Bg
impl Unpin for Bg
impl UnwindSafe for Bg
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