Enum terminal_light::Color
source · [−]Expand description
Color type, may be Ansi, Hsl or Rgb
Variants
Ansi(AnsiColor)
Hsl(Hsl)
Rgb(Rgb)
Implementations
Trait Implementations
impl Copy for Color
Auto Trait Implementations
impl RefUnwindSafe for Color
impl Send for Color
impl Sync for Color
impl Unpin for Color
impl UnwindSafe for Color
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more