pub enum ColorScalePalette {
Show 18 variants
Greys,
YlGnBu,
Greens,
YlOrRd,
Bluered,
RdBu,
Reds,
Blues,
Picnic,
Rainbow,
Portland,
Jet,
Hot,
Blackbody,
Earth,
Electric,
Viridis,
Cividis,
}Variants§
Greys
YlGnBu
Greens
YlOrRd
Bluered
RdBu
Reds
Blues
Picnic
Rainbow
Portland
Jet
Hot
Blackbody
Earth
Electric
Viridis
Cividis
Trait Implementations§
Source§impl Clone for ColorScalePalette
impl Clone for ColorScalePalette
Source§fn clone(&self) -> ColorScalePalette
fn clone(&self) -> ColorScalePalette
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ColorScalePalette
impl Debug for ColorScalePalette
Source§impl From<ColorScalePalette> for ColorScale
impl From<ColorScalePalette> for ColorScale
Source§fn from(src: ColorScalePalette) -> ColorScale
fn from(src: ColorScalePalette) -> ColorScale
Converts to this type from the input type.
Source§impl Serialize for ColorScalePalette
impl Serialize for ColorScalePalette
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for ColorScalePalette
impl RefUnwindSafe for ColorScalePalette
impl Send for ColorScalePalette
impl Sync for ColorScalePalette
impl Unpin for ColorScalePalette
impl UnwindSafe for ColorScalePalette
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