pub enum ChartTypeSpec {
Line,
Bar,
Scatter,
Area,
Histogram,
}Expand description
Chart type hint for content format spec.
Variants§
Trait Implementations§
Source§impl Clone for ChartTypeSpec
impl Clone for ChartTypeSpec
Source§fn clone(&self) -> ChartTypeSpec
fn clone(&self) -> ChartTypeSpec
Returns a duplicate 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 ChartTypeSpec
impl Debug for ChartTypeSpec
Source§impl PartialEq for ChartTypeSpec
impl PartialEq for ChartTypeSpec
impl Eq for ChartTypeSpec
impl StructuralPartialEq for ChartTypeSpec
Auto Trait Implementations§
impl Freeze for ChartTypeSpec
impl RefUnwindSafe for ChartTypeSpec
impl Send for ChartTypeSpec
impl Sync for ChartTypeSpec
impl Unpin for ChartTypeSpec
impl UnsafeUnpin for ChartTypeSpec
impl UnwindSafe for ChartTypeSpec
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