pub enum MatColorVariant {
Show 21 variants
Red,
Pink,
Purple,
DeepPurple,
Indigo,
Blue,
LightBlue,
Cyan,
Teal,
Green,
LightGreen,
Lime,
Yellow,
Amber,
Orange,
DeepOrange,
Brown,
Gray,
BlueGray,
Black,
White,
}Expand description
All the main color variants by name in the 2014 Material Design Pallete.
Variants§
Red
Pink
Purple
DeepPurple
Indigo
Blue
LightBlue
Cyan
Teal
Green
LightGreen
Lime
Yellow
Amber
Orange
DeepOrange
Brown
Gray
BlueGray
Black
White
Trait Implementations§
Source§impl Clone for MatColorVariant
impl Clone for MatColorVariant
Source§fn clone(&self) -> MatColorVariant
fn clone(&self) -> MatColorVariant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MatColorVariant
Source§impl Debug for MatColorVariant
impl Debug for MatColorVariant
impl Eq for MatColorVariant
Source§impl PartialEq for MatColorVariant
impl PartialEq for MatColorVariant
impl StructuralPartialEq for MatColorVariant
Auto Trait Implementations§
impl Freeze for MatColorVariant
impl RefUnwindSafe for MatColorVariant
impl Send for MatColorVariant
impl Sync for MatColorVariant
impl Unpin for MatColorVariant
impl UnsafeUnpin for MatColorVariant
impl UnwindSafe for MatColorVariant
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