Enum homuraction_publish_test::kinds::SecondaryColor[][src]

pub enum SecondaryColor {
    Orange,
    Green,
    Purple,
}

The secondary colors according to the RYB color model

Variants

Trait Implementations

impl Debug for SecondaryColor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations