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