pub enum ColorScheme {
Default,
Warm,
Neon,
}
Expand description
Predefined color schemes
Default – primary Blue, error Red
Warn – primary Yellow, error Red
Neon – primary Green, error Light Red
§Warning
This color schemes intended for terminals with ANSI colors
support. Use DefaultPrettifier::new_with_custom_scheme
for
your custom color schemes or create your own Prettifier
Variants§
Auto Trait Implementations§
impl Freeze for ColorScheme
impl RefUnwindSafe for ColorScheme
impl Send for ColorScheme
impl Sync for ColorScheme
impl Unpin for ColorScheme
impl UnwindSafe for ColorScheme
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