Enum redbon::kinds::PrimaryColor
source · pub enum PrimaryColor {
Red,
Yellow,
Blue,
}
Variants§
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§
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