Enum zys_demo::kinds::SecondaryColor
source · [−]pub enum SecondaryColor {
Orange,
Green,
Purple,
}
Expand description
The secondary colors according to the RYB color model.
Variants
Orange
Green
Purple
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more