pub enum BrightBackgroundColor {
BrightBlackBackground,
BrightRedBackground,
BrightGreenBackground,
BrightYellowBackground,
BrightBlueBackground,
BrightMagentaBackground,
BrightCyanBackground,
BrightWhiteBackground,
}Variants§
BrightBlackBackground
BrightRedBackground
BrightGreenBackground
BrightYellowBackground
BrightBlueBackground
BrightMagentaBackground
BrightCyanBackground
BrightWhiteBackground
Implementations§
Auto Trait Implementations§
impl Freeze for BrightBackgroundColor
impl RefUnwindSafe for BrightBackgroundColor
impl Send for BrightBackgroundColor
impl Sync for BrightBackgroundColor
impl Unpin for BrightBackgroundColor
impl UnwindSafe for BrightBackgroundColor
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