pub struct ColorAxis { /* private fields */ }
Implementations§
Source§impl ColorAxis
impl ColorAxis
pub fn cauto(self, value: bool) -> ColorAxis
pub fn cmin(self, value: f64) -> ColorAxis
pub fn cmax(self, value: f64) -> ColorAxis
pub fn cmid(self, value: f64) -> ColorAxis
pub fn color_scale(self, value: ColorScale) -> ColorAxis
pub fn auto_color_scale(self, value: bool) -> ColorAxis
pub fn reverse_scale(self, value: bool) -> ColorAxis
pub fn show_scale(self, value: bool) -> ColorAxis
pub fn color_bar(self, value: ColorBar) -> ColorAxis
Trait Implementations§
Source§impl Serialize for ColorAxis
impl Serialize for ColorAxis
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 ColorAxis
impl !RefUnwindSafe for ColorAxis
impl Send for ColorAxis
impl Sync for ColorAxis
impl Unpin for ColorAxis
impl !UnwindSafe for ColorAxis
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