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