pub enum TablePresetId {
Aurora,
Graphite,
Neon,
Slate,
Solar,
Orchard,
Paper,
Midnight,
TerminalClassic,
}Expand description
Built-in TableTheme preset identifiers.
Variants§
Aurora
Luminous header with cool zebra rows.
Graphite
High-contrast graphite palette for dense data.
Neon
Neon accent palette on dark base.
Slate
Muted slate tones with soft dividers.
Solar
Warm solar tones with bright header.
Orchard
Orchard-inspired greens and warm highlights.
Paper
Paper-like light theme with crisp borders.
Midnight
Midnight palette for dark terminals.
TerminalClassic
Classic terminal styling (ANSI-friendly).
Trait Implementations§
Source§impl Clone for TablePresetId
impl Clone for TablePresetId
Source§fn clone(&self) -> TablePresetId
fn clone(&self) -> TablePresetId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TablePresetId
impl Debug for TablePresetId
Source§impl Hash for TablePresetId
impl Hash for TablePresetId
Source§impl PartialEq for TablePresetId
impl PartialEq for TablePresetId
impl Copy for TablePresetId
impl Eq for TablePresetId
impl StructuralPartialEq for TablePresetId
Auto Trait Implementations§
impl Freeze for TablePresetId
impl RefUnwindSafe for TablePresetId
impl Send for TablePresetId
impl Sync for TablePresetId
impl Unpin for TablePresetId
impl UnsafeUnpin for TablePresetId
impl UnwindSafe for TablePresetId
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