pub enum BrightForegroundColor {
BrightBlackForeground,
BrightRedForeground,
BrightGreenForeground,
BrightYellowForeground,
BrightBlueForeground,
BrightMagentaForeground,
BrightCyanForeground,
BrightWhiteForeground,
}Variants§
BrightBlackForeground
BrightRedForeground
BrightGreenForeground
BrightYellowForeground
BrightBlueForeground
BrightMagentaForeground
BrightCyanForeground
BrightWhiteForeground
Implementations§
Auto Trait Implementations§
impl Freeze for BrightForegroundColor
impl RefUnwindSafe for BrightForegroundColor
impl Send for BrightForegroundColor
impl Sync for BrightForegroundColor
impl Unpin for BrightForegroundColor
impl UnwindSafe for BrightForegroundColor
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