Enum zys_demo::kinds::PrimaryColor
source · [−]pub enum PrimaryColor {
Red,
Yellow,
Blue,
}
Expand description
The primary color according to the RYB color model.
Variants
Red
Yellow
Blue
Auto Trait Implementations
impl RefUnwindSafe for PrimaryColor
impl Send for PrimaryColor
impl Sync for PrimaryColor
impl Unpin for PrimaryColor
impl UnwindSafe for PrimaryColor
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