pub enum SecondryColors {
Orange,
Green,
Purpel,
}Expand description
The secondry colors accirding the RYB color model.
Variants§
Auto Trait Implementations§
impl Freeze for SecondryColors
impl RefUnwindSafe for SecondryColors
impl Send for SecondryColors
impl Sync for SecondryColors
impl Unpin for SecondryColors
impl UnsafeUnpin for SecondryColors
impl UnwindSafe for SecondryColors
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