pub enum BackgroundColor {
BlackBackground,
RedBackground,
GreenBackground,
YellowBackground,
BlueBackground,
MagentaBackground,
CyanBackground,
WhiteBackground,
BackgroundColor(Color),
}Variants§
BlackBackground
RedBackground
GreenBackground
YellowBackground
BlueBackground
MagentaBackground
CyanBackground
WhiteBackground
BackgroundColor(Color)
Implementations§
Auto Trait Implementations§
impl Freeze for BackgroundColor
impl RefUnwindSafe for BackgroundColor
impl Send for BackgroundColor
impl Sync for BackgroundColor
impl Unpin for BackgroundColor
impl UnwindSafe for BackgroundColor
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