pub enum ColorHint {
Phosphor,
Amber,
Red,
MutedOlive,
}Expand description
Abstract color identity the zero-tui theme resolves to a
concrete ratatui::style::Color. This crate stays renderer-
agnostic so it can be tested without pulling in ratatui.
Variants§
Trait Implementations§
impl Copy for ColorHint
impl Eq for ColorHint
impl StructuralPartialEq for ColorHint
Auto Trait Implementations§
impl Freeze for ColorHint
impl RefUnwindSafe for ColorHint
impl Send for ColorHint
impl Sync for ColorHint
impl Unpin for ColorHint
impl UnsafeUnpin for ColorHint
impl UnwindSafe for ColorHint
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