pub enum Yellow {
Show 14 variants
Gold,
DarkGoldenrod,
Goldenrod,
PaleGoldenrod,
DarkKhaki,
Khaki,
Yellow,
YellowGreen,
PeachPuff,
Moccasin,
PapayaWhip,
LightGoldenrodYellow,
LemonChiffon,
LightYellow,
}Available on crate feature
extended only.Expand description
Shades of yellow
Variants§
Gold
DarkGoldenrod
Goldenrod
PaleGoldenrod
DarkKhaki
Khaki
Yellow
YellowGreen
PeachPuff
Moccasin
PapayaWhip
LightGoldenrodYellow
LemonChiffon
LightYellow
Implementations§
Trait Implementations§
Source§impl ExtendedColour for Yellow
impl ExtendedColour for Yellow
impl Copy for Yellow
impl Eq for Yellow
impl StructuralPartialEq for Yellow
Auto Trait Implementations§
impl Freeze for Yellow
impl RefUnwindSafe for Yellow
impl Send for Yellow
impl Sync for Yellow
impl Unpin for Yellow
impl UnsafeUnpin for Yellow
impl UnwindSafe for Yellow
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