pub struct ClickStackNumberRawSqlChartConfig {
pub config_type: ClickStackNumberRawSqlChartConfigConfigtype,
pub connection_id: String,
pub display_type: ClickStackNumberRawSqlChartConfigDisplaytype,
pub number_format: Option<ClickStackNumberFormat>,
pub source_id: Option<String>,
pub sql_template: String,
}Expand description
ClickStackNumberRawSqlChartConfig from the ClickHouse Cloud API.
Fields§
§config_type: ClickStackNumberRawSqlChartConfigConfigtype§connection_id: String§display_type: ClickStackNumberRawSqlChartConfigDisplaytype§number_format: Option<ClickStackNumberFormat>§source_id: Option<String>§sql_template: StringTrait Implementations§
Source§impl Clone for ClickStackNumberRawSqlChartConfig
impl Clone for ClickStackNumberRawSqlChartConfig
Source§fn clone(&self) -> ClickStackNumberRawSqlChartConfig
fn clone(&self) -> ClickStackNumberRawSqlChartConfig
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 ClickStackNumberRawSqlChartConfig
impl Default for ClickStackNumberRawSqlChartConfig
Source§fn default() -> ClickStackNumberRawSqlChartConfig
fn default() -> ClickStackNumberRawSqlChartConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackNumberRawSqlChartConfig
impl<'de> Deserialize<'de> for ClickStackNumberRawSqlChartConfig
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 ClickStackNumberRawSqlChartConfig
impl PartialEq for ClickStackNumberRawSqlChartConfig
Source§fn eq(&self, other: &ClickStackNumberRawSqlChartConfig) -> bool
fn eq(&self, other: &ClickStackNumberRawSqlChartConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickStackNumberRawSqlChartConfig
Auto Trait Implementations§
impl Freeze for ClickStackNumberRawSqlChartConfig
impl RefUnwindSafe for ClickStackNumberRawSqlChartConfig
impl Send for ClickStackNumberRawSqlChartConfig
impl Sync for ClickStackNumberRawSqlChartConfig
impl Unpin for ClickStackNumberRawSqlChartConfig
impl UnsafeUnpin for ClickStackNumberRawSqlChartConfig
impl UnwindSafe for ClickStackNumberRawSqlChartConfig
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