pub enum Gradient {
Show 15 variants
Atlast,
Cristal,
Teen,
Mind,
Morning,
Vice,
Passion,
Fruit,
Retro,
Summer,
Rainbow,
Pastel,
Monsoon,
Forest,
Instagram,
}
Expand description
A list of built-in gradient themes.
Variants§
Atlast
Atlast
Cristal
Cristal
Teen
Teen
Mind
Mind
Morning
Morning
Vice
Vice
Passion
Passion
Fruit
Fruit
Retro
Retro
Summer
Summer
Rainbow
Rainbow
Pastel
Pastel
Monsoon
Monsoon
Forest
Forest
Trait Implementations§
Source§impl IntoIterator for &Gradient
impl IntoIterator for &Gradient
Source§impl IntoIterator for Gradient
impl IntoIterator for Gradient
Source§impl Ord for Gradient
impl Ord for Gradient
Source§impl PartialOrd for Gradient
impl PartialOrd for Gradient
impl Copy for Gradient
impl Eq for Gradient
impl StructuralPartialEq for Gradient
Auto Trait Implementations§
impl Freeze for Gradient
impl RefUnwindSafe for Gradient
impl Send for Gradient
impl Sync for Gradient
impl Unpin for Gradient
impl UnwindSafe for Gradient
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