pub enum ClickStackTableChartSeriesType {
Table,
Unknown(String),
}Expand description
Inline enum for ClickStackTableChartSeries.type.
Variants§
Trait Implementations§
Source§impl Clone for ClickStackTableChartSeriesType
impl Clone for ClickStackTableChartSeriesType
Source§fn clone(&self) -> ClickStackTableChartSeriesType
fn clone(&self) -> ClickStackTableChartSeriesType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ClickStackTableChartSeriesType
impl Default for ClickStackTableChartSeriesType
Source§fn default() -> ClickStackTableChartSeriesType
fn default() -> ClickStackTableChartSeriesType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackTableChartSeriesType
impl<'de> Deserialize<'de> for ClickStackTableChartSeriesType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ClickStackTableChartSeriesType
impl PartialEq for ClickStackTableChartSeriesType
Source§fn eq(&self, other: &ClickStackTableChartSeriesType) -> bool
fn eq(&self, other: &ClickStackTableChartSeriesType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickStackTableChartSeriesType
Auto Trait Implementations§
impl Freeze for ClickStackTableChartSeriesType
impl RefUnwindSafe for ClickStackTableChartSeriesType
impl Send for ClickStackTableChartSeriesType
impl Sync for ClickStackTableChartSeriesType
impl Unpin for ClickStackTableChartSeriesType
impl UnsafeUnpin for ClickStackTableChartSeriesType
impl UnwindSafe for ClickStackTableChartSeriesType
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