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