pub struct ClickStackCategoricalBarRawSqlChartConfig {
pub config_type: ClickStackCategoricalBarRawSqlChartConfigConfigtype,
pub connection_id: String,
pub display_type: ClickStackCategoricalBarRawSqlChartConfigDisplaytype,
pub number_format: Option<ClickStackNumberFormat>,
pub source_id: Option<String>,
pub sql_template: String,
}Expand description
ClickStackCategoricalBarRawSqlChartConfig from the ClickHouse Cloud API.
Fields§
§config_type: ClickStackCategoricalBarRawSqlChartConfigConfigtype§connection_id: String§display_type: ClickStackCategoricalBarRawSqlChartConfigDisplaytype§number_format: Option<ClickStackNumberFormat>§source_id: Option<String>§sql_template: StringTrait Implementations§
Source§impl Clone for ClickStackCategoricalBarRawSqlChartConfig
impl Clone for ClickStackCategoricalBarRawSqlChartConfig
Source§fn clone(&self) -> ClickStackCategoricalBarRawSqlChartConfig
fn clone(&self) -> ClickStackCategoricalBarRawSqlChartConfig
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 ClickStackCategoricalBarRawSqlChartConfig
impl Default for ClickStackCategoricalBarRawSqlChartConfig
Source§fn default() -> ClickStackCategoricalBarRawSqlChartConfig
fn default() -> ClickStackCategoricalBarRawSqlChartConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackCategoricalBarRawSqlChartConfig
impl<'de> Deserialize<'de> for ClickStackCategoricalBarRawSqlChartConfig
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
impl StructuralPartialEq for ClickStackCategoricalBarRawSqlChartConfig
Auto Trait Implementations§
impl Freeze for ClickStackCategoricalBarRawSqlChartConfig
impl RefUnwindSafe for ClickStackCategoricalBarRawSqlChartConfig
impl Send for ClickStackCategoricalBarRawSqlChartConfig
impl Sync for ClickStackCategoricalBarRawSqlChartConfig
impl Unpin for ClickStackCategoricalBarRawSqlChartConfig
impl UnsafeUnpin for ClickStackCategoricalBarRawSqlChartConfig
impl UnwindSafe for ClickStackCategoricalBarRawSqlChartConfig
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