pub enum ClickStackMarkdownChartSeriesType {
Markdown,
Unknown(String),
}Expand description
Inline enum for ClickStackMarkdownChartSeries.type.
Variants§
Trait Implementations§
Source§impl Clone for ClickStackMarkdownChartSeriesType
impl Clone for ClickStackMarkdownChartSeriesType
Source§fn clone(&self) -> ClickStackMarkdownChartSeriesType
fn clone(&self) -> ClickStackMarkdownChartSeriesType
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 ClickStackMarkdownChartSeriesType
impl Default for ClickStackMarkdownChartSeriesType
Source§fn default() -> ClickStackMarkdownChartSeriesType
fn default() -> ClickStackMarkdownChartSeriesType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackMarkdownChartSeriesType
impl<'de> Deserialize<'de> for ClickStackMarkdownChartSeriesType
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 ClickStackMarkdownChartSeriesType
impl PartialEq for ClickStackMarkdownChartSeriesType
Source§fn eq(&self, other: &ClickStackMarkdownChartSeriesType) -> bool
fn eq(&self, other: &ClickStackMarkdownChartSeriesType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickStackMarkdownChartSeriesType
Auto Trait Implementations§
impl Freeze for ClickStackMarkdownChartSeriesType
impl RefUnwindSafe for ClickStackMarkdownChartSeriesType
impl Send for ClickStackMarkdownChartSeriesType
impl Sync for ClickStackMarkdownChartSeriesType
impl Unpin for ClickStackMarkdownChartSeriesType
impl UnsafeUnpin for ClickStackMarkdownChartSeriesType
impl UnwindSafe for ClickStackMarkdownChartSeriesType
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