pub enum TermColor {
}Variants§
Black
Red
Green
Yellow
Blue
Magenta
Cyan
White
BrightBlack
BrightRed
BrightGreen
BrightYellow
BrightBlue
BrightMagenta
BrightCyan
BrightWhite
Rgb(u8, u8, u8)
Color256(u8)
Implementations§
Trait Implementations§
impl Copy for TermColor
impl StructuralPartialEq for TermColor
Auto Trait Implementations§
impl Freeze for TermColor
impl RefUnwindSafe for TermColor
impl Send for TermColor
impl Sync for TermColor
impl Unpin for TermColor
impl UnsafeUnpin for TermColor
impl UnwindSafe for TermColor
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