Enum art::kinds::SecondaryColor
source · pub enum SecondaryColor {
Orange,
Green,
Purple,
}
Expand description
The secondary colors according to the RYB color model.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for SecondaryColor
impl Send for SecondaryColor
impl Sync for SecondaryColor
impl Unpin for SecondaryColor
impl UnwindSafe for SecondaryColor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more