pub enum ChartType {
Show 13 variants
LineChart,
Line3DChart,
PieChart,
Pie3DChart,
DoughnutChart,
ScatterChart,
BarChart,
Bar3DChart,
RadarChart,
BubbleChart,
AreaChart,
Area3DChart,
OfPieChart,
}
Variants§
LineChart
Line3DChart
PieChart
Pie3DChart
DoughnutChart
ScatterChart
BarChart
Bar3DChart
RadarChart
BubbleChart
AreaChart
Area3DChart
OfPieChart
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChartType
impl RefUnwindSafe for ChartType
impl Send for ChartType
impl Sync for ChartType
impl Unpin for ChartType
impl UnwindSafe for ChartType
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