pub enum ViewMode {
SimpleAscii,
FancyTui,
}Expand description
View modes for BoardView
Variants§
SimpleAscii
Display board in plain ASCII format
FancyTui
Display board in colorful ASCII format for terminal purposes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ViewMode
impl RefUnwindSafe for ViewMode
impl Send for ViewMode
impl Sync for ViewMode
impl Unpin for ViewMode
impl UnwindSafe for ViewMode
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