pub enum Purple {
Show 24 variants
Indigo,
Purple,
DarkMagenta,
DarkViolet,
DarkSlateBlue,
BlueViolet,
DarkOrchid,
Fuchsia,
Magenta,
SlateBlue,
MediumSlateBlue,
MediumOrchid,
MediumPurple,
Orchid,
Violet,
Plum,
Thistle,
Lavender,
Pink,
MediumVioletRed,
PaleVioletRed,
DeepPink,
HotPink,
LightPink,
}Available on crate feature
extended only.Expand description
Shades of purple
Variants§
Indigo
Purple
DarkMagenta
DarkViolet
DarkSlateBlue
BlueViolet
DarkOrchid
Fuchsia
Magenta
SlateBlue
MediumSlateBlue
MediumOrchid
MediumPurple
Orchid
Violet
Plum
Thistle
Lavender
Pink
MediumVioletRed
PaleVioletRed
DeepPink
HotPink
LightPink
Implementations§
Trait Implementations§
Source§impl ExtendedColour for Purple
impl ExtendedColour for Purple
impl Copy for Purple
impl Eq for Purple
impl StructuralPartialEq for Purple
Auto Trait Implementations§
impl Freeze for Purple
impl RefUnwindSafe for Purple
impl Send for Purple
impl Sync for Purple
impl Unpin for Purple
impl UnsafeUnpin for Purple
impl UnwindSafe for Purple
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