Enum source_span::fmt::Color [−][src]
pub enum Color { Red, Green, Blue, Magenta, Yellow, Cyan, }
Colors used to render the text.
Variants
Trait Implementations
impl StructuralEq for Color
[src]
impl StructuralEq for Color
[src]impl StructuralPartialEq for Color
[src]
impl StructuralPartialEq for Color
[src]Auto Trait Implementations
impl RefUnwindSafe for Color
impl RefUnwindSafe for Color
impl UnwindSafe for Color
impl UnwindSafe for Color