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