Struct term_transcript::svg::TermColors [−][src]
pub struct TermColors {
pub black: RgbColor,
pub red: RgbColor,
pub green: RgbColor,
pub yellow: RgbColor,
pub blue: RgbColor,
pub magenta: RgbColor,
pub cyan: RgbColor,
pub white: RgbColor,
}This is supported on crate feature
svg only.Expand description
Values of 8 base terminal colors.
Fields
black: RgbColorBlack color.
red: RgbColorRed color.
green: RgbColorGreen color.
yellow: RgbColorYellow color.
blue: RgbColorBlue color.
magenta: RgbColorMagenta color.
cyan: RgbColorCyan color.
white: RgbColorWhite color.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TermColors
impl Send for TermColors
impl Sync for TermColors
impl Unpin for TermColors
impl UnwindSafe for TermColors
Blanket Implementations
Mutably borrows from an owned value. Read more
