pub enum CellColor {
Show 15 variants
Black,
Blue,
Gray,
Cyan,
Green,
Orange,
Red,
White,
Yellow,
DarkBlue,
DarkCyan,
DarkGray,
DarkGreen,
DarkRed,
DarkYellow,
}
Expand description
The cell color
Variants§
Black
Blue
Gray
Cyan
Green
Orange
Red
White
Yellow
DarkBlue
DarkCyan
DarkGray
DarkGreen
DarkRed
DarkYellow
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CellColor
impl RefUnwindSafe for CellColor
impl Send for CellColor
impl Sync for CellColor
impl Unpin for CellColor
impl UnwindSafe for CellColor
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