Enum homuraction_publish_test::kinds::PrimaryColor[][src]

pub enum PrimaryColor {
    Red,
    Yellow,
    Blue,
}

The primary colors according to the RYB color model.

Variants

Trait Implementations

impl Debug for PrimaryColor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations