pub enum ForegroundColor {
BlackForeground,
RedForeground,
GreenForeground,
YellowForeground,
BlueForeground,
MagentaForeground,
CyanForeground,
WhiteForeground,
ForegroundColor(Color),
}Variants§
BlackForeground
RedForeground
GreenForeground
YellowForeground
BlueForeground
MagentaForeground
CyanForeground
WhiteForeground
ForegroundColor(Color)
Implementations§
Auto Trait Implementations§
impl Freeze for ForegroundColor
impl RefUnwindSafe for ForegroundColor
impl Send for ForegroundColor
impl Sync for ForegroundColor
impl Unpin for ForegroundColor
impl UnwindSafe for ForegroundColor
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