pub enum SecondaryColor {
Orange,
Green,
Purple,
}
Expand description
Secondary Colors
Variants§
Auto Trait Implementations§
impl Freeze for SecondaryColor
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