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