pub struct ClickStackCategoricalBarRawSqlChartConfigResponse {
pub config_type: Option<ClickStackCategoricalBarRawSqlChartConfigConfigtype>,
pub connection_id: Option<String>,
pub display_type: Option<ClickStackCategoricalBarRawSqlChartConfigDisplaytype>,
pub number_format: Option<ClickStackNumberFormatResponse>,
pub source_id: Option<String>,
pub sql_template: Option<String>,
}Expand description
ClickStackCategoricalBarRawSqlChartConfig from the ClickHouse Cloud API, in response position.
Response variant of ClickStackCategoricalBarRawSqlChartConfig: every field is Option<T>, so a field
the API drops or sends as null deserializes to None instead of
failing.
Fields§
§config_type: Option<ClickStackCategoricalBarRawSqlChartConfigConfigtype>§connection_id: Option<String>§display_type: Option<ClickStackCategoricalBarRawSqlChartConfigDisplaytype>§number_format: Option<ClickStackNumberFormatResponse>§source_id: Option<String>§sql_template: Option<String>Trait Implementations§
Source§impl Clone for ClickStackCategoricalBarRawSqlChartConfigResponse
impl Clone for ClickStackCategoricalBarRawSqlChartConfigResponse
Source§fn clone(&self) -> ClickStackCategoricalBarRawSqlChartConfigResponse
fn clone(&self) -> ClickStackCategoricalBarRawSqlChartConfigResponse
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 ClickStackCategoricalBarRawSqlChartConfigResponse
impl Default for ClickStackCategoricalBarRawSqlChartConfigResponse
Source§fn default() -> ClickStackCategoricalBarRawSqlChartConfigResponse
fn default() -> ClickStackCategoricalBarRawSqlChartConfigResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackCategoricalBarRawSqlChartConfigResponse
impl<'de> Deserialize<'de> for ClickStackCategoricalBarRawSqlChartConfigResponse
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 ClickStackCategoricalBarRawSqlChartConfigResponse
Auto Trait Implementations§
impl Freeze for ClickStackCategoricalBarRawSqlChartConfigResponse
impl RefUnwindSafe for ClickStackCategoricalBarRawSqlChartConfigResponse
impl Send for ClickStackCategoricalBarRawSqlChartConfigResponse
impl Sync for ClickStackCategoricalBarRawSqlChartConfigResponse
impl Unpin for ClickStackCategoricalBarRawSqlChartConfigResponse
impl UnsafeUnpin for ClickStackCategoricalBarRawSqlChartConfigResponse
impl UnwindSafe for ClickStackCategoricalBarRawSqlChartConfigResponse
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