pub struct ClickStackTableChartSeries {Show 13 fields
pub agg_fn: ClickStackTableChartSeriesAggfn,
pub alias: Option<String>,
pub field: Option<String>,
pub group_by: Vec<String>,
pub level: Option<f64>,
pub metric_data_type: Option<ClickStackTableChartSeriesMetricdatatype>,
pub metric_name: Option<String>,
pub number_format: Option<ClickStackNumberFormat>,
pub sort_order: Option<ClickStackTableChartSeriesSortorder>,
pub source_id: String,
pub type: ClickStackTableChartSeriesType,
pub where: String,
pub where_language: ClickStackTableChartSeriesWherelanguage,
}Expand description
ClickStackTableChartSeries from the ClickHouse Cloud API.
Fields§
§agg_fn: ClickStackTableChartSeriesAggfn§alias: Option<String>§field: Option<String>§group_by: Vec<String>§level: Option<f64>§metric_data_type: Option<ClickStackTableChartSeriesMetricdatatype>§metric_name: Option<String>§number_format: Option<ClickStackNumberFormat>§sort_order: Option<ClickStackTableChartSeriesSortorder>§source_id: String§type: ClickStackTableChartSeriesType§where: String§where_language: ClickStackTableChartSeriesWherelanguageTrait Implementations§
Source§impl Clone for ClickStackTableChartSeries
impl Clone for ClickStackTableChartSeries
Source§fn clone(&self) -> ClickStackTableChartSeries
fn clone(&self) -> ClickStackTableChartSeries
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 Debug for ClickStackTableChartSeries
impl Debug for ClickStackTableChartSeries
Source§impl Default for ClickStackTableChartSeries
impl Default for ClickStackTableChartSeries
Source§fn default() -> ClickStackTableChartSeries
fn default() -> ClickStackTableChartSeries
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackTableChartSeries
impl<'de> Deserialize<'de> for ClickStackTableChartSeries
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 ClickStackTableChartSeries
impl PartialEq for ClickStackTableChartSeries
Source§fn eq(&self, other: &ClickStackTableChartSeries) -> bool
fn eq(&self, other: &ClickStackTableChartSeries) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickStackTableChartSeries
Auto Trait Implementations§
impl Freeze for ClickStackTableChartSeries
impl RefUnwindSafe for ClickStackTableChartSeries
impl Send for ClickStackTableChartSeries
impl Sync for ClickStackTableChartSeries
impl Unpin for ClickStackTableChartSeries
impl UnsafeUnpin for ClickStackTableChartSeries
impl UnwindSafe for ClickStackTableChartSeries
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