pub enum PrimaryColor {
Red,
Yellow,
Blue,
}
Expand description
Primary Colors
Variants§
Auto Trait Implementations§
impl Freeze for PrimaryColor
impl RefUnwindSafe for PrimaryColor
impl Send for PrimaryColor
impl Sync for PrimaryColor
impl Unpin for PrimaryColor
impl UnwindSafe for PrimaryColor
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